@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 auto;
	padding: 0px;
	text-align: center;
}
A:link  {
	text-decoration : none;
	color: #336699;
}
A:visited  {
	text-decoration: none;
	color: #336699;
}
a:hover {
	color: #333333;
}
A:active  {
	text-decoration: none;
}
a.menubut:link {
	color: #000000;
	}
a.menubut:visited {
	color: #000000;
	}
a.menubut:hover {
	background-color: #637995;
	color: #ffffff;
	}
a.menubut:active {
	background-color: #637995;
	color: #ffffff;
	}
a.button:link {
	border: none;
	text-decoration: none;
	}
a.button:visited {
	border: none;
	text-decoration: none;
	}
a.button:hover {
	border: none;
	text-decoration: none;
	}
a.button:active {
	border: none;
	text-decoration: none;
	}
.buehne a {
	text-decoration:underline;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* ALLGEMEIN */
.rechts {
	float: right;
	}
.links {
	float: left;
	}
.txtweiss {
	color: #FFFFFF;
}
.go_img {
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.noshow {
	visibility:hidden;
}
/* HEADER */
#kopf {
	background-image: url(custombild/kopfback.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 173px;
	width: 100%;
}
#kopf1 {
	background-image: url(custombild/kopfthema.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	height: 138px;
	width: 100%;
}
#kopf2 {
	background-image: url(custombild/top_li.gif);
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	z-index: 1;
}
#topzeile {
	width: 330px;
	padding: 0px;
	height: 13px;
	position: relative;
	top: -7px;
	margin: 0px;
	float: right;
	z-index: 2;
}
/* CONTAINER MENURAND UND BUEHNE */
#outer {
	min-width: 760px;
	width: auto !important;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
 }
#main {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: right;
 } 
#inner {
	width: 82%;
	height: 35px;
	clear: right;
	float: right;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	border-color: #637995;
}
/* MENUBLOCK */
.menublock {
	float:left;
	width: 18%;
}
/* AKTUELL */
#col_rechts {
	float: right;
	width: 16%;
	margin: 0px 0px 15px 15px;
	overflow: hidden;
}
.aktuell {
	color: #333333;
	background-color: #D4DAE1;
	font-size: 10px;
	margin-top: 8px;
	padding: 8px;
	background-image: url(imagdat/recol_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.aktuell input {
	background-color:#D4DAE1;
	border: solid 1px #637995;
	font-size: 9px;
	margin: 1px;
}
.aktuell form {
	margin: 2px 0px;
	display: inline;
}
/* SUCHE */
.suchtxt {
	color: #006633;
	font-weight: bold;
	text-decoration: underline;
}
#suchwort {
	background-color:#D1DCDC;
	border: 1px solid #336688;
	width: 75%;
	font-size: 9px;
	margin: 3px 0px;
}
/* SITEMAP */
.maplist {
	line-height: 15px;
}
/* css für startpopup (optional) */
#addiv {
	visibility: hidden;
	border: 1px solid #637995;
	padding: 10px 0px;
	z-index: 6;
	font-size: 10px;
	color: #333333;
	text-align: center;
	background-image: url(custombild/login_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 200px;
	height: 310px;
	position: absolute;
	top: 30px;
	left: 220px;
}
@import url('mobil.css') handheld;