body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	color: black;
	margin: 0;
	padding: 0;
	background-color: black;
}
#seite {
	width: 800px;
	height: 760px;
	margin: 0 auto;
	margin-top: 20px;
	border-color: black;
	background-color: white;
	
}
#logo {
	height: 156px;
	margin: 0 auto;
	border: none;
	background-color: white;
		
}

#logo img {
	border-color: none;
	border-width: 0px;;
}


#bild {
	float: right;
	width: 580px;
	margin-top: 30px;
}
#nav {
	padding: 0;
	float: left;
	width: 150px;
	height: 450px;
	margin-top: 55px;
	margin-bottom: 20px;
	
	display: block;
}

#nav a:link   {
 	display:block;
	margin: 0 0 0 -7px ;
	padding:0.10em 0.20em 0.20em 1.0em;
	background-color:#24292a;
	height:1em;
 }

#nav li.aktiv {
	background-color: orange;
	display:block;
	
}

#nav a:visited{
	display:block;
 	margin: 0 0 0 -7px ;
	padding:0.10em 0.20em 0.20em 1.0em;
	background-color:#24292a;
	height:1em;
 }


# html>body #nav a:link, #nav a:visited {
height:auto;
}

#nav ul li{
	
	height: 20px;
	margin-bottom: 20px;
	padding-left: 6px;
	border: none;
	background-color: #24292a;	
}



#nav ul {
	padding: 0;
	list-style-type: none;
	
}

#nav li:hover {
	background-color: orange;	
}


#text {
	
	margin-top: 55px;
	float: right;
	width: 580px;
	height: 150px;
	border: none;
	margin-right: 20px;
	border-color: black;	
	
}

#style {
	width: 580px;
	height: 250px;
	overflow: auto;
}

#style p {
	width: 90%;
	heigth: auto;
	overflow: hidden;
	text-align: left;
}

#style a:link{
	text-decoration: underline;
	color: black;
}

#style a:visited{
	text-decoration: underline;
	color: black;
}
	

	

#design{
	font-size: xx-small;
	text-align: center;
	
}

#design a:link{
	color: #777777;
}
#design a:visited{
	color: #777777;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}


a:active {
	color: #fcc3333;
}





