@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100%/1.4 Helvetica, Arial, Verdana, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 20px 0px 0px 0px;
	color: #005ca0;
	font-size: 12px;
	line-height: 18px;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style-type:none;
	list-style-position:inside;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 18px;
	color: #009ee0;
	text-transform:uppercase;
	font-weight: bold;
	
}

h1 {
	font-size: 22px;
}

hr {
	width: 100%;
	display: block;
	border: none;
	border-bottom: 1px dotted #009ee0;
	margin: 15px 0px 15px 0px;
}

a img { 
	border: none;
}

a:link {
	color: #009ee0;
	text-decoration: none; 
}
a:visited {
	color: #009ee0;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

.container {
	width: 725px;
	background-color: transparent;
	margin: 0 auto; 
	background-image:url(../images/flocke.gif);
	background-position: 535px 450px;
	background-repeat:no-repeat;
}


.header {
	background: transparent;
	border-bottom: thin solid #819bc0;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.header .adresse {
	float: right;
	margin-top: 35px;
	width: 320px;

}

table.tableAdresse {
	border-collapse:collapse;
	width: 100%;
}

table.tableAdresse td {
	padding-right: 30px;
	vertical-align: top;
}

table.tableAdresse td:last-child {
	padding-right: 0 !important;
}


.content {
	padding-bottom: 30px;
	width: 70%;
}

.spalteRechts {
	float: right;
	width: 176px;
	margin: 0px 0px 0px 0px;
}

.spalteRechts li {
	width:100%;
	background: #009ee0;
	margin-bottom: 4px;
	padding: 2px 0px 2px 0px;
}

.spalteRechts li:hover {
	background: #005ca0;
}

.spalteRechts li a, .spalteRechts li a:active, .spalteRechts li a:visited{
	color: #fff200;
	text-decoration:none;
	margin-left: 10px;
}

.spalteRechts li a:hover {
	color: #ffffff;
}

.telnummer {
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
}

/* ~~ Fußzeile ~~ */
.footer {
	padding: 0;
	background: transparent;
	border-top: thin solid #819bc0;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

div.teaser {
	width: 95%;
	display: block;
	padding: 15px;
	background-color: #E2EDF6;
	color: #fff200;
}

div.teaser h1{
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 5px;
	letter-spacing:0.035em;
}

table.plzGebiete {
	border-collapse: collapse;
	width:500px;
}

table.plzGebiete td:first-child{
	padding: 3px 3px 3px 10px;
	width: 50px;
}

table.plzGebiete td:last-child{
	width: 380px;
}




