/* CSS Document */

.menu {
	position:relative;        
	float:left;                                   
	margin:0 auto;
	padding:0;
	border:0;
	height:33px;     
	width:100%;    
	width: 100%;
	background: url("../images/background.png") repeat-x center right;
	font: bold 12px Arial, Helvetica, sans-serif;
	z-index: 2;
}

.menu img {
	vertical-align: top; 
}

.menu ul {
	margin:0 25px 0 120px;
	list-style-type:none;          
	line-height:1.5em; 
}

.menu li {
	float:left;
	position:relative;
	margin:0 auto;
}

.menu ul li table {
	margin:-1px 0; 
	border-collapse:collapse;
	font-size:12px; 
}

.menu ul li ul {
	display:none;  
	padding:0px;  
}

.menu ul li a,
.menu ul li a:visited {                
	display:block;
	float:left;
	font-size:1em;
	text-decoration:none;
	height:18px;
	color: #fff;
	font-weight: bold;
	padding: 0.6em 3em 0.6em 0;
 	width: auto;
	background: #c0c0c0 url("../images/background.png") repeat-x center right;
}

.menu ul li:hover a,
.menu ul li a:hover { 
	height:16px;
	color: #cccccc;
	
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block;
	position:absolute;
	margin:0;
	top:31px;
	left:-1px; 
	height:auto; 
	width:13.5em;
	color:black;  
	background:blue; 
	z-index: 1000;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {
	left:0px;
}

.menu ul li:hover ul.kurz,
.menu ul li a:hover ul.kurz { 
	width:8.08333em;
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {
	left:auto;
	right:0; 
	width:250px; 
}

* html .menu ul.rightmenu li a:hover ul { 
	right:-1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a { 
	border:0;
	margin:0;
	padding: 0.6em;
	height:auto;
	color:#fff;               
	background: #c0c0c0 url("../images/background.png") repeat-x center right; 
	width:13.5em;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {               
	color:#cccccc;
}

.menu ul li:hover ul.kurz li a,
.menu ul li a:hover ul.kurz li a,
.menu ul li:hover ul.kurz li a:hover,
.menu ul li a:hover ul.kurz li a:hover {
	width:8.08333em;
}



#text {           
	height:1.215em;           
} 


