/*

BACK
dark-gray:  313131
light-gray: 505050

LOGO
orange:     f26722
dark-gray   231f20

FONT
orange:     ff6600
white:      ffffff

*/
html, body {
    height: 100%; /* héél belangrijk */
    margin: 0;
}


/**** BASICS ****/
body {
	font-family: "Arial";
	font-size: 11px;
    color: white;
    margin: 0px;
    padding: 0px;
	background-color: #000019; 
}
* html body {
    behavior: url("../javascript/csshover2.htc");
}
table.portfolio image {
	display:block;
}

table {
   border:0px;
   border-spacing:0px;
}

td {
}
td.left {
	text-align: left;
}
td.middle {
	text-align: center;
}
td.right {
	text-align: right;
}
td.left div.content_element {
	padding-right: 5px;
	text-align: left;
}
td.middle div.content_element {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
td.right div.content_element {
	padding-left: 5px;
	text-align: left;
}
a {
    color: #8e95a8;
    text-decoration:none;
}
p {
	margin-top: 0;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input {
    color: #333333;
    border: 1px solid #cccccc;
	width: 150px;
	margin-bottom: 10px;
}
input.checkbox {
    border: none;
    width: 14px;
    height: 14px;
}
input.radio {
    border: none;
    width: 14px;
    height: 14px;
}
input.submit {
    color: #333333;
    border: 1px solid #999999;
    background: transparent;
    height: 24px;
    width: 144px;
    margin-left: 92px;
}
textarea {
    color: #333333;
    border: 1px solid #cccccc;
    height: 150px;
    width: 350px;
}
label {
    width: 75px;
    text-align: right;
    border: none;
    padding-right: 15px;
	float: left;
}

/*** BLOG LAYOUT ***/
#blog_container{
	position: fixed;
	top: 0;
	bottom: 0;
	overflow: auto;
	margin-bottom: 20px;
	width: 780px;
	font-size: 11px;
}
input.commentsubmit {
	margin-left: 90px;	
}
#blog_post h4{
	font-weight: bold;
	font-size: 11px;
}
.post_title a{
	color: #FFF;	
}
	.arrow_blog{
		background: url('../image/arrow_blog.png') no-repeat top left;
		width: 17;
		height: 10;
		float: left;
		position: absolute;
		left: 200;
	}
#blog_content{
	padding-right: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
}
	.post_title{
		float: left;
	}
	.post_title img{
		vertical-align: middle;
	}
	.post_date{
		float: right;
	}
	.splitter{
		background: url(../image/blog_title_split.jpg) repeat-x center;
		height: 4px;
	}
	br{
		clear:both;	
	}
	.bold {
		font-weight: bold;	
	}
	.post_tags{
		float: left;	
	}
	.post_comments{
		float: right;	
	}
	#blog_container p{
		padding-top: 5px;
		padding-bottom: 5px;
	}
#blog_nav{
	width: 120px;
	position: absolute;
	right: -120px;
	top: 0;
}
	#blog_nav ul{
		list-style-type: none;	
		margin: 0 0 0 15px;
		padding: 0;
	}
	#blog_nav h4{
		margin: 0px ;
		padding: 0xp ;
		font-size: 11px;
	}

/*** PAGE LAYOUT ***/
#container {
    position: relative;
    min-height: 100%;
    height:auto !important; /* voor moderne browsers */
    height:100%; /* voor IE */
    background-color: #000019;
}

#content_outer {
    position:absolute;
    width: 1000px;
    height:565px; /* height:500px; */
    margin-top:-265px;
    margin-left:-424px;
    top:50%;
    left:50%;
    width: 1000px;
}

#content_inner {
    position:absolute;
    height:585px; /* height:520px; */
    margin-top:-310px; /* 50% height + 50% menu height*/
    margin-left:-426px; /* 50% width */
    top:50%;
    left:50%;
    width: 852px;
}

#page_container{
    position:relative;
}
#page_container a{
    margin:0px;
}

.portfolio_image {
    display:inline;
}
#portinfo {
	text-align: right;
	color: #5AAC26;
	margin-top: 15px;
	font-weight: bold;
}
#portfolio_container {
    position:relative;
}

