@CHARSET "UTF-8";

/*Defaults*/

html {
	height: 100%;
}

body {
	position: relative;
	font-family: arial, verdana;
	font-size: 12px;
	color: #000;
	line-height: 18px;	
	margin: 0;
	height: 100%;
	background: url("images/bg-body-top.jpg") repeat-x 0 0;
	
	overflow:						scroll;
    overflow:						-moz-scrollbars-vertical;
}

img {
	position: relative;
	/*padding: 0;
	margin: 0;*/
	border: none;
}

form {
	position: relative;
	padding: 0;
	margin: 0 !important;
	display: block;	
}

div.clear {
	position: relative;
	width: 100%;
	height: 1px;
	clear: both;
}

div.content {
	position: relative;
	padding: 20px 0 180px 0;
	/*margin: 20px 0 180px 0;*/	
}

div.content a {
	color: #22467a;
}	

div.content a:visited {
	color: #22467A;
}

div.content > ul {
	position: relative;
	list-style-type: none;	
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 18px;
}

div.content > ul li {
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;	
	background: url("images/bullet.jpg") no-repeat 0 2px;
}

/*IE6 correction*/

* html div.clear {
	height: 1px;
}

/*Main wrapper*/

div.mainWrapper {
	position: relative;
	width: 100%;
	min-height: 100%;	
	/*margin-bottom: -160px;*/	
}

* html div.mainWrapper {
	height: 100%;
}

a.back
{
	color: #EF4842;
}

div.wrapper {
	position: relative;
	width: 880px;

	/*min-height: 515px;*/
	margin: 0 auto 0 auto;
	background: url("images/bg-wrapper.jpg") repeat-y 0 0;
}

/*IE6 correction*/

* html div.wrapper {
	height: 515px;
}


/*Header*/

div.header {
	position: relative;
	width: 100%;
	height: 131px;	
}

div.header div.spacer {
	position: relative;
	height: 25px;
}

div.header div.inner {
	position: relative;	
}

div.assistantsWrapper {
	position: absolute;
	top: 0;
	right: 0;
	width:365px;
}

div.assistantsWrapper div {
	position: relative;
	float: right;	
	margin: 5px 0;
}

