html {
    overflow: -moz-scrollbars-vertical;
}

*:-moz-any-link:focus {
    outline: none;
}

body {
    font-family: Arial;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 50px;
    color: #1b1b1b;
    background-color: #c6c6c6;
/*    
    background-color: #bbbbbb;
    background-image: url( ../images/bg_main_tile.jpg );
    background-repeat: repeat-x;
*/
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    font-family: Arial;
    font-size: 12px;
}

MainNavigation ul {
    margin: 0px;
}

span {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    font-weight: normal;
}

h2 {
    color: #a6d139;
    font-size: 16px;
}

h3 {
    color: #a6d139;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    font-weight: bold;
}

input, textarea, select {
    color: #1b1b1b;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

button {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;    
    color: #1b1b1b;
}

.clear{
    clear:both;
}

a {
    font-family: Arial;
    font-size: 11px;
    color: #1b1b1b;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

img {
    border: none;
}

.highlight {
    color: #cd0a1e;
}

p.bodytext {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.4em;
}

.teaserContainer p.bodytext {
    font-size: 11px;
}

    .teaserContainer .csc-textpic-above {
        float: none;
    }

.left {
    float: left;
    margin-top: 35px;
}

.hn_item {
    float: left;
    color: white;
}

#MainContainer {
    position: relative;
    top: 0px;
    left: 0px;
    width: 958px;
    margin: auto;
    margin-top: 58px;
    background-color: white;
    padding-bottom: 35px;
}
    
    #Logo {
        position: absolute;
        top: 26px;
        right: 17px;
        width: 202px;
        height: 46px;
    }

    #Header {
        margin-left: 10px;
        width: 949px;
        height: 269px;
        margin-bottom: 77px;
    }
    
        #Picture {
            margin-top: 97px;
            float: left;
            width: 235px;
            height: 269px;
        }

        #HeaderContent {
            position: relative;
            top: 0px;
            left: 0px;
            margin-top: 97px;
            float: left;
            width: 694px;
            height: 269px;
            background-image: url( ../images/header_inside_tile.gif );
            background-repeat: repeat-x;
        }
        
            #HeaderContentFinish {
                position: absolute;
                right: -19px;
                top: 0px;
                width: 19px;
                height: 269px;
            }

        #Claim_1 {
            position: relative;
            width: 119px; 
            height: 15px;
            margin-left: 18px;
            margin-top: 18px;
        }

        #Claim_2 {
            position: relative;
            width: 277px; 
            height: 60px;
            margin-left: 18px;
            margin-top: 19px;
        }       
        
        #HeaderText {
            position: relative;
            top: 0px;
            left: 0px;
            width: 475px;
            margin-left: 17px;
            margin-top: 25px;
            color: white;
            font-size: 13px;
        }
        
        #HeaderNavigation {
            position: absolute;
            bottom: 20px;
            left: 16px;
            width: 461px;
            height: 34px;
        }
                
        #SearchContainer {
            position: absolute;
            width: 197px;
            height: 25px;
            bottom: 24px;
            right: 3px;
            background-image: url( ../images/search_inside.gif );
            background-repeat: no-repeat;
        }

        .searchField {
            position: absolute;
            top: 1px;
            left: 0px;
            width: 145px;
            line-height: 19px;
            font-size: 11px;
            color: #808080;
            background-color: transparent;
            border: none;
            margin: 4px 0px 0px 7px;
        }
        
        .searchButton {
            position: absolute;
            top: 3px;
            left: 156px;
        }
                
    #ServiceNavigation {
        position: absolute;
        top: 16px;
        right: 3px;
        font-size: 11px;
        color: white;                
    }
    
        #ServiceNavigation a {
            color: white;
            text-decoration: none;
            font-size: 11px;
        }
    
    #ContentContainer {
        
    }
    
        #MainNavigation {
            width: 233px;
            margin-right: 11px;
            margin-left: 11px;
            margin-bottom: 20px;
            padding: 0px;
            margin-top: 5px;
        }

            #MainNavigation ul {
                list-style: none;
                padding: 0px;
            }

            #MainNavigation ul li ul {
                margin-top: 4px;
            }

            #MainNavigation ul li ul li {
                margin-bottom: 4px;
            }

            #MainNavigation ul li div a {
                text-decoration: none;
                font-size: 12px;
                color: #676767;
            }

                #MainNavigation ul li div ul li.nav2inact a {
                    padding-left: 12px;
                    background-image: url( ../images/menu_arrow_2_off.jpg);
                    background-repeat: no-repeat;
                    background-position: 0px 3px;
                    font-weight: normal;
                    display: block;
                }

                #MainNavigation ul li div ul li.nav2act a {
                    padding-left: 12px;                    
                    color: #93c01b;
                    background-image: url( ../images/menu_arrow_2_on.jpg);
                    background-repeat: no-repeat;
                    background-position: 0px 3px;
                    font-weight: normal;
                    text-decoration: underline;
                    display: block;
                }

            #MainNavigation ul li div {
                border-bottom: 1px solid #555555;
                padding-top: 7px;
                padding-bottom: 5px;
                background-image: url( ../images/menu_arrow_1.jpg );
                background-repeat: no-repeat;
                background-position: 15px 11px;
            }

                #MainNavigation ul li div a {
                    margin-left: 33px;
                }

                #MainNavigation ul li.nav1act div a {
                    margin-left: 33px;
                    font-weight: bold;
                }

            .nav3act, .nav3inact {
            }

            #MainNavigation ul li div ul li ul li.nav3inact a {
                background-image: none;
                font-weight: normal;
                display: block;
                color: #676767;
                text-decoration: none;
                font-size: 11px;
            }

            #MainNavigation ul li div ul li ul li.nav3act a {
                background-image: none;
                font-weight: normal;
                display: block;
                color: #93c01b;
                text-decoration: none;
                font-size: 11px;
            }

            #MainNavigation ul li ul li ul {
                margin-top: 5px;
                margin-bottom: 12px;
            }

            #MainNavigation ul li ul li ul li a {
                padding: 0px;
                line-height: 9px;
            }

        #Content {
            width: 450px;
            margin-left: 20px;
            margin-bottom: 20px;
            margin-top: 23px;
        }
        
            #Content h2 {
                margin: 0px 0px 12px 0px;
                font-weight: bold;
                color: #333333;
                font-size: 16px;
                text-transform: uppercase;                
            }
        
            #Content h3 {
                margin: 0px;
                font-weight: bold;
                color: #333333;
                font-size: 12px;
                margin-bottom: 0px;
                text-transform: uppercase;
            }
        
            #Content ul li {
                font-size: 12px;
                line-height: 1.4em;
            }
        
        #TeaserContent {
            width: 210px;    
            margin-left: 22px;
            margin-bottom: 20px;
        }

        .teaserContainer {
            position: relative;
            top: 0px;
            left: 0px;
            width: 190px;
            padding: 0px 10px 10px 10px;
            color: #333333;
            margin-bottom: 27px;
            background-image: url( ../images/box_content_tile.jpg );
            background-repeat: repeat-y;
            margin-left: 14px;
        }

        .teaserContainer h3 {
            margin-bottom: 10px;
            font-size: 13px;
        }

            .teaserContainerTop {
                position: absolute;
                top: -10px;
                left: 0px;
                height: 10px;
                width: 210px;
            }

            .teaserContainerBottom {
                position: absolute;
                bottom: -10px;
                left: 0px;
                height: 10px;
                width: 210px;
            }

    #Footer {
        position: absolute;
        bottom: -19px;
        left: 22px;
        width: 915px;
        height: 41px;
        background-image: url( ../images/footer_tile.gif );
        background-repeat: repeat-x;
        color: white;
    }
    
        #FooterLeft {
            position: absolute;
            top: 0px;
            left: -15px;
            width: 15px;
            height: 41px;
        }

        #FooterRight {
            position: absolute;
            top: 0px;
            right: -15px;        
            width: 15px;
            height: 41px;
        }
        
        #Copy {
            margin-top: 12px;
            float: left;
        }
        
        #CopyLinks {
            float: left;
            margin-top: 12px;
            margin-left: 83px;
        }

            #CopyLinks a {
                color: white;
                text-decoration: none;
            }
        
        #ToTop {
            float: right;
            margin-top: 12px;
            margin-right: 14px;
        }

            #ToTop a {
                color: white;
                text-decoration: none;            
                background-image: url( ../images/arrow_up.jpg );
                background-position: 0px 1px;
                background-repeat: no-repeat;
                padding-left: 14px;
            }

