@charset "utf-8";
/* CSS Document 
	copyright 2007 by conformdata Andreas Näf - erstellt durch Sabine Näf 
*/
/*****************************
	ALLGEMEINE EINSTELLUNGEN
	***************************/
html, body, table{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:11px;
margin: 0px;
padding: 0px;
}
form, table, div, img, h1, h2, h2, p, ul, ol{
margin: 0px;
padding: 0px;
border: 0px;
}
/*****************
	Seitenstruktur
*****************/

#header{
width: 990px;
height: 120px;
position:absolute;
top: 0px;
left: 1px;
background-image:url(../layoutbilder/bg_header.jpg);
background-position:top left;
background-repeat:repeat-y;
visibility:visible;
display:block;
border: 0px solid green;
}

#headerPrint{
visibility: hidden;
display:none;
}
#navTop{
position:absolute;
top: 96px;
left: 1px;
/*
background-image:url(../layoutbilder/bg_navtop.jpg);
background-position:top left;
background-repeat:repeat-x;
*/
background-color:#f0f0f0;
height: 25px;
width: 990px;
z-index:30;
text-align:center;
border-width: 1px 0px 1px 0px;
border-style: solid;
border-color:#CCCCCC;
}
#container{
width: 990px;
position:absolute;
left: 1px;
top: 121px;
margin: 0px 0px 0px 0px;
border: 0px solid blue;
background-image:url(../layoutbilder/bg_container.jpg);
background-position:top left;
background-repeat:repeat-y;
overflow:hidden;
z-index:1;
}

#content{
width: 570px;
margin: 0px 0px 0px 210px;
border: 0px solid red;
}
#navLinks{
width: 190px;
min-height: 180px;
float: left;
border: 0px solid grey;
display:block;
overflow:visible;
z-index:50;
}
#navRechts{
width: 186px;
min-height: 180px;
top: 0px;
right:0px;
float:right;
border: 0px solid black;
overflow:visible;
}
#suche{ /* Suchenfeld in Navigationsbereich links */
margin: 15px 0px;
padding: 10px 0px 20px 2px;
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:#666666;
}
#footer{
width: 100%;
background-color: #f0f0f0;
height: 35px;
clear: both;
color:#666666;
}
#header a.logoHeader{
text-align: center;
display:inline;
line-height:120px;
margin: 25px 330px;
z-index:10;
}

.sprachwahl{
position:absolute;
right: 0px;
text-align: left;
padding: 25px 15px;
background-color:transparent;
width: 100px;
height: 60px;
float:right;
z-index:20;
}
.sprachwahl a{
text-decoration: none;
}
.sprachwahl a:hover{
text-decoration: underline;
}

img.banner{
margin: 15px 0px 10px 0px;
padding: 0px;

}
div.borderBottom{
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color:#999999;
width: 100%;
margin: 1px auto;
}
img.dateiIcon{
vertical-align:bottom; 
}
/***********************************
	Schrift-Formatierungen
	*********************************/
	
h1{
font-size:14px;
margin:15px 0px 5px 0px; 
}
h2{
font-size:12px;
}
h3{
font-size:11px;
margin: 10px 0px 5px 0px;
}
p{
line-height: 130%;
text-align:justify;
margin: 0px 0px 8px 0px;
}
a{
color: #000099;
text-decoration:none;
}
a:hover,
a:active{
color: #000099;
text-decoration:none;
}
ul{
width: 99%;
height:auto;
overflow:visible;
}
li{
list-style-position:outside;
list-style-type:square;
padding:1px 0px;;
margin: 0px 0px 0px 15px;

}

.center{
text-align: center;
}