﻿* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	line-height: 100%;
	padding: 3px;
	margin: 3px 3px 12px 3px;
	margin-top: 0px;
}
	li {
			font-family: Arial,sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #4F4F4F;
			padding-top: 10px;
			margin-left: 35px;
			margin-top: 0px;
			line-height: 12px;	
	}
	
html {
	/* Höhe des HTML Elements definieren */
		height: 100%;
}
H1, H2, H3, H4 {
	FONT-WEIGHT: bold;
	font-family: Arial, Helvetica, sans-serif;
}
H1 {
	FONT-SIZE: 18px;
	FONT-STYLE: normal;
	margin: 0px 0px 10px 0px; /*  oben, rechts, unten, links */
}
H2 {
	FONT-SIZE: 11pt;
	margin: 0px;
	top: 10px;
	bottom: 2px;
}
H3 {
	FONT-SIZE: 10pt;
}
body {
	height: 100%;
	background: #C6BDA0 url('../../images/bg_verlauf.jpg') repeat-x left top;
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
#container_frame, #container_frame2 {
	/* Verschiebt die Hauptbox um 18 Pixel nach links. Dadurch wird bei kleinen Bildschirmen der Schatten links aus dem Bildschirm geschoben */
	left: -18px; /* Zentriert die den Div-Container */;
	margin: auto auto;
	min-height: 100%;
	position: relative;
	width: 712px;
	background: url('../../images/bg_content.png') repeat-y left top;
	/* overflow: hidden; */
}
#container_frame2 {
	background: url('../../images/bg_content2.png') repeat-y left top;
}
#container_mainframe {
	/* Link und Rechts 18 Pixel Abstand zur Seite, Contentbereich definiert ohne Schatten */
	margin-left: 18px;
	margin-right: 18px; /* Hintergrund auf weiss falls Bilder im Browser deaktiviert sind */;
	/* overflow: hidden; */
}
#container_header {
	width: 676px;
	height: 163px;
	background-color: #F8F7E3;
	overflow: hidden;
}
#container_content {
	width: 799px;
	margin-bottom: 32px;  /* margin-bottom muss die Gesamthöhe der Fußzeile sein */
	/* overflow: hidden; */
}
#container_content_left {
	float: left;
	width: 380px;
	overflow: hidden;
	padding-top: 10px;
	margin-left: 0px;
}
#container_content_right {
	float: right;
	width: 290px; /* overflow: hidden; */;
	padding-top: 10px;
}
#container_footer {
	position: absolute;
	bottom: 0;
	left: 18px;
	width: 676px;
	height: 24px;
	overflow: hidden;
}
#container_footer_content {
	margin: 0px;
	height: 24px;
	background-color: #7A5B29;
	background: url('../../images/fusszeile.png');
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.block_end {
	clear: both;
}
/* IE fix  */
* html #container_footer {
	bottom: -1px;
}
* html #container_frame {
	height: 100%;
}
/* IE fix Ende */
/* -- Lasse das Feld verschwinden. Spammschutz */
.NoSpam {
	visibility: hidden;
	display: none;
	font-size: 5pt;
}
