* {
	padding: 0px;
	margin: 0px;
	backgound: #FFFFFF;
	border: 0px;
}

div a:link, div a:visited {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}
div  a:hover {
	text-decoration: underline;
	color: #ffffff;
	cursor: pointer;
}
div  a:active, div a:focus {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

li.overview {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	vertical-align: middle;
	background:url(../images/world.gif) top left no-repeat;
}

li.kenwo_start {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	vertical-align: middle;
}

.nav_sub_1 {
	padding: 0px 0px 0px 18px;
	margin: 0;
}

li.nav {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	vertical-align: middle;
	background:url(../images/world_house.gif) top left no-repeat;
}

.nav_sub_2 {
	padding: 0px 0px 0px 18px;
	margin: 0;
}

div.subnav {
	background:url(../images/house.gif) 2px 2px no-repeat;
}

div.subnav_comp {
	background:url(../images/Compare.gif) 2px 2px no-repeat;
}

div.subnav_info {
	background:url(../images/info.gif) 2px 2px no-repeat;
}

div.documents {
	background:url(../images/document.gif) 2px 2px no-repeat;
}

ul {
	display:block;
	padding: 0pt;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	white-space: nowrap;
}

.nav_header {
	background: url(../images/bg_nav_header.gif) top left repeat-x;
	color: #FFA600;  
	font-size: 11px;
	text-align: center;
	font-weight: bold;	
	margin: 10px 0px 0px 0px; 
	padding: 3px;
}

.nav_content {
	background: #F5F9FD;
	border-left: 1px solid #CED4DA; 
	border-right: 1px solid #CED4DA; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px;
}

.description {
	background: #F5F9FD;
	border: 1px solid #CED4DA; 
	margin: 0px 0px 0px 0px; 
	padding: 5px 5px;
	font-size: 8pt;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	color: #145AA9;
}

.nav_content div {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 18px;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	line-height: 14px;
	vertical-align: middle;
	border-top: 1px solid #FFFFFF; 
	border-bottom: 1px solid #CED4DA; 
}

.nav_content div a:link, .nav_content div a:visited {
	text-decoration: none;
	color: #145AA9;
	cursor: pointer;
}
.nav_content div a:hover {
	text-decoration: underline;
	color: #FFA600;
	cursor: pointer;
}
.nav_content div a:active, .nav_content div a:focus {
	text-decoration: none;
	color: #FFA600;
	cursor: pointer;
}

/* Firmenlogo oben im Navigationsframe */
/* Die Breite darf maximal 180 Pixel betragen. */
/* width und height sollten an tatsächlichen Maße des Logos angepasst werden. */
#company_logo {
	display:block;
	background:url(Bilder/logo.jpg) top center no-repeat;
	width:180px;
	height:50px;
	margin:0;
	padding:0;
}

