body
{
	margin: 0;
	font-family: "Verdana";
	font-size: 11px;
	background-image:url('/img/design/bodybg.gif');
	background-position:left top;
	background-repeat:repeat-y;
}

div#container
{
	width: 993px;
	margin: 0px auto;
}

div#top
{
	height:26px;
	text-align:left;
	width:100%;
}

div#top .topleft
{
	float:left;
	width:340px;
}

div#top .toplinks
{
	color:#969696;
	font-size:10px;
	text-decoration:none;
}

div#top .topright
{
	color:#969696;
	float:right;
	font-size:10px;
	text-align:right;
	width:650px;
}

div#top .toptext
{
	color:#FE9901;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}

div#top input[type='text'],div#top input[type='password']
{
	
	border: 1px solid #CDCDCD;
	
	width: 140px;
}

div.green_ball
{
	width: 100%;
	height: 14px;
	padding-left: 18px;
	background-image: url('/img/design/greenRound.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

div.green_ball a
{
	color: black;
	text-decoration: none;
}

div.green_ball:hover
{
	background-image: url('/img/design/pinkRound.gif');
}

div#logo
{
	clear:both;
	overflow:hidden;
	width:100%;
}

div#logo ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#logo ul li
{
	margin-top: 20px;
	margin-left: 10px;
}

div#logo .logoleft
{
	height:156px;
	width:395px;
	text-align:right;
	float:left;
	background: url('/img/design/leftPartbanner.gif') no-repeat scroll 0 0;
}

div#logo .logomiddle
{
	height:155px;
	width:433px;
	float:left;
	background: #E5E5E5;
	border-top: 1px solid #cdcdcd;
}

div#logo .logoright
{
	height:156px;
	width:165px;
	float:left;
	background-image: url('/img/design/logoright.gif');
	background-repeat: no-repeat;
}

div#content
{
	width: 100%;
	background: url('/img/design/bodymiddlebg.gif') repeat-y scroll right top;
	position: relative;
	
}

div#middle
{
	clear: both;
	width: 100%;
	min-height: 800px;
	background: url('/img/design/bg.gif') no-repeat;
	
}

div#middle #middle_left
{
	float: left;
	width: 240px;
	min-height: 800px;
	margin-left: 25px;
}

div#middle #middle_right
{
	float: left;
	width: 728px;
	
}

div#half_circle
{
	clear: both;	
	background: url('/img/design/roundside.gif') no-repeat scroll right center;
	width: 100%;
	height: 84px;
	position: relative;
	
}

div#icons
{
	clear: both;	
	background: url('/img/design/bodymiddlebg.gif') repeat-y scroll right top;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: right;
	width: 100%;
	position: relative;
	
}

div#icons img
{
	margin-right: 30px;
}

div#footer
{
	clear: both;
	position: relative;
	width: 100%;
	height: 15px;
	background-image: url('/img/design/footer.gif');
	background-position: right top;
	background-repeat: no-repeat;
	
}

div#text_footer
{
	width: 100%;
	position: relative;
	color: #969696;
	height: 20px;
	background: #fff;
}

div#text_footer a
{
	color: #969696;
	text-decoration: none;
}

#text_footer .left,#text_footer .middle,#text_footer .right
{
	float: left;
}

div#text_footer .left
{
	padding-left: 13px;
	width: 520px;
}

div#text_footer .middle
{
	width: 335px;
	text-align: center;
}

div#text_footer .right
{
	text-align: right;
	width: 120px;
}





.page, .page_next, .page_dots
{
	background-color:white;
	border:1px solid #c0c0c0;
	float:left;
	font-weight:bold;
	margin-left:3px;
	padding:0px 0px !important;
	color: grey;
}

.current
{
	display:block;
	float:left;
	font-weight:bold;
	margin-left:3px;
	padding:0px 0px !important;
	text-decoration:none;
	background-color:orange;
	border:1px solid orange;
}

.pagination .current a
{
	color: white;
	display:block;
	padding:4px 8px !important;
	
}

.pagination a
{
	text-decoration: none;
	color: grey;
	display:block;
	padding:4px 8px !important;
}

.pagination
{
	float:left;
	margin:0 0 5px;
	width: 500px;
}










table.login input[type='text'], table.login input[type='password']
{
	width: 200px;
	margin-bottom: 3px;
	margin-left: 2px;
}

input.zoekknop
{
	width: 61px;
	height: 19px;
	background: transparent url('/img/design/searchbutton.gif') no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

fieldset
{
	padding:10px;
}

tr.even
{
	background: #f8f7f7;
	
}

tr.odd
{
	background: #FFF;
}

tr.even td
{
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

tr.odd td, tr.even td
{
	padding-top:5px;
	padding-bottom:5px;
}

div.tab
{
	float:left;
	width:137px;
	height:25px;
	background: transparent url('/img/tab.png') no-repeat;
	margin-left: 10px;
	cursor: pointer;
}

div.tab:hover
{
	background: transparent url('/img/tab_hover.png') no-repeat;
}

div.fill
{
	width: 137px;
	height: 5px;
}

span.tab
{
	margin-left:12px;
}
