@import url( 'reset.css' );

html,body {
	height: 100%;
	text-align: center;
	background-color: #EBEBEB;
	color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

strong{
	font-weight: bold;
}

em {
	font-style:	italic;
}

h1 {
	color: #282828;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size: 16px;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 14px;
	color: #656565;
	padding: 0px 0px 10px 0px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

h5{
	font-size: 16px;
	line-height: 16px;
	color: #656565;
	padding: 0px 0px 5px 0px;
}

h6{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
}

.yellow{
	color: #fdc609;
}

p {
	line-height: 16px;
	padding: 0px 0px 10px 0px;
}

.hr{
	background-image: url('../images/base/hr.gif');
	background-repeat: repeat-x;
	padding: 0px 0px 7px 0px;
	height: 2px;
	width: 100%;
}

.hr-small{
	background-image: url('../images/base/hr-small.gif');
	background-repeat: repeat-x;
	padding: 0px 0px 7px 0px;
	height: 1px;
	width: 100%;
}

.grey{
	background-image: url('../images/base/hr-grey.gif');
}

.grey-tekst{
	color: #717277;
}

a.arrow-link:link,a.arrow-link:active,a.arrow-link:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display:inline;
	background-image: url('../images/arrow-link.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 15px 0px 0px;
	text-transform: uppercase;
	font-size: 9px;
}

a.arrow-link:hover {
	color: #fdc609;
	background-image: url('../images/arrow-link-hover.gif');
}

a.underlinedlink {
	background-image:			url('../images/base/hr-small.gif');
	background-position:			bottom;
	background-repeat:			repeat-x;
	font-size:				12px;
	font-weight:				normal;
	color:					#000000;
	text-decoration:			none;
	display:				inline;
	padding:				0px;
	margin:					0px;
}

.clear {
	clear: both;
}

.extra-padding{
	margin: 0px 0px 10px 0px;
}

img.border {
	border:	1px #000000 solid;
}

div#container {
	position:		relative;
	width:			960px;
	/*min-height:		100%;*/
	height:			auto;
	margin-left:		auto;
	margin-right:		auto;
	/*margin-bottom:		-155px;  needed for the footer */
	z-index:		0;
}

div#header {
	height: 100px;
	width: 960px;
	background-image: url('../images/base/header.gif');
	background-repeat: no-repeat;
}

div#header div#logo {
	float: right;
	margin: 40px 10px 0px 0px;
}

div#header form#search {
	float: left;
	height: 20px;
	margin: 25px 0px 0px 250px;
}

form#search #search-field{
	width: 150px;
	border: 1px solid #696969;
	margin:	0px 0px 0px 0px;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	float: left;
}

form#search #button {
	height: 22px;
	width: 20px;
	margin: 10px 0px 0px 5px;
	border: none;
	float:left;
}

/*----------------------------------------------------// taal selectie */
div#taalSelectie {
	float:				left;
	margin:				25px 0 0 58px;
	width:				120px;
}

div#taalKop {
	left:				488px;
	position:			absolute;
	top:				25px;
	width:				135px;
	height:				18px;
	background-color:	#ffffff;
	color:				#000000;
	padding:			2px 0 0 0;
	font-size:			11px;
	cursor:				pointer;
	border:				1px solid #969696;
}

div#taalKop .selected-flag {
	position:			absolute;
	left:				5px;
	top:				3px;
}

div#taalKop span {
	position:			absolute;
	left:				28px;
	top:				4px;
	font-family:		Arial, Verdanan, sans-serif;
}

div#taalKop .change-arrow-down {
	position:			absolute;
	right:				7px;
	top:				7px;
}

div.taalMenu {
	position:			absolute;
	top:				47px;
	left:				488px;
	width:				135px;
	padding:			5px 0 5px 0;
	background-color:	#ffffff;
	display:			none;
	z-index:			10;
	border-bottom:		1px solid #969696;
	border-left:		1px solid #969696;
	border-right:		1px solid #969696;
}

div.taalMenu a {
	display:			block;
	width:				113px;
	color:				#8c8d8f;
	font-size:			11px;
	margin:				0 0 0 4px;
	padding:			0;
	text-decoration:	none;
	font-family:		Arial, Verdanan, sans-serif;
}

div.taalMenu a:hover {
	color:				#000000;
}

div.taalMenu a img {
	margin-right:		3px;
}

div.taalMenu div.clear {
	position:			relative;
	height:				1px;
}

div.taalhr {
	position:			relative;
	width:				124px;
	height:				2px;
	float:				left;
	clear:				left;
	margin:				2px 0 3px 4px;
	background-color:	transparent;
	background-image:	url('../images/taal_hr_dot.gif');
	background-repeat:	repeat-x;
}

div#content-holder {
	position: relative;
	width: 960px;
	min-height: 100px;
	height: auto;
	background-image: url('../images/base/content.gif');
	background-position: top;
	background-repeat: no-repeat;
}

div#menu {
	width: 220px;
	height: auto;
	padding: 10px 10px 20px 10px;
	float: left;
}

div#content {
	width: 720px;
	height: auto;
	padding: 0px 0px 40px 0px;
	float: left;
}

/* ***** FOOTER ***** */
div#footer {
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	height: 155px;
	width: 960px;
}

/*.footer-clear{
	clear: both;
	line-height: 155px;
}*/

div#footer a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	height: 0px;
	display: inline;
}

div#footer a.right-link{
	color: #656565;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	height:0px;
	display: inline;
}

div#footer a:hover{
	color: #fdc609;
}

div#footer div.footer-item {
	width: 120px;
	height: 90px;
	margin: 22px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	background-image: url('../images/base/footer-patern.gif');
	background-repeat: repeat-y;
	background-position: right;
	float: left;
}

div#footer div.footer-item p{
	width: 140px;
}

div#footer div.last-footer-item {
	height: 20px;
	margin: 90px 15px 0px 35px;
	float: right;
}

div#footer div.footer-item p { 
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
}

div#footer div.first {
	padding: 0px 20px 0px 10px;
}

div#footer div.last {
	background-image:	none;
	width:				100px;
}

div#footer div.last p {
	width:				100px;
}	

div#footer div#footer-top {
	height: 120px;
	width: 940px;
	margin: 0px 10px 0px 10px;
	background-image: url('../images/base/footer.gif');
	background-repeat: repeat-x;
}

div#footer div#footer-bottom {
	height: 20px;
	width: 960px;
	margin: 15px 0px 0px 0px;
	background-image: url('../images/base/footer-bottom.gif');
	background-repeat: repeat-x;
}
