/* BODY / Standardformatierungen */
body 
{
 margin:0;
 padding:0;
 
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-color: #F6FBFF; 
}

a:link {
	color: #46B3FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #46B3FF;
}
a:hover {
	color: #46B3FF;
    text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #46B3FF;
}


/* Hintergrund LAYER */

div.layerBG_hor
{
 position: absolute;
 top: 130px; 
 left: 0; 
 width: 100%; 
 height: 180px; 
 border: 0;
 background-color: #F3F7FA;
 background-image:url(../Bilder/index.jpg);
 background-repeat:no-repeat;
 z-index:2;
}
div.layerBG_ver1
{
 position: absolute; 
 top: 0; 
 left: 40px;
 width: 500px; 
 height: 100%; 
 background-color: #FFFFFF;
 z-index:1;
}
div.layerBG_ver2
{
 position: absolute; 
 top: 0; 
 left: 540px;
 width: 280px; 
 height: 100%; 
 background-color: #E9F0F5;
 z-index:1;
}
div.logo
{
 position: absolute;
 top: 0px; 
 left: 540px; 
 width: 280; 
 height: 100; 
 border: 0;
 z-index:5;
}

/* Navigation */

div.layerNAV
{
 TEXT-DECORATION: none;
 position: absolute;
 top: 100px; 
 left: 0; 
 width: 100%; 
 height: 30px; 
 border: 0px;
 background-color: #46B3FF;
 z-index:3;
}
div#navi div
{
 TEXT-DECORATION: none;
 float: left;

 padding: 5px;
 width: 90px;
 height: 20px;

 font-family: Geneva, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 font-size:12px;

 text-align: center;

}
div#navi a{
text-decoration: none;
color: #FFFFFF;
}


/* Content */

div.content_main
{
 position: absolute; 
 top: 310px; 
 left: 0px;
 width: 490px; 
 height: auto; 
 z-index:3;
 padding: 5px;
 background-color: #FFFFFF;
}
div.content_info
{
 position: absolute; 
 top: 310px; 
 left: 0px;
 width: 270px; 
 height: auto; 
 z-index:3;
 padding: 5px;
 background-color: #E9F0F5;
}
div.content_sub
{
 position: absolute; 
 top: 310px; 
 left: 820px;
 width: 270px; 
 height: auto; 
 z-index:3;
 padding: 5px;
}
div.title
{
margin-bottom: 5px;
font-weight:bold;
}
div.line
{
margin-top: 5px;
margin-bottom: 5px;
height: 3px;
background-color: #E9F0F5;
}
