@charset "UTF-8";
body{
	margin: 0px 0px 0px 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	}
header{
	height: 140px;
	width: 100%;
	background-color: #1A1A1A;
	position: fixed;
}
#logo{
	display: block;
	text-align: center;
	margin-left:auto;
    margin-right:auto;
	padding-top: 16px;
	width: 1000px;
	height: 120px;
	background-color: #1A1A1A;
	
}

nav {
    text-transform: uppercase;
    font-size: 12px;
    height: 23px;
    text-align: center;
    color: #00A2E2; /* schraegstriche nav*/
    letter-spacing: 2px;
}

#navigation {
    height: 27px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background-color: #1A1A1A;
    padding-top: 12px;
}

a:link{
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-decoration: none;
}
a:visited{
	color: #fff;
}
a:hover{
	color: #00A2E2;
}
a:active{
	color: #00A2E2;
	opacity: 0.0;
}



div{
	margin-left:auto;
    margin-right:auto;
	height: 1950px;
	width: 1000px;
}

footer{
	padding-top: 50px;
	height: 250px;
	width: 100%;
	background-color: #1A1A1A;
}

#kontakt{
	padding-top: 9px;
	width: 140px;
	height: 23px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	border: solid 0.5px;
	border-color: #FFFFFF;
	text-align: center;
	color: #00A2E2;
	letter-spacing: 2px;
	background-color: #1A1A1A;
	float: left;
}
#impressum{
	padding-top: 9px;
	width: 140px;
	height: 23px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	border: solid 0.5px;
	border-color: #FFFFFF;
	text-align: center;
	color: #00A2E2;
	letter-spacing: 2px;
	background-color: ##1A1A1A;
	float: right;
}

#footerinhalt{
	margin-left: auto;
    margin-right: auto;
	height: 100px;
	width: 300px;
	background-color: #1A1A1A;
}
#footerlogo{
	margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
	height: 190px;
	width: 200px;
	background-color: #fff;
	clear: both;
	background-color: #1A1A1A;
}

#bild{
	padding-top: 480px;
	width: 100%;
	height: auto;
	background-image: url(../img/banner.gif);
	background-repeat: no-repeat;
}

#inhalt{
	width: 700px;
	height: 1150px;
	margin-top: 50px;
}

#links{
	width: 340px;
	height: 1050px;
	float: left;
}

#rechts{
	width: 300px;
	height: 1050px;
	float: right;
}

.img{
	margin-bottom: 50px;
}

.personen{
	height: 260px;
	width: 300px;
	padding-top: 40px;
	margin-bottom: 55px;
	line-height: 1.4;
}
ul {
  margin-left: 12px;
  padding-left: 0px;
 }

h1{
	margin-top: 110px;
	font-size: 18px;
	text-transform: uppercase;
	color: #00A2E2;
}

h2{
	font-size: 14px;
	margin-top: 0px;
}

p{
	font-size: 13px;
	line-height: 1.8;
}

ul{
	font-size: 13px;
}

.hr{
	border: solid 0.3px;
	margin-bottom: 50px;
}

.hr2{
	border: solid 0.3px;
	}


#icon{
	height: 170px;
}