/* global */

html { overflow:hidden; background-color:#000; }
body { overflow:hidden; font-family:arial; font-size:12px; color:#fff; line-height:20px; } 

	#loader { display:none; }
	#loading { position:absolute; top:50%; left:50%; text-align:center; color:#000; background-color:#fff; padding:10px; }
	#loadergif{ display:none; }

	#container { }
	
	#content { position:absolute; margin-top:100px; height:400px; background-image:url(../_img/static/content-background.png); width:100%; z-index:10; }
	#content-inside { position:absolute; left:50%; margin-left:-409px; display:block; padding:10px; width:818px; height:380px;  }
	#nav { position:absolute; left:50%; margin-left:-409px; display:block; padding:10px; width:818px; }
	#nav-left { float:left; margin-top:35px; }
	.nav-button { margin-right:5px; }
	.nav-active {} 
	#logo { float:right; }
	
	#column-left { float:left; width:465px; }
	#projecten-left { float:left; width:800px; }
	#projecten-text { float:left; width:200px; }
	#projecten-left-inside { float:left; width:400px; margin-left:10px; }
	
	#column-right { float:left; height:380px; width:300px; margin-left:20px; }
		#project-space { margin-left:25px; }
		.project-thumb { float:left; margin-left:5px; margin-top:10px; height:330px; width:45px; background-color:#ccc; border:1px solid #fff; cursor:pointer; overflow:hidden; }
	#undertitle { clear:both; float:left; width:340px; margin-top:12px; }
	
	#title { clear:both; float:left; padding:0; margin:0; margin-top:5px; }
	#text { clear:both; }
		
	#header { height:146px; width:100%; }
	
	#footer { position:absolute; width:100%; bottom:10px; height:20px; color:#fff; font-size:11px; } 
		#footer-column-left { margin-left:20px; }
		
	#cnct_action { float:left; margin-top:20px; }

h1 { display:none; }
h2 { font-size:18px; font-weight:bold; margin-bottom:5px; color:#000; text-decoration:none; }
h3 { font-size:13px; color:#666; }
form { padding:0; margin:0; }
p { margin-bottom:10px; }

.footer{ text-decoration:none; }

a { text-decoration:underline; color:#fff; }

	/*Supersize Plugin Styles*/
	#supersize img, #supersize a{
		height:100%;
		width:100%;
		display:none;
		z-index:-1;
	}
	#supersize .activeslide, #supersize .activeslide img{
		display:inline;
	}

/* cnct */

.cnct_row { width:99%; margin-bottom:5px; border:1px solid #888; }
