/*Kommentare*/

#logo {
	background-image: url(../gfx/logo.jpg);
	background-repeat: no-repeat;
	position:absolute;
	width: 945;
	height:170;
	left: 50%;
	margin-top: 10px;
	margin-left: -460px;
}

#navi {
	background-image: url(../gfx/navbg.gif);
	position:absolute;
	width:195;
	height:410;
	left: 50%;
	margin-top: 180px;
	margin-left: -455px;
}

#line{
	background-image: url(../gfx/bg1.gif);
	position:absolute;
	width:738;
	height:20;
	left: 50%;
	margin-top: 180px;
	margin-left: -260px;
}

#cont {
	background-image: url(../gfx/bg.gif);
	background-repeat: no-repeat;
	position:absolute;
	width:565;
	height:375;
	left: 50%;
	background-color: #FAF4BA;
	color :  #FAF4BA;
	margin-top: 205px;
	margin-left: -260px;
	/*overflow:auto;*/
}

	/*bilderleiste rechts */ 
#images{     
	position:absolute;
	width:170;
	height:375;
	left: 50%;
	margin-top: 205px;
	margin-left: 305px;
	background-color: #FAF4BA;
   	/*background : transparent; */ 
}








