	body
	{
		margin: 0;
		padding: 0;
		font: 85%, arial, hevetica, sans-serif;
		text-align:  center;
		color: #000000;
		background-color: #909090;
	}
	
	#container
	{
		margin: 0em auto;
		width: 900px;
		text-align: left;
		border: 0px solid black;			
		background-image: url(Bilder/bg.jpg);
	}
	#end
	{
	background-image: url(Bilder/footer.jpg);
	width: 885px;
	height: 34px;
}
	
	#header
	{
		background-image: url(Bilder/header.jpg);
		width: 852px;
		height: 100px;
		margin-left: 18px;
	}
	#main
	{
		width:848px;
		margin-left: 20px;
	}
	#menu
	{
		float: left;
		width: 200px;
		text-align: center;
		margin-left: 20px;
	}
	#menu ul
	{
	padding: 0px;
	margin: 0px;
}

	#content
	{
		width: 633px;
		margin-left: 200px;
		padding-left: 30px;
		padding-top: 5px;
		color: #d2d2d2;
	}
	#footer
	{
	width: 500px;
	text-align: center;
	margin-top: 10px;
}
	#footer a
	{
	color: #000000;
}
	
	.menu li
	{
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-top: 1px solid #000000;
		background-image: url(Bilder/libg.jpg);
		list-style-type: none;
		line-height: 30px;
		width: 200px;
	}
	.menu li:hover
	{
	 background-image: url(Bilder/libghover.jpg);
	}
	.menu a:link
	{
		text-decoration: none;
		color: black;
	}
	.menu a:visited
	{
		text-decoration: none;
		color: black;
	}	
	
	.menu a:hover
	{
		text-decoration: none;
		border-bottom: 1px dashed black;
		border-color: white;
		color: white;
	}
	.content a:link
	{
		text-decoration: underline;
		color: gray;
	}
	.content a:visited
	{
		text-decoration: underline;
		color: gray;
	}	
	
	.content a:hover
	{
		text-decoration: none;
		border-bottom: 1px dashed black;
		border-color: white;
		color: white;
	}
	img
	{
	border: none;
	}
		
	
