/*
Title	: Screen
Author	: Vincent Kessels, vincent@roquin.nl
Changed : 1.0
--------------------------------------------------------*/

body {
	background: #5a5a5a;
	}

#container-layout {
	background: #fff;
	margin: 0 auto;
	padding-bottom: 5px;
	width: 990px;
	}
	
#header {
	height: 110px;
	position: relative;
	width: 990px;
	}
	
#logo-bgb {
	position: absolute;
	right: 89px;
	top: 60px;
	}
	
#logo-ieder1gelijk {
	left: 30px;
	position: absolute;
	top: 37px;
	}

/* Text size
--------------------------------------------------------*/
body.text-scale-normal {
	font-size: 62.5%;
	}
	
body.text-scale-normal #navigation .level2 a {
	font-size: 0.6em;
	}

body.text-scale-medium {
	font-size: 72.5%;
	}
	
body.text-scale-medium #navigation .level2 a {
	font-size: 0.7em;	
	}

body.text-scale-large {
	font-size: 82.5%;
	}
	
body.text-scale-large #navigation .level2 a {
	font-size: 0.8em;	
	}


/* Service-, footerlinks
--------------------------------------------------------*/
#servicelinks {
	font-size: 1.1em;
	margin-bottom: 0;
	position: absolute;
	right: 20px;
	top: 10px;
	}
	
#footerlinks {
	font-size: 1.1em;
	margin-bottom: 0;
	overflow: auto;
	width: 100%;
	}
	
#servicelinks li,
#footerlinks li {
	border-right: 1px solid #5a5a5a;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	}
	#servicelinks li.last ,
	#footerlinks li.last {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		}
		#servicelinks li.last a {
			background: url(../images/css/icon-twitter.gif) no-repeat left 0;
			display: block;
			height: 16px;
			width: 22px;
			text-indent: -9999px;
		}
		
#servicelinks a,
#footerlinks a {
	color: #5a5a5a;
	font-weight: bold;
	}
	#servicelinks a:hover,
	#footerlinks a:hover {
		color: #a60f1a;
		}
		
		
/* Navigation
--------------------------------------------------------*/
#navigation {
	margin-bottom: 2.9em;
	position: relative;
	width: 750px;
	z-index: 10;
	}
	
#navigation ul {
/*	font-size: 2em;*/
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 0;
	}

#navigation li {
	border-right: 1px solid #000;
	float: left;
	position: relative;
	}
	
#navigation li.last {
	border-right: none;
	}
	
#navigation a {
	color: #000;
	display: block;
	padding: 2px 15px;
	}
	#navigation a:hover {
		text-decoration: none;
		}
	
#navigation li.active a,
#navigation li.hover a,
#navigation li:hover a {
	color: #a60f1a;
	}
	
#navigation li.first a {
	padding-left: 0;
	}
	
#navigation .level2 {
	background: url(../images/css/bg-dropdown.png) repeat 0 0;
	display: none;
	padding: 10px 0px;
	position: absolute;
	left: -1px;
	}
	
#navigation .level2 li {
	border-right: none;
	float: none;
	margin-right: 0;
	padding-right: 0;
	}
	
#navigation li.hover .level2,
#navigation li:hover .level2 {
	display: block;
	}
	
#navigation .level2 a {
	color: #fff !important;
	font-size: 0.6em;
	font-weight: bold;
	line-height: normal;
	padding: 4px 10px 4px 17px;
	width: 14em;
	}
	#navigation .level2 a:hover {
		text-decoration: underline;
		}
	
/* Navigation path
--------------------------------------------------------*/
#navpath {
	font-size: 1.1em;
	list-style: none;
	margin: 0 0 1em 0;
	overflow: auto;
	width: 100%;
	}
	
#navpath li {
	background: url(../images/css/split-navpath.gif) no-repeat 100% 50%;
	float: left;
	margin-right: 5px;
	padding-right: 10px;
	}
	
#navpath li.last {
	background: none;
	margin-right: 0;
	padding-right: 0;
	}
	
/* Sub Navigation
--------------------------------------------------------*/
#subnav {
	float: left;
	padding-top: 0.5em;
	width: 190px;
	}
	
#subnav ul {
	background: #000;
	margin-bottom: 0;
	padding: 15px 0;
	}
	
