/* CSS Document */


body,td,th, div, p, span {
	color: #FFFFFF;
	vertical-align:top;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1{
font-size:13px;
margin:0px;
}

a{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#e4f3f9;
}

body {
	background-color: #e6f4fa;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#headeroverlay{
	width:100%;
	height:301px;
	position:absolute;
	top:0px;
	left:auto;
	text-align:center;
}

#header{
	background-image:url(../images/header.jpg);
	height:296px;
}

#content{
	background-image: url(../images/contentbg.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#leftcontent{
	width:220px;
	height:320px;
	margin:22px;
	margin-right:12px;
	float:left;
}

.banner{
width:210px;
	height:62px;
	margin-right:6px;
	margin-bottom:6px;
	border:1px solid white;
}

.thumb{
	width:62px;
	height:62px;
	margin-right:9px;
	margin-bottom:6px;
	border:1px solid white;
}

#rightcontent{
	width:280px;
	margin:22px;
	float:left;
	line-height:18px;
}

#contact{
	text-align:center;
	padding-right:28px;
	font-size:11px;
	line-height:25px;
	color:#FFFFFF;
	color:#555555;
	vertical-align:top;
}
#contact a{
	color:#555555;
}

#list{
text-decoration:none;
}

.listitem{
	border-bottom:1px solid white;
	margin-left:22px;
	width:536px;
	height:66px;
	margin-top:22px;
}
.listfoto img{
	height:62px;
	width:210px;
	border:1px solid white;
}
.listfoto{
	width:140px;
	height:30px;
	float:left;
}
.listtext{
	width:290px;
	float:right;
	overflow:hidden;
	text-decoration:none;
}

#site{
	background-image:url(../images/sitebg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	height:100%;
}

#contactform{
width:284px;
}

#contactform textarea{
width:284px;
border:1px solid #555555;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#contactform input{
width:180px;
float:right;
border:1px solid #555555;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-bottom:1px;
}

.klein{
line=height:20px;
font-size:9px;
display:inline;
}