body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 89.01%;
  background-color: #ABD;
  text-align: center;
}

h1 {
  font-weight: normal;
  color: #999;
}

h2 {
  font-weight: normal;
  font-style: italic;
  color: #999;
}

h3 {
  font-weight: bold;
  color: #999;
}

div#wrap {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 920px;
  border: 5px solid #FFF;
  background-color: #EEE;
}

div#head {
  height: 113px;
  margin: 0;
  padding: 0;
  background: #6699CC url(../images/layout/head_bg.png) no-repeat top right;
}

img#headlogo {
  margin: 1em 0 0 1.5em;
}

#headlinks {
  text-align: right;
  margin: 0;
  padding: 0.3em;
  font-size: 75%;
  background: #FFF url(../images/layout/headlinks_bg.png) repeat-x left bottom;
  color: #000080;
}

.logo {
  margin: 1em;
}

div#menurahmen {
  background: #C0C0C0 url(../images/layout/menu_bg.png) repeat-x top left;
}

div#menurahmen div {
  clear: left;
}

ul#menu {
  padding: 0;
  margin: 0;
  font-size: 85%;
}

ul#menu li {
  list-style: none;
  float: left;  /* ohne width - nach CSS 2.1 erlaubt */
  position: relative;
  margin: 0; padding: 0;
}

ul#menu li ul {
  margin: 0; padding: 0;
  position: absolute;
  top: 2.8em;
  display: none;  /* Unternavigation ausblenden */
}

ul#menu li:hover ul {
  display: block;  /* Unternavigation in modernen Browsern einblenden */
  border-left: 1px solid #EEE; border-top: 0; border-bottom: 4px solid #EEE; border-right: 4px solid #EEE;
  background: #FFF;
}
ul#menu li ul li {
  float: none;
  display: block;
  margin-bottom: 0.2em;
}

ul#menu a, ul#menu span {
  display: block;
  text-align: center;
  padding: 0.8em 1.2em;
  margin: 0;
  color: #336699;
  text-decoration: none; font-weight: bold;
}

ul#menu a:hover {
  background: #C0C0C0 url(../images/layout/menu_bg_hover.png) repeat-x top left;
}

ul#menu li ul li a {
  text-align: left;
  padding: 0.4em 1.2em;
}

ul#menu li ul li a:hover {
  background: #EEE;
}

div#leftbox{
  float: left;
  width: 13em;
  min-height: 20em;
  padding: 1em;
  margin: 0;
  background: url(../images/layout/leftbox_bg.png) top repeat-x #EEE;
  font-size: 85%;
  color: #666;
}

div#leftbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div#leftbox a {
  padding: 0;
  font-weight: bold;
  margin: 0.2em 0;
  color: #999;
  text-decoration: none;
  display: block;
  padding: 0.4em 0;
  border-bottom: 3px solid #999;
}

div#leftbox a:hover {
  color: #66F;
  border-bottom: 3px solid #66F;
}

div#content{
  margin-left: 15em;
  padding: 1em;
  font-size: 85%;
  background: url(../images/layout/content_bg.png) top repeat-x #FFF;
  color: #333;
  line-height: 1.5em;
}

div#content a, div#content a:hover {
  color: #666666;
}

div#content a:link {
  text-decoration: none;
}

div#content a:hover {
  text-decoration: underline;
}

#toplinks {
  margin: 1em 0; font-size: 116%;
}

#footer {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 0.5em;
  font-size: 85%;
  background: #FFF url(../images/layout/headlinks_bg.png) repeat-x left top; color: #000080;
}

#headlinks a, #footer a{
  text-decoration: none;
  color: #000080;
}

#headlinks a:hover, #footer a:hover{
  text-decoration: underline;
}
