body
{
margin: 0;
padding: 0;
font: 85% arial, hevetica, sans-serif;
text-align: left;
color: #111111;  /* Haupttextfarbe <p /p */
background-color: #333333; /* Hintergrundfarbe Gesamtwindow  #D6D6D6;*/
background-image: url(img_39.gif); /* Hintermuster Gesamtwindow */
}

a:link { color: #FF9900; } /* Textfarbe von aktiven Links */
a:visited { color: #FF9900; }

a:hover, a:active
{
color: #FF9900; /*    */
background-color: #666; /* Hintergrundfarbe bei Mouse over  */ 
}

h1
{
color: #FF9900;
font: 120% arial, times, "times new roman", serif;
font-weight: bold;
margin: 0 0 2px 0;
}
h2
{
color: #B52C07;
font: 120% arial, times, "times new roman", serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
color: #CCCCCC;
font: 106% arial, times, "times new roman", serif;
font-weight: bold;
margin-top: 0;
text-align: left;
}

#container
{
margin: 1em auto;
width: 1024px;
/* height: 600px; */ 
text-align: left;
background-color: black;
border: 1px none #fff;
}

#header
{
height: 145px;
width: 100%;
padding-left: 0px;    /* Randabstand fuer Text*/
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position: relative; /* relative*/
border: 1px none #fff;
border-bottom: 1px solid #fff; /* Schattenlinie am unteren Bereich*/
}

#header h1
{
font-size: 100px; /* Text in Header Fenster */
text-align: left;
color: #FF9900;
margin: 10;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
float: right;
width: 300px;
border-left: 1px solid #C5C877;
padding-left: 15px;
background-color: #000000; /* Hintergrundfarbe Gesamtwindow  #D6D6D6;*/
}

#contents { margin: 0 400px 20px 40px; }
#contents p  /* Text innerhalt des Content Fenster*/
{ 
line-height: 165%;
color: #999999; /*Textfarbe f. Standardschriften*/
}
.blogentry { border-bottom: 0px solid #C5C877; } /* Linie am unteren content-Fenster */
.imagefloat { float: right; }

#footer
{
clear: both;
color: #272900;
text-align: right;
font-size: 90%;
}

#skipmenu
{
position: absolute;
left: 0;
top: 5px;
width: 645px;
text-align: right;
}

#skipmenu a
{
color: #FF9900;
text-decoration: none;
}

#skipmenu a:hover
{
color: #FF9900;
background-color: #666;
text-decoration: none;
}
