body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0px none;
}

body {
	background: #FFFFFF  ;
	 font-family: Arial ; font-weight: bold; font-size: 18px;  line-height: 12px
}
	/* platz ueber der leiste */	
nav {
	margin:  0px auto; 
	text-align: right;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
		display: block;
		font-family: Arial ; font-weight: bold; font-size: 18px;  line-height: 12px

	}


nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	/*        erste abstand zum oberen rand zweite abstand zwischen den optionen     */
	padding:  0px 25px;
	border-radius: 5px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block
	}

	nav ul li {
		float: left;
	 
	 
	}
		nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
			nav ul li:hover a {
				color: #fff;
				float: left;

			}
/* hier wird der rand definiert  ales erstes die hoehe dann breite  und schriftfarbe 757575*/				
		nav ul li a {
			display: block; padding:  11px 40px;
			color: #808080; text-decoration: none;
			font-family: Arial ;   font-size: 18px;  line-height: 12px

		}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 0px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
		/* hier wird der rand definiert  ales erstes  dann */	
			nav ul ul li a {
				padding: 25px 20px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
				}
		
	nav ul ul ul {
		position: absolute; left: 0; top:0;
	}
body
{
    margin:0px;
    padding:0px;
    top:0px;
}	