/* Main Shadow and round corners */
    #MainCornerTopLeft {
        position: absolute;
        top: -8px;
        left: -8px;
        width: 20px;
        height: 20px;
    }

    #MainCornerTopRight {
        position: absolute;
        top: -8px;
        right: -7px;
        width: 20px;
        height: 20px;
    }

    #MainCornerBottomLeft {
        position: absolute;
        bottom: -20px;
        left: -8px;
        width: 20px;
        height: 20px;
    }

    #MainCornerBottomRight {
        position: absolute;
        bottom: -20px;
        right: -7px;
        width: 20px;
        height: 20px;
    }

    #MainShadowTop {
        position: absolute;
        top: -8px;
        left: 12px;
        width: 933px;
        height: 8px;
        background-image: url( ../images/base_shadow_top.gif );
        background-repeat: repeat-x;
    }

    #MainShadowLeft {
        position: absolute;
        top: 12px;
        left: -8px;
        width: 8px;
        height: 100%;
        background-image: url( ../images/base_shadow_left.gif );
        background-repeat: repeat-y;
    }

    #MainShadowRight {
        position: absolute;
        top: 12px;
        right: -10px;
        width: 10px;
        height: 100%;
        background-image: url( ../images/base_shadow_right.gif );
        background-repeat: repeat-y;
    }

    #MainShadowBottom {
        position: absolute;
        bottom: -34px;
        left: 12px;
        width: 933px;
        height: 34px;
        background-image: url( ../images/base_shadow_bottom.gif );
        background-repeat: repeat-x;
    }

    .hn_item a {
        
    }
    
