body { 
	background-color:#FFFFFF; 
	margin-top: 0; 
	margin-left: 0; 
	font: 11px Courier10, Verdana, Arial, Helvetica, sans-serif;
	color: #D8FBAD;
}

/***************** LOGO *****************/

#logo {
	position:absolute;
	text-decoration:none;
	top:20px;
	left:475px;
}

/***************** SEARCH FIELD *****************/

#search {
	width: 152px;
	background: #EAECEE;
	border: 1px solid #938e3e;
	height: 20px;
	padding: 1px;
	position:absolute;
	top:44px;
	left:767px;
}
#searchField {
	width: 121px;
	height: 14px;
	color: #938e3e;
	position:absolute;
	top:1px;
	left:2px;
}
#searchButton {
	position:absolute;
	top:2px;
	left:32px;
}

/***************** MAIN MENU *****************/

#menuBar {
	background-image: url(./img/back_mainMenu.gif);
	background-repeat: repeat-x;
	position:absolute;
	top:76px;
	left:147px;
}
#mainMenu {
	width: 775px;
	float: left;
	height: 20px;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #938e3e;
	border-right: 1px #938e3e;
	border-bottom: 1px solid #938e3e;
	border-left: 1px solid #938e3e;
}
#mainMenu .menuItem {
	width: 154px;
}
#mainMenu .menuItem a {
}	

.menuItem {
	background-image: url(./img/back_mainMenuButton.gif);
	background-repeat: no-repeat;
	height: 20px;
	text-align: center;
	float: left;
	border-right: 1px solid #938e3e;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}

.menuItem#activeSection {
	background: url(./img/back_mainMenuButton_active.gif);
	height: 20px;
	z-index: 1;
}

.menuItem#activeSection .main a {
	color: #143228;
	height: 20px;
	z-index: 1;
}

.menuItem a {
	display: block;
	height: 20px;
	padding-top: 2px;
	color: #322f14;
	height: 20px;
	z-index: 1;
}

.menuItem .shadow {
	position: relative;
	left: 1px;
	top: -17px;
	color: #FAE623;
	z-index: 1;
}

.menuItem .main {
	position: relative;
	height: 20px;
	z-index: 100;
}

/***************** LEFT MENU *****************/

#left_menu { 
	position:absolute;
	border: 1px solid #645f35;
	top:146px;
	left:147px;
	width: 200px;
	height: 428px;
}

#left_menu_block {
	background-image:url(./img/bg_lgreen.gif);		
	width: 160px;
	height: 380px;
	margin-top:23px;
	margin-left:20px;
}

#left_menu_text {
	position:absolute;
	top:182px;
	left:180px;
	width: 148px;
}

#left_menu_text a {
	text-decoration: none;
	color: #404040;
}

#left_menu_text a.active {
	text-decoration: none;
	color: #404040;
}

#left_menu_text a:hover {
	text-decoration: underline;
	color: #322f14;
}


/***************** MAIN AREA *****************/

#content {
	position:absolute;
	top:116px;
	left:174px;
	width:720px;
	height:500px;
	vertical-align:bottom;
	border-top: 1px solid #938e3e;
	border-right: 1px solid #938e3e;
	border-bottom: 1px solid #938e3e;
	border-left: 1px solid #938e3e;	
}

#content_banner {
	position:absolute;
	top:25px;
	left:113px;
	width:484px;
	height:145px;	
	background-color: #000000;
}

#content_banner_image {
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
	width:470px;
	height:135px;
}

#start_banner {
	position:absolute;
	top:25px;
	left:213px;
	width:484px;
	height:145px;	
}

#content_text {
	position:absolute;	
	top:235px;
	left:242px;
	width: 455px;
	height: 202px;
	text-align:justify;
}

#content_impressum {
	position:absolute;	
	top:35px;
	left:112px;
	width: 455px;
	height: 202px;
	text-align:justify;
}

#content_agb {
	position:absolute;	
	top:35px;
	left:112px;
	width: 455px;
	height: 202px;
	text-align:justify;
}


#content_header {
	position:absolute;
	border: 1px solid #645f35;
	top:307px;
	left:388px;
	width: 532px;
	height: 29px;
	vertical-align:middle;
}

#header_text {
	margin-top: 5px;
	margin-right: 48px;
	text-align:right;
}

/***************** NEWS *****************/

#news_table { 
	position:absolute;
	top:36px;
	left:5px;
	vertical-align:middle;
}

#news_head { 
	background-image:url(./img/bg_lgreen.gif);	
}

#news { 
	margin-top: 5px;
	margin-left: 36px;
}

#news_header {
	position:absolute;
	border: 1px solid #322f14;
        top:146px;
	left:147px;
	width: 200px;
	height: 428px;
	vertical-align:middle;
}

/***************** FOOTER *****************/

#footer {
	position:relative;
	border-top: 1px solid #938e3e;
	height:15px;
	font-size:10px;
	color: #938e3e;
}

#footer_text {
	margin-left: 6px;
	margin-top: 1px;
}

#footer_text a {
	text-decoration: none;
	color: #938e3e;
}

#footer_text a.active {
	text-decoration: none;
	color: #938e3e;
}

#footer_text a:hover {
	text-decoration: none;
	color: #EB232F;
}










	
