﻿body
{
	font-size: 10px;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: Black;
	color: #FFFFFF;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
td a
{
	color: #FFFFFF;
	text-decoration:underline;
}
td .titel
{
	margin-bottom: 15px;
}
p
{
	margin-bottom: 0px;
	margin-top: 0px;
}

.watdoetEdItTitel
{
	font-weight:bold;
	font-size: 12px;
	text-align:left;	
}
.watdoetEdIt
{
	font-weight:normal;
	font-size: 10px;
	text-align:left;
}
.menu
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	vertical-align: top;
	margin: 10px;
}
.menu:hover
{
	color:#D1D3D4;
}
.content
{
	text-align: left;
}
.tekstTitel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D1D3D4;
	font-weight:bold;
	font-size: 17px;	
	margin-bottom: 15px;
}
.tekst
{
	color: #D1D3D4;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.notabene
{
	font-style:italic;
	font-size: 10px;
}
.klein
{
	color: #D1D3D4;
	font-style:italic;
	font-size: 10px;
}
.recent
{
	color: #D1D3D4;
}
.projectenTitel
{
	color: #FFFFFF;
	font-weight:bold;
	font-size: 15px;	
	margin-bottom: 17px;
}
.techniek
{
	color: #D1D3D4;
	border-width: 1px;
	border-color: #808080;
	font-style: italic;
	font-size: 11px;
	border-top-style: solid;
	vertical-align: bottom;
	padding-top: 8px;
}	
.adres, .adres a
{
	text-align: right;
	font-weight: bold;
	font-size: 9px;
	color: #AA2A2E;
	text-decoration: none;	
}
#load {
	display: none;
	position: absolute;
	/*
	right: 10px;
	top: 10px;
	*/
	background: url(images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

/*
 * TABS
 * http://net.tutsplus.com/javascript-ajax/create-a-tabbed-interface-using-jquery/
 */
.widget
{
	/*margin: 20px;
	padding: 10px;
	margin-bottom: 15px;
	*/
	background: black; /* #f3f1eb; */ /*border: 1px solid #dedbd1;*/
	width: 640px;
}
.widget a
{
	color: #FFFFFF;
	text-decoration: none;
}
	
.widget a:hover {
	color:#D1D3D4;
	text-decoration: underline;
}

.tabnav
{
	margin: 6px;
	padding: 0px;
	text-align: left;
}

.tabnav li
{
	display: inline;
	list-style: none;
	padding: 0px 4px 0px 4px;
}
	
.tabnav li a
{
	text-decoration: none;
	/*text-transform: uppercase; */
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	outline: none;
}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a
{
	/*background: #2A2A2A;*/
	color:#D1D3D4;
	text-decoration: none; 
	/*
	padding: 0px 4px 0px 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	*/
}
		
.tabdiv
{
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #dedbd1;
	margin-top: 2px;
	background: #000000;
}

.tabdiv ul
{
	margin: 6px;
	padding: 0px;	
}
	
.tabdiv li
{
	/*list-style-image: url("star.png");*/
	/*margin-left: 2px;*/
	list-style-type: none;
}

.ui-tabs-hide {
display: none;
}
	

/* image-hover op homepage */
ul.hover_block
{
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
}
			
ul.hover_block li {
	list-style:none;
	float:left;
	background: #000000;
	padding: 0px;
	width: 113px; 
	height: 70px;
	position: relative;
	margin-right: 0px; 
}
 
ul.hover_block li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 70px;
	width: 113px;
	background: #000000;
	color: #000000;
}
 
ul.hover_block li a { text-decoration: none; }
 
ul.hover_block li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}