	#container
	{
	width: 800px;
	height: 600px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #EBEBEB;
	}

	#linke
	{
	width:327px;
	height: 600px;
	background-color: #FFF;
	float: left;
	background-image: url(bilder/linke.jpg);
	}
	
	#navi_linke
	{
	width: 161px;
	background-color: #FFF;
	position: relative;
	left: 55px;
	top: 402px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #9C263A;
	}
	
	
	#rechte
	{
	width:473px;
	height: 580px;
	background-color: #FFF;
	float: left;
	}
	
	
	#navi_oben
	{
	width: 473px;
	height: 197px;
	background-color: #FFF;
	background-image: url(bilder/navi_oben.jpg);
	background-repeat: no-repeat;
	}
	
	#bilder
	{
	height: 205px;
	background-color: #C30;
	background-image: url(bilder/bilder.jpg);
	}
	
	#text
	{
	height:177px;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	}
	
	#footer
	{
	width:425px;
	height: 21px;
	background-color: #FFF;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	}
	
		
	
	ul li {
    list-style-type: none;
	}
	
	
a:link {
	color: #9C263A;
	text-decoration:none;
}

a:visited {
	color: #9C263A;
	text-decoration:none;
}

