html, body {
	height:100%; /* gives layout 100% height */
	overflow:inherit;
	font-family: Arial, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}


a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #00FFF1;	
}

#wrapper {
	min-height:100%; /* gives layout 100% height */
	width:100%; /* centered div must be given a width */
	margin:0 auto;
	z-index: -3;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/load.gif)
}

.notloading {
	background-image: none !important;
	background: none !important;
}

* html #wrapper { 
	height:100%; /* IE6 treats height as min-height */
}

/* scaling background */
div#container {
	position: relative;
	z-index: -2;
	color: white;
		
}
div#scale {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
	overflow: hidden;
}
div#scale img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -4;
}
/* end scaling background */


p, td {
	
	font-size: 12px;
}
#content {
	z-index: 1;
	height: auto;
	position: absolute;
	top: 0px;
	left: 100px;	
	overflow: hidden;
}

#content.portfolio {
	width: 100%;
	top: 100px;
	left: 0px;
		
}
#content.publications {
	
	left: 0px;
	
	
		
}
#content.portfolio h1 {
	margin-left: 100px;	
}

#content.publications h1 {
	margin-left: 100px;
	
}

.image_nav {
}

.col_300_wrapper {
	background-image: url(/assets/project/img/background_panels.png);
	background-repeat: repeat;
	background-position: left top;
	width: 290px;
	margin-right: 15px;
	margin-top: 15px;
	float: left;
	max-height: 430px;
	height: auto !important;
	height: 430px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.col_300 {
	width: 280px;
	max-height: 430px;
	height: auto !important;
	height: 430px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}

.col_600_wrapper {
	background-image: url(/assets/project/img/background_panels.png);
	background-repeat: repeat;
	background-position: left top;
	width: 590px;
	margin-right: 15px;
	margin-top: 15px;
	float: left;
	max-height: 430px;
	height: auto !important;
	height: 430px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.col_600, .col_video {
	width: 580px;
	max-height: 430px;
	height: auto !important;
	height: 430px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}
#navigation {
	position: relative;
	height:30px;
	overflow: display;
	width:95%; /* centered div must be given a width */
	margin:-60px auto 0;
	z-index: 10; 
}

#navigation table td {
	background-image: url(../../../assets/project/img/background_panels.png);
	background-repeat: repeat;
	background-position: left top;
		
}

#nav_thumbs, #nav_thumbs td  {
	background-image: none !important;	
}

div.popupitem a.active, a.active {
	color: #00FFF1;
}

#thumbstd a {
	margin-right: 2px;
	display: block;
	
}

#thumbstd a img {
	margin: 1px;
	
}

#thumbstd a.active img, #thumbstd a img:hover {
	border: 1px solid #00FFF1;
	margin: 0px;
}

#navigation table {
	height: 30px;
}

#navigation {
	font-family: Georgia,"Times New Roman",Times,serif !important;
	font-size:14px !important;	
}

#navigation .main-menu {
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
#navigation .main-menu-tekst {
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	font-size: 14px;

}
#navigation .main-menu-item {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
	font-size: 14px;
}
#navigation .thumbs {
	background-color:none;
}

#navigation a.nav {
	display: block;	
}
#navigation a:link, #navigation a:visited, div.popupmenu a:link, div.popupmenu a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#navigation a:hover, #navigation a:focus, div.popupmenu a:hover, div.popupmenu a:focus, div.popupmenu a.active, #navigation a.active {
	color: #00FFF1;
	
}

/* Popup menus */
div.popupmenu a {
	display: block;
	margin-bottom: 3px;	
}
#navwrap {
	position: absolute;
	bottom: 0px;
	margin-bottom: 60px;
	width: 100%;
	z-index: 49;
	height: 20px;
	overflow: display; 
}

div.popupmenu {
	background-image: url(../../../assets/project/img/background_panels.png);
	background-repeat: repeat;
	background-position: left top;
	width: auto;
	display: none;
	position: absolute;
	bottom: 0px;
	z-index: 255;
	overflow: display;
	display: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-right: 10px;
	
}


/* Sliding panel */

div.slider {
	padding-right: 20px;
}

div.slider_hidden {
	margin-left: 90%;
}

div.slider_visible {
	margin-left: 0px;
	cursor: pointer;
}


/* Thumbnail slider */

div#menu_nav_thumbs {
	
}

div#menu_nav_thumbs_left {
	float: left;
	width: 35px;
	text-align: center;
	
}
div#menu_nav_thumbs_wrap {
	float: left;
	width: 1px;
	height: 30px;
	overflow: hidden;	
}

div#menu_nav_thumbs_right {
	float: left;
	text-align: right;
	width: 32px;
	
	
}

img.smallthumb {
	margin-right: 4px;	
}


/* Image navigation */
div.image_left {
	position: absolute;
	right: 35px;
	z-index: 65500;
}

div.image_right {
	position: absolute;
	right: 0px;
	z-index: 65500;
}


/* Publications */
#publications_outer {
	width: 1px;
	overflow: hidden;
}

#publications_inner {
	width: 65500px;
}

#publication_measure {
	float: left;
	clear: after;
}


/* Gmap */

div#map {
	width: 580px;
	height: 420px;
}


/* Portfolio properties */

div.portfolio_props {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 120%;
}

div.portfolio_props b, div.portfolio_props strong {
	font-weight: bold;
	color: #ffffff;
}

/* Preload container */
div#preloader {
	visibility: hidden;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div#content.thumbs {
	padding-right: 100px;
}

div.filler {
	height: 50px;
	width: 100%;
	display: block;
}

a#nav_info, a#nav_news {
	text-indent: 10px;
}

td.main-menu-tekst img, td.main-menu-tekst span {
	float: left;	
}


img.thumbbutton {
	float: right !important;	
}

div#menu_customer_content div.popup_left, div#menu_customer_content div.popup_right {
	float: left;	
}


div#arrowwrap {
	position: absolute;
	bottom: 80px;
	width: 95%;
	margin-left: 2.5%;
	overflow: display;
	height: 30px;
	
}

div#arrows {
	position: absolute;
	width: 100%;
	top: 90%;
}


/* 14:16 */
div#modal {
	z-index: 500;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/assets/project/img/background_panels.png);
	background-repeat: repeat;
	background-position: left top;

}

div#intro {
	z-index: 501;
	text-align: center;
	position: absolute;
	width: 780px;
	height: 480px;
	left: -390px;
	top: 0px;
	margin-left: 50%;
	margin-right: auto;

}

div#intro_movie {
}