 h1 {
    bottom: -7px; /* hoogte tussen de tekst en de onderkant */
    color: #2F23FF;
    font-family: "Arial Black",Arial;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 292px;
    margin-top: 0;
    position: absolute;
    width: 663px;
}

h2 {
	margin: 0;
}
 
 .wrapper {
    margin: 0 auto;
    width: 960px;
}
.main {
    margin: 0 auto;
    width: 960px;
}
#header a.logo_company {
    background: url("../images/logo_company.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 203px;
    margin: 30px auto;
    position: relative;
    width: 227px;
}
#header a.logo_company span {
    left: -9000px;
    position: absolute;
}
#slogan {
    bottom: 0;
    height: 203px;
    margin: 0;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
}
#content {
    clear: both;
	overflow: hidden;
	position: relative;
}
#leftBlock {
    background: url("../images/leftBlockMiddle.png") repeat-y scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    float: left;
    font-family: Calibri,Arial;
    font-size: 15px;
    padding: 10px 20px 10px 10px;
    width: 212px;
}
#leftBlockTop {
    background: url("../images/leftBlockTop.png") no-repeat scroll 0 0 #FFFFFF;
    height: 19px;
    left: -10px;
    position: relative;
    top: -10px;
    width: 245px;
}
#leftBlockBottom {
    background: url("../images/leftBlockBottom.png") no-repeat scroll 0 0 #FFFFFF;
    bottom: -10px;
    height: 19px;
    left: -10px;
    position: relative;
    width: 245px;
}
#rightBlock {
    float: left;
	height: auto !important;
    margin-left: 50px;
	min-height: 100% !important;
    width: 663px;
	
	position:relative;
}

#rightBlock:before, #richtBlock:after {
	content: "  ";
	position: absolute;
	top: 0;
	height: 100%;
}

#rightBlockProfile {
    font-family: Calibri,Arial;
}
#rightBlockContact {
    border: 1px solid #000000;
    font-family: Arial;
    font-weight: bold;
    margin-top: 52px;
    padding: 10px;
    width: 590px;
}
#rightBlockContact h2 {
    float: left;
}
#rightBlockContact p {
    margin-left: 120px;
}