	a:link {color: #989898; text-decoration: none;}

	a:visited {color: #989898; text-decoration: none;}

	a:hover {color: gray; text-decoration: none;}

	a:active {color: #989898; text-decoration: none;}

	





		

	#body

	{

		font: verdana, sans-serif;

		background-image: url(grafiken/background.jpg);

		background-repeat: repeat-x;

		background-color: #000000;

		text-align: center;

		margin: 0; 

		padding: 0;

	}

	

	#container

	{

		margin: 0 auto;

		margin-top: 2em;

		width: 800px;

		height: 650px;

		background-color: #000000;

		border: 1px solid #989898;

	}







	

	#header

	{

		width: 750px;

		height: 70px;

		background-color: #000000;

		background-repeat: repeat-x;

		font-family: verdana, sans-serif;

		font-size: 10px;

		color: #989898;

		text-align: right;

		padding-top: 30px;

		padding-right: 50px;

		border-style: none;

	}



	

	#content1

	{

		width: 350px;

		height: 330px;

		background-color: #000000;

		font-family: verdana, sans-serif;

		font-size: 10px;

		color: #989898;

		text-align: left;

		margin-top: 30px;

		margin-left: 30px;

		border-style: none;

		float: left;

	}

	

	#content2

	{

		width: 390px;

		height: 330px;

		background-color: #000000;

		font-family: verdana, sans-serif;

		font-size: 10px;

		color: #989898;

		text-align: left;

		border-style: none;

		padding-top: 30px;

		padding-left: 30px;

		float: right;

	}



		

	#footer

	{

		width: 800px;

		height: 190px;

		background-color: black;

		font-family: verdana, sans-serif;

		font-size: 10px;

		color: #989898;

		border-style: none;

		background-image: url(grafiken/footer.jpg);

		clear: both;

	}