/* Defaults */
#SideBody {
position: absolute;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-color: #D3C9A5;
background-image: url(../layout/bg.png);
background-repeat: repeat-x;
}

#Halign {
position: relative;
width: 900px;
top: 20px;
left: 50%;
margin-left: -450px;
padding-bottom: 20px;
}

#Header {
position: relative;
float: left;
width: 898px;
height: 168px;
background-color: #D4CAA6;
border-top: solid 1px #886744;
border-left: solid 1px #886744;
border-right: solid 1px #886744;
}

#Logo {
position: absolute;
width: 896px;
height: 136px;
top: 0px;
left: 2px;
background-image: url(../layout/logo.jpg);
background-repeat: no-repeat;
}

#NavbarH {
position: absolute;
width: 898px;
height: 25px;
left: 0px;
bottom: 0px;
background-color: #413647;
border-bottom: solid 1px #886744;
}

#ContainContent {
position: relative;
float: left;
width: 898px;
background-color: #F0EDDE;
border-bottom: solid 1px #886744;
border-left: solid 1px #886744;
border-right: solid 1px #886744;
}

#NavbarV {
position: absolute;
top: 0px;
bottom: 2px;
left: 2px;
width: 236px;
border-right: solid 1px #886744;
}

#Content {
position: relative;
float: right;
width: 100%;
}

#Footer {
position: relative;
float: left;
width: 900px;
height: 20px;
}

div.Clear {
width: 0px;
height: 0px;
clear: both;
overflow: hidden;
}


/* Startseite */
#PIC_Alfons {
position: absolute;
width: 208px;
height: 250px;
right: -0px;
bottom: -0px;
background-image: url(../layout/pic_alfons.jpg);
z-index: 1;
}

#PIC_Impressum {
display: block;
position: absolute;
top: 0px;
right:  0px;
}
