html {
    overflow: -moz-scrollbars-vertical;
}

*:-moz-any-link:focus {
    outline: none;
}

body {
    font-family: Arial;
    font-size: 12px;
    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;
}

ul {
    margin: 0px;
}

span {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-weight: normal;
}

h2 {
    color: #a6d139;
    font-size: 16px;
}

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: 12px;
    color: #1b1b1b;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

img {
    border: none;
}

.highlight {
    color: #cd0a1e;
}

p.bodytext {
    margin: 0px;
    padding: 0px;
}

.naviCornerTopLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 5px;
}

.naviCornerTopRight {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 5px;
    height: 5px;
}

.naviCornerBottomLeft {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 5px;
    height: 5px;
}

.naviCornerBottomRight {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 5px;
    height: 5px;
}

.naviContainer {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 229px;
    height: 125px;
    margin-top: 0px;
    background-color: #5c5c5c;
    background-image: url( ../images/navi_bg_tile.gif );
    background-repeat: repeat-x;
    z-index: 1;
}

    .naviContainer div h2 {
        margin: 0px;
        margin-top: 11px;
        margin-left: 14px;
    }    

    .naviContainer p {
        margin-top: 2px;
        margin-bottom: 10px;
        margin-left: 14px;
        color: white;
        font-size: 12px;
        font-weight: normal;
    }

.contentContainer {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
}

    .contentContainer div h3 {
        color: #666666;
        margin-top: 14px;
        margin-bottom: 14px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
    }
    
    .contentContainer p {
        color: #323232;
    }

.contentContainerDots {
    position: absolute;
    right: 0px;
    top: 14px;
    width: 1px;
    height: 148px;
}

.news-latest-morelink a {
    font-size: 12px;
}

.news-latest-item {
    margin-bottom: 10px;
}

    .news-latest-item p {
        color: #333333;
    }

.news-latest-date {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

div.quicklinkContainer {
    padding-top: 2px;
    width: 225px;
    height: 15px;    
    margin-bottom: 3px;
    margin-left: 2px;
    background-image: url( ../images/quicklink_normal.jpg );
    background-repeat: no-repeat;
}

div.quicklinkContainer:hover {
    background-color: #b2b2b2;
    background-image: url( ../images/arrow_active.gif );
    background-position: 7px 5px;
    background-repeat: no-repeat;
}

a.quicklink {
    color: white;
    padding-left: 21px;
    text-decoration: none;
    font-size: 11px;
}

#MainContainer {
    position: relative;
    top: 0px;
    left: 0px;
    width: 958px;
    margin: auto;
    margin-top: 58px;
    background-color: white;
    padding-bottom: 10px;
}

    #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;
    }

    #GlobalContainer {
        position: relative;
        top: 0px;
        left: 0px;
        margin-left: 7px;
        margin-top: 7px;
        float: left;
        background-image: url( ../images/logo_neu.gif );
        background-repeat: no-repeat;
        width: 229px;
        height: 426px;
    }

    #GlobalContainerShadow {
        position: absolute;
        top: 1px;
        right: -7px;
        width: 7px;
        height: 425px;
    }

    #ServiceNavigation {
        position: absolute;
        bottom: 23px;
        left: 21px;
        color: white;
        font-size: 11px;
        font-weight: bold;
    }

        #ServiceNavigation a {
            color: white;
            font-size: 11px;
            text-decoration: none;
            font-weight: bold;
        }
    
        #ServiceNavigation a:hover {
            text-decoration: underline;
        }

        #SearchContainer {
            position: absolute;
            width: 205px;
            height: 25px;
            bottom: 48px;
            left: 14px;
            background-image: url( ../images/search_splash.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: 2px;
            left: 155px;
        }

        .searchButtonSplash {
            position: absolute;
            top: 3px;
            left: 164px;
        }

#Header {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 7px;
    margin-left: 7px;
    float: left;
    width: 715px;
    height: 410px;
}
    #Picture {
        float: left;
        width: 233px;
        height: 285px;
    }
    
    #Claim {
        width: 482px;
        height: 285px;
        float: left;
        background-image: url( ../images/header_claim.gif );
        background-repeat: no-repeat;
        cursor: pointer;
    }
    
    #NaviContainer {
        position: relative;
        top: 0px;
        left: 0px;
        clear: left;
        width: 703px;
        height: 141px;
        background-image: url( ../images/navi_container_tile.jpg );
        background-repeat: repeat-x;
    }
    
        #NaviContainerShadowRight {
            position: absolute;
            top: 0px;
            right: -11px;
            width: 11px;
            height: 120px;
        }
        
        #NaviContainerBottom {
            position: absolute;
            bottom: 0px;
            left: 0px;
        }
        
    #NaviContainerLeft {
        clear: left;
        margin-left: 4px;
    }

    #NaviContainerMiddle {
        margin-left: 3px;
    }
    
    #NaviContainerRight {
        margin-left: 3px;
    }

#ContentContainerLeft {
    clear: left;
    width: 215px;
    margin-left: 28px;
}

#ContentContainerMiddle {
    width: 455px;
    margin-left: 14px;
}

    #ContentContainerMiddle p {
        width: 390px;
    }

#ContentContainerRight {
    width: 215px;
    margin-left: 14px;
}

.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: 12px;   
}

#ServiceNavigationBottom {
	position: absolute;
	bottom: -45px;
	left: 28px;
	color: #323232;
}
	
	#ServiceNavigationBottom a {
		color: #323232;
		text-decoration: none;
	}

#Dummy { /* Coords for clickable map: rect (4,61,229,141)*/
    position: absolute;
    top: 61px;
    left: 4px;
    height: 80px;
    width: 225px;
    background-color: red;
    display: none;
}