/*
BLAUW = #00214d
ROODBRUIN=  #ba122b
GEEL = #fcc917
*/


html, body { 
color:#00214d; /*BLAUW*/
width: 100%; 
height: 100%; 
margin: 0; 
padding: 0; 
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height: 1.3em;
}

/* Vormgeving teksten */
p {}
li {}
td {}

h1 { font-size: 2em;}
h2 { font-size: 1.6em;}
h3 { font-size: 1.4em;}
h4 { font-size: 1.2em;}
h5 { font-size: 1em;}

.justeer {
letter-spacing: 0.1em;
}

a:link { color: #9d0000; font-weight: 600; text-decoration: none; }
a:visited { color: #9d0000; font-weight: 600; text-decoration: none; }
a:hover { color: #c8c8c8; font-weight: 600; text-decoration: none; }
a:active { color: #9d0000; font-weight: 600; text-decoration: none; }

#menu a {
display: block;
padding-bottom: 6px; margin: 0px;
}

/* Vakken */
#achtergrond { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
z-index: 1;
background-image: url('http://www.grafiekwerkplaats.nl/images/9.png'); 
background-position: right bottom; 
background-repeat: no-repeat;;

}

#dewereld { 
position: relative; 
top: 0px; 
left: 0; 
width: 100%; 
z-index: 2; 
/*min-height:100%; */
/*height: 100%;   */

}

#voet { 
/*position: absolute; */
/*bottom: 0px; */
/*width: 595px;*/
float: left;
z-index: 50;
clear: both;
width: 100%;


}

#kop {
padding: 15px 0 0 0px;
/*width: 595px;*/
width: 100%;
float: left;
}

#kop_binnen {
padding-left: 15px;
}

#kop hr {
text-align:left;
margin-left:0; padding-left: 0;
width: 595px;
}

#kop h2 {
font-size: 1em;
}


#midden {
padding-top: 25px; 
float: left;
}

#menu {
float: left;
padding: 25px 15px;
width: 192px;
}

#inhoud {
position: relative;
width: 450px;
float: left;
padding: 15px;

}

#inhoud h3 {

}

a img {
border: 0;
}

.clear {
clear: both;
}

#extra { 
padding: 5px;
background-color: white;
width: 100%;
clear: both;
text-align: center;
border-bottom: 2px solid black;
}

#extra h1 {
font-size: 18px;
color: maroon;
}





/*  Contactformulier */
#contact_form {
padding-top: 10px;
color: black; 
width: 350px;
font-size: 0.8em;
}

#contact_form legend{
font-weight: normal;
}
#contact_form fieldset{
border: solid 0px black;
}

#linosnede_form {
font-size: 8pt;
color: black;
width: 100%;

}

#linosnede_form fieldset{
font-weight: normal;
padding: 0 5px;
border: solid 0px black;
background-color: #fff6d4;
}

.zemText  {
font-weight: normal;
}
.zemTextarea {
font-weight: normal;
}

.zemThanks {
font-size: 1em;
color: maroon;
font-weight: normal;
}

.zemContactForm  {
/*border-color: maroon;*/
}
