/* CSS Document */

<style type="text/css">
<!--
body {
	margin: 10px;
	padding: 0;
	font: 14px Arial;
	background-color: #9F0C1F;
}

ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}

div.menu {
	position: absolute;
	width: auto;
	top: auto;
	z-index: z;
	height: auto;
	left: auto;
}
div.menu li {
float: left;
width: 80px;
/* hier wird die breite der Menu´s angegeben*/
}

div.menu a {
margin: 0 2px;
height: 20px;
display: block;
text-align: center;
font-weight: bold;
border: 0px;
/* hier war die zellenrandbreite angegeben mit 1px solid gray */
text-decoration: none;
color: #9E0C1F;
/* hier wird die schriftfarbe geändert*/
background: #fff;
}

div.menu a:hover {
background: #ffffff;
/* hier wird die hintergrundfarbe der menu´s verändert */
border: 0px solid gray; 
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5 {
display: none;
float: left;
width: 120px;
font-size: 12px;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a {
font-weight: normal;
border-top: 0 none;
}
.site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
a {text-decoration: none;
color: #222;
}
.Stil2 {font-weight: bold}
div.menu1 {	position: absolute;
	width: 475px;
	top: 208px;
	z-index: 3;
	height: 136px;
	left: 192px;
}
.Stil6 {color: #FFFFFF}
.Stil7 {
	color: #9F0C1F;
	font-weight: bold;
	font-size: 16px;
}
.Stil4 {font-family: Monotype Corsiva}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}

-->
</style>