#footer {
float: left;
width: 180px;
position:fixed;
top: 25px; left: 25px;
}

div#myHeader {
overflow: hidden;
margin-bottom: 10px;
}

div#headerUserInformation {
background-color: #FFF;
}

div#myMenu {
width: auto;
font-size: 13px;
height: 16px;
padding: 5px 0 5px 0;
margin: 5px 0 9px 0;
background-color: #EDF7F6;
}

div#myMenu a {
color: #1D998F;
font-size: 13px;
font-weight: bold;
padding: 5px;
border-right: 1px dotted #000;
}

div#myMenu a.active {
color: #FFFFFF;
background-color: #007879;
padding: 5px;
}

div#myMenu a:hover {
color: #1D998F;
font-size: 13px;
font-weight: bold;
background-color: #EDF7F6;
padding: 5px;
}

div#menuFooter {
display: none;
}

div#myImpressum {
float: left;
margin: 0 auto;
padding-left: 5px;
width: 635px;
font-size: 11px;
}

a:hover {
text-decoration: underline;
}

div#myShop {
float: left;
width: 100%;
height: 100%;
padding: 0px 5px 5px 5px;
border: 1px solid #EEEEEE;
margin: 7px 0 7px 0;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background: #FFFFFF none repeat scroll 0 0;
}

#shopInformation h1 {
display: none;
}
