* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color: #c8c1b9;
	font:100.01%/1.4 Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

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

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:601px; /*27.5em;*/
	width:1016px; /*45em;*/
	clear:left;
/*	border: 1px solid #5D3E17;*/
}

#pos_hg_oben {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1016px;
	height:127px;
	z-index: 5;
	background-color:#FFFFFF;
}

#pos_hg_inhalt {
	position: absolute;
	left: 0;
	top: 127px;
	width: 1016px;
	height:263px;
	z-index: 5;
	background-color:#c8c1b9;
}

#pos_hnav1 {
	position: absolute;
	left: 0;
	top: 390px;
	z-index: 455;
	width: 1016px;
	height: 25px;
	background-color: #c8c1b9;
}

#pos_inhalttext {
	position:absolute;
	padding: 0;
	margin: 0;
	top: 415px;
	left: 0;
	height: 166px;
	width: 1016px;
	z-index: 1800;
	background-color:#c8c1b9;
}

#pos_navi {
	position:absolute;
	padding: 0;
	margin: 0;
	top: 448px;
	left: 0px;
	z-index: 2000;
}

#pos_impressum {
	position: absolute;
	top: 585px;
	left: 0px;
	z-index:1000;
	height: 16px;
	width: 1016px;
}

#text_startseite {
	position: absolute;
	top: 20px;
	left: 20px;
}

#hinweis {
	position: absolute;
	top: 536px;
	left: 1005px;
	z-index: 2500;
	color:#a99488;
	
/**font-size: 11px;
	height: 20px; */
}

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

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

p, .starttext {	
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0.6em;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;	
}

.starttext {
	font-size: 13px;
}


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



/* +++++++++++++ Linkformatierung +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
p a {
	color: #ededed;
}

p a:hover {
	color: #997D6F;
}

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

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

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

.fliesstext_format {
	color: #ededed;
	text-decoration: none;	
	font-size: 0.60em;
}

input, textarea {
	font-size: 12px;
	border: 1px solid #997D6F;
/*	background-color: transparent;*/
	padding: 1px;
	color:#000000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

input.button {
	width: 100px;
}

textarea {
	width: 180px;
	height: 80px;
}

/* ++++++++++++++ Aufz?hlungen +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
	list-style-type: none;
	font-size: 11px;
}

ul li a, ul li a:hover, ul li a.aktiv {
	color: #a99488;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	line-height: 12px;
}

ul li a:hover, ul li a.aktiv {
	color: #ededed;
}

.popup {
 padding: 59px 100px;
}