div.assistantsWrapper div input{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

ul.assistants {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

ul.assistants li {	
	position: relative;
	float: left;
	color: #656565;
	font-size: 10px;
}

ul.assistants li a {
	color: #656565
}

ul.assistants li.divider {
	position: relative;
	margin: 0 10px 0 10px;
}

/*Menu main*/

div.mainmenu
{
	width:100%;
	height:36px;
	margin-top:-40px;
}

div.menuitem
{
	padding:11px;
	float:left;
	color:#fff;
	font-size:14px;
	position:relative;
	z-index: 10;
	cursor: pointer;
	border-left: 1px solid #436392;
}

div.menuitem_on
{
	padding:11px;
	float:left;
	color:#fff;
	font-size:14px;
	background-color: #ef483f;
	position:relative;
	z-index: 10;
	cursor: pointer;
	border-left: 1px solid #436392;	
}

div.menuitem_active
{
	padding:11px;
	float:left;
	color:#fff;
	font-size:14px;
	background-color: #ef483f;
	position:relative;
	z-index: 10;
	cursor: pointer;
	border-left: 1px solid #436392;	
}

div.menuitem a
{
	text-decoration:none;
	color:#fff;
}

div.menuitem a: hover
{
	background-color: #EF4842;
}

div.menuitem_on a
{
	text-decoration:none;
	color:#fff;
}

div.menuitem_on a: hover
{
	background-color: #EF4842;
}




div.content {
	position: relative;
	width: 100%;
}

div.footer {
	position: relative;
	width: 100%;
	height: 160px;
	margin-top: -160px;
	background: #22467a;
}

div.footer div.innerFooter {
	position: relative;
	width: 880px;
	margin: auto;
}

div.innerFooter div.text {
	position: absolute;
	top: 10px;
	left: 0;
	width: 880px;
	height: 40px;
	padding-bottom: 15px;	
	color: #fff;
	font-size: 10px;	
}

div.innerFooter div.text img  {
	padding-bottom: 1px;
}

div.footer div.innerFooter div.auto {
	position: absolute;
	width: 224px;
	height: 137px;
	top: -80px;
	right: 20px;
	background: url("images/bedrijfswagen2.png"); no-repeat;
} 

* html div.footer div.innerFooter div.auto {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/themes/default/images/bedrijfswagen2.png", sizingMethod='scale');
}


/*Main content*/

div.mainContent {
	position: relative;
	width: 559px;
	min-height: 300px;
	float: left;
	padding: 25px 15px 20px 25px;
	background: url("images/bg-content.png?vdgeest") no-repeat 0 0;	
}

* html div.mainContent {
	height: 300px;
	padding: 25px 15px 20px 25px;
	/*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/themes/default/images/bg-content.png", sizingMethod='image');*/
}

div.mainContent h1 {
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 26px;
	font-weight: normal;	
	color: #22467a;;
}

div.menuSub {
	position: relative;
	float: right;
	width: 250px;	
}

div.menuSub div.top {
	position: relative;
	height: 8px;
	padding: 0;
	background: url("images/bg-nav-top.png") no-repeat 0 0;
}

* html div.menuSub div.top {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/themes/default/images/bg-nav-top.png", sizingMethod='image');
    
}

div.menuSub div.middle {
	position: relative;
	/*min-height: 100px;*/
	margin: 0;
	padding: 5px 0px 2px 0px;
	background: url("images/bg-nav-middle.png") repeat-y 0 0;
}

* html div.menuSub div.middle {
	margin-top: -2px;
	height: 20px;
	/*background: none;
        ifilter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/themes/default/images/bg-nav-middle.png", sizingMethod='image');*/
}

div.menuSub div.bottom {
	position: relative;
	height: 9px;
	background: url("images/bg-nav-bottom.png") no-repeat 0 0;
}

* html div.menuSub div.bottom {
	background: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/themes/default/images/bg-nav-bottom.png", sizingMethod='image');
}

/*Menu sub*/

ul {
	list-style-type: square;
	color: #6E9BD2;
	
	margin-top: 0px;
}

ul li a {
	text-decoration: none;
}

ul li a:hover {
	text-decoration: underline;
}

ul.menuSub {
	position: relative;
	list-style-type: none;
	padding: 0 3px 0 3px;
	margin: 0;
}

ul.menuSub li {
	position: relative;
}

* html ul.menuSub li {
	 display: inline-block;
}

ul.menuSub li a {
	position: relative;
	display: block;
	padding: 3px;
	/*width: 230px*/
	color: #22467a;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	background: url("images/bullet-arrow.gif?234") no-repeat 5px 12px;
	border-bottom: 2px solid #E9E9E9;
}

ul.menuSub li a:visited {
	color: #22467a;
}

ul.menuSub li a:hover {
	color: #EF4842;
}

ul.menuSub li a.selected {
	color: white;
	background-color: #ef4841;
	border-bottom: 2px solid #ef4841;
}

ul.menuSub li a.last {
	border-bottom: 0;
}

ul.menuSub li a.selected:hover {
	color: white;
}


ul.sitemap {
	position: relative;
	list-style-type: none;
	padding: 0 2px 0 2px;
	margin: 0;
}

ul.sitemap li {
	position: relative;	
	margin-left:10px;
	padding: 5px 0px;
}

ul.sitemap li a {
	position: relative;
	display: block;
	width: 230px
	color: #1E4679;
	text-decoration: none;
	padding: 2px 0px 0px 15px;
	background: url("images/bullet-arrow.gif?234") no-repeat 5px 12px;
}

ul.sitemap li a:hover {
	color: #EF4842;
/*	background-color: #EF4842;*/
}

span.title{
    color: #393939;
    font-size: 18px;
}

span.date{
    color: #8a8a8a;
    font-size: 11px;
}

hr{
    color: #ededed;
}
span.text a,
div#sResultsNav a,
div.sResultItem a{
    color :#ef4841;
}

div.submitrow
{	
	text-align:left;
	height:25px;
	width:100%;
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}

ul.newsList li {
	margin: 10px 0px;
}

.blocknews {
	height:		248px;
	overflow:   hidden;
}

#sResultsList {
	margin-top: 20px;
}