body
{
background-color:#FFBF00;
background-image:url(images/rechts.jpg);
background-attachment:fixed;
background-position:center;
background-position:right;
background-repeat:no-repeat;
font-family:arial, verdana;
padding:10px 10px;
}

:link
{
font-weight:bold;
font-size:0.9em;
}

a:visited
{
font-weight:bold;
font-size:0.9em;
}


p
{
font-size:1em;
color:#000000;

}

li
{
font-size:1em;
color:#000000;
}

ul
{
font-size:1em;
color:#000000;
}

hr
{
color: #ffcc00;
}

h3

{
font-size:1.1em;
font-weight:bold;
color:#000000;

}

h2

{
font-size:1.2em;
font-weight:bold;
color:#000000;
}


h1
{
font-size:1.4em;
font-weight:bold;
color:#000000;
}




.button
{
color:#000000;
font-weight:bold;
text-decoration:none;
font-size:0.9em;

}

.button:visited
{
color:#000000;
font-weight:bold;
text-decoration:none;
font-size:0.9em;
}

.button:hover
{
color:#000000;
font-weight:bold;
text-decoration:none;
background-color:#FFBF00;
font-size:0.9em;
}

.buttonactive
{
color:#000000;
font-weight:bold;
text-decoration:none;
background-color:#FFBF00;
font-size:0.9em;
}


.inhalt
{
margin-top:10px;
margin-left:80px;
width:60%;
padding:5px;
background-color:#ffffff;
height:100%;
}


.kopf
{
width:600px;
height:90px;
margin-left:80px;
padding:5px;
}



.navigation
{
background-color:#ffffff;
padding:5px;
height:20px;
margin:0 0 0 0;
width:60%;
margin-left:80px;
word-spacing:12px;
border-style: solid;
border-width: 0px;
border-bottom-width: 2px;
border-color: #FF7F00;

}


.unternavigation
{

width:51%;
margin-left:170px;
margin-top:10px;
padding:5px;
background-color:#FFDF00;
word-spacing:12px;
}



.fuss
{
background-color:#ffffff;
padding:5px;
height:20px;
margin:0 0 0 0;
width:60%;
margin-left:80px;
margin-top:10px;
word-spacing:15px;
border-style: solid;
border-width: 0px;
border-top-width: 2px;
border-color: #FF7F00;
text-align:right;
}

.invisible, dfn {
        position: absolute;
        left: -1000px;
        top: -1000px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        display: inline;
}

.normal
{
word-spacing:1px;
}

.fett
{
font-weight:bold;

}

.rechts
{text-align:right;}

.links
{text-align:left;}


.klein
{
font-size:0.7em;
font-family:arial, verdana;
}


.mittig
{text-align:center;}

.orange
{
color: #ffcc00;
}