/* @override 
	http://localhost:8888/css/layout.css
	http://test.ikoon.biz/new_eurac/css/layout.css
*/

html, body{
	margin: 0px;
	padding: 0px;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	height: 100%;
	min-height: 100%;
	width: 100%;
	position: relative;
}


img a,
a img{
	border: none;
	outline: none;
}

#container{
	margin: 0 !important;
	width: 100%;
	min-width: 910px;
	overflow: hidden;
}


#header{
	height: 200px;
	background-image: url(../images/header_bg.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#inner-header{
	position: relative;
	width: 910px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#inner-header #logo{
	position: relative;
	width: 910px;
	height: 162px;
	margin-left: auto;
	margin-right: auto;
}

#inner-header #logo img{
	position: absolute;
	bottom: 17px;
	left: 0px;
}

#inner-header #menu{
	position: relative;
	width: 910px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}

#inner-header #slogan{
	position: absolute;
	right: 0px;
	width: 720px;
	bottom: 5px;
	font-size: 40px;
	color: #2A5CAA;
	text-transform: uppercase;
}

#menu ul{
	margin: 0;
	padding: 0;
}

#menu ul li.hoofd{
	position: relative;
	list-style: none;
	display: inline-block;
	width: 94px;
	height: 65px;
	margin: 0px;
	padding-left: 0px;
	margin-right: 4px;
}

#menu ul li.hoofd.last{
	margin-right: 0px;
}

#menu ul li.hoofd.first{
	margin-left: 0px;
}

#menu ul li.hoofd a{
	position: absolute;
	list-style: none;
	display: inline;
	height: 100%;
	width: 85px;
	background-color: #00B3F0;
	text-decoration: none;
	color: #8ED8F8;
	margin-left: 0px;
}

#menu ul li.hoofd a{
	padding-left: 8px;
}

/* My Comment */
#menu ul li a{
		text-transform: uppercase;
		font-size: 8px;

}
#menu ul li.hoofd a span{
	color: #FFF;
	font-size: 26px;
	float: left;
	width: 80%;
	overflow: hidden;
	margin-top: 10px;
}

#menu ul li.hoofd a.current,
#menu ul li.hoofd a:hover{
	background-color: #2A5CAA;
	color: #B2C7D3;
}

#menu ul li ul li a.current{
	color: #00B3F0 !important;
}

#dropdown{
	position: relative;
	margin-top: 75px;

}

/* My Comment */

#dropdown ul{
	margin: 0px;
	padding: 0px;
}

#menu ul li #dropdown ul{
	display: none;
}

#menu ul li:hover #dropdown ul{
	display: block;
}

#dropdown ul.profielen,
#dropdown ul.roosters,
#dropdown ul.sandwichpanelen,
#dropdown ul.carbon{
	margin-left: 0px;
	background-color: #2A5CAA;
	width: 93px;
	float: left;
	margin-top: -10px;
}


#dropdown ul li{
	list-style: none;
	width: 83px !important;
	border-top: 1px solid #fff;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#dropdown ul li.first{
	border: none;
}

#dropdown ul li a{
	position: relative !important;
	height: auto !important;
	padding: 0px !important;
	margin-left: 0px !important;
	width: 124px !important;
	background-color: transparent !important;
	color: #fff !important;
	font-size: 10px;
}

#dropdown ul li a:hover,
#dropdown ul li:hover a{
	color: #00B3F0 !important;
}


/*      content          */
#content{
	margin-top: 0px;
	overflow: hidden;
	min-height: 100%;
	width: 100%;
	background-color: #f7f5f5;
}

#content-inner{
	position: relative;
	width: 910px;
	min-width: 910px;
	margin-top: 0px;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
}


#content-inner #left{
	width: 508px;
	padding-right: 10px;
	float: left;
	text-align: right;
	color: #939598;
	margin-top: 80px;
}

.contact #content-inner #left{
	margin-top: 55px;
}

.contact #content-inner #left p{
	margin-top: 0px;
}

.home #content-inner #left{
	margin-top: 50px;
}

#content-inner #left p a,
#content-inner #left p{
	color: #939598;
}

#content-inner #left p a:hover{
	color: #414042;
}


#content-inner #left h3{
	text-align: left;
	color: #414042;
	font-size: 25px;
	padding-left: 20px;
}

