@charset "utf-8";
@import url("navigation.css");
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#868688;
	color: #666666;
	line-height:100%;
}
p{
	margin-bottom:20px;
}
a{
	text-decoration:none;
	color: #cb2061;
}
a:hover{
	text-decoration:none;
}
#container{
	margin:50px auto 0 auto;
	width:950px;
	background-color:#FFFFFF;
	text-align:left;

}
#header{
	padding:50px 20px 50px 68px;
	position:relative;
}
#partner{
	position:absolute;
	right:10px;
	top:20px;
}
#content{
	background-image: url(../images/hintergrund.jpg);
	background-repeat: no-repeat;
	height:350px;
	position:relative;
}
#terminstopper{
	position:absolute;
	left:370px;
	top:-120px;
}
#contentText{
	width:280px;
	margin-left:48px;
	padding:10px;
	line-height:160%;
}
#text{
	float:left;
	padding-top:10px;
	line-height:140%;
}
#navigation{
	width:280px;
	margin-left:58px;
	margin-top:5px;
	padding:10px;
	line-height:160%;
	float:left;
}
#footer{
	padding:80px 20px 20px 68px;
	position:relative;
}
#adress{
	margin-right:40px;
}
#imviadukt{
	position:absolute;
	right:10px;
	top:40px;
}
.fltLeft{
	float:left;
}
.fltRight{
	float:right;
}
.clear{
	clear:both;
}
.teamdetails{
	width:600px;
	display:none;

}
.teamdetails table{
	margin:0;
	padding:0;
	line-height:150%;

}
.teamdetails img{
	display:block;
}
.teamdetails .desc{
	padding:20px 20px 0 20px;
}
