
<style type="text/css">	<!--
	body {
		color: black;
		background-color: white;
	}


	/* Rahmen um ganze Seite */
	div#seite {
		margin: 1em 1em 1em 1em;
	}


	/* Inhalt */
	/*Textbereich*/
	div#inhalt {
		position: absolute;
		top: 130px;
		left: 188px;
		height: auto;
		width: 635px;
		background: white;
	}
	/*Titel*/
	div#inhalt h2 {
		padding: 0em 0em 0em 1em;
		font: bold 16px/20px Helvetica,Arial,sans-serif;
		color: #666677;
		background: #B7CCDB;
		text-align: left;
	}
	/*Bildbeschriftung*/
	div#inhalt h4 {
		padding: 0em 0em 0em 1em;
		font: bold 10px/12px Helvetica,Arial,sans-serif;
		text-align: left;
	}
	/*normaler Text*/
	div#inhalt p {
		padding: 0em 0em 0em 1em;
		font: 12px/16px Helvetica,Arial,sans-serif;
		font-size: 12px;
		margin: 0;
		background: White;
	}
	div#inhalt a, a:link {
		color: blue;
		text-decoration: none;
	}
	div#inhalt a:hover {
		color: red;
		text-decoration: none;
	}









	/* Created by */
	div#seite h3 {
		padding: 0em 0em 0em 2em;
		font: 10px/12px Helvetica,Arial,sans-serif;
		color: #B7CCDB;
		line-height: 100%;
		position: absolute;
		bottom: 1px;
	}
	div#seite h3 a, a:link {
		color: #B7CCDB;
		text-decoration: none;
	}
	div#seite h3 a:hover {
		color: #6693BC;
		text-decoration: none;
	}


	/* Navigation */
	ul#navlist
	{
		width: 0px;
		\width: 0px;
		w\idth: 0px;
		padding: 0px;
		border: 1px solid #808080;
		border-top: 0px;
		margin: 0px;
		font: bold 12px verdana,helvetica,arial,sans-serif;
		background: #808080;
	}

	ul#navlist li
	{
		list-style: none;
		margin: 0px;
		border: 0px;
		border-top: 1px solid #808080;
	}

	ul#navlist li a
	{
		display: block;
		width: 148px;
		\width: 150px;
		w\idth: 148px;
		padding: 4px 0px 4px 2px;
		border: 0px;
		border-left: 10px solid #aaaabb;
		background: #B7CCDB;
		text-decoration: none;
		text-align: left;
	}

	ul#navlist li a:link { color: #666677; }
	div#navcontainer li a:visited { color: #666677; }

		ul#navlist li a:hover
	{
		border-color: #ff9000;
		color: #ffffff;
		background : #0080ff;
	}

	-->
</style>