body {
 background:	#FFFFFF;
 background-image: url(./backgrndnr.jpg);
 background-repeat: repeat;
/* background-position: top left;*/
 background-position: top right;
 background-attachment: fixed;
 margin:	10px;
 margin-left:	30px;
 font-family:	Arial;
 font-size:	14px;
 font-weight:	normal;
 color:		#222222;
}
td {
 font-family:	Arial;
 font-size:	14px;
 font-weight:	normal;
 color:		#336699;
 color:		#222222;
}
/* alle links */
a {
 font-family:	Arial;
 font-size:	14px;
# font-weight:	normal;
 font-weight:	bold;
 color:		#3366FF;
 text-decoration: underline;
}
input {
 background:	#CCCCCC;
 font-family:	Arial;
 font-size:	12px;
 font-weight:	normal;
 color:		#000000;
 height:	20px;
}
input.checkbox {
 background:	none;
 font-family:	Arial;
 font-size:	12px;
 font-weight:	normal;
 color:		#000000;
 height:	20px;
}
textarea,select {
 background:	#CCCCCC;
 font-family:	Arial;
 font-size:	12px;
 font-weight:	normal;
 color:		#000000;
}

/* Positie / stijl */

.links {
 font-family:	Arial;
 font-size:	12px;
 font-weight:	normal;
 margin-right:	235px;
 text-align:	right;
 color:		#336699;
}
.rechts {
 font-family:	Arial;
 font-size:	12px;
 font-weight:	normal;
 text-align:	left;
 width:		335px;
 position:	absolute;
 right:		0px;
 color:		#336699;
}
.onderaan {
 text-align:	left;
 position:	absolute;
 right:		255px;
 top:		370px;
}
.sales {
 font-family:	Arial;
 font-size:	12px;
 font-weight:	normal;
 text-align:	left;
 width:		580px;
 position:	absolute;
 left:		30px;
 color:		#336699;
 margin-right:	30px;
}

/* Koppen */

.kop1 {
 font-family:	Arial;
 font-size:	14px;
 font-weight:	bold;
 color:		#CC0033;
}
.kop2 {
 font-family:	Arial;
 font-size:	13px;
 font-weight:	bold;
 color:		#CC0033;
}
.kop3 {
 font-family:	Arial;
 font-size:	12px;
 font-weight:	bold;
 color:		#336699;
}

/* Lijnen */
.dik {
 color:		#336699;
 height:	3px;
 width:		100%
}
.dun {
 color:		#336699;
 height:	1px;
 width:		100%
}
.underline {
 border-bottom:	1px solid #666666;
 line-height:	18px;
}

