body
{
	margin: 0;
	padding: 0;
	font: 100.01% arial, hevetica, sans-serif;
	color: #000;
	background-color: #666600;
	background-image: url(hintergrund.jpg);
  background-attachment: fixed;
}


a:link { color: #ff6600; }
a:visited { color: #996633; }
a:hover, a:active
{
	color: #fff;
	background-color: #ff9900;
}

h2
{
	color: #993300;
	font: 130% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #336600;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
	
}

sub
{
	font: 80% arial, hevetica, sans-serif;
	color: #993300;
}

blockquote
{
	color: #336600;
	font: 90% georgia, times, "times new roman", serif;
	font-style: italic;
	line-height: 165%;
	margin-top: 0;
	
}

#container
{
	margin: 1em auto;
	width: 780px;
	text-align: left;
	background-color: #fff;
	border: 1px none #000;
}

#header
{
	height: 45px;
	width: 100%;
	height: 115px;
	background-image: url(frommenhausen.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #ffffcc;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#mainnav li 
{  font-size: 90%;
	font-weight: bold; 
}

#menu
{
	float: right;
	width: 145px;
	padding-left: 1px;	
	font: 80% arial, hevetica, sans-serif;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }

.blogentry 
{ 
   border-bottom: 1px solid #993300; 	
   font: 90% georgia, times, "times new roman", serif;
}

.imagefloat { float: right; }

img {
  border: 0;
  margin: 0;
}

#footer a
{
	clear: both;
	color: #000;
	font-size: 80%;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 775px;
	text-align: right;
	font: 130% georgia, times, "times new roman", serif;
}

#skipmenu a
{
	color: #fff;
	background-color: #669900;
	text-decoration: none;
	font-weight: bold; 
}

#skipmenu a:hover
{
	background-color: #ff9900;
}

