html
{
	overflow-y: scroll;
}
body
{
    margin: 0;
    padding: 0;
}
.pagecontainer
{
	margin: auto;
	border: 0;
	width: 100%;
	max-width: 1000px;
	position: relative;
}
#top
{
	height: 170px;
	background-color: #fcb821;	
}
#top .pagecontainer
{
	height: 170px;
}
#logo
{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#efestolasbedrijf
{
	position:absolute;
	top:110px;
	right:20px;
	z-index:10;
    width: 545px;
    height: 36px;
}

#topbalkweb
{
	height: 60px;
}
#sliderbalk
{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 310px;
}
#sitecontent
{
    background-color: #ccc;
}

#content
{
	font-weight: 300;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
    padding-top: 30px;
	min-height:600px;
	background-color: rgba(255,255,255,0.85);
}

h1
{
	font-size:56px;
	font-family: asap_condensed_font, helvetica, sans-serif;
	color: #005b2b;
    text-transform: uppercase;
    position: absolute;
    width: 960px;
    top: -82px;
    line-height: 82px;    
	background-color: rgba(255,255,255,0.7);
    left: 0;
    padding-left: 40px;
}

h2
{
	font-size:19px;
	font-weight: 700;
	color: #005b2b;
}
div.clear
{
    clear: both;
    height: 16px;
}
#bottom
{
	height:146px;
	background-color:#005b2b;
}
#bottommob
{
    background-color:#005b2b;
	color:#cccccc;
	font-size:14px;
    height: 100px;
}
#bottommob a
{
	color: #cccccc;
	text-decoration: none;
}
#bottomcopyright
{
	height:20px;
	background-color:#005b2b;
}
#bottom .pagecontainer
{
	color:#cccccc;
	font-size:14px;
	height: 110px;
	position: relative;
	padding-top: 20px;
}

#bottomcopyright .pagecontainer
{
	color:#ccc;
	font-size:12px;
}

#bottom a, #bottomcopyright a
{
	color: #cccccc;
	text-decoration: none;
}
#bottomcopyright a
{
    color:#ccc;
}
#bottomleft
{
	padding-left: 40px;
	width:680px;
	position: absolute;
	font-size: 11px;
	font-weight: 100;
    font-family: asap_condensed_font, helvetica, sans-serif;
    bottom: 0;
}
#bottomright
{
	width:221px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#bottomright img
{
    border: 0;
}
#hoofdmenu
{
	padding-left: 0;
	padding-right: 0;
	height:60px;
    line-height:60px;
    font-size:28px;
    font-family: asap_condensed_font, helvetica, sans-serif;
    text-transform: uppercase;
}

#hoofdmenu > ul
{
	font-weight: 300;
	height:60px;
	margin:auto;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size:28px;
}
#hoofdmenu > ul > li
{
	display:inline-block;
	height: 60px;
	text-align: left;
	position: relative;
}
#hoofdmenu > ul > li > a
{
	line-height: 60px;
    color:  #303030;
	display: block;
	text-decoration: none;
	padding-left:12px;
	padding-right:12px;
}
#hoofdmenu > ul > li:first-child > a
{
	margin-left: -16px;
}
#hoofdmenu > ul > li:last-child 
{
	
}
#hoofdmenu > ul > li a.selected, #hoofdmenu ul li a:hover
{
	color: #005b2b;
	position: relative;
	background-color: white;
}
#hoofdmenu ul li a:hover
{
	background-color: #005b2b;
	color: #fff;
}


#hoofdmenu ul ul
{
	position: absolute;
	left:0;	
	width: 230px;
	z-index: 10;
	background-color: #fcb821;
	display: none;
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	min-height:170px;
    padding-bottom: 20px;
}
#hoofdmenu ul ul ul
{
	min-height:20px;
    text-transform: none;
}
#hoofdmenu ul > li:hover > ul
{
	display: block;
}

#hoofdmenu ul ul li
{
	float:none;
	position:relative;
	
}
#hoofdmenu ul ul li a
{
	color: #303030;
	font-size:18px;
	font-weight: 100;
	line-height:24px;
	text-decoration: none;
	display: block;
	padding-left:14px;
	padding-top:12px;
	padding-bottom:12px;
	min-height:24px;
}
#hoofdmenu ul ul li a:hover, #hoofdmenu ul ul li a.selected
{
	color:#fff;
	background-color: #005b2b;
}

#hoofdmenu ul ul ul
{
	position: absolute;
	top:0;
	left:230px;	
	width: 230px;
	z-index: 15;
	display:none;
    background-color: #ddd;
}

table.contactgegevens, table.contactgegevens td
{
padding: 0;
margin: 0;
}

table.contactgegevens td
{
	font-size: 14px;
	height: 18px;
}


.ui-widget *
{ 
	outline: none !important; 
}
b, strong
{
	font-weight: 700;
}

#social
{
	position: absolute;
	right:0;
	top: 0;
	z-index:10;
}
#social a
{
	background-color: #fff;
	color:#dedede;
	font-size: 22px;
	width: 44px;
	line-height: 44px;
	display: inline-block;
	text-align: center;
	margin-right: 4px;
	text-decoration: none;
}
#social a:last-child
{
	margin:0;
}
#social a.fa-facebook:hover
{
	background-color: #3B5998;
}
#social a.fa-twitter:hover
{
	background-color: #33ccff;
}
#social a.fa-google-plus:hover
{
	background-color: #c63d2d;
}
#social a.fa-linkedin:hover
{
	background-color: #4875b4;
}
#social a.fa-youtube:hover
{
	background-color: #ff3333;
}
div.informatieaanvraag td
{
	height: 36px;
}
ul.ilinklist 
{
}
a.ilink
{
padding-left: 40px;
background: url(/siteimg/linkli.png) no-repeat;
background-position-x: 12px;
background-position-y: 2px;
}
table.formulier
{
margin-top: 10px;
}
table.formulier tr td
{
min-height: 36px;
vertical-align: text-top;
position: relative;
}
table.formulier span.tablabel2
{
    height: 80px;
    display: inline-block;
    background-color: red;
    top: 0;
}
.onlymobile
{
	display: none;
}
.fbonderschrift
{
font-size: 11px; 
color: #444444;
}
#opmerkingen
{
width: 485px;
margin-bottom: 10px;
}
