
/* menu, nav {
	display: block; } */
	
/* ol, ul {
	list-style: none; } */
	
/* .center {
	margin:0px 0 0 190px;
	width:0px;
	
} */

/* #wrapper{
	width:1750px; Position x
	margin:0 auto;
	margin-top:35px;
} */


#mein_menue {margin-top:20px;padding-bottom:10px;margin-left:-20px;}

#nav {
	position:relative;
	/* width:1800px; */
	margin:0 auto;top: 16px;
	
	padding:0px;
}

ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
	/* border-left:1px solid #b3b3b3; */
	/* border-right:1px solid #b3b3b3; */
}

ul#navigation li {
	display:inline;
	font-size:12px; /* Ändert auch die Breite und Höhe der Menübereiche */
	font-weight:bold;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	/* border-left:1px solid #fff; */
	border-right:3px solid #000;
}

ul#navigation li a {
	padding:3px 8px; /* Früher 25px */
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;white-space: nowrap;
	-webkit-transition:color 0.2s linear, background 0.4s linear;	
	-moz-transition:color 0.2s linear, background 0.4s linear;	
	-o-transition:color 0.2s linear, background 0.4s linear;	
	transition:color 0.2s linear, background 0.4s linear;	
}


/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul {
    top: 13px;
    left: -3px;
}

ul#navigation ul li { 
	clear:both;
	width:100%;
	border:0 none;
	/* border-bottom:1px solid #0f0; */
}

ul#navigation ul li ul {
    top: -5px;
    left: 285px;
}


ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin :0;
	margin-top:8px; /* Abstand 1.Ebene zum Menü */
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:300px;white-space: nowrap; /* Sub Menue Breite 1. Ebene */
}

ul#navigation ul li a {  /* Sub Menü 1. Ebene */
	background:none;
	padding:7px 15px;
	color:#000000;
	text-decoration:none;
	display:inline-block;
	text-decoration:none;
	border:0 none;
	float:left;
	clear:both;
	width:270px; /* Schrift Breite im Sub Menü 1. Ebene Balken Mauszeiger */
}

ul#navigation ul li a:hover, ul#navigation li a:hover  {
	/* background:rgba(0,0,0, 0.25); */
	color:#fff; 
}

ul#navigation ul li ul { /* Regelt Sub Menue Breite 2. Ebene */
	clear:both;
	width: auto;
	min-width:70%;
    white-space: nowrap; /* Breite für das Sub Menü 2. Ebene */
	border:0 none;
	margin-top:5px;
	border-bottom:1px solid #fff;white-space: nowrap;
}

ul#navigation ul li ul a { /* Regelt Sub Menue 2. Ebene */
	background:none;
	padding:7px 15px;
	color:#000;
	text-decoration:none;
	display:inline-block;
	text-decoration:none;
	border:0 none;
	float:left;
	clear:both;
	width: 93%;
    white-space: nowrap; /* Schrift Breite im Sub Menü 2. Ebene Balken Mauszeiger */
}

ul#navigation ul li ul a:hover{ /* Sub Menue 2. Ebene */
	background-color:rgba(0,0,0, 0.25);
	color:#fff;
	width: 93%;
    white-space: nowrap; 
}

ul#navigation li a.first {
	border-left: 0 none;
	text-decoration:none;
}

ul#navigation li a.last {
	border-right: 0 none;
}


.feld_01 { background: url("../menue_images/menue_header_01.png") repeat-x;}
.feld_01:hover { background: url("../menue_images/menue_header_01_hover.png") repeat-x;}

.sub_01 {
	/* background: #f00; */
	}

.sub1_01 {
	/* background: #ff809f; */
	}


.first {font-size:12px;}

.style_button {
    background: #4a0036;border: 1px solid #760056; color:#fff;font-weight:700;display:inline-block;white-space: nowrap;width:150px;text-align: left;
}

.style_button:hover {
    background: #76000b;border: 1px solid #760056; color:#ff0;font-weight:700;display:inline-block;white-space: nowrap;width:150px;text-align: left;
}

.style_button:active {
    background: #f00;border: 1px solid #760056; color:#ff0;font-weight:700;display:inline-block;white-space: nowrap;width:150px;text-align: left;
}

.style_button:focus {
    background: #f00;border: 1px solid #760056; color:#ff0;font-weight:700;display:inline-block;white-space: nowrap;width:150px;text-align: left;
}

