html	{
		height: 100%;
		}

body 	{
		height: 100%;
		background: url(../images/layout/bg_pattern.gif) top repeat;
		background-color: #FFF;
		padding: 0;
		margin: 0;
		border: 0;
		font-family: Verdana;
		font-size: 11px;
		}
		
.clear	{
		clear: both;
		}

#text p a:link {color: #09223b; text-decoration: none}     /* unvisited link */
#text p a:visited {color: #09223b; text-decoration: none}  /* visited link */
#text p a:hover {color: #09223b; text-decoration: underline}   /* mouse over link */
#text p a:active {color: #09223b; text-decoration: none}   /* selected link */		

img  		{
		border-style: none;
		}
		
#text p, .portfolio_details p {
		padding: 0;
		margin: 0;
		margin-bottom: 20px;
		line-height: 21px;
		color: #545454;
		}
		
h1		{
		font-size: 13px;
		font-weight: bold;
		color: #42a8dc;
		padding: 0;
		margin: 0;
		margin-bottom: 5px;
		}
		
h2		{
		font-size: 12px;
		font-weight: bold;
		color: #73c9f5;
		padding-top: 5px;
		margin: 0px;
		}
		
h3		{
		font-size: 11px;
		font-weight: normal;
		color: #42a8dc;
		padding-top: 5px;
		margin: 0px;
		}
		
#bg_gradient {
		height: 157px;
		width: 100%;
		position:absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
		background: url(../images/layout/bg_gradient.jpg) top repeat-x;
		}
		
#bg_gradient2 {
		height: 360px;
		width: 100%;
		position:absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
		background: url(../images/layout/bg_gradient2.jpg) top repeat-x;
		}
		
#container {
		width: 961px;
		margin: 0 auto;
		padding-top: 12px;
		}
		
#header 	{
		width: 961px;
		height: 113px;
		/*background: url(../images/layout/bg_header.png) top no-repeat;*/
		 background: url(../images/layout/bg_header_2.png) top no-repeat;   /* blauwe achtergrond */ 
		}
		
#logo 	{
		width: 317px;
		height: 58px;
		margin-top: 32px;
		margin-left: 40px;
		float: left;
		background: url(../images/layout/logo_oud.jpg) top no-repeat; 
		/* background: url(../images/layout/logo_nieuw.png) top no-repeat; */ /* nieuwe logo */ 
		}
		
#header_menu {
		width: 320px;
		height: 60px;
		float: left;
		margin-top: 30px;
		margin-left: 260px;
		font-size: 10px;
		color: #278dc5;
		text-align: right;
		}
		
#header_menu a:link {color: #56baee; text-decoration: none}     /* unvisited link */
#header_menu a:visited {color: #56baee; text-decoration: none}  /* visited link */
#header_menu a:hover {color: #56baee; text-decoration: underline}   /* mouse over link */
#header_menu a:active {color: #56baee; text-decoration: underline}   /* selected link */	
		
#menu_container	{
		width: 961px;
		height: 32px;
		background: url(../images/layout/bg_menu.png) top no-repeat;
		}
		
#menu	{
		width: 900px;
		height: 32px;
		margin-left: 8px;
		}
		
#content_container {
		width: 961px;
		float: left;
		background: url(../images/layout/bg_content_container.png) top repeat-y;
		}
		
#content_footer {
		width: 961px;
		height: 12px;
		background: url(../images/layout/content_footer.png) top no-repeat;
		clear: left;
		}
		
#content_links {
		width: 161px;
		float: left;
		margin-left: 8px;
		margin-bottom: 20px;
		}

#content_main {
		width: 579px;
		float: left;
		margin-left: 2px;
		margin-top: 2px;
		}

#content_rechts {
		width: 201px;
		float: left;
		margin-left: 2px;
		margin-bottom: 20px;
		}

#banner {
		width: 579px;
		height: 202px;
		}

#text	{
		width: 539px;
		float: left;
		padding: 20px;
		font-size: 11px;
		}
		
#text ul 	{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	color: #545454;
	}
		
#text li 	{
	list-style-type: none; 
	background-image: url(../images/layout/li_square.gif); /* Cross-browser bullet fix */
	background-repeat: no-repeat; 
	background-position: 0px 9px;
	padding-left: 12px;
	margin-left: 10px;
	line-height: 18px;
	}
		
.blokheader {
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	color: #fff;
	padding-top: 5px;
	padding-left: 6px;
	background-image: url(../images/img_links/blokheader_bg.jpg);
	background-repeat: repeat-x;
	}

.infoblok {
	margin-top: 2px;
	float: left;
	padding: 0;
	padding-bottom: 20px;
	background-color: #f4f4f4;
	color: #545454;
	}

.bloklinks {
	width: 161px;
	}

.blokrechts {
	width: 201px;
	}
	
.zoeken {
	height: 13px;
	width: 100px;
	border: 1px solid #c1dae7;
	font-size: 10px;
	color: #b2b2b2;
	margin-right: 7px;
	margin-left: 7px;
}

.zoeken:focus, .zoeken:hover {
	border: 1px solid #238ec5;
	color: #464646;
}

/* ---- Loading screen ---- */

.black_overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}

.white_content {      
	position:absolute;
	text-align:center;
	top: 25%;
	left: 25%;
	width: 20%;
	height: 20%;
	background-color: white;
	z-index:1002;
	overflow: auto;
	}

