
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	font: 80% Verdana, Helvetica, sans-serif;
	color: #172983;
}

#container { width: 98%; }

/* Kopf
----------------------------------------------------------------------*/
#headline, #slogan, #logo, #bild, #ticker, #balken, #navi { display: none; }

#logo_print {
	position: absolute;
	top: 0;
	width: 100%;
	list-style-type: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

/* Main
----------------------------------------------------------------------*/
#main {
	margin-top: 185px;
	width: 100%;
}
#content { width: 100%; }
#rand {	display: none; }

/* Fuss
----------------------------------------------------------------------*/
#fuss { display: none; }


a:link, a:visited { color: #006ab3; }
a:hover, a:focus, a:active { color: #000; }

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
p,ul,ol,h1,h2,h3,h4,h5,h6 { margin-bottom: 10px; }


/* Kopf
----------------------------------------------------------------------*/
#kopf #headline {
	font: 200% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.15em;
	color: #fff;
}
#kopf #slogan {
	text-align: right;
	font-style: italic;
	font-size: 90%;
}
#navi a {
	text-decoration: none;
	color: #fff;
}
#navi .navi_sub a:hover, #navi .navi_sub a:focus, #navi .navi_sub a:active { color: #fff; }
#navi li ul li a {
	font-size: 85%;
	color: #1a171b;
}
#navi li ul li a:hover { text-decoration: underline; }
#kopf #navi li.navi_main.over a, #kopf #navi li.navi_main.aktiv a { color: #132681; }
#kopf #navi li.navi_main.over ul li a { color: #1a171b; }

/* Main
----------------------------------------------------------------------*/
.artikel_teaser { color: #000; }
.teaser a {
	text-decoration: none;
	color: #006ab3;
}
/* aktive Seite beim Blaettern */
.seite_aktiv { padding: 0 3px; font-weight: bold; background-color: #d7d8d9; }

/* News */
.news h1 {
	color: #fff;
}
.news a {
	text-decoration: none;
	color: #fff;
}

/* Fuss
----------------------------------------------------------------------*/
#fuss a {
	font-size: 85%;
	text-decoration: none;
	color: #132681;
}


.clearfloat {
	float: none;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
	background: transparent;
}
.float_left  { float: left; }
.float_right { float: right; }

/* Listen
--------------------------------------------------------------------- */
ul, ol { margin-left: 20px; }
ul { list-style-type: square; }

/* Formular
--------------------------------------------------------------------- */
input.input_btn { cursor:pointer; }

/* Main
----------------------------------------------------------------------*/
.teaser, .artikel_teaser {
	margin-bottom: 10px;
	border-left: 5px solid #d7d8d9;
	padding-left: 3px;
}
.teaser a {
	display: block;
	margin: 5px 0 0 -3px;
	padding: 2px 5px;
	text-align: right;
	background-color: #d7d8d9;
}
.teaser a:hover { background-color: #aaa; }
#content img { border: 5px solid #d7d8d9; }
#content img.float_left { margin: 5px 7px 5px 0; }
#content img.float_right { margin: 5px 0 5px 7px; }

#blaettern { margin-bottom: 10px; }

/* Google Map
 * ----------------------------------------------------------------- */
.holder_google_map {
	width: 700px;
	height: 500px;
}
.holder_google_map h1.small {
	font-size: 130%;
	border: none;
}
