body {
   font-family: serif;
   font-size: 15px;
   background-color: #FFF;
   background-image:url(../pics/bg.jpg);
   background-repeat: no-repeat;
   background-position: center;
   	background-position: 50px 100px;
   color: #000;
   padding: 10px 0 0;
   margin: 0;
}
a:link {
	color: #008000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #008000;
}
 
HTML>body {
   padding: 0;
   }

  
#header {
   background-color: #FFF;
   	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008000;
   padding: 0;
   margin: 0px;
   height: 100px;
    }

#headerfl {
   background-color: #FFF;
   	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3203ff;
   padding: 0;
   margin: 0px;
   height: 100px;
    }

#main {
	
	background-image: url(../pics/leer.png);
	background-repeat:repeat;
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}

#footer {
	background-image: url(../pics/leer.png);
	background-repeat:repeat;
   	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008000;
	height: 40px;
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #008000;
   }
   #footerfl {
	background-image: url(../pics/leer.png);
	background-repeat:repeat;
   	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3203FF;
	height: 40px;
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #008000;
   }
   
   
.bild {
table:margin-left:auto;margin-right:auto;
text-align:center;
}
.text {
    font-family: verdana,geneva; 
    font-size: small;
}