@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
background:url(../images/header-bg.gif) repeat-x;
background-color:#DDD;
font-family: Verdana, Helvetica, Arial, SunSans-Regular, Sans-Serif;
}

p {
font-size:12px;
color:#5e5e5e;
}

ul li {
font-size:12px;
color:#5e5e5e;
}

img {
margin-bottom:8px;
border-color:#fe9901;
}

h1 {
font-size:20px;
color:#5e5e5e;
font-weight:lighter;
}

h2 {
font-size:20px;
color:#5e5e5e;
font-weight:lighter;
}

h3 {
font-size:20px;
color:#5e5e5e;
font-weight:lighter;
}

a {
font-size:12px;
color:#fe9901;
text-decoration:none;
}

a.footlink {
font-size:10px;
color:#777777;
text-decoration:none;
}

#main {
width:898px;
margin:0px auto 0px auto;
padding:0;
background-color:#ffffff;
}

#header {
width:898px;
height:200px;
margin:0;
padding:0;
}

.heading {
color:#FFF;
margin:0;
padding:5px 0 0 0;
font-size:24px;
font-weight:bold;
}

#header2 {
width:898px;
height:40px;
margin:0;
padding:0;
background-color:#fe9901;
}

div#menu {height:45px;background-color:#5e5e5e;}
div#menu ul{margin:0px auto;display:block;width:898px;list-style-type:none;padding:0;}
div#menu ul li{float:left;}
div#menu ul li a{display:block;height:45px;width:10px;}
div#menu ul li a:hover{background-position:0 -45px!important;}
div#menu ul li a.isPage{background-position:0 -45px!important;}
div#menu ul li a span{display:none;}
div#menu ul li.home a{background:url(../images/menu_btn-home.gif) no-repeat;width:70px;}
div#menu ul li.wahlkreis a{background:url(../images/menu_btn-wahlkreis.gif) no-repeat;width:120px;}
div#menu ul li.programm a{background:url(../images/menu_btn-programm.gif) no-repeat;width:128px;}
div#menu ul li.service a{background:url(../images/menu_btn-service.gif) no-repeat;width:105px;}
div#menu ul li.kontakt a{background:url(../images/menu_btn-kontakt.gif) no-repeat;width:111px;}
div#menu ul li.impressum a{background:url(../images/menu_btn-impressum.gif) no-repeat;width:176px;}

#content {
width:898px;
margin:0;
padding:0;
}

#cont_middle {
float:left;
width:545px;
margin:0px 0px 20px 20px;
padding:0;
background-color:#ffffff;
}

#cont_right {
float:right;
width:280px;
margin:0px 20px 12px 0px;
padding:0;
background-color:#ffffff;
}

#footer {
clear:both;
width:898px;
height:22px;
text-align:right;
background-color:#fe9901;
margin:0;
padding:0;
}

.table_all {
font-size:12px;
color:#5e5e5e;
}

/* BAD BROWSER
---------------------------------------------------------------------- */
#badbrowser {
	width: 100%;
	height: 90%;
	text-align: center; }

#badbrowser table {
	width: 100%;
	height: 100%;	
	text-align: center; }

#badbrowser td {
	text-align: center;
	vertical-align: middle; }

#badbrowser a {
	color: #5e5e5e;
	background: #cccccc;
	padding: 1px 4px;
	margin: 0 10px; }

#badbrowser a:hover {
	color: #5e5e5e;
	background: #dddddd;
	text-decoration: none; }
	
#noscript {
	position: fixed;
	top: 50%;
	margin-top: -1000px;
	left: 0;
	width: 100%;
	height: 2000px;
	background: #FFFFFF url(../Layout_Pics/noscript.gif) repeat-y center center;
	z-index: 2000; }