.home #content-inner #left h3{
	text-align: left;
	color: #414042;
	font-size: 25px;
	padding-left: 20px;
	margin: 0;
}

#content-inner #right{
	width: 387px;
	float: right;
	padding-top: 37px;
	border-left: 1px solid #fff;
	min-height: 405px;
}


.dakranden #content-inner #right{
	padding-top: 0px;
}


#content-inner #right p,
#content-inner #right ul{
	margin-left: 10px;
	color: #939598;
	clear: both;
}
.title{
	margin: 10px;
	color: #00B3F0 !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 200;
	border-bottom: 1px solid;
}

#content-inner #right p a{
	text-decoration: none;
	color: #939598;
}

#content-inner #right p a:hover{
	color: #00B3F0;
}

#content-inner #right #slider{
	width: 387px;
	height: 405px;
}

#content-inner #right #slider img{
	width: auto !important;
	height: 100% !important;
}

#promo{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#promo h3{
	position: relative;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 20px;
	width: 261px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	background-image: url(../images/promo.png);
	margin-top: -49px;
	z-index: 100;
	text-decoration: none;
}

#promo a h3,
#promo a{
	text-decoration: none !important;
	border: none;
}

#promo a:hover h3,
#promo a:hover{
	background-image: url(../images/promo_hover.png);
}

#footer{
	position: relative;
	width: 100%;
	clear: both;
	height: 80px;
	padding-top: 40px;
}

#innerfooter{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}


#innerfooter ul{
	padding: 0;
	margin: 0;
	text-align: center;
}

#innerfooter ul li{
	display: inline;
	list-style: none;
	color: #939598;
}

#innerfooter ul li img{
	margin-left: 5px;
	margin-right: 5px;
}

#innerfooter ul li span{
	text-transform: uppercase;
	color: #BE1E2D;
}

#innerfooter ul li a{
	color: #939598;
	text-decoration: none;
}

#innerfooter ul li a:hover{
	color: #BE1E2D;
	text-decoration: none;
}

#logo_ikoon{
	position: absolute;
	right: 10px;
}


/* profielen */

.profielen #content #left,
.roosters #content #left,
.sandwichpanelen #content #left,
.carbon #content #left{
	margin-top: 0px;
	height: 100%;
	min-height: 100%;
	text-align: left;
	width: 246px;
}

.profielen #content #right,
.roosters #content #right,
.sandwichpanelen #content #right,
.carbon #content #right,
.dakranden #content #right{
	margin-top: 0px;
	width: 650px;
}

.profielen #content #right img.thumb,
.roosters #content #right img.thumb,
.sandwichpanelen #content #right img.thumb,
.maatwerk #content #left img.thumb,
.carbon #content #left img.thumb,
.dakranden #content #right img.thumb{
	width: 150px;
	height: auto;
	margin-bottom: 10px;
	float: left;
}

.maatwerk #content #left img.thumb{
	margin-right: 4px;
	margin-bottom: 4px;
}

.profielen #content #right img.after,
.roosters #content #right img.after,
.sandwichpanelen #content #right img.after,
.carbon #content #right img.after,
.dakranden #content #right img.after{
	width: 150px;
	height: auto;
	margin-bottom: 10px;
	float: left;
	clear: left;
}

.profielen #content #right img.thumb.first,
.roosters #content #right img.thumb.first,
.sandwichpanlen #content #right img.thumb.first,
.carbon #content #right img.thumb.first{
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
	float: left;
}

.profielen #content #right img.normaal,
.roosters #content #right img.normaal,
.sandwichpanelen #content img.normaal,
.carbon #content img.normaal{
	float: left;
	clear: both;
}

.profielen #content #left ul,
.roosters #content #left ul,
.sandwichpanelen #content #left ul,
.carbon #content #left ul{
	margin-top: 70px;
	padding: 0px;
	padding-left: 10px;
}

.profielen #content #left ul li,
.roosters #content #left ul li,
.sandwichpanelen #content #left ul li,
.carbon #content #left ul li{
	list-style: none;
}

.profielen #content #left ul li a,
.roosters #content #left ul li a,
.sandwichpanelen #content #left ul li a,
.carbon #content #left ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #939598;
}

