* { 
margin: 0;
padding: 0;
}



html, body {
height: 100%; /* wichtig */
}

body{
background-image: url(img/stars.png);
background-repeat:repeat;
}

#wrapper {
width: 900px;
height: 100%;
}

#menu {
position:fixed;
float: left;
width:131px;
height:100%;
background-image: url(img/bg.png);
background-repeat:repeat-y;
}

#content {
margin: 0 0 0 141px;
float:left;
width:480px;
height:100%;
padding: 20px 0 0 0;
}
#galerie{
margin: 0 0 0 160px;
float:left;
width:769px;
height:100%;
}

#preise {
margin: 0 0 0 141px;
float:left;
width:769px;
height:100%;
}

#events{
margin: 0 0 0 141px;
float:left;
width:769px;
height:100%;
}

#teaser {
margin: 120px 0 0 0;
padding: 10px 0 0 0;
float:left;
width:279px;
height:372px;
}

.title { padding: 60px 0 0 40px; color:white; font-size:1.9em; font-family: Tahoma; font-style:italic; font-weight:normal;}

.title2 { padding: 60px 0 0 40px; color:white; font-size:1.2em; font-family: Tahoma; font-weight:normal;}

.text {padding: 30px 0 0 40px; color:white; font-size:0.9em; font-family: Verdana;}

.kleinertext {color:white; font-size:0.8em; font-family: Verdana; line-height:2.6em;}

#copy { width:120px; padding: 50px 0 0 15px; color:#000; font-size:0.7em; font-style:italic; font-family: Verdana;}

.impressum { width:120px; position:absolute;bottom:5px; padding: 0 0 0 20px; font-size:0.7em; font-family: Verdana;}

a.black{
color:#000;
}


a{
color:#fff;
}

a img {
border: 0;
}




