body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	background-color: rgb(45,45,45);
	background-image: url(../bilder/dorr2.jpg);
}

a:link { color: rgb(60,80,150); }
a:visited { color: rgb(50,70,50);  }

a:hover 
{
	color: #fff;
	background-color: rgb(60,80,20);
}

a:active  {
	
	background-color: rgb(0,0,0);
}

h1
{
	color: rgb(100,120,30);
	font: 250% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: none;
}


h2
{
	color: rgb(60,80,20);
	font: 160% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.h3marg  h3{margin-bottom: -15px; }

h2 a { text-decoration: none; }

h3
{
	color: rgb(60,80,20);
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}



.container
{
	margin: 1em auto;
	width: 870px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
	background-image: url(../bilder/topbild3.jpg);
	background-repeat: no-repeat;
	
	
}

#header
{
	height: 114px;
	width: 100%;
	background-image: url(../header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#language a img
{	padding-right: 4px;
	float: right;
	border: none;
	
}


#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877;
			}
.imagefloatr { float: right;
											}
							
.imagefloatl { float: left; 
				}

.imageb img{ 	clear:right;}

.ren { border: 0px;
}

#footer {	
	clear: both;
	color: #272900;
	font-size: 90%;
	height: 18px;	
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
	
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

