@charset "UTF-8";

body {
margin: 0px;
padding: 0px;
text-align: center;
background-image:url(images/body_bg.jpg);
}

#wrapper {
margin: 15px auto;
width: 899px;
text-align: left;
}

#menu_wrap {
width: 147px;
float: left;
padding-top: 55px;
}

#logo {
width: 123px;
}

#menu {
width: 123px;
}

#contentarea {
width: 752px;
position: relative;
overflow: hidden;
float: left;
}

#content_header {
width: 611px;
height: 170px;
}

#content_wrap {
width: 611px;
background:url(images/contentarea_bg.gif) repeat-y;
}

#content {
padding: 0px 60px 10px 30px;
width: 521px;
overflow: hidden;
}

#content_footer {
width: 611px;
height: 124px;
}

#bierset {
position: absolute;
top: 50px;
left: 581px;
}

#startseite {
text-align: center;
padding-top: 20px;
}

.clear {
clear: both;
}
