/* 
    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:600px;
	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:90px;
    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, table {
    font-size:11px;
    font-family:ArialMT,Arial;
    color:black;
}
#content td {
    width:200px;
    height:12px;
}
#content tr {
    height:1em;
}

/*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:75px;
    left:34px;
    width:61px;
    height:253px;
    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 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 {
    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;
}


