/* CSS definition file containing site wide stylesheets */
.list,vloeren { list-style-type: disc; list-style-position: outside;}
 A:active { font-size: 100%; color: rgb(66,73,86); text-decoration: underline;}
 .klus:active { color: rgb(53,51,124); text-decoration: none ;}
 A:link { color: rgb(53,51,124); text-decoration: none ;}
 ..bedrijf { font-size: 12px; font-weight: bold;}
 .bedrijf:link { font-size: 12px; font-weight: bold;}
 .klus:link { color: rgb(53,51,124);}
 A:visited { color: rgb(53,51,124);}
 .bedrijf:active { font-size: 12px; color: rgb(0,51,153); font-weight: bold;}
 H1 { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 16px; color: rgb(66,73,86); font-weight: bold;}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 11px; color: rgb(0,0,0);}
 A { font-weight: bold;}
 .bedrijf:hover { font-size: 12px; color: rgb(0,51,153); font-weight: bold;}
 A:hover { color: rgb(53,51,124); text-decoration: underline;}
 .klus:hover { color: rgb(0,102,204);}
 
.sitedesign  {

	font-size : xx-small;
	font-family : sans-serif;
	color : Gray;
	text-align : left;
	text-indent : 0px;
}


.instruction {
	background : #EDEDED;
	font-size : xx-small;
	font-family : sans-serif;
}

.toolbar {
	font-size : x-small;
}

a.paars:link { color: #FFFF85 }
a.paars:visited { color: #FFFF85 }
a.paars:hover { color: white }
a.paars:active { color: #FFFF85 }








.x-small  {
	font-size : x-small;
}


.small {
	font-size : x-small;
}



.row_default {
	background-color : #FFFFF0;
}

.row_alternating {
	background-color : #EDEDED;
}



th  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	color : Gray;
	background-color : ##FFFFFF;
	text-align : left
}

.input {
	background-color : White;
	color : Gray;
	font-weight : bolder;
}

.submit {
	background-color : #FFCC66;
	color : Gray;
	font-weight : bold;
}




table  {
	text-align : left;
}


.form  {
	border-style : double;
	border-color : #8B4513;
	padding-left : 8px;
	padding-right : 0px;
	padding-top : 8px;
	padding-bottom : 8px;
	padding : 2px;
}


.navigation  {
	font-size : x-small;
	text-align : left;
	text-indent : 0px;
	background-color : #ffffcc;
}



.accessdenied  {
	font-size : 48px;
	font-family : sans-serif;
	font-weight : bold;
	color : Red;
	scrollbar-track-color : #0099CC;
	scrollbar-face-color : #FFCC00;
