/* Begin default CSS */

* 
{ 
	margin:0;
	padding:0;
}

html 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

body 
{
	background-color: #585858;
}

img 
{
	border: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

a 
{
	text-decoration: underline;
}

a:hover 
{
	text-decoration: underline;
}

a:focus
{
	outline: none;
}

h1 
{

}

h2 
{

}

h3 
{

}

ul 
{

}

li 
{

}

p 
{
	padding: 0px 0px 10px 0px;
}

.clear 
{
	height: 0px;
	overflow: hidden;
	clear: both;
	line-height: 0px;
}

.cmsError 
{
	border: 1px solid black;
	background-color: #D1E428;
}

input.readOnly 
{
	color: black;
	background-color: #D4D0C8;
}

div.cms-internal-error 
{
	color: #dd0000;
}

/* Einde default CSS */

/* Begin standaard bladeren */

.pager td 
{
	padding: 4px;
}

.pagerFirst, .pagerPrevious 
{
	text-align: left;
	width: 10%;
}

.pagerNext, .pagerLast 
{
	text-align: right;
	width: 10%;
}

.pagerSelection 
{
	text-align: center;
	width: 60%;
}

.pagerSelectionItem 
{
	text-align: center;
}

.pagerSelectionItemActive 
{
	text-align: center;
	font-weight: bold;
}

.pagerAbstract 
{
	font-weight: bold;
	text-align: center;
}

/* Einde standaard bladeren */

/* Start template */

div#SiteContainer
{
	background-image: url(../images/Background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

div#Container
{
	width: 937px;
	margin-left: auto;
	margin-right: auto;
}

div#Header
{
	height: 86px;
	padding-top: 10px;
	background-image: url(../images/Background_header.gif);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
}

	div#HeaderLogo
	{
		float: left;
	}
	
	div#HeaderContact
	{
		float: right;
		padding: 10px 10px 10px 10px;
		background-image: url(../images/Background_contact.gif);
		height: 67px;
		width: 396px;
		line-height: 14px;
		overflow: hidden;
	}
	
			div#HeaderContact p, div#HeaderContact a
		{
			font-size: 11px;
			color: #707070;
		}

div#TopMenu
{
	height: 67px;
}

	div#TopMenu ul
	{
		overflow: auto;
		width: 100%;
	}
		
		div#TopMenu ul li
		{
			list-style: none;	
			float: left;
		}
		
		div#TopMenu ul li a
		{
			background-image: url(../images/Background_li_normal.gif);
			text-decoration: none;
			color: #707070;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			padding-top: 10px;
			width: 115px;
			height: 57px;
			display: block;
		}
		
		div#TopMenu ul li a:hover
		{
			background-image: url(../images/Background_li_over.gif);
			color: #FFFFFF;
			padding-right: 5px;
			width: 110px;
		}
		
		div#TopMenu ul li.active a
		{
			background-image: url(../images/Background_li_over.gif);
			color: #FFFFFF;
			padding-right: 5px;
			width: 110px;
		}
		
		div#TopMenu ul li.lastChild 
		{
			float: right;
		}
		
			div#TopMenu ul li.lastChild a
			{
				background-image: url(../images/Background_li_normal_last.gif);
			}
			
			div#TopMenu ul li.lastChild a:hover, div#TopMenu ul li.lastChild.active a
			{
				background-image: url(../images/Background_li_over.gif);
			}
			
			div#TopMenu ul li.firstChild a
			{
				background-image: url(../images/Background_li_normal_first.gif);
			}
			
			div#TopMenu ul li.firstChild a:hover, div#TopMenu ul li.firstChild.active a
			{
				background-image: url(../images/Background_li_over.gif);
			}


div#BreadCrumb
{
	height: 25px;
	background-color: #FFFFFF;
	padding-top: 4px;	
}

	
			div#BreadCrumb .pageTitle
		{
			text-decoration: none;
			color: #585858;
			list-style: none;	
			float: left;
			padding-left: 5px;
			font-size: 10px;
		}
		
			div#BreadCrumb .pageTitle a
		{
			font-size: 10px;
			color: #b7b7b7;
			padding-right: 10px;
			background-image: url(../images/Breadcrumb_arrow.gif);
			background-repeat: no-repeat;
			background-position: right;
			text-decoration: none;
			padding-left: 0px;
		}
		
			div#BreadCrumb .pageTitle a:hover, div#BreadCrumb .pageTitle a:active
		{
			text-decoration: underline;
		}

div#ContentTop
{
	height: 271px;
	background-image: url(../images/Background_contenttop.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

	div#ContentTop .Content
	{
		width: 343px;
		height: 231px;
		float: left;
		background-image: url(../images/Background_content.gif);
		background-repeat: repeat-x;
		background-position: top;
		padding: 0px 20px 0px 20px;
		line-height: 15px;
	}
		
		div#ContentTop .Content h1
		{
			font-size: 14px;
			color: #585858;
			background-image: url(../images/star_orange.gif);
			background-position: left 13px;
			background-repeat: no-repeat;
			padding-left: 17px;
			padding-top: 10px;
			padding-bottom: 5px;
		}
		
			div#ContentTop .Content p
		{
			font-size: 11px;
			color: #585858;
			background-image: url(../images/Dottet_line_grey.gif);
			background-position: top;
			background-repeat: no-repeat;
			padding-top: 5px;
		}
		
		div#ContentTop .Content ol
		{
			margin:-5px 0px 0px 20px;
			padding:0px 0px 0px 0px;
		}
		
		div#ContentTop .Content ol li
		{
			font-size: 11px;
			color: #585858;
		}
		
		div#ContentTop .Content	ul
		{
		list-style: none;
		}
		
		div#ContentTop .Content ul li
		{
		padding-bottom: 8px;
		}
		
			div#ContentTop .Content a
		{
			text-decoration: none;
			color: #ffffff;
			background-color: #ffb400;
		}
		
			div#ContentTop .Content a:hover
		{
			background-color: #ff9000;
			color: #ffffff;
		}
		
			div#ContentTop .factsheetButton
			{
				position: absolute;
				top: 220px;
				left: 220px;
			}
			
			div#Title{
			background-image:url(../images/Dottet_line_grey.gif);
			background-position:center bottom;
			background-repeat:no-repeat;
			position: absolute;
			left: 250px;
			float: left;
			width: 343px;
			}
			
			div#Title h1
		{
			font-size: 14px;
			color: #585858;
			background-image: url(../images/star_orange.gif);
			background-position: left 13px;
			background-repeat: no-repeat;
			padding-left: 17px;
			padding-top: 10px;
			padding-bottom: 5px;
		}
		
		form .formError
			{
				color:#999999;
				font-style:italic;
			}
				
		#form81
			{
				float: left;
				width: 343px;
				padding: 0 20px;
				background-image: url(../images/Background_content.gif);
				background-repeat: repeat-x;
				background-position: top;
				height: 186px;
				padding-top: 45px;
			}
			
		#form81 input
			{
				border: 1px #d4d4d4 solid;
				margin-bottom: 4px;
				margin-left: 10px;
				width: 220px;
			}

		#form81 .elementText
		{
			font-size: 11px;
			color: #585858;
		}

		#form81 .elementCheckbox
			{
				border: none;
				margin-bottom: 1px;
				margin-left: 8px;
				width: 20px;
			}

		#form81 .elementCheckboxTitle
			{
				border: none;
				padding-bottom: 3px;
			}
			
			#form81 .formColumnSubmit input
			{
				width: 80px;
				height: 22px;
				background-image: url(../images/Button_submit.gif);
				float: right;
				border: none;
			}
		#form81 .formColumnLeft, #form81 .formColumnRight
			{
				vertical-align:top;
			}
				
		#formOutput{
			color: #ffb400;
			display:inline;
			font-weight:bold;
		}
		
		#form81 ul{
			list-style: none;
			padding-left: 10px;
			padding-bottom: 10px;
		}

	div#Packshot
	{
		height: 261px;
		width: 201px;
		background-image: url(../images/Background_submenu.gif);
		background-repeat: repeat-x;
		background-position: top;
		float: left;
	}

	div#FlashIntro
	{
		width: 618px;
		height: 261px;
		float: left;
		background-image: url(../images/Background_content.gif);
		background-repeat: repeat-x;
		background-position: top;	
	}
	
	div#Arrow
	{
		width: 34px;
		height: 261px;
		float: left;
		background-image: url(../images/Background_arrow.gif);
		background-repeat: no-repeat;
		background-position: top;
	}
	
	div#ArrowLeft
	{
		width: 34px;
		height: 261px;
		float: left;
		background-image: url(../images/Background_arrowleft.gif);
		background-repeat: no-repeat;
		background-position: top;
		
	}
	
	div#Submenu, div#Uspmenu
	{
		width: 239px;
		height: 230px;
		float: left;
		background-image: url(../images/Background_submenu.gif);
		background-repeat: repeat-x;
		background-position: top;
		padding: 20px 20px 20px 20px;	
	}
		
			div#Submenu ul
		{
		}
		
				div#Submenu ul li
			{
				list-style: none;
				padding-bottom: 12px;
			}
					div#Submenu ul li a
				{
					color: #585858;
					text-decoration: none;
					font-size: 13px;
					font-weight: bold;
					background-image: url(../images/arrow_white_grey.gif);
					background-position: left;
					background-repeat: no-repeat;
					padding-left: 15px;
				}
				
					div#Submenu ul li a:hover
				{
					text-decoration: underline;
					color: #FFFFFF;
					background-image: url(../images/arrow_white_orange.gif);
					background-position: left;
				}

					div#Submenu ul li.active a
				{
					text-decoration: underline;
					color: #FFFFFF;
					background-image: url(../images/arrow_white_orange.gif);
					background-position: left;
				}
				
				
div#Uspmenu ul
{
}

div#Uspmenu ul li
			{
				list-style: none;
				padding-bottom: 6px;
			}
					
		
		div#Uspmenu ul li a
				{
					color: #585858;
					text-decoration: none;
					font-size: 12px;
					font-weight: bold;
					background-image: url(../images/star_white.gif);
					background-position: 0px 3px;
					background-repeat: no-repeat;
					padding-left:20px;
				}
				
					div#Uspmenu ul li a:hover, div#Uspmenu ul li.active a
				{
					color: #FFFFFF;
					text-decoration: none;
					font-size: 12px;
					font-weight: bold;
					background-image: url(../images/star_grey.gif);
					background-position: 0px 3px;
					background-repeat: no-repeat;
					padding-left:20px;
				}
				
					
div#ContentBottom
{
	height: 177px;
}

div#ContentBlockLeft
{
	background-image: url(../images/Background_contentleft.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 470px;
	height: 100%;
	float: left;
	position: relative;
}

		div#ContentBlockLeft .Content
	{
		padding: 15px 30px 10px 20px;
		width: 420px;
		height: 152px;
	}
	
			div#ContentBlockLeft .Content h1
		{
			font-size: 13px;
			color: #FFFFFF;
			background-image: url(../images/Dottet_line_white.gif);
			padding-bottom: 8px;
			background-position: bottom;
			background-repeat: no-repeat;
		}
		
			div#ContentBlockLeft .Content p
		{
			font-size: 11px;
			color: #FFFFFF;
			padding-top: 5px;
			padding-bottom: 0px;
			line-height: 15px;
		}
		
			div#ContentBlockLeft .Content img
		{
			position: absolute;
			left: 200px;
			bottom: 10px;
		}

div#ContentBlockRight
{
	background-image: url(../images/Background_contentright.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 467px;
	float: left;
	height: 100%;
}

	div#ContentBlockRight .Image
	{
		float: left;
		width: 182px;
		height: 177px;
	}

	div#ContentBlockRight .Image img
	{
		padding: 10px 0px 10px 10px;
	}
	
	div#ContentBlockRight .Content
	{
		width: 259px;
		height: 177px;
		float: left;
		padding-right: 20px;
	}
	
		div#ContentBlockRight .Content h1
	{
			font-size: 13px;
			color: #FFFFFF;
			background-image: url(../images/Dottet_line_white.gif);
			padding-bottom: 8px;
			background-position: bottom;
			background-repeat: no-repeat;
			padding-top: 15px;
	}
	
			div#ContentBlockRight .Content p
	{
			font-size: 11px;
			color: #FFFFFF;
			padding-top: 5px;
			padding-bottom: 0px;
			line-height: 15px;
			height: 80px;
	}
	
			div#ContentBlockRight .LeesMeer a
	{
			font-size: 11px;
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
			display: block;
			background-image: url(../images/Arrow_LeesMeer.gif);
			background-position: 73px 3px;
			background-repeat: no-repeat;
			width: 160px;
			padding-bottom: 5px;
			height: 20px;
	}
	
			div#ContentBlockRight .LeesMeer a:hover
	{
			text-decoration: underline;
	}
	
			div#ContentBlockRight .Page
	{
			height: 4px;
			background-image: url(../images/Dottet_line_white.gif);
			background-position: top;
			background-repeat: no-repeat;
	}
	
div#dynamicPager
{
}

	div#dynamicPager .previous a
	{
		color: #FFFFFF;
		text-decoration: none;
		float: left;
		background-image: url(../images/Arrow_vorige.gif);
		background-position: left 3px;
		background-repeat: no-repeat;
		padding-left: 15px;
	}
	
	
	div#dynamicPager .next a
	{
		color: #FFFFFF;
		text-decoration: none;
		float: right;
		background-image: url(../images/Arrow_LeesMeer.gif);
		background-position: right 3px;
		background-repeat: no-repeat;
		padding-right: 15px;
	}
	

/* Einde template */
