body {
	font-family:	Arial, Helvetica, sans-serif;
	color: 			#fff;
	font-size:		0.9em;
	line-height:	1.5em;
}
textarea  {
	font-size:		0.9em;
}
body, input, select, textarea {
	font-family:	Arial, Helvetica, sans-serif;
	margin:			0;
	color:			#fff;
}
input, select, textarea {
	color:			#000;
	background: 	url("../images/bg/input.gif") no-repeat -2px -2px;
	border: 		1px solid #000;
	padding: 		2px 5px;
}
textarea {
	background: 	none;
}
input:hover {
	background:		url("../images/bg/input_hover.gif") no-repeat -2px -2px;
}
ul, ol {
	margin:		0 15px;
	padding: 	0;
	list-style:	circle;
}
li {
	margin-bottom: 10px;
}
td, th {
	text-align:		left;
}


/* BASICS */
h1 {
	font-size: 		1.4em;
	line-height:	1.1em;
	margin: 		0 0px 10px 0px;
    padding:        0 0 10px 0;
	font-weight:	bold;
	border-bottom:	1px solid #fff;
}
h2 {
	font-size: 		1.2em;
	margin: 		20px 0px 10px 0px;
}
h3 {
	font-size: 		0.8em;
	margin: 		10px 0px;
	font-style: 	italic;
	font-weight:	normal;
	float:			right;
}


p {
	margin:			0;
	padding:		5px 0;
}

a {
	color: 			#fff;
	text-decoration: none;
}
a:hover {
	color:			#333;
}
img {
	border:			none;
}
/* END BASICS */


.small {
	font-weight:	normal;
	font-style:		italic;
	font-size:		0.8em;
}


/* TABLE */
#content input.textinput, #content input.title_edit , #content input.big {
	width:			300px;
}
#editForm textarea.content {
	width:			500px;
}

.searchWord {
	color:			#E1A645;
}


.debug {
/*	position:			absolute;*/
	z-index:			10;
	margin:				0;
	width:				1000px;
	padding:			10px;
	color:				#000;
	background-color: 	#666;
	border:				solid 1px #000;
}








.aandacht {font-size: 1.8em;}
.kleinst {font-size: x-small;}
.centreren { text-align:center;}
.links {float:left;position:relative;} 	 
.rechts {float:right;position:relative; }		
.midden {float:left;position:relative; margin: 0 auto; }
.blok {width: 242px; text-align: center;}
.rood {color:#CC0000;}