.profielen #content #left ul li a.current,
.profielen #content #left ul li a:hover,
.roosters #content #left ul li a.current,
.roosters #content #left ul li a:hover,
.sandwichpanelen #content #left ul li a.current,
.sandwichpanelen #content #left ul li a:hover,
.carbon #content #left ul li a.current,
.carbon #content #left ul li a:hover{
	text-transform: uppercase;
	text-decoration: none;
	color: #00B3F0;
}

#menu3 ul{
	margin: 10px;
	padding: 0px;
}

#menu3 ul li{
	list-style: none;
	display: inline;
	text-transform: uppercase;
}

#menu3 ul li:after{
	content: ' . ';
}

#menu3 ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #939598;
}

#menu3 ul li a.current,
#menu3 ul li a:hover{
	color: #00B3F0;
}

#content #right h1{
	margin: 10px;
	color: #00B3F0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 200;
	border-bottom: 1px solid;	
}

.roosters #content #right img,
.dakranden #content #right img,
.sandwichpanlen #content #right img,
.profielen #content #right img,
.carbon #content #right img{
	margin-left: 10px;	
}

.roosters img.tabel_thumb{
	width: 200px;
}


/* maatwerk */


.maatwerk #content-inner #left{
	width: 508px;
	padding-left: 10px;
	padding-right: 0px;
	float: right;
	text-align: left;
	color: #939598;
	margin-top: 80px;
}

.maatwerk #content-inner #right{
	width: 387px;
	float: left;
	padding-top: 37px;
	border-right: 1px solid #fff;
}

.realisaties #content-inner{
	padding-top: 60px;
	min-height: 385px;
}


.realisaties #content-inner img{
	width: 127px;
	height: 75px;
	margin-right: 0px;
	margin-left: 0px;
}

.realisaties #content-inner .last img{
	margin-right: 0px;
	width: 124px;
}


/* contactform */

fieldset{
	border: none;
	padding: 0;
	margin-top: 20px;
	margin-left: 0px;
	width: 100%;
}

p.group{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	height: auto;
	margin-left: 0px !important;
}

p.group.straat{
	width: 71%;
	float: left;
	clear: none;
}

p.group.nr{
	width: 25%;
	float: right;
	clear: none !important;
}

p.group.postcode{
	width: 28%;
	clear: none !important;
}

p.group.gemeente{
	width: 68%;
	float: right;
	clear: none !important;
}

label{
	position: absolute;
	top: 5px;
	z-index: 1;
	margin-left: 5px;
	color: #939598;
}

input,
textarea{
	height: 20px;
	margin-bottom: 5px;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	border: none;
	background-color: #D4D4D4;
	width: 100%;
	font-size: 15px;
	padding: 5px;
	color: #4D4D4D;
	padding-right: 0px;
}

.veldnaam{
	display: none;
}

textarea{
	height: 50px;
}

.error{
	background-color: #00B3F0;
	color: #fff;
}

p.verzenden{
	
}
input#submit{
	position: relative;
	float: right;
	background-color: #00B3F0;
	color: #fff !important;
	width: 100px;
	height: 30px;
	text-transform: uppercase;
	margin-right: 20px;
	margin-top: -28px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.2);
	cursor: pointer;
	padding-right: 5px;
	text-indent: 0px;
	
}

input#submit:hover{
	background-color: #2A5CAA;
}

p.ok{
	color: #939598;
}

/* table */
table{
	float: left;
	clear: both;
	width: 400px;
	border-collapse: collapse;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

table tr{
	border: 2px solid #f7f5f5;
	border-bottom: 0px;
	border-top: 0px;
	
}

table td{
	border: 1px solid #BE1E2D;
	
	padding: 2px;
	text-align: center;
	color: #939598;
	font-size: 14px;
}


.sandwichpanelen #right #pdf {
	margin-left: 10px;
}

.sandwichpanelen #right #pdf img.vier{
	margin-left:0px;
}

.sandwichpanelen #right #pdf img{
	width: 147px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}

.sandwichpanelen #right #pdf img.vier{
	margin-right:0px;
}


a img{
	border: none;
	outline: none;
}

#menu_lang{
	position: absolute;
	width: 910px;
	left: 50%;
	margin-left: -455px;
	top: 120px;
	right: 0px;
	text-align: right;
}

#menu_lang a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

#menu_lang a:hover,
#menu_lang a.current{
	color: #fff;
}
