/* body & container */

body, html{
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(images/bodybg.jpg) top center no-repeat #000;
	font-family: Verdana;
	font-size: 11px;
	color: #505050;
}
img
{
	border: 0;
}

a
{
	color: #505050;
}

.container{
	width: 818px;
	min-height: 92%;
	background: url(images/container.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}
/* tekst opmaak */

h1{
	font-size: 18px;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 14px;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}

a{
}

.clear{
	clear:both;
}
/* header */

.header{
	width: 818px;
	height: 308px;
}

.header_left{
	width: 581px;
	height: 308px;
	background: url(images/header_left.jpg) no-repeat;
	float: left;
}

.logo{
	width: 355px;
	height: 123px;
	position: absolute;
	z-index: 200;
	margin-top: 57px;
	margin-left: 40px;
}

.header_left_bg{
	width: 547px;
	height: 266px;
	margin-top: 42px;
	margin-left: 26px;
	position: absolute;
	z-index: 100;
}

.header_right{
	width: 237px;
	height: 308px;
	background: url(images/header_right.jpg) no-repeat;
	float:right;
}

.img_top{
	margin-top: 58px;
	margin-left: 1px;
}

/* menu */

.menudiv{
	width: 818px;
	/*height: 31px;*/
	background: url(images/menu.jpg) no-repeat;
}

.menu_onder{
	width: 818px;
	height: 7px;
	background: url(images/menu_onder.jpg) no-repeat;
}

.menutop {
	margin: 0;
	padding: 0;
	width: 800px;
	list-style: none;
	margin-left: 27px;
}

.menutop li {
	padding: 0;
	margin: 0;
	/*height: 31px;*/
	display: block;
	list-style: none;
	border: 0px;
}
.menutop li a, .menutop li a:visited {
	display: block;
	font-size: 12px;
	height: 23px;
	color: #fff;
	padding-top: 8px;
	text-decoration: none;
	border: 0px;
	float:left;
}

.item a{ background: url(images/menu_split.jpg) no-repeat right; padding-left: 26px; padding-right: 26px;}
.item a:hover { background: url(images/menu_split.jpg) no-repeat right #c20a1d; padding-left: 26px; padding-right: 26px; }

#submenu
{
	clear: both;
}
#submenu a
{
	clear: both;
	background-color: #424041 !important;
	width: 120px;
	padding-right: 14px !important;
}
#submenu a:hover
{
	background-color: #c20a1d !important;
}
#submenu li
{
	clear: both;
}
.menutop li ul
{
	display: none;
}
.menutop li:hover ul
{
	display: block;
	position: absolute;
	margin-left: -40px;
	margin-top: 30px;
}
.menutop li:hover a
{
	background-color: #c20a1d !important;
}

.activeitem
{
	background: url(images/menu_split.jpg) no-repeat right #c20a1d !important;
	padding-left: 26px !important;
	padding-right: 26px !important;
}
.activeitemlaatste
{
	background-color: #c20a1d;
	padding-left: 21px !important;
	padding-right: 21px !important;
}
.item_laatste a{ padding-left: 21px; padding-right: 21px;}
.item_laatste a:hover { background:#c20a1d; padding-left: 21px; padding-right: 18px; }

.menutop:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.menutop li {float: left;}

#submenu li.activesubitem a
{
	background-color: #c20a1d !important;
}

/* content */

.content{
	width: 818px;
}

.content_left{
	width: 573px;
	float:left;
}

.content_area{
	width: 500px;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
}

.content_right{
	width: 245px;
	float:right;
}

.red_block{
	width: 200px;
	background: #c20a1d;
	color: #fff;
	padding-left: 7px;
	font-family: Verdana;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}

.red_block h1{
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.red_block a {
	color: #fff;
}

.border_block{
	width: 205px;
	border: 1px solid #000;
	margin-top: 10px;
}

/* footer */

.footer{
	width: 818px;
	height: 57px;
	background: url(images/footer.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: right;
}

.footertekst{
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 9px;
	margin-right: 65px;
	padding-top: 13px;
}

#faderrb
{
	width: 200px;
	height: 224px;
}

.SlideShowContainer
{
}


.formlist
{
	color: #C10A1E;
	margin: 0;
	padding: 0;
	width: 370px;
}

.formlist li
{
	list-style-position: inside;
	list-style-type: square;
	border: 1px solid #AFAFAF;
	margin-bottom: 5px;
	padding-left: 4px;
}

.formlist a
{
	text-decoration: none;
}


#lefthome
{
	float: left;
	width: 160px;
	overflow: hidden;	
}
#righthome
{
	float: left;
	width: 330px;
	overflow: hidden;
	padding-left: 10px;
}
