/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
	
		html,body{height:100%}
		body{margin:0;
#		background:#efefeb url('img/preview.png') no-repeat center top;
		background: #F4E0AA;
		min-height: 700px;
#               -webkit-box-shadow:inset 0 0 0 5px #f2f2f2,
#		inset 0 0 0 10px #90c0aa,inset 0 0 0 15px #f2f2f2;
#		-mox-box-shadow:inset 0 0 0 5px #f2f2f2,inset 0 0 0 10px #90c0aa,inset 0 0 0 15px #f2f2f2;
#		box-shadow:inset 0 0 0 5px #f2f2f2,inset 0 0 0 10px #90c0aa,inset 0 0 0 15px #f2f2f2;
}

		#menu-wrapper{
			margin:0 auto;
#			width:825px;
			width: 80%;
			position:relative;
#			left:60px;
#			top:300px;
		}
	

.nav a { text-decoration: none;

# - - - Schrift Hauptleiste
	color: rgb(139,69,19);   
text-transform: uppercase;

#rgb(51,153,0);
 }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
#	height: 54px;
	height: 24px;

	padding: 0 20px;
#	padding: 0 10px;
#	line-height: 54px;
	line-height: 20px;
	
	font-family: verdana, Helvetica, Arial, sans-serif;
#	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
# - - - Schrift Hauptleiste
	color: yellow;
# 532821;
# fcfcfc;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

# - - - Hintergrund hauptleiste
	background: #F4E0AA;    
# 131B1D;
# 372f2b;
	border-left: 1px solid #4b4441;
	border-right: 1px solid #312a27;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li:hover > a { background: peru;
#4b4441; 

}

.nav > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}

/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 20px;

	font-family: verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

# - - - Hintergrund Search
	background: #131B1D;
# 372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #131B1D;
# 372f2b 
	url(../img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 50px;
	left: 0;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #f4e0aa;
# ffffff;
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
 	width: 20%;
#	width: 15%;
	padding: 2.5%;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
	font-family: verdana, Helvetica, Arial, sans-serif;
#	font-weight: bold;
	font-size: 11px;
#14

# - - - Überschriften im Menü
	color: white;
# 532821;
# 372f2b;
	text-transform: uppercase;
}

.nav .nav-column h3.orange { 
	color: black;
# 663300; 
	text-decoration: underline;
}

.nav .nav-column li a {
	display: block;
	line-height: 20px;
	
	font-family: verdana, Helvetica, Arial, sans-serif;
#	font-weight: bold;
	font-size: 11px;

# - - - Menüpunkte in der Liste
	color: rgb(139,69,19);
#	color: #532821;
# 888888;
}

.nav .nav-column li a:hover { color: rgb(255,0,102);
# 666666; 
}


@media screen and (max-width: 400px) {
	#menu-wrapper {
	font-size: 0;
	z-index: -1;
	display: none;
	}
        .nav {
	font-size: 0;
	display: none;
        z-index: -1;
    }
 .nav-column {
	font-size: 0;
	display: none;
	z-index; -1;
}

}
