@import url('jquery-scroll.css');

/*logo's goed maken nieuw ontwerp*/

#container #header #header_mid .projLeft{
z-index: -1;
position: absolute;
margin: -16px 0px 0px -20px;

*margin: -16px 0px 0px -785px;
}

#container #header #header_mid .projMid{
position: relative;
padding: 0px 0px 0px 205px;
}

#container #header #header_mid .projRight{
z-index: -1;
position: absolute;
margin: -16px 0px 0px 576px;

*margin: -16px 0px 0px -189px;
}

/*einde logo's goed maken nieuw ontwerp*/

/*
BASIC
*/
*{
margin: 0px;
padding: 0px;
text-decoration: none;
}

img{
border: none;
}

html{
overflow-y: auto;
background: url('../images/bg_html2.png') center 25px #fff repeat-x;
width: 100%;
height: 100%;
}

body{
width: 100%;
height: 100%;
font-family: Arial;
}

#background_fade{
margin: 0 auto;
position: relative;
width: 980px;
height: 418px;
z-index: -1;
}

#background_fade img{
position: absolute;
display: none;
margin: 0 auto;
width: 980px;
height: 418px;
}

#container.fade{
position: relative;
width: 980px;
height: 650px; /* 100% */
margin: -418px auto;
display: table;
}

#container.normal{
position: relative;
width: 980px;

margin: 0 auto;
display: table;
}

#header{
padding: 0px 0px 0px 0px;
position: relative;
}

.menu_top
{
    z-index: 99;
    height: 40px;
    padding-left: 50%;
}
.menu_top div
{
    padding-left: 135px;
    line-height: 40px;
}
.menu_top a
{
    color: #1a171b;
    font-size: 14px;
    display: block;
    float: left;
    margin-left: 20px;
}
.menu_top a.active
{
    border-bottom: 1px solid #1a171b;
}

#line_vertical{
width: 100%;
height: 1px;
background: #c0c0c0;
}

#header_mid{
height: 75px;
}

#header_mid #logo_left{
padding: 0px 0px 0px 20px;
z-index: 999;
width: 150px;
height: 50px;
margin: 11px 35px 0px 0px;
position: relative;
float: left;
}

#header_mid #logo_right{
z-index: 999;
width: 150px;
height: 50px;
float: left;
margin: 11px 0px 0px 40px;
position: relative;
}

#header_mid #menu{
float: left;
position: relative;
margin: 0px 0px 0px 0px;
}

#header_mid #menu a.first{
border-left: solid 1px #c0c0c0;
}

#header_mid #menu a{
    float: left;
    display: block;
    padding: 32px 30px 0px 30px;
    height: 43px;

    cursor:pointer;
    font-size: 13px;
    color: #000;

    border-right: solid 1px #c0c0c0;
    background-image: url("../images/blank.gif");
}
/* glasmonsters */
#header_mid #menu a.gm{
    padding-left: 19px;
    padding-right: 19px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){

	#header_mid #menu a{
		height: 75px;
	}

} 

#header_mid #menu a:hover{
background-color: #fff;
}

#header_mid #menu a.over{
background-color: #fff;
}

#content{
display: table;
position: relative;
width: 980px;
height: 326px;
}

#content #wrapper_proj{
margin: 341px 0px 0px 0px;
position: relative;
width: 670px;
}

#content #projecten{
width: 670px;
background: url('../images/bg_content_white.png');
bottom: 0;
position: absolute;
display: table;
margin: 0px 0px 0px 56px;
padding: 0px 0px 0px 0px;
overflow: hidden;
}

#content #projecten #projecten_links{
float: left;
font-size: 30px;
padding: 12px 30px 12px 30px;
}

#content #projecten #projecten_rechts{
float: right;
}

#projecten_tekst span{
display: inline;
}

#projecten_tekst .projleesmeer{
display: inline-block;
}

#projecten_tekst .projtogglelarge{
display: none;
}

#projecten_tekst{
width: 400px;
padding: 12px 0px 12px 0px;
font-size: 14px;
float: left;
}

#projecten_fill{
float: right;
width: 87px;
}

#projecten_nav{
padding: 11px 0px 0px 0px;
float: right;
}

#projecten_nav .left{
margin: 0px 0px 0px 39px;
}

#projecten_nav .right{
margin: 0px 6px 0px 0px;
}

#content #montage{
width: 328px;
margin: 51px 0px 0px 56px;
padding: 10px 0px 10px 0px;
background: url('../images/bg_content_white.png');
}

#content #montage h1{
font-size: 28px;
padding: 0px 20px 10px 20px;
}

#content #montage p.block{
line-height: 16px;
padding: 0px 20px 0px 20px;
font-size: 12px;
color: #000;
}

#content #nieuws{
    width: 250px;
    margin: 51px 0px 0px 56px;
    padding: 10px 0px 10px 0px;
    background: url('../images/bg_content_white.png');
    float:left;
}

#content #nieuws h1{
    font-size: 28px;
    padding: 0px 20px 10px 20px;
}

#content #nieuws p.block{
    line-height: 16px;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
    color: #000;
}

#content #nieuws a.nieuwslink {
    margin-top: 3px;
    display:block;
    clear:both;
    font-size: 16px;
    color: #000;
}
#content #nieuws a.nieuwslink:hover {
    color: #ff0000;
}

a.download_link {
    color: #000000;
    text-decoration: underline;
}
a.download_link:hover {
    text-decoration: none;
}
#content #nieuws .nieuwslink small {
    font-size: x-small;
}

#footer{
clear: both;
position: relative;
margin: 0px 0px 0px 75px;
font-size: 10px;
color: #c11d2c;
}

#footer p{
padding: 30px 0px 0px 0px;
}

#footer .text{
float: left;
}

#footer .stripe{
margin: 0px 5px 0px 5px;
float: left;
}

#footer a{
color: #c11d2c;
text-decoration: none;
}

#footer a:hover{
text-decoration: underline;
}
	/*
	CONTENT PRODUCTEN
	*/
	#producten_nav{
	margin: 283px 0px 0px 930px;
	position: relative;
	}

	/*
	CONTENT PROJECTEN
	*/
	.leftprojecten{
	display: none;
	position: absolute;
	z-index: 9;
	margin: 0px 0px 0px -30px;
	}
	
	.rightprojecten{
	display: none;
	margin: 0px 0px 0px 900px;
	position: absolute;
	z-index: 9;
	}
	
	#projecten_bottom{
	display: table;
	position: relative;
	clear: both;
	height: 160px;
	width: 900px;
	margin: 18px 0px 0px 58px;
	}
	
	#projecten_bottom #wrapper{
	position: absolute;
	width: 900px;
	height: 160px;
	overflow: hidden;
	}
	
	#projecten_bottom #wrapper a{
	float: left;
	width: 180px;
	height: 160px;
	display: block;
	}
	
	#projecten_bottom #wrapper a span{
	font-size: 11px;
	color: #aba9ab;
	}
	
	#projecten_bottom #wrapper a span.title{
	display: block;
	margin: 8px 0px 0px 0px;
	}
	
	#projecten_bottom #wrapper a span.city{
	display: block;
	}
	
	#projecten_bottom #wrapper #movethis{
	position: absolute;
	}
	
	#projecten_bottom #wrapper .blockelement{
	position: relative;
	float: left;
	}
	
	#movethis{
	position: absolute;
	width: 1900000px;
	}