/* this is the main UL element*/

#navi {
			margin: 281px auto;
			width: auto;
			height: 150px;
			position:absolute;
			color: #a7a19f;
			padding: 20px;
		}

.dropdown{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;

}

/* these are the inner menus*/
.dropdown ul{
	margin: 0;
	padding: 0;
	border-top: 1px solid #004b7b;
	list-style: none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin: 0;
	padding: 5px;
	width: 120px;
	background-color: #FFFFFF;
	cursor: pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration: none;
	color: #a7a19f;
	width: 100%;
}

.dropdown a:hover{
	color: #004b7b;

}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border: 1px solid #a7a19f;
	border-top: 0;
	margin-left: -1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background: #FFFFFF url('../bilder/down.gif') center left no-repeat;
	padding-left: 15px;
	width: 105px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background: #FFFFFF url('../bilder/right.gif') center right no-repeat;
	padding-right: 20px;
	width: 105px;
}

/* Bielefeld navi*/

#bielefeld {
			margin: 25px 455px;
			width: 200px;
			height: 300px;
			position: absolute;
			color: #FFFFFF;
		}

.dropdown_bi{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;

}

.ort {
	font-size: 10px;
}

/* Bielefelder pop up*/
.dropdown_bi ul{
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	list-style: none;
	background-color: #004b7b;
	width: 150px;
	font-size: 10px;
	

}

/* these are all the LIs in the menu*/
.dropdown_bi li{
	margin: 0;
	padding: 5px;
	background-color: #004b7b;
	cursor: pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown_bi a{
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
}

.dropdown_bi a:hover{
	font-weight: bold;
}

/* these are the LIs that only belong to submenu*/
.dropdown_bi ul li{
	border: 1px solid #FFFFFF;
	border-top: 0;
	margin-left: -1px;
	background-color: #004b7b;

}

/* these are the LIs that contains a submenu*/
.dropdown_bi li.submenu-down{
	background: url('../bilder/down_o.gif') top right no-repeat;
	padding-right: 20px;

}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown_bi li.submenu-left{
	background: url('../bilder/right_o.gif') center right no-repeat;
	padding-right: 20px;
}


/* Moebel Popup*/
#moebel {
			margin: 10px 650px;
			width: 200px;
			height: 300px;
			position: absolute;
			color: #FFFFFF;
		}

.dropdown_mo {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;

}

.dropdown_mo ul{
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	list-style: none;
	background-color: #00685b;
	width: 150px;
	font-size: 10px;
	

}

/* these are all the LIs in the menu*/
.dropdown_mo li{
	margin: 0;
	padding: 5px;
	background-color: #00685b;
	cursor: pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown_mo a{
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
}

.dropdown_mo a:hover{
	font-weight: bold;
}

/* these are the LIs that only belong to submenu*/
.dropdown_mo ul li{
	border: 1px solid #FFFFFF;
	border-top: 0;
	margin-left: -1px;
	background-color: #00685b;

}

/* these are the LIs that contains a submenu*/
.dropdown_mo li.submenu-down{
	background: url('../bilder/down_o.gif') top right no-repeat;
	padding-right: 20px;

}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown_mo li.submenu-left{
	background: url('../bilder/right_o.gif') center right no-repeat;
	padding-right: 20px;
}


/* Automobil Popup*/
#auto {
			margin: 60px 740px;
			width: 200px;
			height: 300px;
			position: absolute;
			color: #FFFFFF;
		}

.dropdown_auto {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;

}

.dropdown_auto ul{
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	list-style: none;
	background-color: #960c40;
	width: 150px;
	font-size: 10px;
	

}

/* these are all the LIs in the menu*/
.dropdown_auto li{
	margin: 0;
	padding: 5px;
	background-color: #960c40;
	cursor: pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown_auto a{
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
}

.dropdown_auto a:hover{
	font-weight: bold;
}

/* these are the LIs that only belong to submenu*/
.dropdown_auto ul li{
	border: 1px solid #FFFFFF;
	border-top: 0;
	margin-left: -1px;
	background-color: #960c40;

}

/* these are the LIs that contains a submenu*/
.dropdown_auto li.submenu-down {
	background: url('../bilder/down_o.gif') top right no-repeat;
	padding-right: 20px;

}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown_auto li.submenu-left {
	background: url('../bilder/right_o.gif') center right no-repeat;
	padding-right: 20px;
}



/* Home Impressum Navi*/
#kontakt {
	width: 233px;
	height: 301px;
	position: absolute;
	color: #a7a19f;
	top: -85px;
	left: 280px;
	font-size: 10px;
	vertical-align: middle;	
}


/* these are anchor in the menu, if you want to style them differently from the rest of you website*/


#kontakt a {
	text-decoration: none;
	color: #a7a19f;
	padding: 5px;
	border: 0px;
}

#kontakt a:hover {
	color: #004b7b;
}


