@charset "UTF-8";
/* draxl.raabe */

html * {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
a img {
	border:0px;
}
#container {
	width: 762px;
	margin: 0 auto;
	margin-top: 70px;
	height: 700px;
}

#header {
	width: 762px;
	height: 70px;
}
#logo {
	float: left;
}
#navi {
	height: 60px;
	font-size: 15px;
	font-weight: bold;
}
#navi ul {
	float:right;
	width: 100px;
	line-height: 30px;
	list-style-type: none;
	border-left: 1px solid #009CDE;
}
#navi a {
	text-decoration: none;
	display:block;
	text-align: center;
	background: #FFF;
	color: #555;
}
#navi a:hover {
	color: #009CDE;
}

 #team {
	float:left;
    width: 762px;
	margin: 0 auto;
    display: inline-block;
 
}

#team .team-item {
    float: left;
    width: 172px;
	height: 240px;
    margin-left: 14px;
    margin-bottom: 20px;
    display: block;
	border: 1px solid #CCCCCC;
	}
	

#team .team-item h5 {
    font-size: 12px;
	font-weight: 600;
	color: #555;
	margin-bottom: 4px;
	margin-top: 10px;
}

#team .team-desc {
	font-size: 12px;
	color: #555;
}

#section{
	float:left;
	margin-top: 20px;
	height: 130px;
	width: 762px;
	background-image: url(img/grau.png);
	border-bottom: 3px solid #009CDE;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}

#button {
	width: 50px;
	height: 18px;
	margin: 0 auto;
	background-color:  #009CDE;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#button a {
	text-decoration: none;
	font-size: 12px;
	display:block;
	text-align: center;
	color: #FFF;
}

#content{
	width: 722px;
	height: 110px;
	margin-left: 20px;
}

#content h3{
	font-size: 18px;
	color: #009CDE;
	text-align: left;
	line-height: 32px;
}

#content p{
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	text-align: left;
	line-height: 23px;
}

#content a {
	text-decoration: none;
	color: #FFF;
}

#content a:hover{
	color: #FC0;
}

#main {
	float: left;
	width: 762px;
	height: 300px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #FFF;
	outline: 1px  solid #CCC;
}

#slider {
	position:absolute;
	width: 722px;
	height: 260px;
	margin-top: 20px;
	margin-left: 20px;
}


#footer{
	float: right;
	height: 30px;
	width: 762px;
	margin-top: 10px;
	background-color: #FFF;
	font-size: 10px;
	font-weight: 500;
	background-image: url(img/grau.png);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
}

#footer ul {
	float:right;
	width: 120px;
	line-height: 30px;
	list-style-type: none;
	border-left: 1px solid #FC0;
}

#footer a {
	text-decoration: none;
	display:block;
	text-align: center;
	color: #FFF;
}
#footer a:hover {
	color: #009CDE;
}