.teaserMoreLink {
    background-image: url( ../images/more_arrow.gif );
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 20px;
}

.buttonLink {
    background-image: url( ../images/link_button.gif );
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 3px 0px 3px 25px;
    height: 20px;
    font-size: 11px;   
}

.csc-frame-rulerAfter {
    border-top: 1px solid #1b1b1b;
    margin: 12px 0px 15px 0;
}

/* Mail stuff */
.csc-mailform-field {
    clear: both;
    margin: 0px 0px 0px 80px;
    padding: 5px;
    vertical-align: middle;    
}

.csc-mailform-field label {
    float: left;
    margin-left: -80px;
    width: 80px;
    font-size: 12px;
}

fieldset {
    border: none;
}

.csc-mailform-field input, .csc-mailform-field textarea {
    clear: none !important;
    margin: 0px !important;
    border: 1px solid #888888; 
}

.csc-mailform-field input {
    width: 260px;
    height: 18px;
    padding-top: 2px;
}

.csc-mailform-field textarea {
    width: 264px;
}

.csc-mailform-field .csc-mailform-submit, .csc-mailform-field .csc-mailform-check {
    width: auto;
    height: auto;
}

.news-single-backlink {
    margin-top: 10px;
}

.news-list-container {
    margin-top: 10px;
}

.news-list-item hr.clearer {
    display: none;
}

.news-list-item {
    margin-bottom: 15px;
}

#NewsletterAbo tr td {
    padding: 2px 2px 5px 0px;
}

.naTextBox {
    border: 1px solid #676767;
}

.references {
	width: 100%;
}

.references td-1 {
	padding-left: 2px;
	padding-right: 2px;
}

.references td {
	padding-bottom: 4px;
}