body
{
margin:0;
padding:0;
font-family:Arial, Verdana, Helvetica, sans-serif;
line-height: 1.0em;    
background-image: url(img/haupt/background_orange);
background-color: #C1440A;
background-repeat: no-repeat;
background-attachment:fixed;
}

#wrapper
{
width:1000px;
height:auto;
margin:0px auto;
margin-top:0px;
}


/* Haupt Grafiken für die Index */


#logo
{
width:960px;
height:130px;
background-repeat: no-repeat;
background-color: #C1440A;
background:url('img/haupt/logo.png');
}

#header
{
width:1000px;
height:20px;
background:url('img/haupt/header.png');
}

#main
{
width:1000px;
height:auto;
background:url('img/haupt/main.png');
}

#footer
{
width:1000px;
height:28px;
background:url('img/haupt/footer.png');
}

#copyright
{
width:1000px;
height:20px;
}


/* Navigation  */


#navigation
{
width:960px;
height:20px;
margin-right:30px;
float:right;
position:relative; top:95px;
}

#navigation ul li
{
list-style-image:none;
display:inline;
float:right;
}

#navigation ul li
{
list-style-image:none;
margin-left:15px;
}


#navigation a
{
text-decoration:none;
color:#ffffff;
font-size:small;
font-weight:bold;
text-shadow: 2px 2px 0px #000000;
}

#navigation a:hover
{
color:#fff65B;
text-shadow: 1px 1px 18px #ffcc33, -1px -1px #000000;
}


/*  Layout für die Inhalte  */

#inhalte
{
width:948px;
height:auto;
margin-left:25px;
padding-top:15px;
padding-bottom:15px;
}



/*  Inhalte Rechts  */


#inhalte .inhalt_rechts
{
width:175px;
height:auto;
float:right;
color:#000000;
font-size:small;
}



/*  Inhalte Links  */


#inhalte .inhalt_links
{
width:740px;
height:auto;
color:#000000;
font-size:small;
}


#inhalte .inhalt_links a
{
color:#c1440a;
font-size:small;
}

#inhalte .inhalt_links a:hover
{
text-decoration:none;
color:#e2510a;
font-size:small;
}


#news_autor
{
width:300px;
height:auto;
font-size:small;
}

#news_kommentar
{
width:200px;
height:auto;
font-size:11px;
text-align:right;
float:right;
}

#news_kommentar a
{
color:#c1440a;
font-size:11px;
}

#news_kommentar a:hover
{
text-decoration:none;
color:#e2510a;
font-size:11px;
}




