/**
 * Css für ortsumgehung-fauerbach.de
 */

* {
	padding: 0;
	margin: 0;
}

html * {
	font-size: 100.01%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	overflow: scroll;
	font-size: 90%;
}

p {
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

h1, h2 {
	font-weight: bold;
	margin: 0.4em 0 0.25em 0;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 125%;
}

#container {
	margin: 0 auto;
	width: 922px;
}

#header {
	color: #333;
	width: 920px;
	float: left;
	border: 1px solid #ccc;
	height: 140px;
	margin: 10px 0 5px 0;
	background-image: url('./../gifs/banner.jpg');
}

#menue {
	color: #333;
	border: 1px solid #ccc;
	background: #f2f2e6;
	margin: 0 5px 5px 0;
	padding: 10px;
	height: 350px;
	width: 135px;
	float: left;
}

#menue_inhalt {
	height: 100%;
}

#menue ul {
	list-style-type: none;
}

#menue li {
	padding : 3px;
}

#menue .aktiv {
	font-weight: bold;
}

#inhalt {
	float: right;
	color: #333;
	border: 1px solid #ccc;
	background: #f8f8fa;
	margin: 0 0 5px 0;
	padding: 10px;
	width: 738px;
	display: inline;
}

#footer {
	width: 900px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	background: #e7dbd5;
	margin: 0 0 10px 0;
	padding: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bild_links {
	float: left;
	padding-right: 1em;
}

.bild_rechts {
	float: right;
	padding-left: 1em;
}

img {
	border: none;
}

.profil {
	padding-left: 2em;
	padding-bottom: 1em;
}

fieldset {
	padding: 1em;
}

legend {
	border: 1px solid #000;
	padding: .2em;
}

input[type=checkbox] {
	vertical-align: top;
}

.td_r {
	text-align: right;
	padding: .3em;
}

.td_c {
	text-align: center;
	padding: .3em;
}

.hinweis {
	font-size: 90%;
	padding-bottom: 1em;
}

.datenschutzhinweis {
	font-size: 70%;
	clear: both;
	padding-top: 20px;
}

.meteo24 {
	background-color: #889775;
	width: 122px;
	font-size: 80%;
	font-family: Verdana;
	border: 1px solid black;
}

.meteo24 a {
	text-decoration: none;
	color: #000;
}

.meteo24 td {
	text-align: center;
}

.meteo_header {
	font-weight: bold;
}

caption {
	display: none;
}

#tbl_medienspiegel {
	border-collapse: collapse;
	margin-bottom: 30px;
}

#tbl_medienspiegel th {
	padding: 3px;
}

#tbl_medienspiegel td {
	vertical-align: top;
	padding: 3px;
	padding-top: 10px;
}

.odd {

}

.even {
	background-color: white;
}

#tbl_medienspiegel .datum {
	text-align: right;
}

#tbl_medienspiegel .medium {
	text-align: center;
}