
	/* Reset */
	#menu-wrapper{
		width:740px;
		margin-left:-20px;
		/*background-color: #C6D580;*/
		background-color: #C6D580;
		}	
	.nav,
	.nav a,
	.nav ul,
	.nav li,
	.nav div,
	.nav form,
	.nav input {
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
		}
	.nav a { text-decoration: none; }
	.nav li { list-style: none; }
	
	/* Menu Oben */
	#menu-oben{
		width:740px;
		margin-left:-20px;
		/*background-color: #C6D580;*/
		background-color:#C6D580;
	}
	
	/* 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: 60px;
		padding: 0 33px;
		line-height: 60px;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 13px;
		color: #fcfcfc;
		text-shadow: 0 0 1px rgba(0,0,0,.35);
		/*background-color: #C6D580;*/
		background: #C6D580;
		border-left: 1px solid #ADB96E;
		border-right: 1px solid #ADB96E;
		-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: #ADB96E; }
	.nav > li:first-child > a {
		border-left: none;
		}
	.nav > li:last-child > a {
		border-right: none;
		}
	.nav > li.nav-search input[type="text"] {
		display: block;
		float: left;
		width: 1px;
		height: 24px;
		padding: 15px 0;
		line-height: 24px;
		font-family: Helvetica, Arial, sans-serif;font-weight: bold;font-size: 13px;color: #999999;text-shadow: 0 0 1px rgba(0,0,0,.35);
		background: #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: #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: #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;
		margin-top:-27px;
		}
	/* Menu Content Styles */
	.nav .nav-column {
		float: left;
		width: 20%;
		padding: 2.5%;
		}
	.nav .nav-column h3 {
		margin: 20px 0 10px 0;
		line-height: 18px;font-family: Helvetica, Arial, sans-serif;font-weight: bold;font-size: 14px;color: #372f2b;text-transform: uppercase;
		}
	.nav .nav-column h3.orange { color: #ff722b; }
	.nav .nav-column li a {
		display: block;line-height: 26px;font-family: Helvetica, Arial, sans-serif;font-weight: bold;font-size: 13px;color: #888888;
		}
	.nav .nav-column li a:hover { color: #666666; }
	/* ul.nav li:nth-child(1)  { 
		width: 200px;
		animation:none;
	 } /* 1. element der liste */
	 /* JS CART */
		.cartHeaders div{
			color:#333;
		}
		.simpleCart_items{
			float:left;
			clear:left;
			margin:20px;
			width:90%;
		}
		div[id*='cartItem_SCI-'] {
			clear:both;
			/*padding:15px 0;*/
			line-height:25px;
			height:10px;
		}
		/*div[class*='itemRow-'] {
			clear:both;
			padding:15px 0;
			font-size:11px;
			line-height:25px;
			height:10px;
		}
		.odd, .even {
			clear:both;
			/*padding:15px 0;*/
			line-height:25px;
			height:10px;
		}*/
		.item-foto{
			float:left;
		}
		.item-foto img{
			float:left;
			vertical-align:middle;
			margin-bottom:10px;
		}
		.item-name{
			/*float:left;*/
			padding-left:10px;
			margin-left:160px;
		}
		.item-ort{
			/*float:left;*/
			padding-left:10px;
			margin-left:160px;
		}
		.item-email{
			padding-left:10px;
			margin-left:160px;
		}
		.item-remove{
			/*float:left;
			vertical-align:middle;
			text-align:center;
			padding-left:10px;*/
			padding-left:10px;
			margin-left:320px;
		}
		.item-form{
			float:left;
			vertical-align:middle;
			text-align:center;
			padding-left:10px;
		}
		.itemQuantity input{
			width:20px;
			border:1px solid #ccc;
			padding:3px 2px;
			margin:0 auto;
			display:block;
			font-size:11px;
		}
		.itemTotal{
			float:left;
			color:#c23f26;
			text-align:right;
			width:45px;
		}
		.totalRow{
			clear:both;
			float:left;
			margin-top:10px;
		}
		.totalItems{
			float:left;
			width:105px;
			margin-left:295px;
			text-align:center;
		}
		.totalPrice{
			float:right;
			text-align:right;
		}
		.ui-dialog {
			z-index: 9020 !important;
		}
	