body {
	background : #fff;
}

body, div, span, a, p, h1, h2, h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0;
	border-bottom-width: 0;
}

/* ----------begin obere Ebene Navigation---------- */
.klick {
	/*font-size: 11px;*/
	font-size: 76%;
	margin-bottom: -1px;
	width : 138px;
	cursor : pointer;
	background-color: #FFFFFF;
	background-image: url(../../03_bilder/1_dreieck_rechts.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	color: #951A0E;
	line-height: 140%;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #951A0E;
	border-bottom-color: #951A0E;
	border-left-color: #951A0E;
}

#e1 {
	background-position: 0 0;
	display : none;
}
#e2 { 
	display : none; 
}
#e3 { 
	display: none; 
}
#e4 { 
	display: none; 
}
#e5 { 
	display: none; 
}
#e6 { 
	display: none; 
}
/* -----end obere Ebene Navigation---- */
/* -----begin Navigation left -------- */
#navileft {
	/** background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	float : left; **/
}
#navileft {
	width:170px;
	height: 100%;
	margin-left:0;
	margin-right:0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #E77D68;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #951A0E;
	border-right-color: #951A0E;
	border-bottom-color: #951A0E;
}
#navileft h1{
	font-size: 77%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #951A0E;
	display: block;
	padding-left: 4px;
}
/*-----beginn erste Ebene Navi------*/
#navileft ul {
	margin: 0 0 0 -8px;
	padding: 0 0 0 0px;
	list-style-image: none;
	list-style-position: inside;/*wichtig-das submenu wird nach rechts versetzt unter menu */
	/*list-style-position: outside;*/ 
}
 #navileft li {
	position: relative;
	font-size: 90%;
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
 #navileft ul li a:link, #navileft ul li a:visited  {
	display: block;
	color: #666666;
	font-weight: normal;
	background-color: #ffffff;
	margin-left: 0;
	padding-left: 12px;
	border-bottom: 1px solid #cccccc;
	/**border-left: 6px solid #0089df;**/
	text-decoration: none; 
}
 #navileft ul li a:hover, #navileft ul li a:focus  {
	color: #333333;
	background-color: #ffffff;
	padding-right: 8px;
	border-right-width: 6px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CE2516;
	border-bottom-color: #951A0E;
}
/*-----end erste Ebene Navi------*/

/*-----beginn zweite Ebene Navi------*/
/**#navileft ul ul {
	list-style-type: none;
	margin: 0 0 0 10px;
}
 #navileft ul ul li {
	border-bottom: 1px dotted white; 
}
 #navileft ul ul a:link, #navileft ul ul a:visited  {
	display: block;
	color: #4b4b4b;
	font-weight: normal;
	background-color: #ffffff;
	padding-left: 3px;
	border-bottom: 1px solid #cccccc;
	border-left-style: none; 
}
 #navileft ul ul a:hover, #navileft ul ul a:focus  {
	color: #333333;
	background-color: #ffffff;
	padding-right: 8px;
	border-right: 6px solid #0089df;
	border-bottom: 1px solid #0089df; 
}**/
/*-----end zweite Ebene Navi------*/


 html ul#navileft a {  /* Breitenangaben nur fuer IE */
     /*width: 100%;
    w\idth: 8.8em;*/
  }
/* ----------Navigation left ende ------------- */