html {height:100%;}
body {
	height: 100%;
	margin: 0%;
	padding: 0%;
}

#container {
	width: 780px;
	height: 100%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	border: 0;


}

#header	{
	width: 780px;
	height: 96px;
	padding: 0;
	margin: 0;
}

#menue {
	width: 190px;
	height: 100%;
	float: left;
	margin: 0%;
	padding: 0%;
	border: 0;
	background-image: url(../layout/menue/hintergrund.jpg);
}

#sub-header {
	width: 590px;
	height: 50px;
	float: left;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../layout/sub_banner.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#content {
	width: 570px;
	float: left;

	margin: 0;
	padding: 10px;
	padding-bottom: 0;

	font: 12px/18px Tahoma; 
	text-align: justify;
	color: #000000; 
	/*
	background-image: url(../layout/sub_banner.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	*/

}

.ueberschrift {
	font: 17px Tahoma;
	color: #2D4B9B;
	font-weight: bold;
	letter-spacing: 1px;
	font-variant: small-caps;	
}

h1 {
	clear:both;
	font: 17px Tahoma;
	color: #2D4B9B;
	font-weight: bold;
	background: url(../layout/h1.gif) no-repeat;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	text-align: left;
	font-variant: small-caps;
}

h2 {
	clear:both;
	font: 14px Tahoma;
	color: #2D4B9B;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	font-variant: small-caps;
}

.bildunterschrift {
	margin-top: 10px;
	width: 400px;
	font: 11px Tahoma;
	color: #999999;
	text-align: justify;
}

a:link, a:active, a:visited {
	color: #94AAC6;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}