html, body {
	height:100%;
	margin: 0px;
	padding: 0px; 
	color: #000000;
	font-size: 14pt;
	font-family: Candara, Verdana;
	min-height:				101%;
}

a {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	color:					#00b800;
}
a:visited {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #0000FF;
}

.header {
	width: 987px;
	height: 500px;
	text-align: left;
	background: url("http://www.gs-delligsen.de/images/oben.jpg") 0px 0px no-repeat;
}

p.fv_logo {
	padding-left:				25px;
}

#home {
	position: relative;
	float: both;
	width: 105px;
	height: 126px;
	top: 5px;
	left: 20px;
	padding: 2px;
	text-align: center;
}

#menue {
	position: relative;
	float: left;
	width: 120px;
	top: 24px;
	left: 0px;
	padding: 2px;
	text-align: center;
	z-index: 1;
}

#menue a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #008000;
}

#menue a:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #00b800;
}

#menue a:visited {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #008000;
}

#submenue {
	font-size:				9pt;
}

#content {
	width: 990px;
	top: 0px;
	height:100%;
	text-align: left;
	background: url("images/hg-mitte.jpg") 0px 0px repeat-y;
}


#real_content {
	padding: 2px;
	padding-left: 195px;
	Padding-bottom: 15px;
	padding-right:				25px;
	text-align: Left;
}