/* 
    Document   : certin
    Created on : 13-okt-2009, 10:21:12
    Author     : David de Vries
    Description: Certin stylesheet blokkenstructuur homepage
*/

root { 
    display: block;
}

body {
	margin:0px 0px; padding:0px;
	text-align:center;
}
label {
	display: inline-block;
	width: 100px;
}
/* De container bevat alles en staat gecentreerd in het scherm */
#container {
    position:relative;
	width:1024px;
    height:768px;
	margin:0px auto;
	text-align:left;
	/*border:1px dashed #333;*/
    background-color:white;
}
/*  Middenblok bevat de content en de footer.
    En ook de spacerdiv(bedoeld om de grijze blokken altijd op een minimale afstand van de top te houden)*/
.middenblok{
    position:absolute;
    background-color:white;
    top:120px;
    width:542px;
}
.middenblok#main {
    left:119px;
}
.middenblok#sub{
    left:119px;
}
/*De hulpdiv om de footer altijd op een minimale afstand van boven te zetten. */
#spacerdiv{
    width:1px;
    height:441px;
    background-color:white;
    float:right;
}

/*content is het blok waar de tekst in komt te staan.*/
#content {
    width:540px;
    background-color:white;
    float:right;
    padding-left:1px;
    text-align:left;
}

#content h1{
    font-size:28px;
    font-family:Arial-BoldMT,Arial;
    color:#0079C1;
    margin:0px;
}

#content h2, h4, strong{
    font-size:12px;
    font-family:Arial-BoldMT,Arial;
    color:#0079C1;
    margin:0px;
}

#content p, ul, ol {
    font-size:11px;
    font-family:ArialMT,Arial;
    color:black;
}

/*footer bevat alle grijze blokken */
#footer{
    position:relative;
    width:542px;
    height:124px;
    background-color:white;
    clear:both;
}

/*  De grijze blokken bevatten de links.
    Class: .grijsblok bevat de hoogte en opmaak.
    De ID's #blok bepalen de horizontale plaatsing.
    In de linkvakjes zitten de 'klik hier' links*/
.grijsblok {
    position:absolute;
    width:156px;
    height:126px;
    background-color:#9FA1A4;
}

#blok1 {
    left:0px;
    background-image:url("../images/grijsvak1.gif");
    background-repeat:no-repeat;
}
#blok2 {
    left:192px;
    background-image:url("../images/grijsvak2.gif");
    background-repeat:no-repeat;
}
#blok3 {
    left:385px;
    background-image:url("../images/grijsvak3.gif");
    background-repeat:no-repeat;
}
#foto1 {
    background-color:#0079C1;
    left:0px;
    background-repeat:no-repeat;
}
#foto2 {
    background-color:#0079C1;
    left:192px;
    background-repeat:no-repeat;
}
#foto3 {
    background-color:#0079C1;
    left:385px;
    background-repeat:no-repeat;
}
.linkvakje a{
    position:absolute;
    width:76px;
    height:12px;
    top:96px;
    left:40px;
    background-image:url("../images/linkballetjes.gif");
    background-repeat:no-repeat;
    font-family:HelveticaNeue,Helvetica;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    text-decoration: none;
    color:black;
}

/*logolinks is de hele linkerkant met het logo*/
#logolinks {
    position:absolute;
    top:49px;
    left:34px;
    width:61px;
    height:191px;
    background-color:white;
    background-image:url("../images/logolinks.gif");
    background-repeat:no-repeat;

}

/*Het grote logo rechts*/
#logorechts{
    position:absolute;
    /*top:178px;
    left:705px;*/
    width:195px;
    height:283px;
    top:130px;
    left:744px;
    background-color:white;
    background-image:url("../images/logorechts.gif");
    background-repeat:no-repeat;
}

