* {font-family:Helvetica,Arial;
   font-size:14px;
   }
h1 {font-size:20px;}
h2 {font-size:18px;}

#titel {
width:760px;
margin:0px auto;
text-align:left;
}

.slideshow { 
    margin: auto auto; 
    float: left;
    position: relative; 
    width: 300px; 
    min-height: 150px;
	
    padding: 10px; 
}

.slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}


#menu {
text-align:center;
border-left:1px solid yellow;
border-right:1px solid yellow;
}


#inhalt {
height:415px;
border-left:1px solid yellow;
border-right:1px solid yellow;
border-bottom:1px solid yellow;
}
#fuß {
width:760px;
position:absolute;
top:500px;
text-align:center;
clear:both;
}


HTML {
   overflow: -moz-scrollbars-vertical;
}
a img { border:0px; }