body {
	background: 		white url(../bilder/main_links.gif);
	font-size: 			11px; 
	font-family: 		Arial, Helvetica, Geneva; 
	line-height: 		1em; 
	text-decoration: 	none;
	font-weight: 		bold;
	color: 				#FFFFFF;
	border-right: 		black 1px solid;
}

a {
	display: 			block;
	color: 				white;
	text-decoration: 	none;
	padding-left: 		15px;
	padding-top: 		5px;
	padding-bottom: 	4px;
}
a:hover {
	text-decoration: 	none;
	background: 		#FF9600 5px .8em url(../bilder/punkt.gif) no-repeat;
	color: 				white;
}

a:activ {
	text-decoration: 	none;
	background: 		#FF9600 5px .8em url(../bilder/punkt.gif) no-repeat;
	color: 				white;
}

/****************************************/
/* 1. Hierarchie*/
/****************************************/
.ul {
	background: 		#7E4606; /*braunorange*/
	text-transform: 	uppercase;
	list-style-type: 	none;
	width:				147px;
}