*{
margin: 0;
padding:0;
}

/*Allgemeine Einstellungen*/
body{
background-image: url(bilder/verlauf03.png);
font-family: verdana, sans serif;
font-size: 12px;

}
#wrapper{
width: 800px;
height: 100px;
margin: 0px auto;
position: relative;
}

/*Content Bereich*/
#content{
position: absolute;
width: 800px;
height: 400px;
background-image:url(bilder/Tropical-Shop-logoRZ.gif);
background-position:center;
background-repeat:no-repeat; 
}

#content p{
position: absolute;
margin-top: 300px;

color: #4F4433;

}
#content p a{
margin-top: 150px;
margin-left: 360px;
color: #4F4433;
list-style-type:none;
}


#content p a:hover {
color:#FF9500;
}


.mitte {
margin-left:90px;
text-align:center;
font-style: normal;
line-height:20px;}


