/* general */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 20px 11% 20px 11%;

/*alt 
	background-color: #DBE4F0; 
*/

/*
#7597C2
*/

/* hell */
background-color: #599CC7; 


}


body a {
	text-decoration:none;
}

img {
	border: 0px;
}



/* top */
#head {
	background-color:#FFFFFF;
	border:0px solid #FFFF00;
	padding:0px 8px 0px 8px;
}


/* logos */
#logo1 {
	text-align:center;
}

#logo1 img {
	margin:15px 0px 15px 0px;
}


#logo2 {
	padding-top:15px;
	margin-left:190px;
}







/* Imageleiste */
#image {
	clear:left;
	height: 130px;
	border:0px solid #0000FF;
	background:url(/grafik/image.png);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}






/* Titel */
#titelzeile {
	padding:5px 0px 0px 0px;
	height: 22px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:0px dotted #CCCCCC;
}

#titelzeile a {
	color:#599CC7;
}


#websitetitel {
	color:#666666;
}


#seitentitel {
	margin-left:5px;
	color:#599CC7;
}



#eingeloggt {
	text-transform:none;
	font-weight:normal;
	color:#666666;

}



/* middle wrapper */
#wrap_middle {
	padding: 5px 0px 0px 0px;
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #FFFFFF;
	overflow: auto;
	clear: both;
	border:0px solid #00FFFF;
	
	background:url(/grafik/hg-adler.gif);
	background-position:180px 0px;
	background-repeat:no-repeat;
/*	background-attachment:fixed; */
	background-color:#FFFFFF;

}



/* left column */
#left {
	float: left;
	width: 220px;
	border-right:0px solid #666666;
	height:600px;
	padding:0px 0px 0px 8px;
	
}



/* Hauptnavigation */
#hauptnavi {
/*	background-color:#005496; */
	color:#666666;
	padding:0px 0px 20px 20px;
	text-align:right;
	line-height: 20px;
	font-weight:bold;
	text-transform:uppercase;
}

#hauptnavi ul {

}

#hauptnavi ul li {
	list-style-type: none;
}

#hauptnavi li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding:0px 20px 0px 0px;
	background-image: url(/grafik/list-out.gif);
	background-position: right 7px;
	background-repeat: no-repeat;
	font-weight:normal;
	text-transform: none;

}

#hauptnavi ul li a:hover, #hauptnavi ul li a.active { 
	background-image: url(/grafik/list-over.gif);  
}





/* Subnavigation */
#subnavi {
	color:#999999;
	font-weight:bold;
	border-top:0px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
/*	background-color:#e5e5e5;*/
}

#subnavi ul {
}

#subnavi ul li {
	list-style-type: none;
	display:inline;
	margin-right: 20px;
	font-weight:normal;
}

#subnavi li a {
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}

#subnavi ul li a:hover { 
	text-decoration: none;
	color:#599CC7;
}


#subnavi .aktiv a {
	color:#599CC7;
}




#preislogo {
float:right;
}





/* content */
#content {
	padding: 0px 60px 60px 70px ;
	height:550px;
	border:0px solid #FF00FF;
	overflow-y: auto;
	line-height:1.5em;
	border:0px solid #CCCCCC;
}


#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #599CC7;
	font-size: 1.5em;
/*	margin-top: 3px;*/
	margin-bottom: 20px;
	margin-top: 20px;
}


#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1.1em; 
/*	margin-top: 3px;*/
	margin-bottom: 20px;
	margin-top: 20px;
}



#content p, #content li {
	margin-bottom:10px;
	line-height:16px;
}


#content ul {
	margin-left:40px;
}


#content a {
	color:#599CC7;
}

#content a:hover, #foot a:hover {
	text-decoration: underline;
}


.liste  {
	margin-left: 15px;
}



table {
}

td {
	vertical-align:top;
	}




/* Top */
#nach_oben {
	margin: 20px 0px 0px 0px;
	padding:10px 0px 30px 0px;
	border-top:1px dotted #CCCCCC;
}

.navipfeil {
	border:1px solid #CCCCCC;
	padding:3px;
	float:right;
}

.navipfeil:hover {
	background-color:#e4e4e4;
}

#nach_oben a:hover, #projektnavi a:hover {
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}





/* foot */
#foot {
	border:0px solid #FFFFFF;
	height:30px;
	padding:10px 10px 10px 10px;
	text-align:center;
	clear:both;
	color:#FFFFFF;
}


/* show only when printing */
#print_info {
	display:none;
}

.only_print {
	display:none;
}



