body {
	background-color: #9FC3E7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 1em;
	text-align: center;
}

.heading {
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}

.heading h1{
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0.7em;
	font-weight: 300;
}

.navigation{
	padding: 0px;
	margin: 0px;
	background-color: #F4DF44;
	color: #006699;
}

.navigation a{
	color: #006699;
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
	padding-right: 20px;
	text-decoration: none;
}

.navigation a:hover{
	color: red;
}

.bgblue{
	background-color: #006B96;
}

.navibox{
	vertical-align: text-bottom;
	background-color: White;
	width: 170px;
}
.naviboxelement{
	padding: 7px;
	border-bottom: 1px solid #006B96;
}
.naviboxelement a{
	color: #006B96;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: 600;
}

.naviboxelement a:hover{
	color: orange;
}



.partner{
	font-size: 1.0em;
	color: white;
	padding: 10px;
}
.partner a{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.partner a:hover{
	color: yellow;
}

.footer{
  background-color: #eeeeee;
  border-top: 1px white solid;
  color: #666666;
  text-align: center;
  font-size: 0.7em;
  padding: 10px;
}
.footer a{
	color: #333333;
}
.footerlink{
	padding: 5px;
	font-size: 0.7em;
	color: #666666;
}
.footerlink a{
  color: #666666;
  text-decoration: none;
}
.footerlink a:hover{
  color: orange;
  text-decoration: none;
}

.content{
	text-align: left;	
}

.linklist{
	font-size: 1em;
}
.linklist a {
	color: #666666;
	text-decoration: none;
	font-size: 0.8em;
}
.linklist a:hover {
	color: Orange;
	text-decoration: underline;
	font-size: 0.8em;
}

.phonebox{
	margin: 0px 0px 5px 5px;
	float: right;
	font-size: 0.7em;
	text-align: center;
	width: 150px;
	border: 2px solid #006B96;
	color: #006B96;
	background-color: F4DF44;
}
.phonebox h3{
	white-space: nowrap;
	color: #006B96;
	padding: 3px;
	margin: 0px;
	font-weight: 800;
	font-size: 1.1em;
}
.phonebox2{
	margin: 0px 5px 55px 14px;
	font-size: 0.7em;
	text-align: center;
	width: 150px;
	background-color: white;
}
.phonebox2 h3{
	white-space: nowrap;
	color: #006B96;
	padding: 0px;
	margin: 0px;
	font-weight: 800;
	font-size: 0.8em;
}

.adresse{
	width: 60%;
	border: 1px solid #006B96;
	font-size: 0.9em;
}
.adresse h2{
	padding: 5px;
	margin: 0px;
	font-weight: 600;
	color: #006B96;
	background-color: #cccccc;
}
.adresse p{
	padding: 5px;
}

.inhalt{
	padding: 5px 15px 15px 15px;
	color: #224466; 
	vertical-align: top;	
}
.inhalt img{
	float: left;
	margin: 5px 10px 5px 0px;
}
.inhalt h1{
	font-weight: 600;
	font-size: 1.2em;
}
.inhalt h2{
	font-weight: 500;
	font-size: 1.1em;
}
.inhalt h3{
	font-weight: 500;
	font-size: 1.1em;
}
.inhalt p {
	text-align: justify;
	font-size: 0.9em;
}
.inhalt ul{
	line-height: 150%;
}
.inhalt td{
	vertical-align: top;
	padding: 5px;
	font-size: 0.9em;
}
.inhalt td ul {
	padding: 0px 0px 10px 0px;
	margin: 0;
	list-style-position: inside;
	line-height: 140%
}
.inhalt td li {
	padding-bottom: 10px;
}

