@import url('css/incinhalt.css');
@import url('css/incmenu.css');
/* SELEKTOREN */
html { 
	height: 100%;
	margin: 0px auto;
}
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;
	outline: none;
	color: #FF6600;
}
A:visited  {
	text-decoration: none;
	outline: none;
	color: #FF6600;
}
a:hover {
	color: #FF6600;
	outline: none;
}
A:active  {
	text-decoration: none;
	outline: none;
	color: #FF6600;
}
a.menubut:link {
	color: #000000;
	}
a.menubut:visited {
	color: #000000;
	}
a.menubut:hover {
	background-color: #DF9838;
	color: #FFFFFF;
	}
a.menubut:active {
	background-color: #DF9838;
	color: #000000;
	}
.buehne a {
	text-decoration:underline;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* ALLGEMEIN */
.rechts {
	float: right;
	}
.links {
	float: left;
	}
.mitte {
	vertical-align: middle;
}
.txtweiss {
	color: #FFFFFF;
}
.go_img {
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.noshow {
	visibility:hidden;
}
/* HEADER */
#head {
	height: 26px;
	width: 86%;
	float: right;
	background-color: #F9FB5A;
}
#titletxt {
	display: inline;
	vertical-align: top;
	margin: 0px 50px;
	color: #0000FF;
	font-size: 18px;
	text-align: left;
}
#kopf {
	clear: both;
	width: 100%;
	height: 139px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image:url(custombild/kopfthema.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#kopfzeile {
	background-image: url(imagdat/kopfback.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 100%;
	clear: both;
}
#kopflinks {
	float: left;
	height: 31px;
	width: 18%;
	background-color: #F9FB5A;
	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: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
 }
#main {
	margin: 0px;
	padding: 0px;
 } 
#inner {
	background-color: #FFCC33;
	background-image: url(custombild/menubot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* MENUBLOCK */
.menublock {
	float:left;
	width: 18%;
	padding: 40px 0px;
	background-color: #F9FB5A;
	background-image: url(imagdat/menueck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.colimgs {
	width: 100%;
	text-align: center;
	background-color: #F2FCA0;
	}
	
.menublock .colimgs {
	margin: 30px 0px 10px 0px;
	overflow: hidden;
}
.colimgs img {
	margin: 4px;
}
/* AKTUELL */
#col_rechts {
	float: right;
	width: 14%;
	margin: 0px 0px 15px 15px;
	overflow: hidden;
}
#col_rechts img {
	margin: 3px 0px;
}
.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:#FFFF99;
	border: 1px solid #864921;
	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;
}
#ticker {
	width: 70%;
	margin: 0px 0px 0px 40px;
	position: absolute;
	top: 150px;
	right: 140px;
	z-index: 2;
}
#ticker input {
	width: 100%;
	text-align: right;
	border: none;
	font-size: 10px;
	margin: 0px;
	moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}