*{
	margin: 0;
	padding: 0;

}

body{
	background-color: #D8D8E8;
	background-repeat : no-repeat;
	font-family : Verdana;
	font-size : smaller;
}

a{
	color: Black;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}

div.eins{
	border-bottom:1px solid black;
	border-top:1px solid black;
}

div.zwei{
	height: 4px;
}
div.drei{
	border-bottom:1px solid black;
	padding: 0px 10px;
	text-align: left;
	font-size: larger;
}

#menu a{
	color: Black;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline;
}

#container{
	background-color: white;
	width: 800px;
	border-bottom: 1px solid Black;
	border-left:1px solid Black;
	border-right:1px solid Black;
}