@charset "utf-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image:url(img/back.jpg);
	background-size: cover;
    background-repeat: none;
	margin-top: 20px;
}

	

#wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	background-color: #fff;
	
}

#header {
	display: block;
	height: 250px;
	width: 1000px;
	background-color: #36b5be;
	border: 1px solid #000;
}
#navi {
	display: block;
	height: 30px;
	width: 1000px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #000;
}

#content {
	display: block;
	heigt: auto;
	min-height: 420px;
	width: 860px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #000;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 100px;
	text-align: left;
}

#content_impressionen {
	display: block;
	heigt: auto;
	min-height: 400px;
	width: 960px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #000;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

#content_kontakt {
	display: block;
	heigt: auto;
	min-height: 430px;
	width: 960px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #000;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#content_main {
	display: block;
	heigt: auto;
	width: 960px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #000;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 0px;
}

ul#navilist{
	
list-style-type: none;
margin: 0;
margin-top: 4px;
margin-left: 25px;
}

ul#navilist li{
	
display: inline;
padding-right: 80px;

}

ul#navilist li a{
	
color: #333;
text-decoration: none;

}

ul#navilist li a:hover{
	
color: #301b6a;
text-decoration: underline;


}

.displayed{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
}

.displayed2{
	display: block;
    margin-left: 210px;
}

#footer {
	background-color: #36b5be;
	border: 1px solid #000;
	display: block;
	height: 35px;
	width: 1000px;
	text-align: center;
	padding-top: 15px;
	font-size: 13px;
}

#footer a {
  color: #000;
  text-decoration: none;
}

#content a {
  color: #000;
  text-decoration: none;
}

#content a:hover {
  color: #301b6a;
  text-decoration: underline;
}

#footer a:hover {
  color: #301b6a;	
  text-decoration: underline;
}

a {
   outline: 0;
}

.f {
   margin-top: -40px;
   margin-right: 20px;
}

#kontaktformular {
	font-size: 14px;
	float: right;
	padding-top: 10px;
	width: 290px;
}
.send {
	margin-top: 10px;
}

#kontaktformular form input {
	float: right;
}

.rechts {
	float: left;
}

#kontaktinfos {
	height: auto;
	width: 280px;
	float: right;
	text-align: left;
}


h2 {
	float: right;
}
#map {
	display: block;
	float: left;
	height: auto;
	width: auto;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000;
	margin-top: -10px;
}
.mail {
	margin-top: -48px;
   	margin-left: 20px;
}

#newsfett {

  font-weight: bold;
  letter-spacing: 2px;
}

#newshead {
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
	font-size: 17px;
	color: #36b5be;
}
#buttons{
	text-align:center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	z-index:20;
}.headln {
	color: #36b5be;
	font-weight: bold;
	font-size: 19px;
	text-decoration: underline;
}
.portrait {
	display: block;
	float: right;
	margin-left: 40px;
	margin-top: 30px;
	margin-right: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #36b5be;
	border-right-color: #36b5be;
	border-bottom-color: #36b5be;
	border-left-color: #36b5be;
}