/*Het grote logo rechts onder een submenu*/
#logorechtsMenu{
    position:absolute;
    /*top:178px;
    left:705px;*/
    width:195px;
    height:283px;
    top:130px;
    left:744px;
    background-color:white;
    background-image:url("../images/logorechtsBG.gif");
    background-repeat:no-repeat;
}

/*Het loginveld inclusief koptekst*/
#login {
    position:absolute;
    height:151px;
    width:235px;
    top:537px;
    left:705px;
    background-color:white;
}
#login p {
    font-size:14px;
    font-family:HelveticaNeue,Helvetica;
    color:#0079C1;
    margin:0px;
    font-weight:bold;
}

/*Alleen de loginvelden en button*/
#loginbox {
    position:absolute;
    height:126px;
    width:235px;
    top:25px;
    left:0px;
    background-color:#0079C1;
}
#user{
    position:absolute;
    top:20px;
    margin-left:35px;
    color:#9FA1A4;
    font-size:14px;
    font-family:HelveticaNeue,Helvetica;
    font-weight:bold;
}
#pass{
    position:absolute;
    top:60px;
    margin-left:35px;
    color:#9FA1A4;
    font-size:14px;
    font-family:HelveticaNeue,Helvetica;
    font-weight:bold;
}
#loginknop{
    position:absolute;
    top:90px;
    margin-left:35px;
    color:#0079C1;
    font-size:12px;
    font-family:HelveticaNeue,Helvetica;
    font-weight:bold;
}

/*De contactpagina*/
#contact{
    font-size:11px;
    font-family:ArialMT,Arial;
    color:black;
    width:350px;
}
#contact #name,#contact #email,#contact #telephone, .invoerveld {
    color:#9FA1A4;
    font-size:10px;
    font-family:HelveticaNeue,Helvetica;
    font-weight:bold;
    width:140px;
}
#contact #message {
    color:#9FA1A4;
    font-size:12px;
    font-family:HelveticaNeue,Helvetica;
    font-weight:bold;
    width: 250px;
    height:100px;
}
#contact #message{
   border:solid #0079C1 1px;
}
#contact #mailbol,#contact #naambol {
    display:inline-block;
    width:12px;
    height:12px;
}
.formField{
    position: relative;
    left:0px;
}
.fieldDescription{}
.invoerveld{
    display:inline-block;
    width:140px;
    height:12px;
}
.invoerveldnietverplicht{
    display:inline-block;
    width:140px;
    height:12px;
}
.validation{
    display:inline-block;
    width:12px;
    height:12px;
}
div#checkSend{
    color: red;
}

/*Het google kaartje rechts*/
#kaartje{
    position:absolute;
    top:128px;
    left:500px;
    width:425px;
    height:450px;
    background-color:white;
}
#kaartje a{
    font-size:12px;
    font-family:HelveticaNeue,Helvetica;
    text-decoration: none;
    color:#0079C1;
}
.onderbalk {
    display:block;
    /*height: 30px;*/
    width: 820px;
    font-family:Arial-BoldMT,Arial;
    font-size:9pt;
    color:#666666;
    border-top:#666666 solid 1px;
    border-bottom:#666666 solid 1px;
    text-align:right;
    padding-top:3px;
    padding-bottom:3px;
    /*background-color:#0079C1;*/
}
.onderbalk table {
    text-align:left;
    margin-left:auto;
}
.onderbalk hr {
    color:gray;
}
.onderbalk strong{
    font-size:inherit;
    color:#0079C1;
}
.menuRechts{
    list-style:none;
    line-height: 20px;
    padding-left: 0px;
    margin-left: 0px;
}
.menuRechts li{
    vertical-align: middle;
    background-image: url("../images/bolklein.gif");
    background-position: 0px 50%;
    background-repeat: no-repeat;
    padding-left: 30px;
}
div.breadcrumbs{
    position: relative;
    top:-30px;
    width:540px;
    background-color:white;
    padding-left:1px;
    text-align:left;
    font-size:11px;
    font-family:ArialMT,Arial;
    color:#9fa1a4;
    
}