html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;   
 background-color:#1a415e; 
/*background: url(../images/sitebg.jpg);  */
/*background-attachment: fixed;*/
font-family : Verdana, Arial, Helvetica, sans-serif;
 

} 
h3{
font-size:8pt;
font-weight:bold;
}
h1{
font-size:8pt;
font-weight:bold;
}
h2{
font-size:8pt;
font-weight:bold;
}a img {
border : 0 none;
}
 
#seite{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
 background: url(../images/bg.jpg);  
 font-family : Verdana, Arial, Helvetica, sans-serif;
color : #4d4a49;
 font-size:9pt;
}

#inhalt a:hover,a:active,a:visited,a:link
{
color:#1a415e;
} 
 
#kopf{
 position:relative; 
 height:250px; 
  background-color:#E9D9D9; 
 width:100%;
 background: url(../images/kopf.jpg) no-repeat;

} 
 
#links{
 width:200px; 
 float:left; 
 position:relative; 

 margin-left:25px;
 }
 
#twocols{
 width:665px; 
 float:right; 
 position:relative; 
 margin-left:10px;
  }
 
#rechts{
 width:10px; 
 float:right; 
 position:relative; 

 }
 
#inhalt{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:620px; 
 
 }
 
#fuss{
 height:32px; 
  background-color:#E95CA0; 
 clear:both;
 background: url(../images/footer.jpg) no-repeat;
 } 
#top{
 height:25px;
 width:850px; 
  /*background-color:#000000; */
position: absolute;
top: 205px;
 margin-left:25px;
 } 

#overtop{
 height:50px;
 width:900px; 
  /*background-color:#000000; */
position: absolute;
top: 10px;
 } 
#mainlevel
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
}

#mainlevel li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
display: inline;
}

#mainlevel li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#mainlevel li a:link { color: #667; }
#mainlevel li a:visited { color: #667; }

#mainlevel li a:hover
{
border-color: #163f5b;
color: #FFF;
background: #5480a3;
}
a.mainlevel#active_menu, 
{
border-color: #163f5b;
fontcolor: #FFF;
background: #5480a3;
}




.menumenu
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
width:200px;
}

.menumenu li
{
list-style: none;
margin-bottom: 10px;
margin-top: 10px;
border-top: 0px solid gray;
width:200px;
}

.menumenu li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
margin-bottom: 10px;
width:200px;
}

.menumenu li a:link { color: #667; }
.menumenu li a:visited { color: #667; }

.menumenu li a:hover
{
border-color: #163f5b;
color: #FFF;
background: #5480a3;
}

.menumenu a#current
{
border-color: #163f5b;
color: #FFF;
background: #5480a3;
}
.copyright{
font-size:8pt;
}
.inputbox{
background: #d7e4ed;
margin-bottom: 5px;
}
.button{
background: #d7e4ed;
}
.modultable{
text-align:left;
}
.contentheading{
font-weight:bold;
margin-bottom:10px;
}
a:visited.copyright {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #a9c4d8;
text-decoration: none;
font-size:8pt;
}
	a:link.copyright {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #a9c4d8;
text-decoration: underline;
font-size:8pt;
}
	a:hover.copyright {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #a9c4d8;
text-decoration: none;
font-size:8pt;
}
	a:active.copyright {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #a9c4d8;
text-decoration: none;
font-size:8pt;
}



 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

