* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	font-family:Georgia, "Times New Roman", Times, 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:#660000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#FFFFFF;
	background-image:url(../bilder/kachel.gif)
}


#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:660px; /*27.5em;*/
	width:808px; /*45em;*/
	clear:left;
}

#schatten_links {
	position: absolute;
	left: 0;
	top: 0;
	height: 660px;
	width: 6px;
	background-image:url(../bilder/schatten_links.gif);
	background-repeat:no-repeat;
}

#schatten_rechts {
	position: absolute;
	left: 801px;
	top: 0;
	height: 660px;
	width: 6px;
	background-image:url(../bilder/schatten_rechts.gif);
	background-repeat:no-repeat;
}

#schatten_unten {
	position: absolute;
	left: 0;
	top: 654px;
	height: 6px;
	width: 807px;
	background-image:url(../bilder/schatten_unten.gif);
	background-repeat:no-repeat;
}

#hg_hauptnav {
	position: absolute;
	left: 6px;
	top: 0;
	height: 31px;
	width: 795px;
	background-image:url(../bilder/hg_hauptnav.gif);
	background-repeat:repeat-x;
}

#pos_hauptnav {
	position: absolute;
	left: 220px;
}

#hg_subnav {
	position: absolute;
	left: 6px;
	top: 151px;
	height: 34px;
	width: 795px;
	background-image:url(../bilder/hg_subnav.gif);
	background-repeat:repeat-x;
}

#pos_subnav {
	position: absolute;
	left: 220px;
	top: 16px;
}

#hg_kopfbild {
	position: absolute;
	left: 6px;
	top: 31px;
	height: 120px;
	width: 795px;
	background-color:#B3AD95;
}

#pos_titel_senkrecht {
	position: absolute;
	left: 40px;
	top: 0px;
	z-index: 1000;
}

#hg_content {
	position: absolute;
	left: 6px;
	top: 185px;
	height: 464px;
	width: 795px;
	z-index: 10;
	background-color:#FFFFFF;	
}

#hg_fuss {
	position: absolute;
	left: 6px;
	top: 649px;
	height: 5px;
	width: 795px;
	z-index: 10;
	font-size: 1px;
	background-color:#660000;	
}

#pos_trennstrich {
	position: absolute;
	left: 537px;
	top: 218px;
	height: 411px;
	width: 1px;
	z-index: 10;
	font-size: 1px;
	background-image:url(../bilder/trennstrich.gif);
	background-repeat:no-repeat;	
}

#pos_content {
	position: absolute;
	left: 247px;
	top: 218px;
	height: 411px;
	width: 280px;		
	*width: 290px;
	z-index: 50;
	overflow:auto;
	padding-right: 10px;
}

#hg_bildrechts {
	position: absolute;
	left: 554px;
	top: 218px;
	width: 232px;
	z-index: 20;
}

.bild_rechts {
	border: 1px solid #B78F64;
	padding: 2px;
	float:left;
	margin-bottom: 17px;
}



/* ++++++++++++++++++++++++++++++++++ Textformatierung +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

form {
	margin: 0px;
	padding: 0px;
}

p, .bodytext {	
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 14px;
	color: #525038;		
}

p.csc-form-label-req, p.csc-form-label {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #525038;		
}

h1 {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 400;
	color: #660000;
}



/* +++++++++++++ Linkformatierung +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #660000;	
}

a:hover {
	color: #660000;	
}

a.impressum_format, a.impressum_format:hover, a.impressum_format_aktiv, a.impressum_format_aktiv:hover {
	color: #FFFFFF;
	text-decoration: none;	
	font-size: 0.65em;
}

a.impressum_format:hover {
	color: #000000;	
}

.copyright_format {
	color: #FFFFFF;
	text-decoration: none;	
	font-size: 0.65em;
}

/* ++++++++++++++ Aufzählungen +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul {
/*	margin: 0px;*/
	*margin-left:4px;
	padding-left: 12px;
	list-style-type: square;	
}

ol {
	*margin-left:6px;
	padding-left: 20px;
}

li {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 14px;
	color: #525038;

}



/* Formulare ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.label { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin: 0px;
    color: #525038;
}

.inputfeld, .inputfeld_textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border:1px solid #660000;
}

.button { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#525038; 
	border:1px solid #660000; 
	background-color:#F1E9C9;
}


/* Tabellen ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

td.td-0 p, td.td-last p {
	font-size: 11px;
	color: #966C41;		
	font-weight: bold;
}

