body {
	
	background-repeat: 		repeat-x;
	background-color: 		#F2F0EB;
	background-attachment: 	scroll;
	font-family:			sans-serif;
}
#banner {
	-moz-border-radius:	10px
	background-color:	#F0BC84;
	background-image:	url(http://teegen-blankenese.de/fileadmin/template/banner-bg.png);
	background-repeat:	repeat-x;
	height:			20%;
	max-height:		300px;
	text-align:		center;
	width:			100%;
	z-index:		1;
	max-width:		100%;
}
#menu {	
	width: 					15%;
	height: 				auto;
	background-color: 		#F0BC84;
    float: 				    left;
	left:					10px;
	top: 					30px;
    position:               relative;
	z-index: 				2;
}
#menu a {
	border-top: 			1.5px solid #F0BC84;
	
	background-color: 		#666563;
	display:				block;
	width: 					100%;
	padding	: 				5px	0px 5px 5px;
	text-decoration:		none;
	color:					#F2F0EB;
	font-weight:			bold;
}
#menu a.sub {
	margin-left:			5%;
	width:					95%;
	border-top: 			1px solid #F0BC84;
	
	background-color:		#8C8B88;
}
#menu a:hover {
	background-color:		#B3B1AD;
}

#menu a.active {
	border-top: 			1px solid #CCA070;
	
	background-color:		#F0BC84;
}
#content {

    float:                  right;
	left:					17%;
    width:					75%;
    max-width:					77%;
	height:					75%;
	overflow:				auto;
	color:					#666563;
	margin:					15px;
	line-height:				1.3em;
	padding-right:				20px
}
#content a {
	color: #E6A82E;
	text-align: justify;
}
h1 {
    font-size: 24px;
    line-height: 1.1em;
}
