<style type="text/css" media="screen">
	
	<!-- Farben: 	#B52C07 (rot)Link, Hintergrund bei Mouseover,Text Body H2 
					#600 (dunkel rot)besuchter Link 
					#fff (wei?) Text Mouseover, Text im Heaeder
					#96b9b9 (hell blau) Hintergrund MainNav und Footer, Border Contents
					#5c7f7f (mittel blau) Text Body H3, Border MainNav
					#375a5a (dunkel blau) MainNav Mouseover
					 -->
	
	body
	{
		margin: 0;
		padding: 0;
		font: 85% georgia, times, "times new roman", serif;
		text-align: center;
		color: #333;
		background-color: #fff;
	}
	
	a:link { color: #B52C07; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #b52c07;
	}
	
	h2
	{
		color: #B52C07;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #5c7f7f;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	h4
	{
		color: #5c7f7f;
		font: 80% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}

	#container
	{
		margin: 1em auto;
		width: 800px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #5c7f7f;
	}
	
	#header
	{
		height: 100px;
		background-image: url(../bilder/fuji-header.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 0 solid #fff;
		position: relative;
	}
	
	#header h1
	{
		font: 200% georgia, times, "times new roman", serif;
		font-style:italic; 
		font-weight: 100;
		text-align: left;
		color: #fff;
		margin: 0;
		padding: 10px 0px 0px 20px;
	}
	
	#mainnav
	{
		background-color: #96b9b9;
		color: #000;
		padding: 2px 0;
		margin-bottom: 22px;
		<!--font-style:italic;-->
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #375a5a;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #375a5a;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #000;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #fff;
		background-color: #375a5a;
	}
	
	#menu
	{
		float: right;
		width: 165px;
		border-left: 1px solid #96b9b9;
		padding-left: 15px;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#contents { margin: 0 200px 40px 20px; }
	#contents p { line-height: 165%; }
	.blogentry { border-bottom: 0px solid #96b9b9;}
	
	.blogentryblock { border-bottom: 0px solid #96b9b9; text-align: justify;}

	.blogentry ul
	{
		list-style-type: none;
		text-align: right;
		margin: 1em 0;
		padding: 0;
		font-size: 95%;
	}
	
	.blogentry li
	{
		display: inline;
		padding: 0 0 0 7px;
	}
	
	.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #96b9b9;
		margin: 0 0 10px 10px;
	}
	
	#footer
	{
		clear: both;
		color: #131403;
		background-color: #96b9b9;
		text-align: right;
		padding: 5px;
		font-size: 90%;
	}
	
	.footer li
	{
		display: inline;
		padding: 0 10px 0 0;
	}
	
	.footer ul
	{
		list-style-type: none;
		text-align: right;
		margin: 0em 0;
		padding: 0;
		font-size: 95%;
	}
	#footer li a:hover
	{
		text-decoration: none;
		color: #fff;
		background-color: #5c7f7f;
	}
	#editor     
	 { 
		white-space: pre-wrap;
		word-wrap: break-word; 
	}

</style>