/**reset start**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
border:0px;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body{
height:100%;
}

html {
/*     overflow: -moz-scrollbars-vertical;
     overflow: scroll; */
}
/**reset end**/

@font-face {
    font-family: 'inderregular';
    src: url('recources/inder-regular-webfont.eot');
    src: url('recources/inder-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('recources/inder-regular-webfont.woff') format('woff'),
         url('recources/inder-regular-webfont.ttf') format('truetype'),
         url('recources/inder-regular-webfont.svg#inderregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
 font-size:20px;
	font-family: 'inderregular', Arial, sans-serif; 
	color:#bc161c;

}
.content{
		padding-left:10px;
		color:#464646;
			font-size:14px;

	font-family: 'inderregular', Arial, sans-serif; 
}

.content strong {
		font-weight: bold;
}
.content b {
		font-weight: bold;
}
/**ligthart css*/

.home{
	height:100%;
	background-image:url('images/background.jpg');
	background-repeat:repeat;
}
.language-bar{
	background-image:url('images/language.png');
	background-repeat:no-repeat;
	height:44px;
	width:174px;
}
.ligthart-logo{
	background-image:url('images/logo_ligthart.png');
	background-position:0,0;
	background-repeat:no-repeat;
	height:77px;
	width:351px;
cursor:pointer;
}
/* MENU */
.menu-button-left,.menu-button-left-highlighted{
	background-image:url('images/menu_btn_left.png');
	background-position:0,0;
	background-repeat:no-repeat;
	height:36px;
	width:78px;
}
.menu-button,.menu-button-highlighted{
	background-image:url('images/menu_btn_center.png');
	background-position:0,0;
	background-repeat:repeat-x;
	height:36px;
padding:0px 8px 0px 8px;			 
}
.menu-button-right,.menu-button-right-highlighted{
	background-image:url('images/menu_btn_right.png');
	background-poISO-8859-1sition:0,0;
	background-repeat:no-repeat;
	height:36px;
	width:83px;
}

#nav-menu{
	position:relative; 
	top:30px;
right:10px;
}
#nav-menu a{
	position:relative;	
	top:0px;
  font-family: 'inderregular', Arial, sans-serif; 
	font-size:14px;
  text-decoration:none;
}
.slider-titel{
	font-family: 'inderregular', Arial, sans-serif; 
	font-size:20px;
	color:#000;
	margin-left:10px;
}
.imageObject a{
  font-family: 'inderregular', Arial, sans-serif; 
	font-size:12px;
  text-decoration:none;
	color:#bc161c;
	position:relative;
	bottom:3px;
	left:5px;
}

.menu-button-left a{
	left:22px;
	color:#000;
}
.menu-button a,.menu-button-right a{
	color:#000;
}
.menu-button-highlighted a{
	color:#bc161c;
}
.menu-button-left-highlighted a{
	color:#bc161c;
left:22px;
}
.menu-button-right-highlighted a{
	color:#bc161c;
}
.fade-line{
	background-image:url('images/fade_line.png');
	background-position:0,0;
	background-repeat:no-repeat;
	height:31px;
	width:881px;
}
.slider-container-background{
	background-image:url('images/slider_bg.png');
	background-position:0,0;
	background-repeat:no-repeat;
	height:357px;
	width:608px;
	position:relative;
}
.slider-container{
	position:relative; 
	top:25px; 
	left:19px;
}
#project-menu{
	width:241px;
position:relative;
	top:-9px;
}
.project-menu-background{
		background-image:url('images/menu-background.png');
		background-position:0,0;
		background-repeat:repeat-y;
		height:100%;
		width:221px;
		padding:12px;
}
.project-menu-top{
		background-image:url('images/menu-top.png');
		background-position:0,0;
		background-repeat:no-repeat;
		height:16px;
		width:221px;
}
.project-menu-bottom{
		background-image:url('images/menu-bottom.png');
		background-position:0,0;
		background-repeat:no-repeat;
		height:11px;
		width:221px;
}
.project-menu-item{
	width:70%; 
	margin:5px 0px 10px 12px;
  font-family: 'inderregular', Arial, sans-serif; 
	font-size:14px;
  text-decoration:none;
	color:#000;
	cursor:pointer;
}

.project-menu-item-background{
	  background-image:url('images/menu-fade.png');
		background-position:0,0;
		background-repeat:no-repeat;
		height:18px;
		width:214px;
		position:relative;
		right:9px;
		margin:-5px 0px 4px 0px;
}

.project-menu-category{
	font-family: 'inderregular', Arial, sans-serif; 
	font-size:16px;
  text-decoration:none;
	color:#000;
	cursor:pointer;
	margin-top:12px;
	margin-bottom:5px;
}

.project-menu-hr{
	width:180px;
	height:1px;
	background-color:#dfdfdf;
	margin:9px 0px 6px 0px;
}

.projects{
	display:none;
}

.projects_unhidden{
	display:block;
}

#footer{
	background-image:url('images/footer_bg.png');
	background-position:0,0;
	background-repeat:repeat-x;
	height:156px;
	width:855px;
}
.footer-cell{
	font-family: 'inderregular', Arial, sans-serif; 
	font-size:12px;
  text-decoration:none;
	color:#fff;
	padding-left:28px;
	padding-top:23px;

}
h1.project-titel{
	background-color:#bc161c;
	color:#fff;
	font-family: 'inderregular', Arial, sans-serif; 
	font-size:24px;
  padding:10px;

}
.project-label,.project-content{
  font-family: 'inderregular', Arial, sans-serif; 
	font-size:14px;
}
.project-label{
	margin-left:10px;	
	color:#464646;
}
.project-content{
	color:#000;
}
.foto_groot_bg{
	background-image:url('images/project_foto_bg.png');
	width:608px;
	height:351px;

	background-repeat:no-repeat;
}
.project-image-header{
	position:relative;
 z-index:100;
top:12px;

}

.project-btn-prev,.project-btn-next{
	background-image:url('images/pijl_l.png');
	width:116px;
	height:29px;
	background-repeat:no-repeat;
	color:#fff;
  font-family: 'inderregular', Arial, sans-serif; 
	font-size:14px;
	cursor:pointer;
}
.project-btn-next{
	background-image:url('images/pijl_r.png');
}
.project-btn-prev{
	background-image:url('images/pijl_l.png');
}
.project-btn-prev-label,.project-btn-next-label{
	position:relative;
}
.project-btn-prev-label{left:42px;}
.project-btn-next-label{left:25px;}
.foto_klein_bg{
	background-image:url('images/project_foto_small_bg.png');
	background-repeat:no-repeat;
	height:172px;
	width:222px;
}
.project-image-klein{
		margin-right:2px;
		margin-top:10px;
cursor:pointer;
}
.footer-spacer{
background-image:url('images/footer_spacer.png');
background-position:5px 5px;;
height:151px;
width:30px;
			background-repeat:no-repeat;
}
h2.project-omschrijving{
  color:#bc161c;
	font-family: 'inderregular', Arial, sans-serif; 
	font-size:20px;

}
