body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "Lucida Sans", sans-serif;
  font-size: 1em;
  color: #000000;
  letter-spacing: 0.06em;
}

#root {
  width: 800px;
  margin: 4px auto;
  text-align: left;
}

#header {
  position: relative;
  height: 83px;
  background-color: #006699;
  background-image: url("images/bg_header.jpg");
  background-repeat: repeat-x;
  border: 1px solid #153b6a;
}

#header img {
  position: absolute;
  top: 12px;
  left: 20px;
  border: 0;
}

#nav {
  height: 26px;
  font-size: 0.9em;
  background-color: #4d4d4d;
  background-image: url("images/bg_nav.jpg");
  background-repeat: repeat-y;
  border: 1px solid #000;
  border-top: 0;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav ul li {
  float: left;
  position: relative;
}

#nav ul li a, #menu ul li a:visited {
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  color: #e7e7e7;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 20px;
  border-right: 1px solid #696969;
  font-family: "Lucida Sans", sans-serif;
}

#nav ul li:hover {
  background-color: #404040;
}

#main {
  padding: 1.5em;
  font-family: "Verdana", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-size: 0.75em;
  background-color: #e7e7e7;
  border: 1px solid #5f5f5f;
  border-top: 0;
  border-bottom: 0;
  text-align: justify;
}

#main h1 {
  font-family: "Lucida Sans", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #0b7ae1;
  margin: 0 0 0.4em 0;
  padding: 0 0 0.2em 0.2em;
  border-bottom: 2px solid #c1d2e7;
}

#main h2 {
  font-family: "Lucida Sans", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #444444;
  margin: 0 0 0.2em 0;
  padding: 0 0 0.05em 0.2em;
  border-bottom: 1px dotted #262626;
}

#main h3 {
	font-family: "Lucida Sans", sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}

#main a, #main a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #0058cf;
}

#main a:hover {
  text-decoration: underline;
}

#main ul, #main ol {
  margin: 0 0 0 2em;
  padding: 0;
  line-height: 1.4em;
}

#main .info {
  font-size: 0.95em;
}

div#info {
	  float: right;
	  height: 500px;
    width: 200px;
    padding: 0.6em 1em;
    margin-left: 2em;
    font-size: 0.9em;
}

div#info h3 {
  font-family: "Tahoma", sans-serif;
	font-size: 1.2em;
	border-bottom: 1px solid #000000;
	margin: 0.2em 0 0.2em 0;
}

div#info li {
  text-align: left;
  font-family: "Verdana", sans-serif;
  margin-bottom: 0.3em;
}

div#info a {
  font-weight: normal;
}

img.imprint {
  position: relative;
  top: 0.2em;
}

#footer {
  padding: 4px;
  text-align: center;
  font-family: "Tahoma", sans-serif;
  font-size: 0.7em;
  color: #e7e7e7;
  background-color: #4d4d4d;
  border: 1px solid #000;
}

#footer a:link, #footer a:visited {
  color: #e7e7e7;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* MESSAGES */

div.message {
  font-family: "Tahoma", sans-serif;
  font-size: 0.9em;
  padding: 4px;
  background-color: #EFEFEF;
  border: 1px solid #C0C0C0;
  margin-bottom: 8px;
  font-weight: bold;
}

div.message ul {
  list-style-type: disc;
  margin: 0 14px;
  padding: 0;
}

div.message ul li {
}

div.message.notice {
  color: #505050;
}

div.message.success {
  color: #006600;
}

div.message.error {
  color: #660000;
}