/* ---- Portfolio item home ---- */

#portfolio_home {
	position: relative;
	float:left;
	width:189px;
	height:137px;
	margin-left: 3px;
	margin-top: 4px;
	padding:2px; 
	background:#fff;
	border:1px solid #e8e8e8;
	z-index: 1;
	}
	
#portfolio_home_hoverbox {
	position: absolute;
	bottom: 2px;
	width:179px;
	height:27px;
	font-size: 11px;
	color: #FFF;
	padding: 5px;
	padding-top: 8px;
	text-align: right;
	display: none;
	background: url(../images/portfolio/hoverbox.png) no-repeat;
	z-index: 2;
	}

#portfolio_home_hoverbox a{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
	
#portfolio_home_hoverbox a:hover{
	text-decoration: underline;
	}
	
/* ---- Domein check ---- */

#tabel_domein .row_even td{
	width: 150px;
	background-color: #e2e2d4;
	}
	
#tabel_domein .row_oneven td {
	width: 150px;
	background-color: #f5f5ec;
	}

#tabel_domein thead th {
	color: #FFF;
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #FFF;
	text-align: left;
	background: url(../images/img_links/blokheader_bg_gray.jpg) repeat-x;
	}
	
#tabel_domein thead th.status {
	text-align: center;
	border-right: 1px solid #FFF;
	}
	
#tabel_domein thead th.domein {
	padding-left: 10px;
	text-align: left;
	border-right: 1px solid #FFF;
	}

#tabel_domein img {
	margin-right: 5px;
	}

#tabel_domein td.url {
	width: 220px;
	padding: 5px;
	padding-left: 10px;
	border-right: 1px solid #fff;
	}
	
#tabel_domein td.status {
	width: 100px;
	padding: 5px;
	padding-left: 15px;
	border-right: 1px solid #fff;
	}
	
#tabel_domein td.registreer {
	width: 100px;
	}
	
#tabel_domein td.registreer a {
	display: block;
	padding: 5px;
	width: 100px;
	text-align: center;
	color: #585858;
	font-weight: bold;
	text-decoration: none;
	}
	
#tabel_domein td.registreer a:hover {
	color: #FFF;
	background: url(../images/img_links/blokheader_bg.jpg) repeat-x;
	}
	
/* ---- Download tabel ---- */

#tabel_downloads .row_even td{
	width: 170px;
	background-color: #e2e2d4;
	}
	
#tabel_downloads .row_oneven td {
	width: 170px;
	background-color: #f5f5ec;
	}

#tabel_downloads thead th {
	color: #FFF;
	padding: 5px;
	border-bottom: 1px solid #FFF;
	text-align: center;
	background: url(../images/img_links/blokheader_bg_gray.jpg) repeat-x;
	}
	
#tabel_downloads thead th.beschrijving {
	border-right: 1px solid #FFF;
	}
	
#tabel_downloads thead th.type {
	border-right: 1px solid #FFF;
	}

#tabel_downloads td.type {
	width: 30px;
	padding: 5px;
	padding-left: 10px;
	border-right: 1px solid #fff;
	}
	
#tabel_downloads td.beschrijving {
	width: 200px;
	padding: 5px;
	padding-left: 15px;
	border-right: 1px solid #fff;
	}
	
#tabel_downloads td.download {
	width: 93px;
	}
	
#tabel_downloads td.download a {
	display: block;
	width: 60px;
	padding: 5px;
	padding-left: 18px;
	text-align: center;
	color: #585858;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	background: url(../images/icons/download_small.png) left 3px no-repeat;
	}
	
#tabel_downloads td.download a:hover {
	text-decoration: underline;
	}
	
/* --- Footer --- */
.push {
	height: 275px;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -275px;
	width: 961px;
	}

.footer {
	height: 275px;
	margin: 0 auto;
	width: 100%;
	}

.footer_wrapper {
	width: 961px;
	height: 275px;
	margin: 0 auto;
	background: url(../images/layout/bg_content_container.png) top repeat-y;
	}
	
.footer_content {
	width: 945px;
	height: 275px;
	margin-left: 8px;
	border-top: 1px solid #dbdbdb;
	background: url(../images/footer/footer_bg.gif) top repeat-x;
	background-color: #f3f3f3;
	}
	
.footer_blok {
	width: 170px;
	height: 100px;
	float: left;
	background: url(../images/footer/footer_dotline.gif) top right no-repeat;
	margin-top: 15px;
	margin-left: 18px;
	}

.footer_blok_rechts {
	width: 170px;
	height: 130px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	}
	
.footer_content ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	padding-right: 20px;
	}
	
.footer_content ul li {
	margin-bottom: 7px;
	}
	
.footer_content ul li a{
	font-size: 11px;
	color: #ababab;
	text-decoration: none;
	}
	
.footer_content ul li a:hover{
	color: #2F84C6;
	text-decoration: underline;
	}
	
.footer_content ul h1, .footer_content h1 {
	font-size: 13px;
	font-weight: bold;
	color: #8a8b8f;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	}
	
.footer_content ul h2 {
	font-size: 10px;
	font-weight: bold;
	color: #8a8b8f;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	}
	
.footer_content .logos {
	width: 917px;
	height: 100px;
	padding-left: 28px;
	}
