body {
    background-image: url(images/bgc.png);
}

#glow {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #6F6F6F;
    padding: 10px;
    padding-bottom: 2px;
    padding-bottom: 2px !important;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 90px;
    margin-bottom: 70px;
}

#container {
    background: #CCC;
    border-radius: 5px;
}
#title {
    clear: both;
    width: 100%;
    background: url(images/logo.png) no-repeat 20px 50%;
    height: 133px;
    z-index: 1;
}
#adress {
    width: 200px;
    position: relative;
    top: 13px;
    left: 300px;
    text-align: left;
    font-family: 'Century Gothic';
    color: #333;
}
#email {
    color: #333;
    text-decoration: none
}
#email:hover {
    text-decoration: underline;
}
#menu {
    height: 28px;
    background: #6F6F6F;
    text-align: left;
    z-index: 10;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
}
#menu ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#menu li {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0px;
    padding-left: 0px;
    height: 24px;
    float: left;
    width: 125px;
    text-align: center;
    border-right: 1px solid #999;
    font-family: 'Century Gothic', Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: middle;
}
#menu li:hover {
    background-color: #999;
}
#menu a {
    display: block;
    text-decoration: none;
    color: #CCC;
}
#picture {
    height: 145px;
    background-image: url(images/picture.gif);
}
#content {
    font-family: 'Century Gothic', Helvetica, sans-serif;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(images/gray.png);
    background-repeat: repeat;
    height: 280px;
    text-align: left;
}
#content h3{
    text-align: center;
}
#bottom {
    font-size: 10px; 
    height: 20px;
    line-height: 20px;
    text-align:center; 
    font-family: 'Century Gothic', Helvetica, sans-serif;  
}

#bottom a {
    color: black;
    font-weight: bold;
}

a .merklogo {
    border: 1px solid #666; 
    padding: 3px; 
    margin: 2px;
}
a:hover .merklogo {
    border: 2px solid #666; 
    padding: 3px; 
    margin: 1px;
    background-color:#999;
}
