body {
	background-color: #faea9e;
	background-image: url(../images/background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat; 
}


table.header {
	height: 153px;
}

#header {
	width: 100%;
	position: relative;
	height: 153px;
}

#headline {
	position: relative;
	padding-top: 14px;
	float:left;
	background-repeat: no-repeat;
	background-position: top left;
/*	width: 800px;*/
	height: 80px;
	margin-bottom: 5px;
	text-align: left;
	}
	
#inhalt {
	padding-top:0px;
	float:left;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: 666666;
}

#menue {
padding-top:25px;
position: relative;
width:14%;
float:left;
}

/*  Menue Liste */
ul li.listandard {
	list-style: none;
	font-family: Georgia, Time News Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #01663E;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	width: 120px;
	display: block;
}

ul li.liselected {
	list-style: none;
	font-family: Georgia, Time News Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #F20000;
	background-color: #efe099;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	width: 120px;
	display: block;
}

li.listandard a:link, li a:visited {
	color: #01663E;
	text-decoration: none;	
}

li a:hover , li a:active{
	color:#b59412;
	text-decoration: none;
}

#footer {
	padding-bottom:0;
	height: 15px;
	width: 100%;
/*	background-image: url(../images/footer.jpg); */
	background-repeat: repeat-x;
}

/* /// Schriften im Main /// */
h5 {
	font-family: Georgia;
	color: #008852;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0px;
}
.subhead {
	font-family: Arial;
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 12px;
	text-align: left;
}
.fliestext {
	font-family: Arial;
	color: #666666;
	font-size: 10pt;
	text-align: left;
	paddin: 0px;
	margin: 0px;
}

.untertext {
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
	paddin: 0px;
	margin:0px
}

#bild {
	
	background-image: url(../images/startseite.jpg);
	background-repeat: no-repeat;
	float:left;
	width: 500px;		
	height: 273px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}

#input {
border: 1px solid #f6de6c;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
padding: 2px;
}

.news {
width: auto;
border: 1px solid #dece85;
background: #efe099;
padding: 3px;
vertical-align: top;
background-image: url(../images/news_bg.jpg);
background-position: bottom right;
background-repeat: no-repeat;
margin: 10px;
}

p.ueberschrift {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;	
font-weight: bold;
color: #333333;
text-align: left;
}

p.newstext {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;	
font-weight: normal;
color: #333333;	
text-align: left;
}


#newsheader {
padding: 3px;
vertical-align: top;

font-family: Arial, Helvetica, sans-serif;
color: #363636;
font-weight: bold;
font-variant: small-caps;
font-size: 15px;
}



a:link {
	border: 0px;
	}
a:hover {
	border: 0px;
}
