@charset "utf-8";
/* CSS Document */
/*
Lichtpaars = #c9c
Donkerpaasrs = #906
*/



* {
	padding: 0px;
	margin: 0px;
	border:0px;
}

html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
	background: #fff url(../images/background.jpg) fixed no-repeat top center;
}
/*
a:link, a:visited {
	text-decoration: underline;
	color: #666;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #666;
}
*/
a {
	color:#CC66CC;
	padding-left:0;
	text-decoration:none;
	font-size:11px;

	
}

a:hover{color: #906;}

dl { 	letter-spacing:0.2em;}
dl.active {color:#906;}
dl.first {padding-top:2px;}
dl.last {background:#FFFFFF url(../images/lijn.jpg) repeat-x scroll left bottom; padding:0 0 15px 0;}

#footer a{color:#666; text-decoration:underline; font-size:11px; letter-spacing:normal;}

.bodyMenu {margin-bottom:10px;}

img {
	border: none;
}
img.persbericht, img.left {
	padding-right: 8px;
	float: left;
}
img.persbericht, img.right {
	padding-left: 8px;
	float: right;
}

ul {
	list-style: none;
	list-style-position: outside;
}
	li {
		padding-left: 15px;
		background: url(../images/bullet_grijs.jpg) no-repeat 0 .5em;
	}
	li.noStyle {padding:0px; background:none;}
.clear {
	clear: both;
}

.lijn {
	padding: 0;
	margin: 15px 0;
	background: url(../images/lijn.jpg) repeat-x top left;
}
h2.lijn {
	padding-top: 30px;
	margin-top: 15px;
	background-position: 0 15px;
}
h2, h2.kop, h2.pers {
	margin: 0 0 10px 0;
	line-height: 20px;
	color: #906;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: normal;
}
h2.pers {
	margin: 0 0 15px 0;
	line-height: 15px;
	text-transform: lowercase;
}
span.groot {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #906;
}

.hide {
	display: none;
}

#sysTeam dl, #sysTeamUk dl { height:25px;}


#container {
	margin: 0 auto;
	width: 878px;
	position: relative;
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	background: #fff url(../images/background_container2.jpg) repeat-y top center;
}	


	#left {
		padding: 0 20px;
		/*width: 90px;*/
		width:136px;
		float: left;
	}
		#left .top {
			height: 136px;
			background: url(../images/lijn.jpg) repeat-x bottom left;
		}
		#left #menu {
			margin: 19px 0 0 0;
			/*width:94px;*/
			width:137px;
			
		}
			#menu ul {
				font-size: 11px;
				color: #c6c;
				text-transform:  uppercase;
				text-align: right;
				letter-spacing: 0.2em;
			}
				#menu li {
					padding: 0;
					height: 20px;
					background: none;
				}
					#menu a {
						color: #c6c;
						text-decoration: none;
					}
					#menu a:hover {
						color: #906;
					}
					
					#menu a.current {color: #906;}
					
	#middle {
		padding: 0 20px 20px;
		margin: 0 1px;
		width: 310px;
		float: left;
		
	}
		#middle #logo {
			padding: 20px 0;
			height: 96px;
			background: #fff url(../images/lijn.jpg) repeat-x bottom left;
		}
		#middle #sub_menu {
			margin: 18px 0 0 0;
			padding: 0 0 20px 0;
			background: #fff url(../images/lijn.jpg) repeat-x bottom left;
		}
			#sub_menu #overzicht {
				display: none;
			}
			#sub_menu ul {
				color: #c6c;
				letter-spacing: 0.2em;
			}
				#sub_menu li {
					padding: 0;
					height: 20px;
					background: none;
				}
		
			#sub_menu ul.rss {
				list-style: none;
				list-style-position: outside;
				
			}		
				#sub_menu ul.rss li {
					padding-left: 15px;
					margin-bottom: 2px;
					height: auto;
					background: url(../images/bullet.jpg) no-repeat 0 .5em;
				}
				
					#dt a:hover {
						color: #906;
						background: none;
					}
					#sub_menu a.actief {
						color: #906;
						background: none;
					}
				
			#middle #content {
				margin: 15px 0 0 0;
			}
				#content .tekst p{
					line-height: 15px;
					
				}

	#right {
		padding: 0 20px;
		width: 310px;	
		height: 100%;
		float: left;
	}
	
			#right .top h1 {
						background: url(../images/lijn.jpg) repeat-x bottom left;

				margin: 100px 0 0 0;
				height: 36px;
				font-size: 16px;
				color: #906;
				letter-spacing: 0.2em;
				font-weight: normal;
				text-transform: uppercase;
			}
		#right img {
			margin: 20px 0 0 0;
			/*width: 308px;*/
			/*height: 308px;*/
			border: #906 1px solid;
		}
		
		#right #thumbs {
			margin: 8px -8px 0 -7px;		
		}
			#thumbs img {
				margin: 7px;
				width: 62px;
				height: 62px;
				cursor: pointer;
			}
	.push {
		height: 20px;
	}
	#footer {
	
		padding: 0 20px;
		margin: 0 0 0 481px;
		width: 310px;
		height: 20px;
		text-align: right;
		bottom: 0;
		position: absolute;
	}
	
	/* @group Portals
=================================================== */

#svPortal {
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
}

#svPortal dl {
	border-top: 1px dotted #ccc;
	margin: 1em 0;
	padding-top: 1em;
}

#svPortal dl.first { border-top: 0; }

.content #svPortal dt { margin-bottom: .75em; }

.content #svPortal dt.releaseDate {
	font-size: 1em;
	font-weight: normal;
	color: #999;
}

.content #svPortal dd { margin-bottom: .75em; }

.content #svPortal dd.summary { margin-bottom: .75em; }

.content #svPortal dd.summary span.readMore { font-size: .9em; }

.content #svPortal dd.credits {
	font-size: 1em;
	float: left;
	margin-bottom: 1.2em;
	margin-right: .75em;
	color: #666;
}

.content dd.comments {
	font-size: 1em;
	margin-bottom: 1em;
	float: left;
	padding: 0 .5em 0 0;
}

.content dd.comments a {
	background: url(../images/icon_comments.gif) no-repeat 0 50%;
	padding: 0 .5em 0 13px;
}

.content dd li {
	display: inline;
	padding-right: 0.3em;
	list-style: none;
	margin: 0;
}

.content dd li a {
	border: 0;
	font-size: .9em;
}

/* @end Portals
--------------------------------------------------- */
#chooseLanguage {margin-top:15px;padding:10px 2px 0px 0px;text-align:right; background:transparent url(../images/lijn.jpg) repeat-x scroll left top;}
#chooseLanguage a {font-size:0.9em;}

input#search {border:1px solid #CC66CC;color:#666666;padding:2px;width:175px;}
input.submit {border:1px solid #CC66CC;padding:1px;background:white;}

div.klantImg {/*background:url(../images/logo_holder.jpg) no-repeat top left; */width:114px;height:82px;margin-right:41px;margin-bottom:20px;float:left;}
div.klantImg img {line-height:4em;}

.pinkRibbon p, .pinkRibbon li, .pinkRibbon ul {color:#817773!important;}
.pinkRibbon b, .pinkRibbon a {color:#ED008C!important;}
