#mainmenue {
	position: absolute;
	z-index: 5;
	width: 1000px;
	top: -3px;
	color: #FFFFFF;
	text-align: right;
	left: 0px;
	height: 40px;
}

#sprachauswahl {
	position:absolute;
	height: 19px;
	width: 70px;
	left:392px;
	top: -1px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding-top: 18px;
	text-decoration: none;
	z-index:100;
	}
#sprachauswahl a{
	color:#CC0000;
	}
#sprachauswahl img{
	border:0px;
	}
#sprachauswahl  #fahnen {
	margin-left:4px;
	}

#LinkSuite {
	position: absolute;
	width: 70px;
	height: 20px;
	left: 473px;
	top: -1px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}
#LinkLage {
	position: absolute;
	width: 70px;
	height: 20px;
	left: 554px;
	top: -1px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}
#LinkPreise {
	position: absolute;
	width: 70px;
	height: 20px;
	left: 635px;
	top: -1px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}
#LinkSpecials {
	position: absolute;
	width: 70px;
	height: 20px;
	left: 716px;
	top: -1px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}
#LinkProfil {
	position: absolute;
	width: 70px;
	height: 20px;
	left: 797px;
	top: -1px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}
#LinkHome {
	position: absolute;
	width: 70px;
	height: 20px;
	left: 878px;
	top: -1px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}

#mainsuite a:hover {
	background-color: #A80000;
	color: #FFFFFF;
}
#mainlage a:hover {
	background-color: #EE9C04;
	color: #FFFFFF;
}
#mainpreise a:hover {
	background-color: #19378C;
	color: #FFFFFF;
}
#mainspecials a:hover {
	background-color: #C04A24;
	color: #FFFFFF;
}
#mainprofil a:hover {
	background-color: #773524;
	color: #FFFFFF;
}
#mainhome a:hover {
	background-color: #A80000;
	color: #FFFFFF;
}

/*######################################*/
/* Hier werden die Submenus definiert */
/* Die Screenpositionen und jeweilige Themenfarbe der Subs */
#sub1 {
	position: absolute;
	left: 293px;
	width: 539px;
	visibility: hidden;
	z-index: auto;
}
#sub2 {
	position: absolute;
	left: 224px;
	width: 488px;
	visibility: hidden;
	z-index: 6;
}
#sub3 {
	position: absolute;
	left: 304px;
	visibility: hidden;
	width: 488px;
	z-index: 7;
}
#sub4 {
	position: absolute;
	z-index: 8;
	left: 357px;
	visibility: hidden;
	width: 557px;
}
#sub5 {
	position: absolute;
	z-index: 9;
	left: 280px;
	visibility: hidden;
	width: 685px;
}
/* Erscheinungsbild der Links in den Submenues */
.submenue {
	height: 50px;
	top: 62px;
	z-index: auto;
	text-align: right;
	padding-top: 6px;
}
.submenue ul {
	list-style-type: none;
	padding-bottom: 20px;
}
.submenue ul li {
	display: inline;
	padding-right: 5px;
	
}
.submenue ul li a {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-top: 3px;	
	border-color: #000000;
	border-style: solid;
	border-width: 1px;	
	background-color: #DDDDDD;
}
.submenue ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Spezielle Menufarben der Untermenüs festlegen */
#sub1 ul li a:hover {
	background-color: #AA0000;
}
#sub2 ul li a:hover {
	background-color: #EE9C04;
}
#sub3 ul li a:hover {
	background-color: #19378C;
}
#sub4 ul li a:hover {
	background-color: #C24C24;
}
#sub5 ul li a:hover {
	background-color: #773524;
}