#subnav .active a {
	background: url(../images/css/bg-subnav.gif) repeat-y 0 0;
	}
	
#subnav a {
	color: #fff;
	display: block;
	height: 1%;
	font-weight: bold;
	padding: 4px 10px;
	}
	
#subnav ul.level2 {
	padding: 0;
	}
	
#subnav ul.level2 a {
	font-weight: normal;
	padding: 2px 10px 2px 20px;
	}
	
#subnav ul.level2 .active a {
	font-weight: bold;
	}

/* Left column homepage
--------------------------------------------------------*/
#left {
	float: left;
	width: 190px;
	}
	
#left h4 a {
	background: url(../images/css/banner-meld-discriminatie.gif) no-repeat 0 0;
	display: block;
	height: 180px;
	margin-bottom: 2em;
	text-indent: -9999px;
	width: 184px;
	}
	
#left p {
	text-align: center;
	}

#left p strong {
	display: block;
	font-size: 1.4em;
	}
	
#left p em {
	color: #999;
	font-size: 0.9em;
	font-style: normal;
	}

/* News homepage
--------------------------------------------------------*/
#content-home {
	float: left;
	width: 270px;
	}

#content-projects {
	float: right;
	background: #eee;
	margin-left: 10px;
	padding: 10px 0;
	width: 190px;
	}
	
#content-projects h2,
#content-projects p,
#content-projects ul {
	margin-bottom: 0;
	padding: 0 10px !important;
	}
	
#content-projects .csc-textpic-image {
	margin: 1em 0;
	}

/* Search
--------------------------------------------------------*/
#one {
	margin-bottom: 3.2em;
	text-align: center;
	}

#search {
	border: 1px solid #808080;
	margin-bottom: 1.5em;
	padding: 1px;
	}

#search label {
	display: none;
	}
	
#search #search-field {
	border: 0;
	color: #666;
	float: left;
	margin: 0;
	width: 155px;
	}
	
#search #search-submit {
	background: url(../images/css/search-btn.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 17px;
	float: right;
	margin: 0;
	padding: 0;
	width: 17px;
	}
	
#search #search-submit span {
	display: none;
	}
	
/* Text scale
--------------------------------------------------------*/
#text-scale-and-print {
	margin-bottom: 1.5em;
	overflow: auto;
	width: 100%;
	}
	
#text-scale-and-print .active a {
	text-decoration: underline;
	}

#highlights #text-scale-and-print li {
	background: none;
	float: left;
	margin-right: 10px;
	padding-left: 0;
	}
	
#text-scale-small {
	font-size: 1em;
	padding-top: 3px;
	}

#text-scale-medium {
	font-size: 1.4em;
	padding-top: 2px;
	}

#text-scale-large {
	font-size: 1.8em;
	}
	
#print a {
	background: url(../images/css/icon-print.gif) no-repeat 0 0;
	display: block;
	height: 13px;
	margin: 2px 0 0 10px;
	width: 15px;
	}

#text-scale-and-print span {
	display: none;
	}

#directly-to {
	margin-bottom: 1.5em;
	}
	
#highlights #directly-to li {
	background: none;
	padding-left: 0;
	}

#directly-to a {
	background: #000;
	color: #fff;
	display: block;
	height: 1%;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 4px 10px;
	}
	
#mostly-read {
	margin-bottom: 1.5em;
	}
	
#mostly-read a {
	display: block;
	height: 1%;
	font-weight: bold;
	}	

#wrap {
	overflow: auto;
	padding: 0 20px 0 30px;
	width: 940px;
	}
	
#wrap-content {
	float: left;
	width: 740px;
	}
	
#content {
	float: right;
	overflow: hidden;
/*	padding: 0 20px 10px;
	width: 510px;*/
	padding: 0 90px 10px 20px;
	width: 440px;
	}
	
#home #content {
	padding: 0 20px 10px;
	width: 510px;
	}

#highlights {
	float: right;
	width: 180px;
	}
	
#footer {
	clear: both;
	padding: 0 20px;
	}
	
#print-footer {
	display: none;
	}
	
/* Image
--------------------------------------------------------*/
#image {
	left: -30px;
	margin-bottom: 3.5em;
	overflow: hidden;
	position: relative;
	width: 770px;
	z-index: 5;
	}


#image img {
/*	float: left;*/
}

