/*.Beginn Einstellungen UNIVERSELL.*/
* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 150%;
	color: #594b26;
	border: none;
}

* B {font-weight: bold;}
* I {font-style: italic;}
* EM {color: rgb(255,128,0);}

.unsichtbar {display: none;}

#clearheinz {
	clear: both;
	height: 50px;
}
/*.Ende Einstellungen UNIVERSELL.*/


/*.Beginn Einstellungen SPEZIELL.*/

html, body {
	background-color: rgb(150,124,53);
	background-image: url(../bilder/hg_home_schnipsel.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

* html body {text-align: center;} /*.Zentrierhilfe fuer alte IEs} .*/
   
#container {
	text-align: left; /*.Aufhebung Zentrierung, nur fuer dumme IEs.*/
	width: 901px;
	margin: 0 auto;
	background-image: url(../bilder/hg_home.gif);
	background-position: top center;
	background-repeat: no-repeat;
	/*.Unlogischer Hack fuer den richtigen Stand des Containers in MOZ FF SAFARI. Ohne Border: Oberkante Navigation!!!.*/
	border-top: 1px solid rgb(150,124,53);
	/*.Ende Hack.*/
}

#navigation {
	height: 100px;
    margin: 270px 0 0 93px;
	list-style: none;
}

#navigation LI {
	width: 75px;
	float: left;
	text-align: center;
	/*.Float-Fehler-Hack fuer IE.*/
	display: inline;
	/*..*/
}
#navigation LI.pos1 {margin-left: 0px;}
#navigation LI.pos2 {margin-left: 93px;}
#navigation LI.pos3 {margin-left: 93px; width: 95px;}
#navigation LI.pos4 {margin-left: 93px; width: 90px;}

#navigation LI A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#navigation LI A:LINK {color: #806666;}
#navigation LI A:VISITED {color: #806666;}
#navigation LI A:HOVER {color: #C00;}
#navigation LI A:ACTIVE {color: #F00;}

H1, H3, .text, #inhalte, #impressum {
	margin-left: 95px;
	margin-right: 90px;
}

H1 {
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bold;
	line-height: 180%;
	color: #b84e53;
	margin-bottom: 30px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 25px;
}

#impressum {height: 200px;}
#impressum A {font-size: 11px;}
#impressum A:LINK {color: #b84e53;}
#impressum A:VISITED {color: #999;}
#impressum A:HOVER {color: #C00;}


A {}
A:LINK {color: #666;}
A:VISITED {color: #999;}
A:HOVER {color: #b84e53;}

