html, body { height: 100%; }
body{
	margin:0;
	background-color: #ffffff;
	font-family: Arial;
	font-size : 12px;
	color:#000000;
	/* background: url(../images/bg.jpg) repeat-x; */
}

a:link {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}

.black:link {color: #000; text-decoration: none;}
.black:visited {color: #000; text-decoration: none;}
.black:hover {color: #000; text-decoration: none;}

.underline:link {color: #000; text-decoration: underline;}
.underline:visited {color: #000; text-decoration: underline;}
.underline:hover {color: #000; text-decoration: none;}

.white:link {color: #fff; text-decoration: none;}
.white:visited {color: #fff; text-decoration: none;}
.white:hover {color: #fff; text-decoration: underline;}

hr { height:2px;border-top:1px solid #777777;border-bottom:1px solid #f8f8f8 }

textarea { 
	font-family : arial; 
	font-size : 12px; 
}

select { 
	font-family : arial; 
} 

hr { height:1px;border-bottom:#555555;}

.title
	{
		font:bold 14px arial;
		color:#86C739;
	}

/* DIV LAYERS */
/* ------------------------------------------------------------- */

#main
{
	width: 750px;
	margin: 0 auto; /* CENTER */
}

#top
{
	height: 158px;
	text-align:right;
	padding-top:2px;
	background-image: url('../images/header.jpg');
	background-repeat:no-repeat;
	font-size:11px;
}

#menu
{
	width:750px;
	background-image: url('../images/bg_menu.jpg');
	background-repeat:repeat-x;
}

#submenus
{
	width:97%;
	height:28px;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
	padding-top:7px;
}

#inhoud
{
	display:table;
	background:#ececf4;
	width:100%;
}

#main_left
{
	float:left;
	padding:10px 10px 0 10px;
	width:300px;
	min-height:550px;height:auto !important;height:550px;

}

#main_right
{
	float:right;
	padding:10px;
}


/* PAGINATION */
/* ------------------------------------------------------------- */

div.pagination {
        text-align:right;
        font-weight:bold;
}

div.pagination a {
        padding: 2px 5px 2px 5px; 
        border: 1px solid #000000;
        text-decoration: underline;
        color: #94DD2B;
}
div.pagination a:hover, div.pagination a:active {
        border: 1px solid #000000;
        background-color:#000000;
        color: #94DD2B;
}
div.pagination span.current {
        padding: 2px 5px 2px 5px;
        border: 1px solid #000000;
        font-weight: bold;
        background-color: #000000;
        color: #FFFFFF;
        } 
div.pagination span.disabled {
       padding: 2px 5px 2px 5px;
       color: #DDD; 
        }
