html, body, #container {
	width: 100%;
	height:100%;	
}

#brown_back {
	position: absolute;
	left: 0px;
	top: 100px;
	background-color:#c90;
	width: 100%;
	height: 1000px;
	z-index: -1;
}

#content {
	padding: 0px; 
	width: 100%;
	height:100%;
	background-color:#c90;	
}

#sitemap_left {
	background-color:#c90;
	float:left;
	width:920px;
	height:100%;
}

#sitemap_right {
	background-color:#c90;
	height:100%;
}

#sitemap_top {
	background-color:#fc3;
}

#sitemap_top span {
	background-color:#fc3;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	padding-right:10px;
}

.sitemap_col0 {
	width:15px;
}
.sitemap_col1 {
	width:191px;
}
.sitemap_col2 {
	width:191px;
}
.sitemap_col3 {
	width:192px;
}
.sitemap_col4 {
	width:191px;
}
.sitemap_col5 {
	width:80px;
}

#sitemap_main {
	padding-left:25px;
}

#sitemap_left ul  {
	margin:0px;
	padding:0px;
	margin-top:5px;
	list-style: none;
	float:left;
	padding-right:10px;
}

#splash {
	padding-top:25px;
	/* veraendert von Ole
	padding-left:150px;
	*/
	padding-left:260px;
	width:450px;
	text-align: center;
	height:100%;
}

#video_0 {
	width:100%;
		/* veraendert von Ole
	height:100%;
	*/
	
}

#sitemap_left a {
	color:#000;
	text-decoration:none;
}

#sitemap_left a:hover {
	color:#fff;
}



