body {
  background: #fff url(../images/bg_body.gif) top left repeat-x;
  font: 68% Verdana, Arial, sans-serif;
  text-align: center;
}

img {
  border: none;
}

h1 {
  font-size: 1.5em;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.inner {
  margin: 10px;
}

.box {
  width: 290px;
}

.boxheader {
  border-style: dashed;
  border-width: 1px;
  height: 40px;
  width: 290px;
}

.boxheader h2 {
  font-size: 1.7em;
  font-weight: normal;
  margin: 8px 0;
  padding-left: 8px;
}

.boxbody {
  border-style: dashed;
  border-width: 0 1px 1px 1px;
  padding: 7px;
  width: 276px;
  height: 182px;
  line-height: 180%;
  font-size: 1.1em;
}

.boxbody ul {
  margin: 0;
  padding-left: 17px;
}

.boxbody li {
  margin: 0 0;
}

.boxbody a.more {
  display: block;
  float: right;
  font-size: 1.1em;
  padding: 2px 5px;
}


#container {
  background: #fff;
  text-align: left;
  margin: 0 auto;
  width: 920px;
}

#header {
  height: 150px;
  position: relative;
  width: 920px;
}

#mainmenu {
  height: 150px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 920px;
}

#mainmenu ul, #mainmenu li {
  float: left;
}

#mainmenu a {
  display: block;
  height: 150px;
  width: 152px;
}

#mainmenu a span {
  display: none; /* Barrierefreiheit */
}

#mainmenu .first {
  width: 310px;
}

#mainmenu .second, #mainmenu .fourth {
  width: 153px;
}

#center {
  position: relative;
  width: 920px;
}

#submenu {
  list-style: none;
  padding: 0 0 0 10px;
  position: absolute;
  left: 0; bottom: 20px;
}

#submenu a {
  border-style: dashed;
  border-width: 1px 1px 0 1px;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding: 5px 10px 5px 40px;
  text-align: right;
  text-transform: uppercase;
}

#submenu a:hover, #submenu a:active {
  text-decoration: none;
}

#submenu a.last {
  border-bottom-width: 1px;
}

#center_left {
  float: left;
  font-size: 1.1em;
  width: 760px;
}

#center_left .inner {
  line-height: 180%;
  margin-left: 330px;
}

#center_right {
  float: right;
  height: 316px;
  width: 152px;
}

#content {
  border-bottom: 1px dashed #ADCD43;
  height: 260px;
  position: relative;
}

#leftbox, #rightbox, #centerbox {
  position: absolute;
  top: 10px;
}

#leftbox {
  left: 10px;
}

#centerbox {
  left: 315px;
}

#rightbox {
  left: 620px;
}

#footer {
  color: #fff;
  height: 26px;
}

#footer ul, #footer li {
  padding: 0;
}

#footer li { 
  float: left;
  list-style: none;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer .copy {
  color: #fff;
  font-size: 1.2em;
  padding: 5px 10px;
}

#footer a:link, #footer a:visited {
  display: block;
}

#footer .copy {
  float: right;
}

/* IE6 Fix */

* html #submenu {
  padding: 0;
}