@charset "utf-8";
/*elemente*/

body {
	margin: 0;
	background: #ecf5ea;
	font:normal;
	color: #0054A6;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}
h1{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-top: 26px;
	}
a{
	text-decoration: none;
}

/*klassen*/
.wrapper{
	width: 80%;
	height: auto;
	_background: #CED0D1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}
.header{
	height: 70px;
	_background: #8B8383;
	}
.logo{
	float: left;
	width: 166px;
	height: 66px;
	_background:#F8F4F4;
	padding-top: 4px;
	padding-left: 4px;
}

.indexLink {
	text-decoration: underline;
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.content .coronaindexLink {
	text-decoration: underline;
	text-align: center;
	margin-bottom: 10px;
	font-size: 27px;
	font-weight: bold;
}
.pagetitle{
	height: 70px;
	_background: #FFFFFF;
}
.navbar{
	height: 60px;
	_background: #8B8363;
}
.spacer{
	width: 170px;
	height: 60px;
	float: left;
	_background: #191717;
}
.nav{
	_background: #F9090D;
	width: 100%;
	height: 60px;
	_float: left;
}
.nav span{
	display: block;
	width: 10%;
	background: #eee;
	float: left;
	height: 45px;
	color: #0054A6;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;	
}
.nav span:hover{
	background: #0054A6;
	color: #eee;
}

nav a {
  display:flex;
  padding:0 10px; 
  color:#ecf5ea;
  font-size:16px;
    text-decoration:none;
	}
.sidebar{
	float: left;
	width: 170px;
	height: auto;
	_background:#12F53A;	
}
.sidebar span{
	display: block;
	width: 100%;
	background: #eee;
	_float: left;
	height: 45px;
	color: #0054A6;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;		
	}
.sidebar span:hover{
	background: #0054A6;
	color: #eee;
}
.content {	
	width: 80%;
	padding: 5px;
	margin-left: 175px;
}
.content .contentProgram{
	width:100%;
	padding: 5px;
	border-top: groove 3px #0054A6;
	_margin-bottom: 20px;
	min-height: 210px;	
	overflow: hidden;
}

.content .conLeistung{
	width:100%;
	padding: 5px;
	border-top: solid 2px #0054A6;
	margin-top: 20px;
	min-height: 350px;			
}

.content .ConImageAmbiente{
	width: auto;
	hight: auto;
	margin: 5px;
	float: right;
}

.content .conBoxBeide{
	width: 100%;
	height: auto;
	border-top: solid 2px #0054A6;
	margin-top: 20px;
	
}

.content .conBoxLinks{
	width: 48%;
	padding: 3px;
	height: auto;
	float: left;
}

.content .conBoxRechts{
	width: 48%;
	padding: 3px;
	height: auto;
	float:right;
}

.content .conImageProgram{
	width: 300px;
	height: 200px;
	margin-left: 5px;
	_margin-top: 5px;
	margin-right: 5px;
	float: left;
}
.content .ConImageMap{
	width: auto;
	hight: auto;
	margin: 5px;
	float: left;
}

.content .ConImagepdf{
	width: auto;
	hight: auto;
	margin: 5px;
	float: center;
}

.content .ConImageAmbiente{
	width: auto;
	hight: auto;
	margin: 5px;
	float: right;
}
.content .conImageTitle{
	width: 450px;
	height: 300px;
	_background: red;
	_margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}
.content h2{
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	_padding-left: 10px;
	_margin-top: 0px;
	_line-height: 0px;
	}
.content .conBodytext{
	_margin-top: 5px;
	margin: 5px;
	
}
.content a{
	text-decoration: underline;
	color: #0054A6;	
}
.content .conImageBodyRight {
    width: 350px;
    height: 233px;
    _background: red;
    margin: 5px;
	float: right;
}
.content .conImage300Right {
    width: 300px;
    height: 200px;
    _background: red;
    margin: 5px;
	float: right;
}
.content .conImageBodyLeft{
	width: 350px;
	height: 233px;
	_background: red;
	margin: 5px;
	float: left;
}
.content .conImage300Left{
	width: 300px;
	height: 200px;
	_background: red;
	margin: 5px;
	float: left;
}
.footer{
	_margin-left: 185px;
	margin-top: 30px;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.footer a{
	text-decoration: underline;
	color: #0054A6;
}
.footerTop{
	width: 100%;
	border-top: solid 3px #0054A6;
	text-align: center;
	padding: 15px;
	height: auto;
	_border-bottom: solid 3px #0054A6;
}
.footerTop .picturesCeo{
	width: 50%;
	height: 230px;
	float: left;	
}
.footerBottom{
	
	width: 100%;
	height: auto;
	padding: 15px;
	clear: both;
	border-bottom: solid 3px #0054A6;
	border-top: solid 3px #0054A6;
	}
