/* ------ Style: HTML-Elements ------ */

body {
  background: #cce9ff url(img/bg.gif) repeat-x;
  /*background-repeat: no-repeat;
  background-attachment: fixed;*/
  padding: 0px;
  margin: 0px;
}

a {
  font-size: 11px;
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: blue;
}

span {
  font-family: Helvetica, Arial, sans-serif;
}

/* ----------- Style: Box ---------- */

#box {
  width: 65%;
  margin: auto;
  padding: 10px 50px 50px 10px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #7db9e6;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
}

#box:after {
  content: "";
  display: block;
  height: 0px;
  font-size: 0px;
  clear: both;
  visibility: hidden;
}

/* ----------- Clearer ------------- */

div.clearer {
  clear: left;
  line-height: 0px;
  height: 0px;
}

/* ---------- Style: Logo ---------- */

#logo {
  float: left;
}

/* -------- Style: Heading --------- */

#heading {
  float: right;
  position: relative;
  top: 125px;
  margin-right: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #000099;
  text-decoration: overline;
  letter-spacing: 0.4em;
  text-transform: lowercase;
}

/* ----- Style: Left (Navibar) ----- */

#left {
  float: left;
  margin-top: 1.5em;
}

ul#nav {
  font-size: 11px;
  list-style: none;
  letter-spacing: 0.3em;
  padding-left: 1.5em;
}

#nav li {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  border-top: dashed 1px silver;
  border-right: dashed 1px silver;
  background-color: #E0E0E0;
}

/* --------- Style: Login ---------- */

#login input {
  font-size: 9px;
  border: solid 1px;
  margin: 1px;
}

#login input.logintext {
  background-color: #DDEEFF;
  padding: 2px;
}

#login input.loginbtn {
  background-color: #CCDDFF;
}

.logout {
  font-size: 10px;
}

.loginsuc {
  font-size: 9px;
  color: green;
}

.loginerr {
  font-size: 9px;
  color: red;
}

.loginadmin {
  font-size: 12px;
  color: red
}

/* --------- Style: Footer --------- */

#footer {
  text-align: center;
  font-size: 9px;
  color: gray;
  letter-spacing: 0.2em
}

/* ---------. Style: Admin --------- */

.admin ul {
  list-style: none;
  font-size: 11px;
}

.admin input, label {
  font-size: 11px;
}

/* -------. Style: Editpage -------- */

.editpage input {
  font-size: 11px;
}

.updatesuc {
  font-size: 11px;
  color: green;
  font-weight: bold;
  background-color: white;
}