#portfolio_overlay {
    background-color: #000019;
    position:absolute;
    top:0px;
    left:0px;
    width:780px;
    height:585px; /* height:520px; */
    opacity:0;
    filter:alpha(opacity=0);
	z-index: 2;
	visibility: hidden;
}
#portfolio_info {
    position:absolute;
    top:0px;
    left:0px;
    width:780px;
    height:585px; /* height:520px; */
    opacity:0;
    filter:alpha(opacity=0);
	z-index: 3;
	visibility: hidden;
}

#icons #dots{
	float:right;
	margin-top:22px;
	margin-right:5px;
}

	#icons .dot {
		width:8px;
		height:8px;
		margin-right:5px;
		display:block;
		float:right;
	}
	
	#icons .grey{
		background-image:url(../image/dot_grey.jpg);
	}
	
	#icons .green{
		background-image:url(../image/dot_green.jpg);	
	}

#portfolio_slideshow {
	background-color: #000019;
	z-index: 1;
}

#project_info  {
  	padding:25px 50px 25px 50px;
}
#project_info td{
    color:white;
    vertical-align: top;
}

#image_info  {
    position:absolute;
    right:0px;
    bottom:0px;
    width:300px;
    padding:45px;
    vertical-align:bottom;
}


#arrow_left{
    position:absolute;
    top:250px;
    cursor:pointer;
    left:0px;
}
#arrow_right{
    position:absolute;
    top:250px;
    cursor:pointer;
    right:0px;
}


#logo {
    position:absolute;
    top:0px;
    left:-76px;
	width: 91px;
	height: 48px;
}

#icons {
	text-align: right;
}

#icons img.info{
    display:inline;
    margin-right:7px;
	margin-top: 17px;
	cursor:pointer;
}

#page {

    z-index:10;
    overflow:hidden;
    margin:auto;
    height:585px; /* height:520px; */
    width:780px;
}

#footer {
    z-index:10;
    position: absolute;
    bottom: 0; /* heel belangrijk */
    height: 100px;
    width: 100%;
    /*background: url(../image/footer.png) top left repeat-x;*/
	background: #4d9224;
	overflow: hidden;
}

	#urb {
		position:absolute;
		top:0px;
		left: -170px;
		width: 145px;
		height: 19px;
		background-color: #5bac27;
		text-align: right;
	}
		#urb h1 {
			display: none;
		}
		
	#silo7 {
		position:absolute;
		top:50px;
		right: 20px;
		width: 41px;
		height: 47px;
	}
	#menu {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

#menus{
    position:relative;
    margin:0px;
    padding:0px;
}
#menu a {
	color:#ffffff;
}
#menu a.active {
    color:#000119;
}

#menu  li.menu{
    list-style:none;
    width:90px;
    background-color:#333333;
    padding-left:10px;
    
}
#menu div.submenu_container {
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    margin-left:100px;
}

#menu ul.submenus{
    position:relative;
    margin:0px 0px 0px 0px;
    padding:0px;
    display:none;
}
#menu  li.submenu{
    list-style:none;
    width:90px;
    padding: 0;
	height: 20px;
}

#menu div.subsubmenu_container {
    position:absolute;
    top:0px;
    left:0px;
    overflow:hidden;
    width:100px;
    margin-left:100px;
}

#menu ul.subsubmenus{
    margin:0px 0px 0px 0px;
    padding:0px;
    display:none;
}
#menu  li.subsubmenu{
    background-color:#333333;
    list-style:none;
    width:90px;
    padding-left:10px;
}

.open {
    z-index:1000;
}
/**** MAINMENU ****/

ul.mainmenu {
	display: block;
	list-style: none;
	margin: 11px 6px 0 12px;
	padding: 0;
}
ul.mainmenu a:hover, ul.mainmenu a:visited {
	text-decoration: none;
}

ul.mainmenu li {
	display: block;
	margin-left: 0;
	padding-left: 0;
}

ul.mainmenu a {
	display: block;
	margin-left: 0;
	padding-left: 0;
}

ul.mainmenu li.mainmenu-item {
	float: left;
	margin-left: 0px;
	margin-right: 50px;
	font-weight: bold;
	height: 30px;
}
ul.mainmenu li.mainmenu-item a {
	color: #000000;
}
ul.mainmenu li.mainmenu-item-active a {
	color: #ff6600;
}

