html {
	height:100%;
}

body  {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	width:100%;
	display:table;
	background:#ffffff;
	background:url(img/gradient_background.jpg) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#015da8;
	
	}
	
input { border:1px solid #999999; }



#header {
	background:url(img/fwv-sontheim-header.jpg) no-repeat top;
	height:210px;
	width:920px;
	
}

#menu {
	
	height:64px;
	width:920px;
}


#container {
	background:url(img/body_center.gif) repeat-y top;
	height:100%;
	min-height:100%;
	vertical-align:top;
	width:960px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin: 0 auto;
}

#content {
	width:920px;
	margin: 0 auto;	
}

p {
	line-height:150%;
	text-align:justify;

}

ul {
	padding-left:10px;
	margin-left:0px;
	list-style:disc;

}


a:link {
	text-decoration:none;
	color:#015da8;
	font-weight:bold;
}


	
a:visited {
	text-decoration:none;
	color:#015da8;
	font-weight:bold;
	}

a:hover {
	text-decoration:none;
	color:#ff0000;
	font-weight:bold;
	}

.button_link {
	height:10px;
}

.portraet_breite
	{
	width:143px;
	height:200px;

	}
	
.portraet_box {
	width:149px;
	float:left;
	margin-bottom:12px;
	height:225px;
	margin-top:-12px;
	padding-top:4px;
	padding-left:4px;
	}

.portraet_text {
	padding-top:2px;
	color:#015da8;
	font-size:12px;
}

.news_box {
	border:#CCC solid 2px;
	padding:10px;
	margin-bottom:10px;
	height:100%;
	min-height:112px;
	line-height:1.5;
	text-align:justify;
	}
	
.news_box img{
	margin-right:10px;
	float:left;
	}

.news_headline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#015da8;
}


input.text {
	border:1px solid #333333;
	width:220px;
	margin-left:10px;
}




input.text2 {
	border:1px solid #333333;
	width:220px;

}

select, textarea {
	border:1px solid #333333;
	width:220px;
	margin-left:10px;
}


input.submit {
	border:1px solid #333333;
	margin-left:10px;
}
input.submit2 {
	border:1px solid #333333;
	}

.subtext {
	font-size:80%;
}