* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#C7B18B;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	scrollbar-base-color:#86AD65;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#86AD65;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#FFF7EC;	
}

#distance { 
	width:1px;
	height:50%;
	background-color:#C7B18B;
	margin-bottom:-263px;/*-13.75em; /* half of container's height */
	float:left;

}

#container {
	margin:0 auto;
	position:relative;
	height:526px; /*27.5em;*/
	width:790px; /*45em;*/
	clear:left;
	background-color: #DBC39A;
	border-color: #F5DBB0;
	border: 0px solid #DED1B8;
	background: url(../site-Dateien/hg.gif) no-repeat;
}

#posfeldrechts {
	position: absolute;
	left: 469px;
	top: 15px;
	width: 306px;
	height:496px;
	z-index: 30;
	background-color:#FFFFFF;
	
	}

#textfeld {
	position: absolute;
	left: 490px;
	top: 35px;
	width: 250px;
	height:250px;
	z-index: 50;
	background-color:#FFFFFF;
}

#impressumfeld {
	position: absolute;
	left: 490px;
	top: 460px;
	width: 100px;
	height:10px;
	z-index: 600;
	background-color:#FFFFFF;
}

#posfeldlinks {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 454px;
	height:496px;
	z-index: 30;
	background-color:#000000;
}

#pos_hg_inhalt {
	position: absolute;
	left: 0px;
	top: 113px;
	width: 780px;
	height:330px;
	z-index: 5;
	background-color:#DBC39A;
}

#pos_hg_trenner {
	position: absolute;
	left: 0px;
	top: 442px;
	width: 780px;
	height:6px;
	z-index: 5;
	background-color:#FFFFFF;
	font-size:1px;
}

#pos_hnav {
	position: absolute;
	left: 635px;
	top: 305px;
	z-index: 501;
}

#pos_trennlinie_grau1, #pos_trennlinie_grau2 {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 780px;
	height: 1px;
	z-index: 450;
	font-size:1px;
	background-image: url(../bilder/hg_trennlinie_grau.gif);
	background-repeat: repeat-x;	
}

#pos_trennlinie_grau2 {
	top: 110px;
}

#pos_trennlinie_grau_vertikal {
	position: absolute;
	left: 242px;
	top: 3px;
	width: 1px;
	height: 88px;
	z-index: 550;
	font-size:1px;
	background-image: url(../bilder/hg_trennlinie_grau.gif);
	background-repeat: repeat-y;	
}

#pos_trennlinie_braun {
	position: absolute;
	left: 0px;
	top: 444px;
	width: 780px;
	height: 1px;
	z-index: 450;
	font-size:1px;
	background-image: url(../bilder/hg_trennlinie_braun.gif);
	background-repeat: repeat-x;	
}

#pos_logo {
	position: absolute;
	left: 320px;
	top: 305px;
	z-index: 500;
}

#pos_inhalttext {
	position:absolute;
	padding: 0;
	margin: 0;
	top: 122px;
	left: 126px;
	height: 285px;
	width: 460px;		
	*width: 480px;
	overflow: auto;
	z-index: 5000;
	padding-right: 20px;
}


#pos_hg_impressum {
	position: absolute;
	left: 0px;
	top: 448px;
	width: 780px;
	height:79px;
	z-index: 5;
	background-color:#86AD65;
}

#pos_impressum {
    position: absolute;
	top: 485px;
	left: 573px;
	z-index:1000;
}

#pos_bilder_links {
    position: absolute;
	top: 113px;
	left: 0px;
	z-index:1500;
}


/* ++++++++++++++++++++++++++++++++++ Textformatierung +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

form {
	margin: 0px;
	padding: 0px;
}

p, .bodytext {	
	font-family: Verdana;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0.6em;
	text-align: left;
	font-size: 0.7em;
	line-height: 1.2em; 
	color: #333333;		
}

p, .headline {
	font-family: Georgia;
	background-color: #fff;
	color: #764630;
	text-decoration: none;
	word-spacing: 0.15em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.3em

 
}

p, .copy2 {
	font-family: Verdana;
	background-color: #fff;
	color: #757372;
	text-decoration: none;
	word-spacing: -0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bolder;  
}
p.csc-form-label-req, p.csc-form-label {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.7em;
	color: #FFFFFF;		
}


h1 {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 1em;
	font-weight: 600;
	color: #646566;
}



/* +++++++++++++ Linkformatierung +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #660000;	
}

a:hover {
	color: #646566;	
}

a.impressum_format, a.impressum_format:hover, a.impressum_format_aktiv, a.impressum_format_aktiv:hover {
	color: #000000;
	text-decoration: none;	
	font-size: 0.65em;
}

a.impressum_format:hover {
	color: #000000;	
}

.copyright_format {
	color: #000000;
	text-decoration: none;	
	font-size: 0.65em;
}

/* ++++++++++++++ Aufz䨬ungen +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul {
/*	margin: 0px;*/
	*margin-left:4px;
	padding-left: 12px;
	list-style-type: disk;	
}

ol {
	*margin-left:6px;
	padding-left: 20px;
}

li {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #FFFFFF;
}



/* Formulare ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.label { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:0.7em;
	margin: 0px;
                color: #FFFFFF;
}

.inputfeld, .inputfeld_textarea { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:0.7em;
	border:1px solid #D7A86D;
}

.button { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:0.7em ;
	color:#FFFFFF; 
	border:1px solid #D7A86D; 
	background-color:#86AD65;
}


.imgtext-table {
	margin-left: 20px;
}
