html,body{margin:0;
padding:0;
}
body{
	background-attachment: fixed;
	background-image: url(seiterot.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 20px;
	overflow-y: scroll;
	
}
p{margin:0 }

div#wrapper{
	
	width: 80%;
	margin-left: 20px;

}


div#header {
	line-height:1.4;
	float: left;
	height: 80px;
	width: 100%;
	display: inline;
	
}

div#header a{
	margin-right: 70px;
	text-decoration: none;
	}


div#header a:hover,
{
		
}

div#header li a:hover,
{
}

div#headeroberlinie {
	line-height:1.4;
	height: 30px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9F0026;
	margin-bottom: 10px;
}

div#headeroberlinie a{
	font-size: 20px;
	color: #000000;
	float: right;
}


div#headerunterlinie {
	margin-left: 180px;
	margin-right: 10px;
	font-size: 16px;
}
div#headerunterlinie h1{
	color: #007531;
	display:inline;
	text-decoration: none;
	font-size: 16px;
}


div#headerunterlinie h2{
	color: #005AB5;
	display:inline;
	text-decoration: none;
	font-size: 16px;
}

div#headerunterlinie h3{
	color: #9F0026;
	display:inline;
	text-decoration: none;
	font-size: 16px;
}

div#headerunterlinie h4{
	color: #F7E600;
	display:inline;
	text-decoration: none;
	font-size: 16px;
}


div#container{
	height: auto;
	width: 75%;
	margin-left: 180px;
}

div#content{
	float: left;
	margin-top: 5px;
	width: 110%;
}


/** vertikale Navigation**/

div#navigation{
	width:180px;
	background-color: #FFFFFF;
	list-style-type: none;
	float: left;
	line-height: 1.5;
	margin-top: 30px;
}

div#navigation a{
	color: #666666;
	font-weight: bolder;
	margin-left: -30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

div#navigation p{
	
	line-height: 1px;
}

div#navigation a:hover{
	text-decoration: underline;	
}

div#navigation ul{
	list-style-type: none;
}



/** Horizontale Unter-Navigation**/
#nav {
	display:inline;
	margin-bottom: 20px;
	width: 105%;
	float: left;
	margin-left: -40px;
}

#nav a{
	float:left;
	list-style-type: none;
	color: #666666;
	text-decoration: none;
}

#nav a:hover{
	float:left;
	list-style-type: none;
	color: #666666;
	text-decoration: underline;
}

#nav li{
	display:inline;
	float:left;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-right: 30px;
}

#nav li.active a {
	background: #FFA8BE;
	color: #000000;
	border-right: 1px solid #fff;
	}
	
#nav li.active a:hover {
	background: #FFA8BE;
	color: #000000;
	border-right: 1px solid #fff;
	text-decoration: none;
	}


div#footer{
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #9F0026;
	margin-top: 10px;
}
div#footer a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	margin-left: 180px;
}

/* Bilderpositionierung */
.flLeft {
	float:left;
	margin-right: 10px;
}
.flRight {
	float:right;
	margin-right: 2px;
	margin-left: 10px;
}










.content .linkespalte {
	width: 250px;
	float: left;
        font-size: 11px; 
	}

.content .rechtespalte {
	width: 60%;
	margin-left: 10px;
	margin-top: 0px;
	float: left;
	}

/* Tabellen */

table {
	font-size: 12px;
	text-align: left;
	background: inherit;
	border: none;
	empty-cells: hide;
	margin-bottom: 5px;
     
}

td, th {
	padding: 5px;
	
 
}







/* download
*******************************************************************************/
#content .download-hdl p, 
#content .download-file p, 
#content .download-desc p { 
  width:97.3%; /* IE6 Hack */
	margin: 0;

}

#content .download-hdl p { 
	padding: 5px 7px;
	font-weight: bold;
        color: #808080;

	
}

#content .download-file { 
	padding: 1.2em 7px;
	
}

#content .download-desc { 
	margin-bottom: 1.2em;
	padding: 1.2em 7px;
	
	
}

#content .download-without-desc { 
	margin-bottom: 1.2em;
	
}



