@charset "utf-8";
/* CSS Document */

body { 
	background-color:#FFF;
	background-image:url(background.jpg);
	font-family:Verdana,;
	font-size:10px;
	color:#6c634f;
	margin: 0 auto;
}


a {
	text-decoration:none;
	color:#6c634f;
}

a:hover {
	text-decoration:underline;
}

/*container*/

#all {
	width:900px;
	position:relative;
	border:1px solid #6c634f;
	border-top:3px solid #d96000;
	background-color:#f8f5ee;
	margin:auto;
}

#top {
	height:105px;
	background-color:#eae3d9;
	clear:both;
}
	
	#logo_top {
		height:104px;
		width:225px;
		background-image:url(img/logo_oben.jpg);
		position:relative;
		float:left;
	}	
	
	#navi {
		height:104px;
		width:674px;
		float:right;
		position:relative;
	}
		

#banner {
	height:263px;
	clear:both;
	border-top:3px solid #6c634f;

}
	
	#banner_image {
		width:520px;
		height:260px;
		border-bottom:3px solid #d96000;	
		background-image:url(img/banner.jpg);
		float:left; 
	}
	
	#banner_right {
		width:380px;
		height:260px;
		position:relative;
		float:right;
	}
	
		#banner_top_right {
			height:130px;
			background-color: #6c634f;
			clear:both;
		}
	
		#banner_bottom_right {
			height:130px;
			background-color:#eae3d9;
			border-bottom:3px solid #eae3d9;
			
		}
		
#footer {
	width:900px;
	height:200px;
	margin: 0 auto;
	text-align:center;

}

/*classes*/

.aktiv_navi {
	color:#d96000;
	text-decoration:none;
	
}
	
.headline {
	font-size:14px;
	color:#d96000;
}

.text {
	font-size:10px;
	font-weight:bold;
	color:#d96000;
}


