@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
} 

img{
	border:0;
}

.clear_both{
	clear:both;
}

.float_right{
	float:right;
}

/* LINKS */
a { 
	color:#ccc; 
	text-decoration:none;
}

a:hover { 
	color:#FFF; 
	text-decoration:none;
}
/*#body_container{
	height:500px; 
	max-width:80%;
	position:absolute; 
	top:50%; 
	margin-top:-250px; 
	border:1px #000 solid;
	left:10%;
	right:10%;
}*/

#body_container{
	height:500px; 
	width:100%;
	position:absolute; 
	top:50%; 
	margin-top:-250px; 
	min-width:1000px;
	visibility:hidden;
	
	
}

<!-- HEADER -->
#logo_container{
	height:75px;
	width:100%;
}

#logo_short{
	background-image:url(images/layout/logo_short.png);
	height:63px;
	width:60px;
	float:left;
	margin-left:20px;
}

#logo{
	background-image:url(images/layout/logo.png);
	height:70px;
	width:253px;
	float:right;
	margin-right:20px;
}

<!-- END HEADER -->

<!-- CONTENT -->

#main_container{
	float:none;
}

.content_container{
	
}

.content_containerbar{
	background-color:#000000;
	height:5px;
	width:100%;
	min-width:800px;
	float:left;
	clear:both;
}

.sub_content_containerbar{
	background-color:#ffffff;
	height:250px;
	width:5px;;
	float:left;
}

.content_containerbar_label{
	padding-left:20px;
	margin-top:3px;
	margin-bottom:3px;
	float:left;	
}

.sub_content_containerbar_label{
	margin-left:3px;
	margin-right:3px;
	padding-top:10px;
	float:left;	
}


img.toggler {
	cursor: pointer;
}

img.portfolio_toggler {
	cursor: pointer;
}

img.thom_toggler {
	cursor: pointer;
}

#thomkoopmanphoto_bg{
	background-image:url(images/photo/thom_hover.jpg);
	height:250px;
	width:190px;
	cursor:default;
	z-index:1;
}

#thomkoopmanphoto_hover{
	cursor:default;

}

.element{
	background-color:#000;
	color:#FFF;
	margin:0px;
	padding-left:20px;
	padding-right:20px;	
}

.element_content{
	height:250px;
}

.portfolio_element{
	color:#FFF;
	margin:0px;
	float:left;
}

.portfolio_element_content{
	width:450px;
	height:250px;
	float:left;

}

.portfolio_container{
	float:left;
	min-width:800px;
}

.thom_container{
	min-width:800px;
	float:left;
}

.thom_element{
	color:#FFF;
	margin:0px;
	float:left;
}

.thom_element_content{
	width:400px;
	height:250px;
	float:left;
	padding-left:5px;
	
}

.thom_content_right{
	width:190px;
	float:right;
	text-align:right;
}


.element_content_left{
	min-width:400px;
	width:800px;
	float:left;
}

.element_content_right{
	min-width:400px;
	float:right;
	text-align:right;
	
}

.info{
	background-image:url(/images/layout/info_bg.png);
	height:25px; 
	font-size:14px; 
	font-weight:bold; 
	line-height:25px; 
	border-top:#FFF solid 2px;
	padding-left:10px; 
}

.info_spacer{
	height:225px;
}


<!-- END CONTENT -->

<!-- FOOTER -->

#footer_container{
	float:right;
}
#footer_content{
	float:right;
	position:relative;
	margin-right:20px;
	margin-top:3px;
	margin-bottom:3px;

}

 <!-- END FOOTER -->


