/***************************************************
reset CSS 
****************************************************/ 

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, font, img,
ol, ul, li,
fieldset, form, label, legend,
table, tbody, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
line-height: 1;
font-size: 62.5%; /* hack voor em */
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
}

ol, ul {
list-style: none;
}

a {
color: #996666;
text-decoration: none;
font-size:12px;
font-weight: bold;
}

a:hover {
color: #8d1d0d;
text-decoration: none;
}

p {  
line-height: 2em;  
font-size: 1.2em;
margin-bottom: 2em;
text-align: justify;
}

p.link {  
line-height: 1.6em;  
font-size: 1.2em;
margin-bottom: 2em;
text-align: left;
}



/***************************************************
LAYOUT 
****************************************************/ 

html {
background: url(../images/bg_paper.jpg) repeat-x;
}

#container {
margin: 0 auto;
position: relative;
}

#header {
background: url(../images/header.png) no-repeat;
height: 251px;
width: 900px;
}

#main {
width: 800px;
padding: 0 50px;
padding-top: 3.5em;
}

#col1,#col2,#col3 {
float: left;
margin-right: 50px;
padding-top: 20px;
}

#col1 {
width: 185px;
}

#col1 img#menu {
margin: 4px 0 13px 0;
}

#col2 {
width: 368px;
border-left: 2px dotted #ddd6d2;
padding-left: 50px;
margin-bottom: 50px;
}

#col3 {
width: 95px;
margin-right: 0px;
}

#footer{
background: url(../images/bg_footer.jpg) repeat-x top left;
height: 100px;
width: 100%!important;
position: absolute;
z-index: 10;
bottom: -100px;
top:100%;
}

/***************************************************
NAVIGATION
****************************************************/ 

ul#nav {
list-style: none;
}

ul#nav li{
display: block;
border-bottom: 2px dotted #000;
margin-left: 46px;
padding-bottom: 12px;
margin-bottom: 10px;
}

ul#nav li a {
font-size: 22px;
line-height: 20px;
letter-spacing: 2px;
font-family: Georgia, "Times New Roman", Times, serif;
}

ul#nav li a:hover {
color: #8d1d0d;
}


/***************************************************
STYLES
****************************************************/ 

.block {
border-bottom: 2px dotted #ddd6d2;
padding-bottom: 5px;
margin-bottom: 30px;
}

.block h1 {
color: #996666;
font-size: 2.4em;
line-height: 24px;
font-weight: 700;
letter-spacing: 2px;
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 10px;
}

h1#adres {
font-size: 11px;
line-height: 22px;
font-weight: normal;
color: #996666;
font-family:Georgia, "Times New Roman", Times, serif;
margin-left: 200px;
}


/***************************************************
TABEL TARIEVEN
****************************************************/ 

table{
font-size: 1.2em;
}

tr{
height: 30px;
}

tr.label {
font-weight: bold;
height: 40px;
}

td{
border-bottom: 1px dotted #8d1d0d;
vertical-align: middle;
}

td.color{
background-color: #dddbd6;
}

span.hoogseizoen{
line-height: 40px;
font-weight: normal;
}

/***************************************************
FORM
****************************************************/

label{
float: left;
font-size: 1.2em;
margin-top: 6px;
width: 75px;
clear: both;
vertical-align: top;
}

.goed{
width: 280px;
margin-top: 5px;
border: 1px solid #ccc;
border-top: 1px solid #999;
border-left: 1px solid #999;
background-color:#f9f9f7;
margin-left: 5px;
_margin-left: 0px;
padding: 0px 3px 2px 2px;
}

.fout{
width: 280px;
margin-top: 5px;
border: 1px solid #8d1d0d;
background-color: #d2cbc3;
margin-left: 5px;
_margin-left: 0px;
padding: 0px 3px 2px 2px;
}

.sendbutton {
background: transparent url(../images/submit.gif) no-repeat top left;
border: none;
width: 77px;
height: 22px;
margin: 15px 0 15px 290px;
cursor: pointer;
}

.sendbutton:hover {
background: transparent url(../images/submit_o.gif) no-repeat top left;
}
