@charset "UTF-8";
/* CSS Document */

/*Navigation*/


* {
margin: 0;
padding: 0;
} 

#menue {
width: auto;
margin: 0;
padding: 0 0 0 15px;
background: #43464b;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.65em;
line-height: 2.5;
float: left;
} 

#menue ul {
float: left; 
width: 80px;
list-style-type: none;

} 


#menue h3 {
font-size: 0.65em;
text-align: center;
color: #fff;
border: 1px solid #edece9; --erforderlich für IE 7--
background: #edece9;
color: #ccc;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background:#c285a4;
	/*alte webkit-basierte Browser (Safari, Chrome. etc.) */
	background: -webkit-gradient(linear, left top, left bottom, from(#edece9), to(#d5d5d5));
	/*neue webkit-basierte Browser (Safari, Chrome, etc.)*/
	background: -webkit-linear-gradient (top, #edece9, #d5d5d5);
	/*Mozilla/Gecko (Firefox, Flock, etc.)*/
	background: -moz-linear-gradient(top, #edece9, #d5d5d5);
	/*Für Presto(Opera ab Version 11.1)*/
	background: -o-linear-gradient(top, #edece9, #d5d5d5);
	/*IE10 Pre-Beta*/
	background: -ms-linear-gradient(top, #edece9, #d5d5d5);
	/*aktueller W3C working draft*/
	background: linear-gradient(top, #edece9, #d5d5d5);
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menue a {
text-decoration: none;
display: block;
border: 1px solid #edece9;
text-align: center;
background: #edece9;
color: #43464b;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background:#edece9;
	/*alte webkit-basierte Browser (Safari, Chrome. etc.) */
	background: -webkit-gradient(linear, left top, left bottom, from(#edece9), to(#d5d5d5));
	/*neue webkit-basierte Browser (Safari, Chrome, etc.)*/
	background: -webkit-linear-gradient (top, #edece9, #d5d5d5);
	/*Mozilla/Gecko (Firefox, Flock, etc.)*/
	background: -moz-linear-gradient(top, #edece9, #d5d5d5);
	/*Für Presto(Opera ab Version 11.1)*/
	background: -o-linear-gradient(top, #edece9, #d5d5d5);
	/*IE10 Pre-Beta*/
	background: -ms-linear-gradient(top, #edece9, #d5d5d5);
	/*aktueller W3C working draft*/
	background: linear-gradient(top, #edece9, #d5d5d5);
}


/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menue a:hover {
color: #ccc;
background: #2f549e;
}



/*
*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/

#menue li {
position: relative;

}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
/*#menue ul ul {
position: absolute;
z-index: -1;
display: none;
} 
*/

#menue ul li:hover ul {
display: block;
-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
} 

* html #menue ul li {
float: left;
width: 100%;
}



*+ html #menue ul li {
float: left;
width: 100%;
} 

*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}

*html #menue ul li a {
height: 1%;
} 



#menue ul li:hover ul ul {
display: none;

} 

.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn overflow:hidden im .container entfernt wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
