#webseite {
	width: 990px;
	//margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	width: 990px;
	height: 400px;
	background: white;
}

#menulinks {
	height: 500px;
	float: left;
	background: white;
}

#menurechts {
	height: 500px;
	float: right;
	background: white;
}

#menublock {
	float: left;
	position: relative;
	width: 990px;
	height:55px;
	--background: #372f2b;
}

#fade1{margin-top: 100px;
}


.nav, .nav a, .nav ul, .nav li, .nav div {
	margin: 0;
	padding: 0;
	//width:980px;
	border: none;
	outline: none;
	font-family: "Rajdhani", sans-serif;
	font-weight:300;
}

.nav a {
	text-decoration: none; 
	width:121.5px; 
	//text-align:center; 
	font-family: "Rajdhani", sans-serif;
}


.nav li {list-style: none;}

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

.nav > li {
	display: block;
	float: left;
	width: 165px;
}

.nav > li > a {
	position: relative;
	display: block;
	z-index:510;
	height: 54px;
	width: 165px;
	padding: 0 20px;
	line-height: 54px;
	
	
	font-family: "Rajdhani", sans-serif;
	
	font-size: 16px;
	color: #fcfcfc;
	text-shadow: 0 0 1px rgba(0,0,0.35);
	
	background: #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 .9s ease;
}

/*menuzeile hover*/
.nav > li:hover > a { background: #4b4441;}

/*menu linke seite abrunden*/
.nav > li:first-child > a {
	border-radius: 3px 0 0 3px;
	
	border-left: none;
}

/*menu rechte seite abrunden*/
.nav > li:last-child > a {
	border-radius: 0 3px 3px 0;
	/*width: 118px;*/
}

.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 .3s; 
}

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

.nav .nav-column {
    float: left;
    width: 20%;
    padding: 2.5%;
    text-align:left;
}

.nav .menuhead {
	text-align:center;
	line-height: 18px;
	display: table-cell; 
	vertical-align: middle;
}
 
.nav .nav-column h6 {
    margin: 20px 0 10px 0;
    line-height: 18px;
 
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #372f2b;
    text-transform: uppercase
}
 /*war header 3*/
.nav .nav-column h6.green { color: #47CC87; }
 
.nav .nav-column li a {
    display: block;
    line-height: 26px;
    /*font-weight: bold;*/
    font-size: 16px;
    color: #222222;
}
 
.nav .nav-column li a:hover { 
	color: #333333; 
	font-weight:500;
}
