body {
	font: 100.01% Georgia, "Times New Roman", Times, serif;
	color: #430B0B;				/* dunkles rot fuer schrift */
	background-color: ffffff;	/* Farbe fuer HG */
	background-image: url(image/hg_verlauf_XXXXXX.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	}

#container{
	/* background-color: #D5E5D4;   Farbe fuer HG */
	position: relative;
	top: 5px;/* positioniert die Box zur oberkante */
	width: 800px;
	height: 250px; /* height: 600px; */
	margin: 0 auto; /* positioniert die Box Mittig */
	}

#banner-bild { 
	position: absolute;
	padding: 0; 
	top: 5px;
	width: 800px;
	height: 150px;
	}

#hg-bild { 
	position: absolute;
	padding: 0; 
	width: 800px;
	height: 600px;
	}

/* Inhalt Box links */

#content { 
	position: absolute;
	text-align: left; 
	width: 780px;
	left: 5px;		/* positioniert die Box links */
	top: 170px;
	padding: 0; 
	}




#nav-verlauf { 
	position: absolute;
	padding: 0; 
	top: 160px;
	left: 100px;
	height: 20px;
	}

#nav { 
	position: absolute;
	font-size: 12px; 
	font-weight: bold;
	line-height: 20px;
	background-color: #760F0F; /* Grund-Farbe Navigation */
	text-align: right; 
/* 	width: 430px;     wuerde die laenge vom balken steuern*/
	left: 210px;		/* positioniert die Box links */
	top: 160px;
	height: 20px; 
	padding: 0; 
	}

#nav a:link, #nav a:visited {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	float: left;		/* positioniert den Text von links beginnend */
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #ffffff;
	display: block; }

#nav a:hover {
	color: #DDE6B9;
	font-size: 12px;
	font-weight: bold;
	background-color: #A35A5A; /* Grund-Farbe hover */
	text-decoration: none;
	height: 20px;
	float: left;		/* positioniert den Text von links beginnend */
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #ffffff;
	display: block; }

#nav a:active {
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-color: #AA2525;
	height: 20px;
	float: left;		/* positioniert den Text von links beginnend */
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #ffffff;
	display: block;	}


#right { 
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #2a2a2a;
/*	position: absolute;*/
/* 	width: 340px; hier mehr an Breite */
	right: 5px;  /* hier um gleiche Zahl weniger */
	top: 160px;*/
	height: 20px;  
	line-height: 20px;
	background-color: #ffffff; 
	text-align: right; 
	padding: 0; }

#right a {
	padding-right: 10px;
	padding-left: 10px; }

#right a:link {
	color: #2a2a2a;
	text-decoration: none; }

#right a:visited {
	color: #2a2a2a;
	text-decoration: none; }

#right a:hover {
	color: #a30000;
	text-decoration: none; }

#right a:active {
	color: white;
	text-decoration: none;
	background-color: #a30000;
	text-decoration: none; }

a:link {
	color: #333333;	/* hellgrau */
	text-decoration: none;
	}

a:visited {
	color: #333333; /* blau 00589B*/
	text-decoration: none;
	}

a:hover {
	color: #a30000; /* dunkelrot */
	text-decoration: none;
	}
a:active {
	color: #a30000; /* dunkelrot */
	text-decoration: none;
	}



	
p {
	font-size: 14px;
	line-height: 1.5em;
	}

.sitemap {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	}

.ueberschrift_1 {
	font-weight: bold;
	line-height: 1.3em;
	}

.ueberschrift2{
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	}

h1 {
	font-size: 12px;
	}
.ueberschrift_2 {
	font: bold italic 14px/1.3em Georgia, "Times New Roman", Times, serif;
	}
ul {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	list-style-type: square;
	}

/* --------- Text Kontaktformular--------- */

.kontakt-font {
	color: #000000;
	font-size: 11px;
	}


