/*BASICS*/

body { 
color: #033772; 
font-size: 12px; 
font-family: Arial, Verdana, sans-serif; 
line-height: 18px; 
background-color: #beea26; 
margin: 0 }

p  {
color: #033772;
font-size: 12px;
font-family: Arial, Verdana, sans-serif;
line-height: 18px
}

td  {
color: #033772;
font-size: 12px;
font-family: Arial, Verdana, sans-serif;
line-height: 18px
}

a  { 
color: white;
text-decoration: none
}
							
a:hover {
text-decoration: underline;
}

/*CONTENT STYLE*/

.kop   {
font-size: 14px;
font-weight: bold
}

/*CONTENT TABELS*/

.header {
font-weight: bold;
background-color: #beea26;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
text-align: left;
width: 500px;
height: 178px;
vertical-align: top
}

.tablelayout {
width: 500px
}

.content  {
background-color: #ffffff; 
background-image: url(images/schicht_vuur.gif); 
background-repeat: no-repeat; 
background-position: 324px 0; 
text-align: left; padding: 15px; 
vertical-align: top 
}

.icons {
background-color: #b5d7fd;
background-image: url(images/icons.gif);
background-repeat: no-repeat;
text-align: left; width: 98px;
vertical-align: top
}

.footer   { 
color: #033772; 
font-size: 11px; 
line-height: 11px; 
background-color: #ffffff; 
text-align: left; 
padding: 10px 15px; 
width: 500px; 
height: 25px; 
vertical-align: top
}

.footer2  { 
color: white;
font-size: 10px; 
text-align: left; 
padding: 10px 15px; 
width: 500px; 
height: 25px; 
vertical-align: top 
}

/*FORM*/

input { 
color: #033772;
font-size: 9px;
padding-right: 2px;
padding-left: 2px
}

select { 
color: #033772;
font-size: 9px;
background-color: white;
padding-right: 2px;
padding-left: 2px
}

textarea { 
color: #033772;
font-size: 9px;
background-color: #ffffff;
padding-right: 2px;
padding-left: 2px
}

/* 18-04-2006 Dennis: Toevoeging t.b.v. de postcode check */
#melding { text-align: right; padding-bottom: 4px; color: red; }
#straatnaam.readonly { background-color: #EBEBE4; }
#plaatsnaam.readonly { background-color: #EBEBE4; }
