body{
	color: #2f3131;
	font-family: sans, Arial, Verdana, schreefloos;
	font-size:13px;
}

p {
	margin-bottom:20px;
	margin-top:20px;
}

a {
	color: #940f1d;
}

.clear{
	clear:both;
}

h1 {
	font-size:22px;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, "met schreef";
	color:#940f1d;
}

h2 {
	font-size:18px;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, "met schreef";
	color:#940f1d;
}



h3 {
	font-size:16px;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, "met schreef";
	color:#940f1d;
}

h1.temp {
	font-size:22px;
}


.content_center li{
	
	/*list-style-type: none;
	*/
	list-style-position: inside;
	
}

.content_center  li:before {
	list-style-type: none;
	list-style-position: inside;
}


/* formulier */
.content_center form {
margin-bottom: 20px;
}
.content_center label {
	height:15px;
	width:150px;
	float:left;
	display:block;
	margin-bottom:2px;
}

.content_center input {
	cursor:pointer;
}

 

.content_center  textarea {
	font-family:Helvetica, Verdana, Arial, sans;
	font-size: 12px;
	border:1px solid #ccc;
	width: 300px;
  	margin-bottom:5px;
	clear: right;
	
	display: block;
 
}


.content_center  input[type=text],input[type=password] {
	height:18px;
	width:200px;
	margin-bottom:5px;
	border:1px solid #ccc;
	clear:right;
}

.content_center input[type=submit]{
	padding-right: 5px;
	padding-left: 5px;
	float: right;
 
 
	clear: both;
	margin-right: 35px;
 
}
 

 
/* EOF formulier */

