@import url(basis.css);
/* - - - - - - - - - - -  Seitenkopf und Hintergrund - - - - - - - - - - */




/* - - - - - - - - - - - - Hauptmenu - - - - - - - - - - - - */
#hauptmenu {
	background-color: #E6E7E8;
	position: relative;
	top: 176px;  /* selber wert wie "height" kopf */
	width: 220px;
	left: 0px;
	padding: 0 8px 0 8px;
	border-top: 2px solid #E7E7E8;
	height: 828px;
}

#hauptmenu a {
	text-decoration: none;
	color: #484B67;
}

#hauptmenu ul.top {
	font-size: 100%;
	text-align: left;
	color: #000;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#hauptmenu li {
	background-image:  url(../images/nav/haupt_nav.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 28px;
	font-size: 1.1em;
	line-height:1.6em;
	border-top: 5px solid #E6E7E8;
	border-bottom: 4px solid #CAD9C6;
}

#hauptmenu li.auswahl {
	background-image:  url(../images/nav/start_nav.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	height: 28px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	line-height:1.8em;
	color: #000;
	padding-left: 0px;
	margin-top: 0px;
}

#hauptmenu ul.sub {
	border-bottom: 4px solid #CAD9C6;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#hauptmenu li.sub {
	background-image:  url(../images/nav/produkt_unav.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	height: 25px;
	font-size: 0.8em;
	line-height:2.2em;
	border-top: 0px;
	border-bottom: 0px;
}

#hauptmenu li.subauswahl {
	background-image:  url(../images/nav/produkt_unavakt.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	height: 25px;
	font-size: 0.8em;
	line-height:2.0em;
	border-top: 0px;
	border-bottom: 0px;
	font-weight: bold;
}

#hauptmenu a:hover {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #484B67;
	padding: 0px;
}

#navlogo {
	position: absolute;
	left: 10px;
}




/* - - - - - - - - - - - - hauptbereich - - - - - - - - - - - - */
#inhalt {
	background-image:  url(../images/hg_start.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	height: 860px;
}


#inhalt p.spruch {
	margin: 0px 20px 0px 0px;
	padding: 0px 10px 1em 60px;
}


#inhalt p.graphik {
	height: 375px;
	padding-bottom: 20px;
}



#zusatzinfo { 
	background-color: #FFF;
	position: absolute;
	top: 146px;  /* selber wert wie "height" kopf */
	width: 190px;
	padding: 0px;
	left: 796px;  /* positionierung von links */
	height: 860px;
}

#zusatzinfo ul{
	font-size: 0.9em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px 1px 1em 20px;
}

#zusatzinfo h3{
	background-color: #D6E7BD;
	color: #787B9E;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 10px 0.2em 10px;
}

#zusatzinfo p.a{
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 10px;
}

#zusatzinfo p.b{
	font-size: 0.9em;
	font-weight: normal;
	border-top: 4px solid #D6E7BD;
	padding-top: 10px;
	padding-left: 10px;
}

#zusatzinfo p.c{
	position: relative;
	font-size: 0.9em;
	font-weight: normal;
	border-top: 20px solid #D6E7BD;
	padding-top: 10px;
	border-bottom: 20px solid #D6E7BD;
	padding-bottom: 10px;
	padding-left: 10px;
}
