body    {
    font-family:Verdana, Arial;
    font-size:12px;
    
    background-image:url(../images/hintergrund.gif);
    background-repeat:repeat;
    background-attachement:fixed; 
    margin:0;
    color:#000000;
}

.oben {
    width:800px;
    height:130px;
    position:absolute;
    top:8px;
    left:8px;

}
.impressum {
	position:absolute;
		top:110px;
		right:20px;
		font-size:14px;
}

a:link{
    color:#000000;
    text-decoration:none;
        }

a:visited{
    color:#000000;
    text-decoration:none;
        }
a:hover{
    text-decoration:underline;
}




#strich {
    position:absolute;
    left:0px;
    top: 130px;
	height:2px;
	width:100%;
    }
#strich_unten {
    position:absolute;
    left:0px;
    top:570px;
    height:2px;
	width:100%;
    }
#mainmenue {
	font-size:20px;
	font-weight:600;

}

#thumb{
	position:absolute;
	left:4px;
	top:149px;
}


#metamenue {
    position:absolute;
  	font-size:15px;
    font-weight:600;
    color: #000000;
    top:585px;
    left:30px;

}
a.menue:link {
    text-decoration:none;
    }

a.menue:visited {
   	text-decoration:none;
}

a.menue:hover {
   color:#A0C850;
   }
#titel {
    position:absolute;
    top:80px;
    left:270px;
    font-size:18px;
    font-weight:700;
    }

#untertitel{
	font-size:14px;

}

#inhalt {
    position:absolute;
    top: 150px;
    width:800px;
    text-align:left;
    }

#text {
	position:absolute;
	top:175px;
	left:150px;
	height:390px;
	overflow:auto;
	width:520px;
	font-size:13px;
}
.links{
	color:#000000;
}
a.links:link{
	text-decoration:underline;
}
a.links:visited{
	text-decoration:underline;
}
a.links:hover{
	text-decoration:none;
}

#submenue {
    font-size:12px;
    font-weight:700;
    text-decoration:none;
 }
a.submenue:link {
    font-size:12px;
    font-weight:700;
    color: #000000;
    text-decoration:none;
}
a.submenue:visited {
    font-size:12px;
    font-weight:700;
    color: #000000;
}
a.submenue:hover {
    font-size:12px;
    font-weight:700;
    color:#A0C850;
    }
