<!--
html {
	overflow: -moz-scrollbars-vertical; /* permanente Scrollbar in Firefox,
                                               auch wenn kurze Seite */
}
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #FFFFFF;
}

img { border: none; }
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0px 2px 0px 2px;
  border: 1px dotted transparent;
}

a:active, a:focus{outline: none;}
 
h1{
	margin-left: 4px;
	margin-right: 4px;
	font-family: “Lucida Sans Unicode”, sans-serif;
	color: 	#0f4bd1;
	font-size: 17px;
	margin: 0;
	font-weight: bold;
	padding: 0;
	text-align: left;
	padding-left: 32px;
}


a {
	font-family: "Trebuchet MS", sans-serif;
	color: 	#43629C;
	font-size: 13px;
	margin: 0;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}


a:hover {
	color: 	#0f4bd1;
}

ul {
	margin-left: 30px;

}

ol {
	margin-left: 30px;

}

li {
	margin-bottom: 8px;
}

div#container {
	position:relative; /* needed for footer positioning */
	margin:0 auto; /* center, not in IE5 */
	width: 942px;
	
	background-image: url(../img/container_back.gif);
	background-repeat: repeat-y;
 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
 
	min-height:100%; /* real browsers */
}
 
div#header {
	width: 942px;
	float: left;
	height: 234px;
}

div#seitentitel {
	padding-top: 250px;

}

div#nav_top {
	width: 907px;
	float: left;
	height: 32px;
	background-image: url(../img/top_back.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 35px;
}
div#nav_top a {
	display: block;
	float: left;
	color: #FFFFFF;
	margin-right: 44px;
}

div#nav_top a.active {
	color: #D1D1D1;
}

div#nav_top a:hover {
	color: #D1D1D1;
}

div#banner_outline{
	width: 937px;
	float: left;
	height: 177px;
	padding-left: 5px;
}

div#logo{
	float: left;
	width: 292px;
	height: 177px;
}

div#banner{
	width: 640px;
	float: right;
	height: 177px;
	margin-right: 4px;
}

div#block_grau{
	width: 904px;
	padding-top: 20px;
	height: 200px;
	float: left;
	background-color: #e7e7e8;
	margin-left: 4px;
	padding-left: 30px;
	margin-right: 4px;
}

div#h1{
	width: 934px;
	height: 37px;
	float: left;
	background-color: #e7e7e8;
	margin-left: 4px;
	margin-right: 4px;
}

div#h1 h1{
	font-family: “Lucida Sans Unicode”, sans-serif;
	color: 	#0f4bd1;
	font-size: 15px;
	margin: 0;
	font-weight: bold;
	padding: 0;
	text-align: left;
	padding-left: 32px;
}
	
 
div#content {
	width: 874px;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
	float: left;
	padding-bottom: 76px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #52554e;
	font-size: 11px;
	line-height: 22px;
}

div#content p {
	padding-bottom: 16px;
}

div#content h1 {
	font-family: “Lucida Sans Unicode”, sans-serif;
	color: 	#0f4bd1;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	padding: 0;
}

div#content h2 {
	font-family: “Lucida Sans Unicode”, sans-serif;
	color: 	#0f4bd1;
	font-size: 17px;
	margin: 0;
	font-weight: bold;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 12px;
}

div#links_block {
	width: 555px;
	float: left;
}

div#rechts_block {
	width: 274px;
	float: right;
	margin-right: 4px;
}

div#rechts_block h2 {
	color: #f75617;
}


div#spacer{
	clear: both;
	width: 942px;
}
 
div#footer {
	position:absolute;
	width: 942px;
	height: 41px;
	padding-top: 26px;
	bottom:0; /* stick to bottom */
	background-image: url(../img/footer_back.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #61615f;
	text-align: center;
}
div#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #61615f;
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
	text-transform:uppercase;
	font-weight: normal;
}
div#footer a:hover{
	text-decoration: underline;
}
-->