body {

	font-size: 100.01%;

	font: bolder;

	color: Yellow;

	background-color: Black;

	background-image: url(hintergrund.png);

}



#container {

	height: 650px;

	width: 1000px;

}



#kopf {

	height: 150px;

	width: 950px;	

}



#navi {

	height: 1000px;

	width: 200px;	

	float: left;

}



#main {

	height: 500px;

	width: 750px;	

	text-align: center;

}



a:link {

	font-size: 14px;

	text-decoration: none;

	color: Orange;

}



a:hover {

	color: White;

}



a:active {

	color: Yellow;

}



a:visited {

	font-size: 14px;

	text-decoration: none;

	color: Orange;

}



td {

	border: solid 1px;

	padding-left: 10px;

	padding-right: 10px;

}