body {
	text-align:center;
	margin-top:  20px;
	margin-left: 5px;
	padding: 0px;
	background-color:#EFEEDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #8e806f;
}

/* container und centr dienen ausschliesslich dazu, den Seiteninhalt zu zentrieren*/
#container { 
	position: fixed;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;	
        display: table; }

#centr {
	display: table-cell; 
	vertical-align: middle;	}


#rahmen
{
	position: relative;
	top: 0px;
	width: 980px;
	height:570px;
	
	margin: 0 auto;
	padding: 0;
	background-color:#EFEEDC;
}

#logo{
	position: absolute;
	width: 320px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: 0px;	
	top: 0px;
	left: 0px;
	z-index: 1;
	text-align:left;
}

#langsel {
	position: absolute;
	top: 510px;
	left: 0px;
	width: 320px;
	height:18px;
	z-index: 17;
	text-align:left;	
}

#navigation {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 980px;
	height:63px;
	text-align:right;
	padding:0px;
	}

#menu1 {
	position: absolute;
	top: 0px;
	left: 330px;
	width: 650px;	
	height:18px;
	}

#menu2
{	
	position: absolute;
	top: 18px;
	left: 0px;
	width: 650px;	
	height:18px;
}

#menu3 {
	position: absolute;
	top: 18px;
	left: -330px;
	width: 320px;
	height:17px;
}

#projekt
{
	position: absolute;
	top: 536px;
	left: 330px;
	width: 650px;
	height:17px;
	z-index: 15;
	text-align:right;
	color: #999933; /*aktuell: #999933 #87bd00; ... aus Logo:#c6c946 */
	font-weight: bold;	
	font-size:12px;
}

#content_container {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 980px;
	height: 390px;
	z-index: 2;
	font-size:12px;
	line-height:10px;
	overflow:hidden;
	padding:0;
	margin:0;
	text-align:justify;
	}
	
#content_img {
	position: absolute;
	top: 0px;
	width: 320px;
	left: 0px;
	height:390px;	
}

/* für Seite Info */
#content_info {
	position: absolute;
	top: 0px;
	width: 200px;
	left: 360px;
	height:390px;	
	/*background-color: #FFFFFF;*/
	padding:0;
	margin:0;	
	text-align:left;
}

#content_info p {
	margin:0px;
	padding: 0px;
}
#content_text {
	position: absolute;
	top: 0px;
	width: 405px;
	left: 575px;
	height:390px;
	/*background-color: #FFFFFF;*/
	padding:0;
	margin:0;
}

/* Für Seite Aktuelles */

#content_textakt {
	position: absolute;
	top: 0px;
	width: 515px;
	left: 465px;
	height:390px;
	font-size:12px;	
	padding:0;
	margin:0;
}	


/* Für 3 elemente gleicher größe oder links alles*/
#content_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 390px;
	/*overflow:hidden;*/
	z-index:30;
	text-align:left;
}
#content_middle {
	position: absolute;
	top: 0px;
	left: 330px;
	width: 320px;
	height: 390px;
	/*overflow:hidden;*/
	}
	
#content_right {
	position: absolute;
	top: 0px;
	left: 660px;
	width:320px;
	height: 390px;
	/*overflow:hidden;*/
	}



