body
{
	background: transparent url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#EAEAEA;
}

a:link,a:visited,a:active {color : #202020; text-decoration: underline; }
a:hover {color : #202020; text-decoration: none; }
.menu:link,.menu:visited,.menu:active {color : #202020; font-weight:bold; text-decoration: none;}
.submenu:link,.submenu:visited,.submenu:active {color : #202020; font-weight:normal; text-decoration: none;}

hr {
height: 0;
border: 0;
border-top: 1px solid #D88D3E;
border-bottom:1px solid #f8f8f8
} 

textarea { 
	width:400px;
	height:150px;
	font-family : arial; 
	font-size : 12px; 
}

.blok
	{
		background-repeat:repeat-y;
		padding:0 10px 0 5px;
	}

.blok_wit
	{
		background-repeat:repeat-y;
		padding:0 10px 0 10px;
	}

.blok_menuonder
	{
		background-repeat:repeat-y;
		padding:0 10px 0 10px;
	}

#div_right_top_info
{
	background-color:#C8DFFA;
	background: transparent url(images/right_top_info_back.jpg);
	background-repeat:repeat-x;
}

#div_inhoud
{
	background-color:#ffffff;
	background: transparent url(images/inhoudback.jpg);
	background-repeat:repeat-y;
}

#menu_inhoud
{
	background: transparent url(images/menu_back.gif);
}


#title_back
{
	background: transparent url(images/maintablebg.jpg);
	background-repeat:repeat-x;
}

.pagina_title
{
	color:#202020;
}

.blog_date
{
	float:left;
	width:36px;
	height:38px;
	padding-top:2px;
	margin-right:20px;
	background: transparent url(images/bdate.gif);
	background-repeat: no-repeat;
}

/* PAGINATION */
/* ------------------------------------------------------------- */

div.pagination a {
	padding: 0px 4px 2px 4px;
	font-size:12px;
	margin-right: 2px;
	text-decoration: none; 
	color: #000;
}

div.pagination a:visited {
	padding: 0px 4px 2px 4px;
	margin-right: 2px;
	font-size:12px;
	text-decoration: none; 
	color: #000;
}

div.pagination a:hover, div.pagination a:active {
	color: #000;
	font-weight:bold;
	font-size:12px;
}
div.pagination span.current {
	padding: 0px 4px 2px 4px;
	margin-right: 2px;
	font-size:12px;
	font-weight: bold;
	background-color: #FEA94E;
	color: #000;
}

/* REVIEWS */
/* ------------------------------------------------------------- */

.commentbox{
background-color: #F5F5F5;
border:1px solid #DEDEDE;
width: 642px;;
padding: 10px;
}

.commentfooter{
background: url(images/review.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
margin-top: -1px;
font-size: 90%;
color: #4A4A4A;
}

