<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
 height: 180px;
 width: 950px;
 margin-right: auto;
 margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 80px;
	width: 950px;
	float: left;
}


#menue {
	background-color: #e74d3c;
	float: left;
	height: 30px;
	width: 950px;
	z-index: 1;
	position: relative;
}

#menue .haupt   {
	font-size: 13px;
	line-height: 30px;
	color: #FFF;
	height: 30px;
	text-align: center;
	text-decoration: none;
}
#menue a {
	font-size: 13px !important;
	color: #FFF;
	text-decoration: none;
	background-color: #e74d3c;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menue ul {
	float: left;
	width: 140px;
	list-style-type: none;
	margin:0;
    padding:0;
}
#menue a:hover {
	background-color:#FBFBFB;
	top:30px;
	color: #e74d3c;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}


#menue ul li ul li a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #FFF;
}

#schatten {
	background-image: url(images/schatten.png);
	float: left;
	height: 40px;
	width: 950px;
}

#navi-sub {
	float: left;
	height: 30px;
	width: 950px;
	z-index: 0;
	background-image: url(images/nav_unten.jpg);
	position: relative;
	color: #000;
}


#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333;
	width: 400px;
	height:30px;
	margin-left: 540px;
}
#info a {
	color: #333;
	text-decoration: none;
}
#info a:hover {
	color: #333;
	text-decoration: underline;
}

.service {
	margin-left: 40px;
}
.chat {
	margin-left: 30px;
	text-decoration: none;
}


/* cross-browser-menu */

.menu {

	background-color: #e74d3c;
	float: left;
	height: 30px;
	width: 950px;
	z-index: 1;
	position: relative;
	
	}
* html .menu {width:950px; w\idth:949px;}


.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:158px; background-color: #e74d3c; }

.menu li {float:left;width:158px;position:relative;}

.menu a, .menu a:visited, .menu a:active, .menu a:link {

	display:block; 
	width:158px; 
	height:30px; 
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background-color: #e74d3c;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

* html .menu a, * html .menu a:visited, * html .menu a:active, * html .menu a:link {width:158px; w\idth:158px;}

.menu ul ul a.drop, #menu ul ul a.drop:visited {}

.menu ul ul a.drop:hover{}
.menu ul ul :hover &gt; a.drop {}

.menu ul ul ul a, #menu ul ul ul a:visited { }

.menu ul ul ul a:hover { }
 
.menu ul li ul li a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px !important;
 color: #FFF;
 padding: 2px 5px;
} 

.menu ul li ul li {

	font-size: 10px !important;
	padding:0 !important;

}

.menu ul ul {visibility:hidden; position:absolute;height:0;top:30px;left:0; width:140px;}

.menu ul ul ul{left:158px; top:-1px; width:158px;}

.menu ul ul ul.left {left:-158px;}
 

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
 

.menu ul ul a, #menu ul ul a:visited, #menu ul ul a:active, #menu ul ul a:link {height:auto; line-height:1em; padding:2px 0px !important; width:158px; }
 

.menu a:hover, .menu ul ul a:hover{

	background-color:#fff;
	color: #e74d3c !important;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-top:none; border-bottom: none;*/
	border:none;
	
}

.menu :hover &gt; a, #menu ul ul :hover &gt; a { color: #fff; padding: 2px 0px; }

.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}

.menu ul :hover ul ul{visibility:hidden;}

.menu ul :hover ul :hover ul{ visibility:visible;}
</pre></body></html>