body {
 margin: 0;
 padding: 0;
 font:normal 9px geneva,verdana,arial;
 color: #333;
}

a {
 color: #333;
}

a:hover {
 text-decoration: none;
}

#navi {
 width: 800px;
 height: 240px;
}

#workshopPic {
 position:absolute;
 top: 80px;
 left: 20px;
 display:none;
}

#n0 {
 position:absolute;
 left: 101px;
 top:76px;
}

#n1 {
 position:absolute;
 left: 124px;
 top:143px;
}

#n2 {
 position:absolute;
 left: 216px;
 top:53px;
}

#n3 {
 position:absolute;
 left: 313px;
 top:133px;
}

#n4 {
 position:absolute;
 left: 3px;
 top:218px;
}

#leftPart {
 width:420px;
 float: left;
}

#rightPart {
 position:relative;
 width:380px;
 float: left;
}

#text {
 margin: 13px 0 0 20px;
 width: 300px;
}

/* SLIDESHOW */
#slideshow {
 height:100px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}
