* {
		margin: 0;
		padding: 0;
	}
	body {
			font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
			color: #000000;
			font-size: 62.5%; /* -> 1em = 10px */
			line-height: 100%;
			background-image: url("wolke.jpg");
	}
	img {
		border-style: none;
	}

	h1 {	
		font-size: 8em;
		font-weight: normal;
		color: red;
		margin: 100px 0 26px 0;
		line-height: 120%;
	}
	
	h2 {		
		font-size: 4em;
		font-weight: normal;
		margin: 100px 0 26px 0;
		line-height: 120%;
	}
	
	h3 {
		font-size: 2em;
		font-weight: normal;
		margin: 100px 0 10px 0;
		line-height: 120%;
		}
		
	h4 {
		font-size: 1.5em;
		font-weight: normal;
		margin: 0px 0 10px 0;
		line-height: 120%;
		}
		
	p {
		font-size: 2em;
		line-height: 130%;
	}

	dt {
		font-size: 2em;
		line-height: 130%;
	}	
	
	dd {
		font-size: 1.5em;
		line-height: 130%;
	}
	
	a, a:visited {
		color: #0000FF;
		text-decoration: none;
	}
	a:hover {
		color: #000000;
		text-decoration: underline;
	}
	.content {
		width: 700px;
		margin: auto;
		padding: 60px 10px 0 10px;
		background-repeat: no-repeat;
		background-position: 100% 120px;
		}
		
	.footer {
	width: 700px;
	margin: auto;
	padding: 80px 10px 0 10px;
	background-repeat: no-repeat;
	background-position: 100% 120px;
	}
			
	
#navi {
margin:30px auto;
float: left;
position: left;
left: 50%;
margin: 0px;
padding: 0px;
margin-top: 30px;
width: 100px;
list-style-type: none;
}

#navi > ul {
	margin:10px;
	padding:10px;
}

#navi > ul > li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:30%;
	position:relative;
}

#navi ul > li > a {
float: left;
position: left;
right: 80px;
width: 100px;
display: block;
padding:0 10px;
line-height: 3em;
font-size: 1.5em;
color: #fff;
background: #ff8500;
border:1px solid #024c68;
text-decoration:none;
background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#f6f8f9', endColorstr=’#f5f7f9',GradientType=0 ); /* IE6-9 */
	text-shadow:1px 1px 0px rgba(255,255,255,0.9);
	color:#2797C6;
}

#navi > ul > li:first-child > a {
	border-left:1px solid #D9DDE0;
}
#navi > ul > li.spacer {
	float:none;
	clear:both;
}


#navi > ul > li > a:hover {
	background: rgb(183,222,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,222,237,1)), color-stop(50%,rgba(113,206,239,1)), color-stop(51%,rgba(33,180,226,1)), color-stop(100%,rgba(183,222,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#b7deed’, endColorstr=’#b7deed’,GradientType=0 ); /* IE6-9 */
	text-shadow:0px 0px 0px rgba(255,255,255,0.9);
	color:#FFF;
}
	
 /* Zweite Ebene */
#navi> ul > li > ul {
	opacity:0;
	position:absolute;
	margin:-1px 0px 0px 0px;
	padding:0px;
	width:100%;
}
#navi > ul > li:hover > ul {
	opacity:0.95;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;  
}
#navi > ul > li > ul > li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navi > ul > li > ul > li > a {
	display:block;
	font-size:0.9em;
	text-decoration:none;
	background: rgba(0,0,0,0.7);
	padding:5px;
	color:#FFF;
	font-weight:bold;
	border:1px solid rgba(0,0,0,0.2);
	border-top:0px solid;
	-moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.2);
	box-shadow: inset -1px -1px 1px rgba(255,255,255,0.2);
}
#navi > ul > li > ul > li > a:hover {
	background: rgba(0,0,0,0.9);
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;  
}




