/*Stylesheet fuer Kalibrierdienst Stenger von klaus_jahn*/

#sitem {
	margin: 0;
	padding: 0;
}

#sitem ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #333;
}

#sitem li.ueber {
	margin: 2.0em 0 0 0;
	padding: 0 0 0 24px;
	width: 360px;
	height: 1.6em;
/*	background-color: #ff0000;*/
	background-image: url("./pics/head-hg.png");
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

#sitem li.ueber a {
	color: #fff;
	background-color: transparent;
/*	background: #ff0000, url("/pics/head-hg.jpg"), repeat-y, top;*/
}

#sitem li.ueber a:hover, #sitem li.ueber a:focus {
	color: #333;
	background-color: transparent;
}

#sitem li.unter {
	margin: 0;
	padding: 0 0 0 48px;
	height: 1.6em;
	background-color: transparent;
	color: #333;
	font-size: 0.9em;
	font-weight: normal;
}

#sitem li.unter a {
	color: #333;
	background-color: transparent;
	}

#sitem li.unter a:hover, li.ueber a:focus {
	color: #0668fa;
	background-color: transparent;
}