﻿body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: #D6D6D6;
	}
	
	a:link { 
		font-size: 12px;
		color: #FFFFFF; 
		font-weight: b old;
		text-decoration: none;
	}
	a:visited {
		font-size: 12px;
		color: #FFFFFF; 
		font-weight: b old; 
		text-decoration: none;
}
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #31528c;
	}
	
	h2
	{
		color: #31528c;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #000000;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	h5 {
		font-size: 11px;
		color: #000000;
		font-weight: normal;
		margin-top: 10px;
	}
	
	#container
	{
		margin: 1em auto;
		width: 1000px;
		text-align: left;
		background-color: #d9dadc;
		border: 1px solid #676767;
		
		background-image: url(seite.png);
		background-repeat: yes;
		background-position: 0 0;
		
	}
	
	#header
	{
		height: 119px;
		background: #5885d8;
		background-image: url(logo.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 0px solid #fff;
		position: relative;
		
		font-size: 14px;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: right;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	#mainnav
	{
		background-color: #33548e;
		color: #272900;
		padding: 0px 0;
		margin-bottom: 0px;
		background-image: url(menue.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 33px;
		margin: 0px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #C4C769;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #272900;		
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #fff;
		background-color: #272900;
	}
	
	#menu
	{
		float: right;
		width: 187px;
		border-left: 0px solid #C5C877;
		padding-left: 15px;
		text-align: center;
		
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#contents { margin: 0 250px 0px 20px; }
	#contents p { line-height: 125%; }
	
	#contents a {color: #000000; text-decoration: underline; font-size: 1em;}
	#contents a:hover {color: #000000; text-decoration: underline; background-color:#c7c7c7}
	
	
	.blogentry { border-bottom: 0px solid #C5C877; }
	
	.blogent ry ul
	{
		list-style-type: disc;
		text-align: left;
		margin: 1em 0;
		padding: 0;
		font-size: 95%;
	}
	
	.blogentry li
	{
		disp lay: inline;
		line-height: 150%;
		list-style-type: disc;
		padding: 0 0 0 7px;
	}
	
	.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #9FA41D;
		margin: 0 0 10px 10px;
	}
	
	#footer
	{
		clear: both;
		color: #272900;
		background-color: #5885d8;
		text-align: right;
		padding: 2px;
		font-size: 90%;
	}
	
	#skipmenu
	{
		position: absolute;
		right: 5px;
		top: 0px;
	}
	
	#skipmenu a
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#skipmenu a:hover
	{
		color: #fff;
		background-color: #31528c;
		text-decoration: none;
	}
	
	#menue-oben{
		padding: 1px;
		background: #5885d8;
	}
