/* Globale Klassen */
body {
	margin: 0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #105B9E;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* Navigations Klassen */
#head {
	margin: 0;
	padding: 0;
	height: 65px;
	/*background: url('img/head_bg.gif') repeat-x 0 0;*/
	overflow: hidden;
}
#content {
	/*background-image: url('img/le ft_bg.gif');*/
	background-repeat: repeat-y;
	margin-top: 25px;
}

/* Navigations Klassen  GRÜN

.navi {
	color: #53a95c;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.navi:hover {
	color: #666666;
}*/

/* Navigations Klassen */
.topnavi{
	margin: 12px 0 0 212px;
	padding: 5px 0 0 0;
	height: 25px;
	width: 700px;
	background-color: #005ea8;
	text-align: center;
}
.navi {
	margin: 0px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.navi:hover {
	text-decoration: underline;
}
.inhalt{
	margin: 0 0 0 212px;
	max-width: 700px;
}
.inhalt div{
	margin-top: 40px;
}
#logo{
	width: 700px;
	height: 300px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: -9999;
}
#logo img{
	width: 378px;
}
/* Allgemeine Klassen */
.dotted{
	border-top: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.einpic{
	margin:0px 20px 10px 0px;
}
.border {
	border: 1px solid #000000;
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	margin: 0 10px;
}
.float {
	float: left;
}
.gruen {
	color: #53a95c;
}
.blau {
	color: #105B9E;
}
.padr {
	padding-right: 8px;
}
.padt {
	padding-top: 6px;
}
.titel {
	font-size: 20px;
	font-weight: bold;
}
.fett {
	font-weight: bold;
}
.schrift10 {
	font-size: 10px;
}
.schrift11 {
	font-size: 11px;
}
.schrift14 {
	font-size: 14px;
}
.schrift16 {
	font-size: 16px;
}

.einrichtungen {
	height: 180px;
	overflow: hidden;
}
.tel {
	margin: 0;
}
