*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
/* caveat-regular - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;	
  src: url('../fonts/caveat-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/caveat-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/caveat-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/caveat-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/caveat-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/caveat-v10-latin-regular.svg#Caveat') format('svg'); /* Legacy iOS */
}

.bodyArea{
	width: 800px;
	margin: auto;
}
.bodyArea .menuArea{
	background-image: url(../img/bg_mainmenu_01.jpg);
	background-repeat: repeat-x;
	height: 33px;
	border-top: 1px solid #fff;
	border-bottom: 13px solid #99d6d9;
}
.bodyArea .menuArea ul{
	list-style: none;
}
.bodyArea .menuArea ul li{
	display: inline;
	margin-right: -4px;
}
.bodyArea .contentBody{
	margin-top: 40px;
}
.bodyArea .contentBody .contentArea{
	float: left;
	width: 470px;
	margin-left: 70px;
}
.bodyArea .contentBody .contentArea h1{
	font-size: 15px;
	color: #0099a1;
	margin-bottom: 10px;
	font-weight: normal;
}
.bodyArea .contentBody .contentArea p{
	font-size: 13px;
	color: #5a5a5a;
	line-height: 18px;
	margin-bottom: 18px;
}
.bodyArea .contentBody .contentArea a{
	color: #0099a1;
	text-decoration: none;
}
.bodyArea .contentBody .contentArea ul{
	color: #0099a0;
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 32px;
	line-height: 18px;
}

.leftTeamContent {
	width: 235px;
	float: left;
}

.rightTeamContent {
	padding: 35px 0 0 0;
	width: 235px;
	float: left;
}

.bodyArea .contentBody .contentArea .galerie{
	list-style: none;
	margin-left: 0px;
}
.bodyArea .contentBody .contentArea .galerie li{
	display: inline;
	margin-right: 30px;
}
.bodyArea .contentBody .contentArea .galerie img{
	padding: 1px;
	border: 1px solid #0099a1;
	margin-bottom: 30px;
}
.bodyArea .contentBody .contentArea ul span{
		color: #5a5a5a;	
}
.bodyArea .contentBody .contentArea a:hover{
	text-decoration: underline;
}
.bodyArea .contentBody .contentArea table{
	font-size: 13px;
	color: #5a5a5a;
	line-height: 25px;	
}
.bodyArea .contentBody .contentArea .blau{
	color: #0099a0;
}
.bodyArea .contentBody .containerArea{
	float: right;
	width: 215px;
}
.bodyArea .contentBody .containerArea h1{
	font-size: 15px;
	color: #0099a1;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.bodyArea .contentBody .containerArea p{
	font-size: 13px;
	color: #5a5a5a;
	line-height: 18px;
	margin-bottom: 32px;
	padding-left: 10px;
	}
.bodyArea .contentBody .containerArea m{
	font-size: 13px;
	color: #ED7504;
	line-height: 18px;
	margin-bottom: 32px;
}
.bodyArea .contentBody .containerArea a{
	color: #0099a1;
	text-decoration: none;
}
.bodyArea .contentBody .containerArea a:hover{
	text-decoration: underline;
}
.bodyArea .footerArea{
	background-color: #0099a1;
	color: #fff;
	font-size: 11px;
	height: 26px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.bodyArea .footerArea .footer{
	text-align: center;
	padding-top: 5px;
}
.clear{
	clear: both;
}

.highlight {
	color: #0099a1
}

#logoDatenschutzStartseite {
	float: right;
}

#subNavigation li {
  display: inline;
  list-style-type: none;
}

#subNavigation a {
	color: #FFFFFF;
  text-decoration: none;
  padding: 0px 8px;
}

.headerArea {
    background-image: url(../img/img_header_01.jpg);
	background-repeat: none;
	width: 800px;
	height: 137px;
}

.cite {
	font-family: "Caveat";
	padding: 80px 0 0 50px;
	transform: rotate(10deg);
	color: #0099A1;
	font-size: 1.2em;
}

.cite span {
	font-family: "Caveat";
	font-size: 0.9em;
}