/*----------------------------------------------------*/
/* seitenlayout allg */
/*----------------------------------------------------*/


body {
	background-color:#008148;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin: 0px;
}

.wrapper {
	position:relative;
	width:990px;
	height: 768px;
	margin:0px auto 0px auto;
	text-align:left;
	
}

/*----------------------------------------------------*/
/* submenu 2. ebene */
/*----------------------------------------------------*/

.submenu {
	position:absolute;
	width: 990px;
	top:640px;
	text-align:center;
}


ul.subnav {
	list-style:none; 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}
		
ul.subnav li {
	display:inline;
	margin:0px 15px 0px 0px;
	padding:5px 20px 5px 20px;
	border: 3px solid #FFDD00;
	background-color:#008751;
}

ul.subnav li a {
	display:inline;
	margin:0px;
	font-size:12px;
	text-decoration:none;
	color:#FFDD00;
	font-weight: normal;
	
}

ul.subnav li a:hover {
	text-decoration:none;
	color:#7FBCA1;
}

ul.subnav li .active {
	text-decoration:none;
	color:#fff;
	font-weight: bold;
}

/*----------------------------------------------------*/
/* bild */
/*----------------------------------------------------*/


.mainimg {
	width:990px;
	height:600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	z-index: 1;
}


/*----------------------------------------------------*/
/* inhalt wrapper */
/*----------------------------------------------------*/


.contentbox {
	position: relative;
	top: 10px;
	width:990px;
	height:450px;
	padding: 0px;
}


/*----------------------------------------------------*/
/* fuss */
/*----------------------------------------------------*/


.footer {
	position: absolute;
	top: 670px;
	width:990px;
}

.footer p {
	font-weight: normal; 
	color:#FFDD00;
	text-align: center;
	font-size: 10px;
}

.footer a:hover {
	ftext-decoration:none;
	color:#666;
}

/*----------------------------------------------------*/
/* text */
/*----------------------------------------------------*/


h1,h2,h3,h4 { font-weight: bold; padding-bottom:0px;}
h3 { color:#333; font-size:110%;}
h4 { color:#006633; text-transform: uppercase; font-size: 14px; }


p {	font-size:12px;
	line-height: 18px;
	padding-right: 15px;
}

