body {
 padding-top: 0px
 padding-right: 0px;
 padding-left: 0px;
 padding-bottom: 0px;
 margin: 0px;
}

A { text-decoration: none; }

/* --------------- Navigation Blinde Kuh Aktionsmenu ---------------- */

/* Hauptfeld, in dem sich die Navigation abspielen soll */

#bkmenu {
	float:left;
	width:110;
	height:auto;
/*	background:#F9FACB; */
}



/* Listenelemente */
#bkmenu LI {
 list-style-type:none;
 list-style-position:inherit ;
 margin-left: 0;
 margin-top: 0;
 padding-left: 0;
 width:110px;
 display:inline;
 position:relative;
}

 /* Trennlinie */
#bkmenu LI.bkmenuitem {
 /* background: #E4DFAC; */
}

#bkmenu LI.bkmenuitem A {
	background: #CDC772;
	display:block;
	text-decoration:none;
	font: bold 11px Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	width:110px;
	height:20px;
	margin:1px 0 0 0;
	padding:0 0 0 0;
	color: #8B8653;
}

#bkmenuline {
 background: #C0B966;
 width:110px;
 height:2px;
 margin:1px 0 0 0;
 padding:0 0 0 0;

}

#bkmenu LI.bkmenuitem A:hover {
	color: #424028;
	background: #DCD79C;
}

#bkmenu LI.bkmenusmallitem A {
	background: #D4CD82;
	display:block;
	text-decoration:none;
	font: 11px Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	width:110px;
	height:20px;
	margin:1px 0 0 0;
	padding:0 0 0 0;
	color: #8B8653;
}

#bkmenu LI.bkmenusmallitem A:hover {
	color: #424028;
	background: #DCD79C;
        font: bold 11px Verdana, Arial, sans-serif;
}

#bkrubriken {
	float:left;
	width:110;
	height:auto;
/*	background:#F9FACB; */
}


/* Listenelemente */
#bkrubriken LI {
 list-style-type:none;
 list-style-position:inherit ;
 margin-left: 0;
 margin-top: 0;
 padding-left: 0;
 width:110px;
 display:inline;
 position:relative;
}


#bkrubriken LI.bkmenuitem A {
	background: #3E743E;
	display:block;
	text-decoration:none;
	font: 11px Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	width:110px;
	height:20px;
	margin:1px 0 0 0;
	padding:2px 0 0 0;
	color: #A0F4A0; 
}

#bkrubriken LI.bkmenuitem A:hover { 
	color: #E0FCE0; 
	background: #509650;
}
        
        


