body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F3F4D5;
	background-image: url("../Pictures/bg_cream.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px; 
	padding: 0px;
}

div.menu {
	position: absolute;
	left: 21%;
	top: 115px;
	height: 36px;
	width: 79%;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #000000;
	background-color: #7E1416;
	z-index: 4;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	
}

div.menu li { /* all list items */
	list-style: none;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 9.5%;
	min-width: 68px;
	height: 22px;
}

ul.mehr { /* second-level lists */
	height: 0px;
	width: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-image: URL("../Pictures/menu_mehr_red.jpg");
	background-repeat: no-repeat;
	position: relative;
	bottom: 2px;
	left: 0px;
}

li:hover ul.mehr { /* lists nested under hovered list items */
	height: 148px;
	width: 101px;

}


li.over ul.mehr { /* lists nested under hovered list items */
	height: 150px;
	width: 101px;
	position: absolute;
	top: 18px;
	left: 0px;
}

ul.mehr li {
	width: auto;
	height: 22px;
	display: none;
	text-align: left;
}

li:hover ul.mehr li { /* lists nested under hovered list items */
	display: block;
}

li.over ul.mehr li { /* lists nested under hovered list items */
	display: block;
}



ul.konzerte { /* second-level lists */
	height: 0px;
	width: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-image: URL("../Pictures/menu_konzerte_red.jpg");
	background-repeat: no-repeat;
	position: relative;
	bottom: 2px;
	left: 0px;
}

li:hover ul.konzerte { /* lists nested under hovered list items */
	height: 148px;
	width: 155px;

}


li.over ul.konzerte { /* lists nested under hovered list items */
	height: 150px;
	width: 161px;
	position: absolute;
	top: 18px;
	left: 0px;
}

ul.konzerte li {
	width: auto;
	height: 22px;
	display: none;
	text-align: left;
}

li:hover ul.konzerte li { /* lists nested under hovered list items */
	display: block;
}

li.over ul.konzerte li { /* lists nested under hovered list items */
	display: block;
}


ul.promo { /* second-level lists */
	height: 0px;
	width: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-image: URL("../Pictures/menu_promo_red.jpg");
	background-repeat: no-repeat;
	position: relative;
	bottom: 2px;
	left: 0px;
}

li:hover ul.promo { /* lists nested under hovered list items */
	height: 148px;
	width: 127px;;

}


li.over ul.promo { /* lists nested under hovered list items */
	height: 150px;
	width: 127px;
	position: absolute;
	top: 18px;
	left: 0px;
}

ul.promo li {
	width: auto;
	height: 22px;
	display: none;
	text-align: left;
}

li:hover ul.promo li { /* lists nested under hovered list items */
	display: block;
}

li.over ul.promo li { /* lists nested under hovered list items */
	display: block;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}



div.menu i {
	position: relative;
	bottom: 1px;
}


a:link {color: #eeeeee;}
a:visited {color: #eeeeee;}
a:active {color: #eeeeee;}
a:hover {color: #eeeeee;}

div.main a {text-decoration: underline;}
div.main a:link {color: #990000;}
div.main a:visited {color: #990000;}
div.main a:active {color: #990000;}
div.main a:hover {color: #990000;}