﻿
	body
	{
		margin: 0;
		padding: 0;
		font: 100%  times,sans-serif;
		text-align: center;
		color: white;
		background-color: black;
		background-image: url(images/olwe.gif);
	}
	
	
	
	a:link { color: red; }
	a:visited { color: red; }
	a {text-decoration: none; }
	a:hover, a:active
	{
		color: #fff;
		background-color: black;
	}
	
	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: #5B5E0E;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	img.bildV { 
    float: left; 
    margin: 2px; 
}
img.bildH { 
    float: right; 
    margin: 2px; 
}	
	#container
	{
		margin: .1em auto;
		width: 850px;
		/*height: 620px;*/
   		text-align: left;
		background-color: black;
		border: 0px solid aqua;
	}
	
	#pagebody
	{
	
	
	top: 0px;
	font: 100% , times, "times new roman", serif;
	color: white;
	background-color: #000000;
	
	/*height: 350px;*/ 
	margin: 100px;
	margin-top: 1px;
	margin-bottom: 5px; 
	
	}
	
	#header
	{
		height: 145px;
		background-image: url(images/widelogo.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 0px solid #fff;
		position: relative;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: right;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	#menuette
	{
		text-align: center;
		height: 25px;
		background-color: black;
		color: #272900;
		padding: 0px 0;
		margin-bottom: 1px;
	}
	
	#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;
	}
	

	
	
	

	
	#footer
	{
	/*
		height: 210px;
		
		background-image: url(images/botom.gif);
		background-repeat: no-repeat;
		background-position: 0   0;
		
		*/
		height:10px;
		clear: both;
		color: #white;
		background-color: black;
		text-align: right;
		padding: 0px;
	
	}

