body {
background-color:#CFC;
background-image:url(../images/gruen.gif);
background-repeat:repeat-x;
color:#000
}

h1 {
color:#090;
font-size:x-large;
font-variant:small-caps;
font-weight:700;
text-align:left
}

section {
position: absolute;
width: auto;
right: 300px;
top: 400px;    
}

footer {
background-color:#efc;	
position:fixed;
width:100%;
left:200px;
bottom:5px;
}

.inhalt {
color:#004000;
font-family:arial, helvetica, sans-serif;
font-size:medium;
font-style:normal;
font-variant:normal;
line-height:150%;
text-align:left;
position:absolute;
left:50px;
right:50;
top:250px
}

.nav_top {
background-color: #cfc;
background-image:url(../images/gruen.gif);
background-repeat:repeat-x;
color:#060;
font-family:arial, helvetica, sans-serif;
font-size:large;
font-style:normal;
font-variant:normal;
font-weight:400;
text-align:center;
position: fixed;
left: 50px;
right: 50px;
top:0px;
z-index:2;
}

.text {
color:#004000;
font-family:arial, helvetica, sans-serif;
font-size:medium;
font-weight:400;
line-height:150%;
margin-left:0;
text-align: center;
width:90%
}


a:link {
color:#060
}

a:visited {
color:#090
}

a:active {
color:#FFF
}

a:hover {
color:red
}
