/*
#######################################################
## Voreinstellungen
#######################################################
*/

* { margin: 0; padding: 0; }

html { overflow-x: hidden; }
html, body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100.01%; color: #3C3C3C;
	background: url(../../images/background.gif) repeat-x #EEE;
  }

img { border: 0; }
a, a:link, a:visited, a:active { color: #3C3C3C; text-decoration: underline; }
a.noline {text-decoration:none;}
ul { list-style: none; }

h3.wk {font-size:1.6em;margin:0;}
h4 { font-size: 1.2em; padding-bottom: 5px; }
h5 { font-size: 1.0em; }

.mini80 {font-size:.8em;}
.mini85 {font-size:.85em;}
.mini90 {font-size:.9em;}
.mini95 {font-size:.95em;}
.pipe {padding:0 5px;}

/* Überschrift für deaktiviertes CSS */
.nocss {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  }
.page .nocss a { text-decoration: none; }

div.clr { clear: both; }
.cll { clear: left; }

/* FLOATING */
.left { float: left; }
.right { float: right; }

/* HR */
hr {
	width: 95%; height: 0;
	font-size: 2px; text-align: left;
	border: 1px solid #E5E5E5;
	margin-bottom: 30px;
	}

/* MAINFRAME */
.mainframe { z-index: 1;
  position: relative;
  width: 980px;
	margin: 0 auto;
  }

/*
#######################################################
## MISC
#######################################################
*/
.aside h2 span,
.header .logo a span,
.nocss a span {
  visibility: hidden;
  }

/*
#######################################################
## HEADER
#######################################################
*/
.nav-top {
	height: 53px;
	background: #fba204; 
	line-height: 53px; color: #fff; font-size:.95em;
	}
.nav-top a { color: #fff; text-decoration: none; }
.nav-top a:hover, .nav-top a:focus, .nav-top a.aktiv {color:#7f4c09; }

.topic { position: relative; height: 299px; }
.topic .logo { height: 299px; }
.topic .facebook {
	display: block;
	position: absolute;
	bottom: 30px; left: 405px;
	}
	
/*
#######################################################
## NAVIGATION
#######################################################
*/

.nav {
	position: relative;
	padding-top: 18px;
	}
.nav .date {
	position: absolute;
	right: 20px; top: -3px;
	height: 53px; width: 38px;
	background: url(../../images/date.gif) no-repeat;
	}
.nav .date p {
	font-size: 0.7em; font-weight: bold; text-align: center; color: white;
	padding-top: 1px;
	}
.nav .date p.bigger { font-size: 1.1em; padding: 0; }
.nav li {
	float: left;
	width: 30%; height: 116px;
	padding: 10px 0;
	overflow: hidden;
	}
.nav li a { text-decoration: none; }
.nav li.divider {
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
	padding: 10px 23px;
	margin: 0 23px;
	}
.nav li h2 {
	color: #f1ae00;
	padding-bottom: 0;
	font-family: cdubold;
	font-size:1.2em;
	}
.nav li h2 a { color: #F1AE00; }
.nav li p {
	font-size: .8em; line-height: 1.3em;margin:0;
	}
	
.nav img {float:left;width:70px;margin:0 12px 20px 0;}

/*
#######################################################
## CONTENT
#######################################################
*/
.container {
	position: relative;
	margin-top: 50px;
	}
.content {
	position: relative;
	width: 60%;
	float: left;
	}
	
/* TEXTBLOCK */
.textblock {margin-bottom: 40px;}
.textblock .bild { width: 30%; }
.textblock .bildwahlkreis {width:220px;height:88px;margin:0 20px 35px 0;}
.textblock .text {  }
.textblock .text p.datum, .textblock .bild .bildunterschrift { font-size: 0.7em; line-height: 1.0em; color: #9B9A9A; }
.textblock .bild .bildunterschrift {font-size:.8em;line-height:1.3em;color:#9b9a9a;width:150px; margin:8px 0;}
/* .textblock .text h2 IE STYLE */
/* .textblock .text h2 FONT-SIZE FÜR ANDERE BROWSER IN DER HEADER.CFM */
.textblock .text h2 {
	padding-top: 5px;
	font-family: cduregular; font-size: 1.2em; color: #666;
	}
.textblock .text h2 a {text-decoration: none;color: #666;}
.textblock a:hover, .textblock a:focus, .textblock .text h2 a:hover, .textblock .text h2 a:focus {color:#8a8a8a;}
.textblock .text h3 {
	padding-bottom: 10px;
	font-size: 0.8em; font-weight: normal; line-height: 1.6em; color: #858585;
	}
	
.textblock .text h3.wk {font-size:1.3em;margin:-15px 0 -10px 0;}
.textblock .text p,
.textblock .text div {
	font-size: 0.8em; line-height: 1.6em; color: #535353;
	}
.textblock .text div p { padding-bottom: 15px; font-size: 1.0em; }



/* ASIDE */
.aside { position: relative; float: right; }
.aside h2 {
	width: 343px; height: 45px;
	background: url(../../images/mapheader.gif) no-repeat;
	overflow: hidden;
	}
.aside .googlemap {
	width: 337px; height: 275px;
	background: #FFF;
	border: 1px solid #CDCDCD;
	margin: 0 0 40px 3px;
	}
.aside .googlemap #map_canvas {
	width: 311px; height: 249px;
	margin: 12px;
	}
/* FORMULAR */
.formular { border: 0; }
.page .formular p {
	margin: 0 0 5px 0;
	}
.formular p label {
  line-height: 20px; vertical-align: top;
  display: block; float: left;
  width: 120px;
  }
.formular textarea,
.formular input {
	border: 1px solid #CCC;
	padding: 3px;
	}
	
/*
#######################################################
## FOOTER
#######################################################
*/
.footer {
	position: relative;
	text-align: right;
	padding-bottom: 40px;
	}
	
.footer img {margin-left:25px;}
