a:link { font-weight:normal; color:red; text-decoration:none; }
a:hover { font-weight:bold; color:red; text-decoration:underline; }

	body
	{
		margin: auto;
		margin-bottom: 1em;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #FF0000;
		background-color: #000000;
		background-image:url(img/background.jpg);


	}

	#container
	{
		margin: 1em auto;
		width: 800px;
		text-align: center;
		background-color: black;
		border: 0px solid black;
	}

	#header
	{
		margin: 0em auto;
		width: 800px;
		height: 256px;
		text-align: center;
		background-color: black;
		border: 0px solid black;
	}

	#mainnav
	{
		margin: 0em auto;
		margin-bottom: 3em;
		width: 800px;
		height: 30px;
		text-align: center;
		background-color: black;
		border: 0px solid black;
	}

	#news
	{
		margin: 1em;
		float: left;
		width: 360px;
		text-align: left;
		background-color: transparent;
		border: 0px solid red;
	}

	#termine
	{
		margin: 1em;
		float: right;
		width: 360px;
		text-align: right;
		background-color: transparent;
		border: 0px solid red;
	}

	#contents
	{
		margin: 0em auto;
		width: 800px;
		float: left;
		text-align: center;
		background-color: transparent;
		background-image:url(img/wasserzeichen.png); background-repeat:no-repeat;background-position:center center;
		border: 0px solid pink;
	}

	#links
	{
		margin: 0em;
		width: 800px;
		text-align: center;
		clear: both;
		background-color: black;
		border: 0px solid red;
		}

	#bilderframebio
	{
		margin: 0em;
		width: 800px;
		text-align: center;
		background-color: transparent;
		border: 0px solid red;
	}

	#headline
	{
		margin: 1em;
		margin-left: auto;
		margin-right: auto;
		width: 150px;
		height: 60px;
		text-align: center;
		background-color: transparent;
		border: 0px solid red;
	}

	#steckbrief
	{
		margin: 1em;
		width: 360px;
		float: left;
		text-align: left;
		background-color: transparent;
		border: 0px solid red;
	}

	#fotogross
	{
		margin: 1em;
		width: 360px;
		float: right;
		text-align: right;
		background-color: transparent;
		border: 0px solid red;
	}

	#footer
	{
		margin: 0em;
		width: 800px;
		text-align: center;
		background-color: black;
		border: 0px solid red;
	}