@charset "utf-8";
/* CSS Document 
	copyright 2007 by conformdata Andreas Näf -	erstellt durch Sabine Näf */
	
#navigationRechts div.navRechtsTop{
	height: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	background-image:url(/layoutbilder/bg-navright-top.gif);
	background-repeat:no-repeat;
	background-position:top left;
}	
#navigationRechts div.navRechtsBottom{
	height: 8px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background-color: #eeeeee;
	background-image:url(/layoutbilder/bg-navright-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;

}	
#navigationRechts ul.navigation{
	width: 100%;
	display:block;
	min-height: 100px;
	background-color:#eeeeee;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	list-style-position:inside;
	font-size: 14px; 
	border: 0px solid red;
}
#navigationRechts ul.navigation li{
	width: 100%;
	display:block;
	list-style:none;
	margin: 0px; 
	padding: 0px;
	line-height: 150%;
}

#navigationRechts ul.navigation li a.level1{
	display: block;
	background-color:#eeeeee;
	line-height: 150%;
	color: #333333; 
	margin: 0px; 
	padding: 0px 0px 0px 25px;
	background-image:url(/layoutbilder/listpfeilgrau.gif);
	background-repeat:no-repeat;
	background-position: 8px 5px;
	font-weight: bold;
}
#navigationRechts ul.navigation li a.level2{
	display: block;
	background-color:#eeeeee;
	line-height: 150%;
	color: #333333; 
	margin: 0px; 
	padding: 0px 0px 0px 25px;
	background-image:url(/layoutbilder/listpfeilgrau.gif);
	background-repeat:no-repeat;
	background-position: 8px 5px;
}
#navigationRechts ul.navigation li a.level1:hover,
#navigationRechts ul.navigation li a.level2:hover{
	text-decoration: none;
	color: #990000;
	font-weight:bold;
	padding: 0px 0px 0px 25px;
	background-image:url(/layoutbilder/listpfeilgruen.jpg);
	background-repeat:no-repeat;
	background-position: 8px 5px;
}


div#zitatbox{
border: 1px solid #efefef;
padding: 7px;
margin-top: 15px;
clear:both;
}
h3.kundenzitat{
font-size:20px; 
font-weight:bold;
color:#ad001c;
margin: 5px 0px 5px 0px;
}
span#kundenzitat{
font-style:normal;
color:#001b49;
font-size:14px;
font-weight:bold;
margin: 5px 0px 5px 0px;
}
p.klein{
font-size:11px;
color:#999999;
}