
body {
	font-family:	"Trebuchet MS", Arial, sans-serif;
	color: 			#666;
	font-size:		0.9em;
	line-height:	1.5em;
}
textarea  {
	font-size:		0.9em;
}
body, input, select, textarea {
	font-family: 	"Trebuchet MS", Arial, sans-serif;
	margin:			0;
	color:			#666;
}
input, select, textarea {
/*	font-size:		1.1em;*/
	color:			#000;
	background: 	url("../images/input.gif") no-repeat -2px -2px;
	border: 		1px solid #000;
	padding: 		2px 5px;
}
input:hover, textarea:hover {
	background:		url("../images/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.8em;
	line-height:	1.1em;
	margin: 		0px 0px 20px 0px;
    padding:        0;
	font-weight:	bold;
}
h2 {
	font-size: 1.5em;
	margin: 20px 0px 10px 0px;
}
h3 {
	font-size: 1.3em;
	margin: 10px 0px;
}


p {
	margin:		0;
	padding:	5px 0;
}

a {
	color: 			#333;
	text-decoration: none;
}
a:hover {
	color:		#333;
	border-bottom: 0.1em solid #FFA50C;
}
#rightImages a:hover, #header a:hover {
	border:			none;	
}
#footer {	
	color:			#000;
	font-size:		0.9em;
	letter-spacing:	0.1em;
	padding:		6px 0 3px 0;
}
#footer a {
	color: 			#000;
	border-bottom:	0.1em dashed;
}
img {
	border:			none;
}
/* END BASICS */


.alert {
	background-color:	#eee;
	border:				solid 1px #000;
	color:				#000;
}
.error {
	font-weight: 	bold;
	color: 			red;
}
.logout a,.edit a {
	display:		block;
	color:			#000;
	border-top:		solid #FFE17F 1px;
	border-left:	solid #FFE17F 1px;
	border-bottom:	solid #6B550E 1px;
	border-right:	solid #6B550E 1px;
	padding:		2px 5px 3px 27px;
	font: 			normal 11px Arial, sans-serif;
}
.logout a {
	float:			right;
	margin:			5px;
	background: 	#FFCB21 url("../images/icons/logout.gif") top left no-repeat;
}
.edit {
	float:			right;
	font: 			normal 11px Arial, sans-serif;
}
.edit a {
	padding:		3px 5px 7px 27px;
	margin:			2px;
	background: 	#FFCB21 url("../images/icons/but_edit.gif") top left no-repeat;
}



/* TABLE */
#content input.textinput, #content input.title_edit , #content input.big {
	width:			300px;
}
#editForm textarea.content {
	width:			500px;
}


.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;}
