/**********/
/* layout */
/**********/


div#intro {
	width: 790px; 
    height: 150px;
    padding: 1px 0 0 0;
	}
div#headline {
	width: 790px; 
	margin: 2px 0 1em 0;
    padding: 1px;
	}
    div#headline h1 {
        margin: 0.5em 0 0.5em 0;
        font-size: 1.25em;
        line-height:1.5em;
        }
div#contentBlock1 {
	float: left; display: inline;
	width: 457px; margin: 0; padding: 0;
    font-size: 0.875em;
	}
    div#contentBlock1 p {
        margin: 0 35px 1em 1px;
        font-size: 1.0em;
        line-height:1.25em;
        text-align: justify;
        }

div#contentBlock2 {
	float: left;
	width: 316px;
    margin: 0 0 0 2px;
    padding: ;
	}
div#contentBlock21 {
	float: left;
    visibility: hidden;
	height: 0px;
	}
div#contentBlock22 {
	float: left;
	width: 286px;
    margin: 0;
    padding: 0 0 0 30px;
	min-height: 15em;
	line-height: 1.5em;
    font-size: 0.875em;
	}
    div#contentBlock22 div {
        min-height: 53px;
        }
    div#teaser1, div#teaser2, div#teaser3, div#teaser4 {
        margin: 0 0 0.7em 0;
        padding: 0 0 0.5em 0;
        }
    div#teaser1 img {
        float: left;
        margin: 3px 14px 0 0;
        }
    div#teaser2 img {
        float: right;
        margin: 0.3em 15px 0 0;
        }
    div#teaser3 img {
        float: left;
        margin: 5px 20px 0 3px;
        }

/**********/
/* styling */
/**********/


div#contentBlock1 {
	}
    div#contentBlock1 ul { list-style: disc inside; 
        } 
    div#contentBlock1 h1 {
        color: #234e6a; 
        }
    div#contentBlock1 h3 {
        color: #234e6a; 
        }
    div#contentBlock1 p, ul {
/*        color: #285674; */
        color: #002d4e;
        }   
        p a:link,
        p a:visited {
            color: #3b6e8f; 
            font-style: bold;
            }
        p a:active,
        p a:hover {
            color: #3b6e8f; 
            text-decoration: underline;
            font-style: bold;
            }

div#contentBlock2 {
	}
div#contentBlock21 { 
    } 


div#headline {
    background: #f4f3f2 url(../style/images/longhorizontalneedle.png) no-repeat left bottom;
	}
    div#headline h1 {
        font-weight: bold;
        color: #2c4b5f; 
        }
    div#headline h3 {
        font-weight: normal;
        color: #2c4b5f; 
        }
div#contentBlock1 {
	background-color: #f4f3f2; 
	}
    div#contentBlock1 h1, h3 {
        font-weight: normal;
        color: #2c4b5f; 
        }
    div#contentBlock1 p, ul {
        color: #002d4e;
        }
    div#contentBlock1 a {
        color: #285674; 
        font-weight: bold; 
        }
    div#contentBlock1 a:hover {
        color: #876c1f; 
        text-decoration: none;
        }
div#contentBlock22 {
    background: #f4f3f2 url(../style/images/verticalneedle.png) no-repeat left top;
	}
    div#contentBlock22 h1, div#contentBlock22 h1 a {
        color: #285674; 
        }
    div#contentBlock22 h1 a:hover, div#contentBlock22 p a:hover {
        color: #876c1f; 
        text-decoration: none;
        }
        
    div#contentBlock22 p, div#contentBlock22 p a {
        color: #002d4e;
        }
div#teaser1, div#teaser2, div#teaser3 {
    background: #f4f3f2 url(../style/images/horizontalneedle.png) no-repeat left bottom;
	}

