html {
	}

body {
   color: black; 
   font-size: 100%;
   font-family: Arial,Helvetica,sans-serif;
   margin: 0px;
   padding: 1em;
   background-image: url(../images/bg.jpg);
   background-repeat: repeat-x;
}



.menue a {	
    font-weight: bold;
    /*color: #E4E4E4;*/
	color: #000000;
	padding:35px;
	padding-top:80px;
	font-size:0.9em;
	text-decoration: none;
}

.menue a:hover {	
	text-decoration: underline;
}

.content {	
    /*color: #E4E4E4;*/
	color: #000000;
	font-size:0.8em;
	text-decoration: none;
}