/* CSS Document */

body, h1, h2, h3, h4, h5, h6, ul, li, ol, div, p, a, img {
	margin: 0;
	padding: 0;
}

/* individueller Teil */

body
  { background-color: #ffffff; background-image: url(../bilder/hgstart.jpg); margin: 0 0 0; padding: 0 0 15px }

/* Hauptnavigation */

ul.menu li a {
	color: #ffffff; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, serif;
	font-weight: bold; 
	line-height: 22px;
	letter-spacing: 1px;	
	text-decoration: none;
	text-transform: uppercase;
	background: url(../bilder/button-hg.gif) no-repeat right;	
}

ul.menu li a:hover {
	color: #FFEC91; 
	float: none;
}


ul#submenu li a {
	color: #ffffff; 	 
	font-size: 11px;
	font-family: Verdana, Helvetica, serif;
	font-weight: bold; 
	line-height: 15px;
	letter-spacing: 0px;	
	text-decoration: none;
	text-transform: none;
	background: url() no-repeat right;	
}

ul#submenu li a:hover {
	color: #FFEC91;
}


ul.menu, ul.menu ul {
    list-style-type: none;	
}

ul.menu a {
    display: block;
    padding: 5px 12px 5px 12px;
    font-weight:normal;
}

ul.menu ul a {
    padding: 0 8px;
}

ul.menu li {
    padding:0;
    margin:0;
    border:0px #0299F5 solid;
    float:left;
}

ul.menu ul {
    margin-left:0;
    padding: 0 0 10px 0;
    position: absolute;
    background-color: #1D7DC2;
    border-top:0px #ffffff; solid;
    display:none;
    min-width:400px;    
}


ul.menu ul li {
    border:1px solid #1D7DC2;
    padding-top: 3px;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:400px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float:none;
    background-color: transparent;
}

/* Ende Hauptnavigation */

div.navibox {
	width: 920px;
	background: url(../bilder/button-hg2.gif) no-repeat left;		
	float: left;
	clear: both;
	background-color: #0299F5;
	margin-bottom: 0px;
	border-bottom: #ffffff 0px solid;
}

div.menuspac {
	width:10px;
	float: left;
}

ul.menue2 {
    list-style-type: none;
	padding-top: 12px;
}

ul.menue2 li {
	color: #919191; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, serif;
	font-weight: bold; 
	letter-spacing: 0px;
	text-transform: uppercase;
	background: url(../bilder/button-hg.gif) no-repeat right;		
    padding: 0px 7px 0px 9px;	
	float: right;	
}

ul.menue2 li a {
	color: #919191; 
	text-decoration: none;	
}

ul.menue2 li a:hover {
	color: #0299F5;
	text-decoration: none;	 
}

#container-navi  {
	padding-left: 4px;
	float: left;
	clear: both;
}

#container  {
	width: 920px;
	margin: 0 auto 0;
}


.logobox  {
	width: 920px;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: #ffffff 2px solid;
	background-color: #ffffff;
}

.adressebox  {
	width: 440px;
	float: right;
	text-align: right;
	padding-right: 15px;
}


.logo  {
	width: 460px;
	float: left;	
}

.logo img  {
	border: 0px;
}


#inhalt {
	padding: 15px;
	background-color: #ffffff;
	clear: both;
}

#head {
	height: 350px;
	padding-bottom: 20px;
	text-align: center;
}




