*
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

body
{
	color: #000000;
	font-weight: normal;
	font-style: normal;
	background-color:#F3F3F3;
}

img {border: 0;}
h1, h2, h3, h4, h5, h6 {margin: 5px 0 5px 0;}
p {margin: 0;}

th
{
	background-color: transparant;
	color: red;
	letter-spacing: +1px;
	text-align: left
}

tr:row-odd
{background-color: #FF9900}

td, p
{
	color: #000000;
	text-align: left
}

a
{
	text-decoration : underline;
	color : #CC0000;
}
a:hover{color: #CCCCCC;}


h1
{
	color: red;
	letter-spacing: +1px;
	font-style: bold
}

h2
{
	color: red;
	font-style: bold;
}

h3
{
	color: #000000;
	font-style: bold;
	margin: 10px 0 0 0;
}

.formulier
{
	color: #000000;
	font-size: small;
	text-align: left;
}

.kopje
{
	background-color: #637E86;
	font-weight :bold;
	color: #FFFFFF;
}    

.grijs
{
	background-color:#E4E4E4;
	color : #000000;
}    


.datalijst
{
	background-color: #fff; 
}
.datalijst .header th 
{
	color:#000000; 
	font-size: 120%;
}
.datalijst .group-header th 
{
	background-color: #EAEAEA; 
	color:#000000; 
	padding: 20px 0 5px;
	font-size: 135%;
}
.datalijst .item
{
	background-color: #F4ECEC; 
	color: #000000;
}
.datalijst .itemA
{
	background-color: #F3F3F3; 
	color: #000000;
}

.gastHeader{background-color:#637E86; font-weight:bold; color:#FFFFFF; font-size:12px;}
.small{font-size:11px; color: #6A6A6A;}
.linkTitle{	color: #777777;	font-weight : bold; }
.catHeader{background-color:#CC0000; font-weight:bold; color:#FFFFFF; font-size:14px;}


.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 20px;	
}

.select {
	font-size: 12px;
	color: #000000;
	height: 20px;	
}
.selectx {
	font-size: 12px;
	color: #000000;	
}
.select150px {
	font-size: 12px;
	color: #000000;
	height: 20px;
	width: 150px;
}
.select50px {
	font-size: 12px;
	color: #000000;
	height: 20px;
	width: 55px;
}
.select100px {
	font-size: 12px;
	color: #000000;
	height: 20px;
	width: 100px;
}
.inactief150px {
	font-size: 12px;
	color: #000000;
	height: 20px;
	width: 150px;
	background-color: #CCCCCC;

}
.kleinelettertjes {
	font-size: 10px;
	color: #000000;
}
.copyright {
	font-size: 10px;
	color: #000000;
}
.kop {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.onderdeel {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* --------------------------------------------------- */
/* formulier                                       */
/* --------------------------------------------------- */
fieldset 
{
	width: 500px;
	margin: 0;
	padding: 5px;
}
legend 
{
	margin: 0;
	padding: 15px;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
input,
textarea,
select 
{
	float: left;
	font-size: 11px;
	margin: 0 0 5px 5px;
	max-width: 360px;
}
label
{
	float: left;
	font-size: 11px;
	text-align: right;
	width: 140px;
	margin-bottom: 0 5px 5px 0;
}
