* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
    color: #666666;
    background: #727375 url('images/body.png') repeat-x;
}

#wrapper {
    width: 981px;
    margin: auto;
    background: url('images/wrapper.png') repeat-y;
}

    #inwrapper {
        background: url('images/inwrapper.png') no-repeat;
    }
    
    #header {
        padding: 33px 45px 0 45px;
        height: 366px;
        background: url('images/header.jpg') bottom no-repeat;
    }
    
        #logo {
            float: left;
        }
        
        #top_nav {
            width: 450px;
            float: left;
        }
    
        #top_nav li {
            display: block;
            float: left;
            width: 150px;
            list-style: none;
        }
        
        #top_nav a {
            font-size: 11px;
            color: #666666;
            text-decoration: none;
        }
        
        #top_nav span {
            display: block;
            height: 21px;
            border-left: 1px solid #c2c2c2;
            font-size: 15px;
            padding: 40px 0 0 11px;
            margin: 0 0 11px 0;
            cursor: default;
        }
        
        #top_nav li li {
            padding: 0 0 0 11px;
        }
        
    #service {
        width: 229px;
        float: left;
        padding: 0 40px 0 57px;
        margin: 12px 0 0 0;
    }
    
        #service h3 {
            padding: 18px 0 18px 25px;
            font-size: 15px;
            font-weight: normal;
        }
        
        #service ul {
            padding: 0 0 0 25px;
        }
        
        #service li {
            list-style: none;
        }
        
        #service a {
            text-decoration: none;
        }
        
        #adwords {
            padding: 40px 0 15px 25px;
        }
        
        #social_media {
            padding: 0 0 15px 25px;
        }
        
            #social_media ul {
                padding: 0;
            }
        
            #social_media li {
                display: inline;
                padding: 0 10px 0 0;
            }
    
    #content {
        width: 565px;
        min-height: 400px;
        float: left;
        font-size: 12px;
        padding: 0 0 10px 0;
    }
    
        #breadcrumb {
            padding: 18px 0;
        }
        
            #breadcrumb a, #breadcrumb span {
                font-size: 11px;
                color: #666666;
                text-decoration: none;
                padding: 0 5px;
            }
            
            #breadcrumb a.first {
                padding: 0 5px 0 0;
            }
    
        h1, h2, h3 {
            font-size: 14px;
            line-height: 20px;
            padding: 0 0 18px 0;
            clear: both;
        }
        
        h2 {
            font-size: 14px;
        }
        
        h3 {
            font-size: 12px;
        }
        
        p {
            padding: 0 0 18px 0;
        }
        
        a {
            color: #666666;
            outline: none;
        }
        
        a img {
            border: none;
        }
        
        .object {
            padding: 0 0 18px 0;
        }
        
        .clear {
            clear: both;
        }
        
        .img {
            width: 300px;
            padding: 5px 5px 0 5px;
            border: 1px solid #ccc;
            text-align: center;
            margin: 5px 15px 15px 0;
            background: #f3f4f0;
            font-size: 11px;
        }
        
        .img span {
            display: block;
        }
        
        .left {
            float: left;
        }
        
        #content ul, #content ol {
            padding: 0 0 15px 15px;
        }
        
        #content li {
            padding: 0 0 5px 0;
        }
        
    #footer {
        clear: both;
        height: 75px;
        background: url('images/footer.png') no-repeat;
    }
    
/* Formulare */

input.text {
    font-family: Arial;
    font-size: 12px;
    width: 300px;
    border: 1px solid #ccc;
    padding: 3px 5px;
    color: #666;
}

input.submit {
    font-family: Arial;
    font-size: 12px;
    color: #666;
}

textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width: 300px;
    height: 200px;
    font-family: Arial;
    font-size: 12px;
    color: #666;
}

select {
    border: 1px solid #ccc;
    color: #666;
}

    option {
        color: #666;
        padding: 1px 2px;
    }
    
    .red {
        color: #cc0000;
    }

.error {
    color: #cc0000;
}

.green {
    color: #339933;
}

/* Tabellen */
table {
    border-spacing: 0;
    padding: 0 0 18px 0;
}

    td {
        padding: 5px;
        vertical-align: top;
    }