@charset "ISO-8859-1";

html, body{
margin:0px;
padding:0px;
height:100%;
width:100%;
overflow: hidden;
font-size:10px;
font-family: arial, helvetica,sans-serif;
background-color:white
}


/* Tabelle für Zentrierung */
#layout{
width:100%;
height:100%;
/* border:1px dotted green; */
text-align:center;

}

/* Gesamtcontainer */
#page {
width:1000px;
height:500px;
/* border:1px dotted red; */
text-align:left;
/* background-color:#f7f7f7; */
/* IE8 Hack um div-container zu zentrieren */
margin:0px auto

}

#kopf{
width:1000px;
height:50px;
/* border:1px dotted #0000FF; */
text-align:left;
white-space:nowrap;
}

/* News-Fähnchen */
#NewsNav{margin-left:930px;margin-top:-10px;width:70px;height:25px;text-align:right}

/* Container Inhalt Bild+Text */
#cont {
width:1000px;
height:400px;
/* border:1px dotted #FF0000; */
text-align:left;
/* background-color:#CCFFFF; */
overflow:hidden
}

#contL {
width:346px;
height:400px;
/*border:1px dotted #FF0000; */
text-align:left;
/*background-color:#f7f7f7; */	/*hell grau*/
/*background-color:#f59a1f;*/	/*dunkel orange*/
/*background-color:#87C3DB;*/		/*hellblau - Innovation*/
/*background-color:#A5AD00;*/ 		/*grün - neugierde*/
background-color:#FFC637;	/*orange - Scharfsinn*/
overflow:hidden 	/* verhindert Layoutumbruch bei alten Browsern */
}

#Loben {
width:346px;
height:135px;
text-align:left;
/* border:1px dotted #FF0000; */
/* background-color:#DDE7E8; */
}

#Lmitte {
width:346px;
height:135px;
text-align:left;
/*  border:1px dotted green;  */
/* background-color:#DDE7E8; */
}

#Lunten {
width:346px;
height:130px;
text-align:left;
overflow:visible;
/* border:1px dotted red; */
/* background-color:red; */
}


#contR {
margin-top:-400px;
width:655px;
height:400px;
/*border:1px dotted #FF0000; */
text-align:left;
/* background-color:red; */
float:right;
overflow:hidden;
/* cursor:pointer; */
/* position:relative; */
padding:0px;
}


#fuss{
width:1000px;
height:30px;
margin-top:15px;
/* border:1px dotted #0000FF; */
text-align:left;
}

#NavM{
width:225px;
height:25px;
text-align:left;
float:left;
}

#NavN{
width:118px;
height:25px;
text-align:right;
float:left;
/* border:1px dotted #0000FF;	 */
}

#Pics{
width:222px;
height:25px;
margin-left:55px;
text-align:left;
/* border:1px solid red; */
float:left;
}

#Addr{
width:380px;
height:25px;
text-align:right;
/* border:1px solid green; */
float:left;
font-size:9px;
color:#C0C0C0;
line-height:12px	
}


a{text-decoration:none; font-size:11px}
/* verhindert Ameisenlinie in links */
a:active, a:focus{outline: none}
/* Hauptmenü */
a.NavMain, a.NavPic {color:#C0C0C0; font-weight:bolder; letter-spacing:1.2px}
a.NavMain:hover, a.NavPic:hover, a.NavProj:hover {color:black}
a.NavMainAkt, a.NavPicAkt {font-weight:bolder; color:#E83E3E; letter-spacing:1px}

/* a.NavProj{color:#C0C0C0;} */		/* original */
a.NavProj{color:white;}		/* original */
a.NavProjAkt{color:#E83E3E;}	/* original */

h1{margin:0px;color:#B2B2B2}
h1.gross{font-size:16px;font-weight:bold;letter-spacing:1.5px;color:#333333;white-space:nowrap}
h1.klein{font-size:9px;font-weight:normal;letter-spacing:0.4em;white-space:nowrap}

a.LblackExt{font-size:10px;color:black}       /*externe links schwarz */
a.LblackExt:hover{color:white}       /*externe links schwarz */

/* liste für Bildershow */
ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
	/* left:0px; */
	/* position:relative; */
	/* top:0px; */
	/* webkit-padding-start: 40px; */ 
	display:block;
}
ul li {
	float: left;
	display:list-item; 
}