.mainmenu-item {
   
}
.mainmenu-item-active, .mainmenu-item:hover {

}
/**** SUBMENU ****/
ul.submenu, ul.subsubmenu {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
ul.submenu a:hover, ul.submenu a:visited, ul.subsubmenu a:hover, ul.subsubmenu a:visited {
	text-decoration: none;
}
ul.submenu li.submenu-item, ul.subsubmenu li.subsubmenu-item {
	margin-left: 0px;
	padding-left:0;
	padding-bottom: 10px;
	margin-top: 5px;
	display: block;
	text-align: right;
	height: 10px;
}
ul.submenu li.submenu-item a, ul.subsubmenu li.subsubmenu-item a {
	color: #000000;
}
ul.submenu li.submenu-item-active a, ul.subsubmenu li.subsubmenu-item-active a {
	color: #ff6600;
    
/*	background: url("../image/menu_selected.png") no-repeat 140px 10px;*/
}
ul.subsubmenu li.subsubmenu-item {
	margin-right: 0px;
	text-align: left
}


/**** CONTENT ****/
h1 {
	font-size: 11px;
	font-weight: bold;
    color: #5aac26;
	padding: 0;
	margin: 0;
}
h2 {
    font-size: 14px;
    font-style: italic;
    color: #C90A29;
	padding: 0;
	margin: 0 0 5px 0;
}
div.content_element {
    margin-bottom: 20px;
}
div.content_element table td {
}
div.content_element_left, div.content_element_center, div.content_element_right {
    width: 33%;
	display: inline;
}
div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
} 

/** crossfade **/

/* default opacity for IE */
img {
	filter:alpha(opacity=100);
}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
}

.slideshow {
	margin: 0 auto;
}
.slideshow a img {
	border: 0;
}
.slideshow-images {
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
	visibility: hidden;
}	
.slideshow-loader {
	height: 30px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}






.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:13px;
}

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:13px;
	height:9px;
	background: url('../image/scroll_up.png') no-repeat 0 0;
	cursor:pointer;
}

.upBtn:hover{
	background: url('../image/scroll_up.png') no-repeat 0 -9px;
}

.upBtn-Active, .upBtn-Active:hover{
	background: url('../image/scroll_up.png') no-repeat 0 -18px;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:13px;
	height:9px;
	background: url('../image/scroll_down.png') no-repeat 0 0;
	cursor:pointer;
}

.downBtn:hover{
	background: url('../image/scroll_down.png') no-repeat 0 -9px;
}

.downBtn-Active, .downBtn-Active:hover{
	background: url('../image/scroll_down.png') no-repeat 0 -18px;
}

.scrollBar{
	display:block;
	position: absolute;
	top:9px;
	right:0;
	bottom:9px;
	width:13px;
	background: #4b4c61;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:13px;
	height:35px;
	min-height:35px;
	cursor: pointer;
	padding:0 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:13px;
	background: url('../image/scroll_bar.png') repeat-y 0 0 ;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background: url('../image/scroll_bar.png') repeat-y -13px 0;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background: url('../image/scroll_bar.png') repeat-y -26px 0;
}

.scrollHandleMiddle{
	display:block;
	position: absolute;
	width:13px;
	height:13px;
	background: url(../img/scrollHandleMiddle.gif) no-repeat 0 0  ;
	top:50%;
	margin:-5px 0 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	background: url(../img/scrollHandleMiddle.gif) repeat-y -24px 0;
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	background: url(../img/scrollHandleMiddle.gif) repeat-y -48px 0;
}

.scrollHandleTop{
	display:block;
	position:absolute;
	width:13px;
	height:0px;
	background: url('../image/scroll_top.gif') no-repeat 0 0;
	top:0;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
	background: url('../image/scroll_top.gif') no-repeat -24px 0;
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	background: url('../image/scroll_top.gif') no-repeat -48px 0;
}

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:13px;
	height:0px;
	background: url('../image/scroll_bottom.gif') no-repeat -48px 0 ;
	bottom:0;
	margin:0 0 0 0;
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
	background: url('../image/scroll_bottom.gif') no-repeat -24px 0;
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background: url('../image/scroll_bottom.gif') no-repeat 0 0 ;
}
