@charset "UTF-8";
/* CSS Document */


body{
	margin:0;
	background:#fff;
}

#center{
	
}


#content{
	width:100%;
	font-family: "lucida sans unicode","lucida grande", arial, verdana, sans-serif;
}


#oben{
	width:100%;
	height:137px;
	background:#A9B2BB;
}

#text{
	clear:both;
	width:912px;
	min-height:283px;
}
	




/* TEXT */
#text_rechts{
	width:300px;
	/*min-height:283px;*/
	padding-top:2px;
	padding-right:187px;
	padding-bottom:15px;
	margin-left:425px;
	margin-top:23px;
	
	font-size: 12px;
	letter-spacing: 0pt;
	line-height: 1.4;
	color:#333;
}

h3{
	/*margin-top:23px;*/
	margin-bottom:5px;
	font-size: 12px;
	font-weight:bold;
	color:#C00;
}


.rot{
	color:#C00;
}





/* AUSNAHME LEGENDEN */
#bild1 p{
	margin:0px 0px 0px 0px;
	font-size:9px;
	font-weight:bold;
	white-space:nowrap;
	line-height:1.25;
}
#bild2 p{
	margin:0px 0px 0px 0px;
	font-size:9px;
	font-weight:bold;
	white-space:nowrap;
	line-height:1.25;
}

.normal{
	color:#000;
}
.grau{
	
	color:#999;
}
#bild3 p{
	margin:0px 0px 0px 0px;
	font-size:9px;
	font-weight:bold;
	white-space:nowrap;
	line-height:1.25;
}
#bild4 p{
	margin:0px 0px 0px 0px;
	font-size:9px;
	font-weight:bold;
	white-space:nowrap;
	line-height:1.25;
	
}
/*AUSNAHMEN LEGENDEN ENDE */
/* TEXT ENDE */






/* MAIN NAVI */
#navi_main{
	min-width:1000px;
	height:75px;
	background:#A9B2BB;
}

#rand_navi{
	float:left;
	width:50px;
	height:75px;
}
#rand_navi2{
	float:right;
	width:37px;
	height:75px;
}
#navi_leer{
	float:left;
	width:75px;
	height:75px;
}
#navi_button{
	float:left;
	width:75px;
	height:75px;
	background:#5F607F;
}


/*
#navi_button a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	width:75px;
	height:75px;
	display:block;
}
#navi_button a:hover{
	background:#232349;
}
*/

#navi_main ul{
	height:75px;
	margin:0px;
}
#navi_main ul li{
	margin-left:75px;
	list-style:none;
	float:left;
	width:75px;
	height:75px;
	background:#728291;
}
#navi_main ul li a{
	padding-left:5px;
	padding-top:3px;
	font-size:13px;
	letter-spacing:0px;
	text-decoration:none;
	
	color:#fff;
	width:70px;
	height:72px;
	display:block;
}
#navi_main ul li a:hover{
	background:#263F55;
}

#navi_main ul li a.aktiv{
	background:#263F55;
}
/* MAIN NAVI ENDE */



/* NAVI LINKS */
#navi_links{
	 float:left;
	 width:425px;
	 min-height:283px;
}
#navi_links ul{
	margin:0px;
	padding:0px;
}
#navi_links ul li{
	list-style:none;
	padding:0px;
}
#navi_links ul li a{
	padding-left:25px;
	padding-top:5px;
	font-size:16px;
	line-height:1;
	text-decoration:none;
	color:#333;
	width:395px;
	height:20px;
	border-bottom:2px #fff solid;
	display:block;
}
#navi_links ul li a:hover{
	border-bottom:2px #F07F7C solid;
}
#navi_links ul li a.aktiv{
	border-bottom:2px #F07F7C solid;
}
/* NAVI LINKS ENDE */



/* BILDER */
#navi_bild{
	min-width:1000px;
	height:75px;
}

#rand_bild{
	float:left;
	width:50px;
	height:75px;
}
.bild_leer{
	float:left;
	width:75px;
	height:75px;
}
#bild_leer{
	float:left;
	width:75px;
	height:75px;
}


#bild5{
	float:left;
	height:75px;
	width:75px;
	background:url(bilder/stprint_logo.jpg) no-repeat top left;
}
/* BILDER ENDE */



/* SCHRIFTART EINGEBETTET 
   nur für safari zurzeit möglich,
   deshalb nur zu testzwecken. 
   
   Schrift nicht in Verwendung */
@font-face{
    font-family: Frutiger;
	src: url(aktuell/frutiger_55.otf) format("opentype");
}
	
.font{ 
	font-family:Frutiger; 
	font-size:24px;
}
/* SCHRIFTART EINGEBETTET ENDE */
