html, body { padding:0px; margin:0px; height:100%; font-size:12px; }
body {
      height: 101%;
      font-family: arial, helvetica, sans-serif;
      background-color: #E9E4E0;
	  background: url(../images/bg.jpg) repeat-x;
  }
#PageContainer {}
#PageHead {}
#HeadLogoLinks { width: 345px; height:120px; float:left; }

#HeadNavi { width: 650px; height:120px; float:left; background-color: white; }
.solidblockmenu ul {
      margin: 0;
      padding: 0;
      float: left;
      font: bold 12px Arial;
      width: 100%;
      background: black url(../images/naviback_off.jpg) center center repeat-x;
}

.solidblockmenu li { display: inline; }

.solidblockmenu li a {
      float: left;
      color: #999999;
      padding: 100px 11px 4px 11px;
      text-decoration: none;
      border-right: 0px solid white;
}

.solidblockmenu li a:visited { color: #000000; }

.solidblockmenu li a:hover, .solidblockmenu li a.current {
      color: #000000;
      background: transparent url(../images/naviback_on.jpg) center center repeat-x;
  }

*:first-child+html .ieclass {
      /*IE7 hack to remove gap between menu and sub contents*/
      margin-top: -1em;
}

* html .ieclass {
      /*IE6 and below hack to remove gap between menu and sub contents*/
      margin-top: -1em;
}

#PageContent {
      width: 995px;
      clear: both;
}

#ContentTopSpacer { display: block; height: 210px; }

#ContentHeadline { display: block; width: 750px; height:150px; background:url(../images/bg_weiss.jpg) #ffffff repeat-y; padding: 5px 20px 10px 60px; }
#ContentHeadline h1 { margin-bottom: 15px; }

#ContentMain { display: block; width: 750px; background:url(../images/bg_gelb.jpg) #ffcc00 repeat-y; padding: 15px 20px 10px 60px; }
  
.col1 { width: 200px; float: left; }
.col2 { width: 300px; float: left; }

.content20 { font-size: 16px; line-height:20px; }


a.toplink { color: #000000; text-decoration: none; }
a.toplink:hover { color: #000000; text-decoration: none; background-color: #ffffff; }

a.contentlink { color: #000000; text-decoration: none; background-color: none; }
a.contentlink:hover { color: #000000; text-decoration: none; background-color: #ffffff; }
