﻿BODY { 
    background-image: url(../img/main_bg.gif); 
    background-repeat: repeat-x;
	background-color : #FFFFFF;
	margin-top: 0px; 
	margin-bottom: 0px;
}

.wit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.zwart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: normal;
	color: #000000;
}

.kleur1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: normal;
	color: #000000;
	background-color : white;
}

.kleur2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: normal;
	color: #000000;
	background-color : #DD7B00;
}

.scrollbardiv {
overflow:auto;
height :380px; 
width:590px; 

}

hr{
   border-top: 1px dashed #DD7B00;
   border-bottom: 1px dashed #DD7B00;
   color: #DD7B00;
   background-color: #DD7B00;
   height: 1px;
}


A, A:LINK, A:VISITED {
	color: #000000;
	font-weight: normal;
	text-decoration: underlined;
}

A:HOVER {
	color: #000000;
	font-weight: normal;
	text-decoration: underlined;
}

INPUT {

background-color : #FFFFFF; 
color : #000033; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 10px; 
font-weight : normal;
border-color : #444444;
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;
text-indent : 2px;  
cursor: auto;

}

INPUT.clock { 
border-style: none;
background-color : #8BB6ED; 
color : #FFFFFF; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
font-weight : normal;
text-indent : 2px;  
cursor: auto;
}

INPUT.header {

background-color : #FFFFFF; 
color : #000033; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 10px; 
font-weight : normal;
border-color : #444444;
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;
text-indent : 2px;  
cursor: auto;

}

INPUT.submit {

background-color : #8BB6ED; 
color : #000033; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 10px; 
font-weight : normal;
text-indent : 2px;
cursor: default;

}

SELECT {

background-color : #FFFFFF; 
color : #000033; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 10px; 
font-weight : normal;
border-color : #444444;
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;
text-indent : 2px;  
cursor: auto;

}

