* {
	padding:	0;
	margin:		0;
	border:		none;
}
body{
	font-family: 		"Courier New", Courier, monospace;
	font-size: 			12px;
	background-color: 	#FFFFFF;
	color: 				#525251;
	text-align:			center; 
}
#container {
	width:				840px;  
	margin:				0 auto; 
	text-align:			left; 
}
#header{
	height:				80px;
}
#header_logo {
	float: left;	
}
#header img{
	display:			block;
	width:				424px;
	height:				62px;
	border:				0px;
}  
#header_extended {
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 15px;
}
#content{  
}
#contentblok{
	margin-bottom: 	15px;	
}

#content h2, #content h1{
	font-weight:	bold;
	color:			black;
	font-size:		16px;
	height: 		27px;	
}

#content_inhoud {
	font-size:		12px;
	color:			black;
	text-align:		justify;
	margin:			0 40px 0 0;
	width:			608px;
}

#content_inhoud ul li{
	margin-left: 	20px;
}

#headlines_datum, .content_subscript {
	font-size: 		10px;
	font-style: 	italic;
	color:			black;
	padding-top: 10px;
	paddong-bottom: 10px;
	text-align:		justify;
	margin: 0;
}
#leesmeer {
	text-align: 	right;	
}
#inhoud{
	width: 			608px;
	float:			left;
	padding-top:	10px;
	margin-left:	3px;
}
.menu_link {
	color: 			black;
	text-decoration: none;
}
#footer{
	clear:			both;
	position:		relative;
	font-size:		11px;
	padding-top:		50px;
}
.schuin{
	font-style: italic;
}
a, a:visited, a:active {
	color:	#ee8218;
}

/* FORMULIEREN */
fieldset {
	border: 0px;	
}
legend {
	font-weight: bold;
	font-size: 14px;	
}
label {    
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	padding-bottom: 10px;
}
form br {
	clear:left;
}

form ul li {
	list-style: none;	
}
form #submit {   
	width: auto;        
	margin-left: 250px;    
}
input[type="radio"] { 
	width: 20px;
} 
input[type="checkbox"] { 
	width: 20px;
} 
input:focus {
	background: #FFFFFF none repeat scroll 0 0;
	border:		1px solid #0078cb;
	outline: 	none;
}
input:hover {
	background: #FFFFFF none repeat scroll 0 0;
	border:		1px solid #0078cb;
	outline: 	none;
}
select {
	background: #FFFFFF none repeat scroll 0 0;
	border:		1px solid #CCCCCC;
	outline: 	1px solid f2f2f2;
}
select:hover {
	background: #FFFFFF none repeat scroll 0 0;
	border:		1px solid #0078cb;
	outline: 	1px solid f2f2f2;
}
input .submit {
	background: #b8bfe5 none repeat scroll 0 0;
	border:		1px solid #F2F2F2;
	outline: 	none;
	color: 		#0078cb;
	padding:	5px;
}
input	{
	width: 250px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #black;
	font-size: 12px;
	padding: 5px;
}
input .select_small {
	width: 200px;	
}
textarea {
	width: 250px;
	height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #0078cb;
	font-size: 12px;
	padding: 5px;
}
textarea:hover {
	background: #FFFFFF none repeat scroll 0 0;
	border:		1px solid #0078cb;
	outline: 	1px solid f2f2f2;
}


/* MENU BLOKKEN LINKS */
#menu {
	float:			right;	
	margin-top:		10px;
}

#menu_shade_top {
	
}

#menu_shade_bottom {
	width: 219px;
	height: 11px;
}


#menublok_right {
	margin: 			0;
	padding: 			0;
	width: 				210px;
}
#menublok_titel_right {
	font-weight:		bold;
	color: 				white;
	font-size:			14px;
	width: 				219px;
	height: 			18px;
	padding:			4px 0px 4px 5px;
	background-image: 	url(http://www.jentekater.com/afbeeldingen/menu_shade_title.png); 
	background-repeat: 	repeat-y;
}
#menublok_content_right {
	width: 				209px;
	padding-top:		5px;
	padding-left:		5px;
	padding-right:		5px;
	padding-bottom: 10px;
	background-image: 	url(http://www.jentekater.com/afbeeldingen/menu_shade.png); 
	background-repeat: 	repeat-y;
}

#menublok_content_right a, #menublok_content_right a:visited, #menublok_content_right a:active  {
	color: 				#525251;
	text-decoration:	none;
}
#menublok_content_right a:hover {
	color:				#ee8218;
}

/* HORIZONTAAL MENU */
#topmenu{
	boder: 1px solid red;
	padding: 		0;
	margin: 		auto;
	width:			840px;
	list-style-type: none;
	text-align: center;
}
#topmenu ul{
	text-align:		left;
	height: 		22px;
	padding-left: 	0;
	margin-top: 	0;
	float: 			left;
	width: 			840px;
	background-color: #ee8218;	
}
* html #topmenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}
#topmenu ul li{
	display: inline;
}
#topmenu ul li a{
	float: left;
	color: white;
	height: 18px;
	padding: 2px 20px 2px 20px;
	text-decoration: none;
}
#topmenu ul li a:hover{
	height: 18px;
	background-color: #cf6b08;
}
