html, body{
	text-align: center;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4{
	font-size: 16px;
}
.unvis{
	display: none;
}
#main{
	width: 644px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}
#maintop{
	width: 100%;
	height: 123px;
	margin-bottom: 5px;
	margin-top: 17px;
}
#mainbody{
	width: 642px;
	height: 296px;
	border: 1px solid #B6B6B6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #151515;
}
#mainnav{
	width: 100%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: ultra-condensed;
	color: #B6B6B6;
	margin-top: 10px;
}
#mainnav span{
	margin-left: 11px;
}
#mainsecnav{
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: ultra-condensed;
	color: #B6B6B6;
	margin-top: 8px;
}
#mainsecnav span{
	margin-right: 8px;
}
.secnavhome{
	margin-left: 45px;
}
.secnavteam{
	margin-left: 331px;
}
.secnavcontact{
	margin-left: 460px;
}
.cleartop{
	clear: both;
}
#logo{
	width: 185px;
	height: 110px;
	float: right;
}
#topnav{
	width: 100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: ultra-condensed;
	color: #B6B6B6;
}
#topnav div{
	margin-top: 98px;
}
#topnav span{
	vertical-align: middle;
}
.topnavfirst{
	padding-left: 3px;
}
.topnavmiddle{
	padding-left: 1px;
	padding-right: 1px;
}
.topnavlast{
	padding-right: 3px;
}
.active{
	color: #FF9900;
}

a{
	color: #B6B6B6;
	text-decoration: none;
}
a:hover{
	color: #FF9900;
}
a.navactiv{
	color: #FF9900;
	text-decoration: none;
}
a.navactiv:hover{
	color: #FF9900;
}
#inhaltall{
	position: relative;
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
}
#image{
	position: absolute;
	left: 0px;
	top: 0px;
}
#texte{
	position: absolute;
}
.headlines{
	color: #9A9A9A;
	font-size: 16px;
	font-weight: bold;
}

