* {
    padding: 0;
    margin: 0;
}

body, html {

}


body {
    font-family: verdana, arial, geneva, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #999 url(../images/background.jpg) top center fixed repeat-y;
}


a:link, a:visited, a:active {
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
}
            
a:hover {
    color: #FF9900;
    text-decoration: none;
    font-weight: bold;
}


#wrapper {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: url(../images/background.jpg) top left repeat-y;
    background-color: #FFF;
}
    #navigation {
        float: left;
        width: 172px;
        background: url(../images/logo-wwg.jpg) top left no-repeat;
        background-color: #E6E6E6;
        padding-top: 153px;
    }
    
        .menu {
            list-style-type: none;
        }
        
            .menu li {
                text-align: right;
                background-color: #D4D4D4;
                padding: 3px 9px 4px 9px;
                font-weight: bold;
                font-size: 12px;
                margin-bottom: 5px;
            }
            
            .menu li a:link, .menu li a:visited, .menu li a:active {
                color: #0000FF;
                text-decoration: none;
            }
            
            .menu li a:hover {
                color: #FF9900;
                text-decoration: none;
            }
            
                .suchtext {
                    width: 79px;
                    margin-top: 4px;
                    margin-bottom: 10px;
                }
    
    #contentWrapper {
        width: 583px;
        margin-left: 172px;
    }
    
        #title {
            height: 68px;
            width: 100%;
            background-color: #666;
        }
        
            #titletext {
                font-size: 15px;
                font-weight: bold;
                text-align: center;
                color: #CCC;
                padding-top: 16px;
            }
            
            #impressum {
                color: #CCC;
                text-align: right;
                padding-top: 17px;
                padding-right: 10px;
            }
            
            #impressum a:link, #impressum a:hover, #impressum a:active, #impressum a:visited  {
                text-decoration: none;
                font-weight: normal;
                color: #CCC;
            }
            
        #content {
            padding: 10px;
        }
        
            .box {
                border: 1px solid #C0C0C0;
                width: 100%;
                margin-bottom: 20px;
            }
            
                .box .title {
                    color: #CCC;
                    background-color: #666;
                    font-weight: bold;
                    font-size: 12px;
                    padding: 4px;
                }
                
                .box .content {
                    padding: 8px;
                }
                
                    .box .content p {
                        margin-bottom: 8px;
                    }
                
                .box .footer {
                    padding: 4px;
                    background-color: #E6E6E6;
                    text-align: right;
                }

