@import url('css/incinhalt.css');
@import url('css/incmenu.css');
/* SELEKTOREN */
html { 
	height: 100%;
	margin: 0;
}
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 1%;
	padding: 0px;
	text-align: center;
	background-image: url(imagdat/bodyback.gif);
	background-repeat: repeat-y;
	background-position: left;
}
a:link  {
	text-decoration : none;
	border: 0;
	color: #006633;
}
a:visited  {
	text-decoration: none;
	border: 0;
	color: #006633;
}
a:hover {
	color: #006633;
	border: 0;
}
a:active  {
	text-decoration: none;
	border: 0;
	color: #006633;
}

.buehne a {
	text-decoration:underline;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* ALLGEMEIN */
.rechts {
	float: right;
	}
.links {
	float: left;
	}
.txtweiss {
	color: #FFFFFF;
}

/* HEADER */

#kopf {
	width: 100%;
	height: 139px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(custombild/kopfthema.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#kopfzeile {
	background-image: url(imagdat/kopfback.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 100%;
}
#kopflinks {
	float: left;
	height: 31px;
	width: 18%;
	background-color: #AACC5B;
	text-align: right;
}
#kopfrechts {
	float: right;
	margin: 0px;
	height: 31px;
	text-align: right;
	width: 80%;
	overflow: hidden;
}
/* CONTAINER MENURAND UND BUEHNE */
#outer {
	min-width: 760px;
	width: auto !important;
	width: 880px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
 }
#main {
	margin: 0px;
	padding: 0px;
 } 
#inner {
	background-color: #587023;
	background-image: url(custombild/menubot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* MENUBLOCK */
.liblock {
	float:left;
	width: 18%;
	padding: 40px 0px 60px 0px;
	background-color: #AACC5B;
	background-image: url(imagdat/menueck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* AKTUELL */
#col_rechts {
	float: right;
	/*width: 14%;*/
	width: 20%;
	margin: 0px 0px 15px 15px;
	/*overflow: auto;*/
}
.aktuell {
	color: #333333;
	margin-top: 10px;
}
.akt_top {
	background-image: url(imagdat/akt_oben.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.akt_sub {
	background-image: url(imagdat/akt_unten.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* SUCHE */
.suchtxt {
	color: #006633;
	font-weight: bold;
	text-decoration: underline;
}
#suchwort {
	background-color:#DEEBA3;
	border: 1px solid #006633;
	width: 75%;
	font-size: 9px;
	margin: 3px 0px;
}
.aktuell form {
	margin: 0px 0px 3px 0px;
	display: inline;
}
/* SITEMAP */
.maplist {
	line-height: 18px;
	padding-left: 7%;
}
.maplist li {
	list-style-type: disc;
	color: #FF6600;
	margin-left: 20px;
}
/* FOOTER */
#footer {
	background-image: url(imagdat/footer_back.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 53px;
	width: 100%;
}
#foot_re {
	height: 53px;
	width: 80%;
	float: right;
	background-image: url(imagdat/footer_end.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
}
#foot_li {
	height: 53px;
	width: 18%;
	float: left;
	background-image: url(imagdat/footer_eck.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
}
.footxt {
	font-size: 10px;
	margin: 5px 0px 0px 22px;
	height: 12px;
}
.pfad {
	position: relative;
	left: -40px;
	top: 8px;
	width: 400px;
}
