@charset "utf-8";
/* CSS Document */

/* ************************************************** */
/* HAUPTMENÜ */
/* ************************************************** */

div#navigation {
	margin: 10px 0 0 416px;
	z-index: 90;
	width: 537px;
	height: 20px;
}

#nav, #nav ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	z-index: 95;
	}
	
#nav a {
	display: block;
	/* width: 10em; */
	text-decoration: none;
	color: black;
	padding: 0.7em 0.5em;
	font-size: 90%;
	}
	
#nav a:hover {
	color: white;
}

#nav a.navheader {
	font-size: 110%;
}

#nav a.subheader {
	padding:4px;
}

/* AUF DVD */
	
#nav li.one {
	float: left;
	width: 5.6em;
	background: #fff url(../images/menu.jpg) repeat-x;
	margin-right: 1px;
	}
	
#nav li.one_child {
	float: left;
	width: 8.5em;
	background: #f6892c;
	}

#nav li.one ul {
	position: absolute;
	width: 8.5em;
	left: -999em;
}

#nav li.one:hover {
	background: #fff url(../images/menu_over.jpg) repeat-x;

}

#nav li.one_child:hover {
	background: #000;
}


#nav li.one:hover ul {
	left: auto;
}

/* AUF Blu-ray */
	
#nav li.two {
	float: left;
	width: 7em;
	background: #fff url(../images/menu.jpg) repeat-x;
	margin-right: 1px;
	}
	
#nav li.two_child {
	float: left;
	width: 7em;
	background: #f6892c;
	}

#nav li.two ul {
	position: absolute;
	width: 7em;
	left: -999em;
}

#nav li.two:hover {
	background: #fff url(../images/menu_over.jpg) repeat-x;
}

#nav li.two_child:hover {
	background: #333;
}


#nav li.two:hover ul {
	left: auto;
	}
	
/* Im KINO */
	
#nav li.three {
	float: left;
	width: 5em;
	background: #fff url(../images/menu.jpg) repeat-x;
	margin-right: 1px;
	}
	
#nav li.three_child {
	float: left;
	width: 5em;
	background: #f6892c;
	}

#nav li.three ul {
	position: absolute;
	width: 5em;
	left: -999em;
}

#nav li.three:hover {
	background: #fff url(../images/menu_over.jpg) repeat-x;
}

#nav li.three_child:hover {
	background: #333;
}


#nav li.three:hover ul {
	left: auto;
	}
	
/* MY POLYBAND */
	
#nav li.four {
	float: left;
	width: 7.5em;
	background: #fff url(../images/menu.jpg) repeat-x;
	margin-right: 1px;
	}
	
#nav li.four_child {
	float: left;
	width: 7.5em;
	background: #f6892c;
	}

#nav li.four ul {
	position: absolute;
	width: 7.5em;
	left: -999em;
}

#nav li.four:hover {
	background: #fff url(../images/menu_over.jpg) repeat-x;
}

#nav li.four_child:hover {
	background: #333;
}


#nav li.four:hover ul {
	left: auto;
	}
	
/* MY POLYBAND */
	
#nav li.five {
	float: left;
	width: 8.2em;
	background: #fff url(../images/menu.jpg) repeat-x;
	}
	
#nav li.five_child {
	float: left;
	width: 8.2em;
	background: #f6892c;
	}

#nav li.five ul {
	position: absolute;
	width: 8.2em;
	left: -999em;
}

#nav li.five:hover {
	background: #fff url(../images/menu_over.jpg) repeat-x;
}

#nav li.five_child:hover {
	background: #333;
}


#nav li.five:hover ul {
	left: auto;
	}

/* ************************************************** */
/* ENDE MENÜ - BEGIN CONTENT */
/* ************************************************** */


