/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

html, body {
	background: #E0DFDF url('../images/bg.jpg') top left repeat-x;
}

body {
	padding: 20px 0 20px 0;
}

#language {
	float: right;
	margin: 36px auto 0 auto;
	width: 650px;
	height: 25px;
}

#languageBig {
	float: right;
	margin: 0 auto 0 auto;
	width: 650px;
	height: 25px;
}

#language ul, #languageBig ul {
	height: 20px;
	list-style-type: none;
	text-align: right;
}

#language ul li, #languageBig ul li {
	display: inline;
	margin: 0 25px 0 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	/*background: transparent url("../images/bg.jpg") repeat-y top left;*/
}

#logo {
	float: left;
	width: 214px;
	height: 75px;
}

#image {
	position: relative;
	float: right;
	width: 783px;
	height: 194px;
	margin: 0 3px 0 0;
	background: url('../images/header.jpg') top left no-repeat;
}

#imageBig {
	position: relative;
	float: right;
	width: 783px;
	height: 230px;
	margin: 0 3px 0 0;
	background: url('../images/headerBig.jpg') top left no-repeat;
}

#leftmenu {
	float: left;
	width: 214px;
	height: 185px;
	background: url('../images/menus/menu_green.jpg') top left no-repeat;
}


/**********************************************************************************************************
-  CONTENT
**********************************************************************************************************/

#main {
	position: relative;
	float: left;
	width: 1000px;
	padding: 0 3px 0 3px;
	margin: 11px 0 0 0;
}

#contenttop {
	width: 994px;
	height: 10px;
	background: url('../images/contenttop.jpg') top left no-repeat;
}

#contenttop-design {
	width: 785px;
	height: 10px;
	margin: 0 0 0 210px;
	background: url('../images/contenttop-design.jpg') top left no-repeat;
}

#content {
	position: relative;
	width: 944px;
	padding: 5px 25px 0 25px;
	background: #fff url('../images/contentbg.jpg') bottom right no-repeat;
	min-height: 230px;
	line-height: 15px;
}

#content #newswrapper {
	 width: 100%;
	 margin-top: 20px;
}

#content #bedrijfsfilm {
	float: left;
	width: 380px;
}

#content #news {
	float: left;
	width: 534px;
}

#content #news .left, #content #news .right {
	width: 257px;
	padding: 10px 10px 10px 0;
	float: left;
}

#content #bedrijfsfilm h1, #content #news h1, #content-design #bedrijfsfilm h1 {
	font-size: 12px;
	border-bottom: 1px solid #1ea12d;
}

#mediaspace {
	display: block;
	padding: 16px 10px 10px 10px;
	background: url('../images/movBg.jpg') no-repeat top left;
}

#content-design {
	width: 735px;
	padding: 63px 25px 5px;
	margin: 0 0 0 210px;
	background: #fff url('../images/contentbg-design.jpg') top right no-repeat;
	min-height: 304px;
	line-height: 15px;
}

#contentbottom {
	width: 994px;
	height: 10px;
	margin: 0;
	background: url('../images/contentbottom.jpg') top left no-repeat;
}

#contentbottom-design {
	width: 785px;
	height: 10px;
	margin: 0 0 0 210px;
	background: url('../images/contentbottom-design.jpg') top left no-repeat;
}

#content-design #map {
	float: right;
	width: 350px;
	height: 250px;
	margin-bottom: 35px;
	border: 1px solid #1ea12d;
}

#content-design #jobs, #content-design #links {
	list-style-position: outside;
}

#content-design span.news {
	color: #666;
}

#corner {
	position: absolute;
	min-width: 360px; /*366px;*/
	min-height: 293px; /*468px;*/
	margin: -234px 0 0 769px;
	background: url('../images/contentbg.png') top left no-repeat;
	overflow:visible;
	z-index: -1;
}

#corner-design {
	position: absolute;
	min-width: 240px; /*366px;*/
	min-height: 323px; /*468px;*/
	top: 0;
	margin: 175px 0 0 -29px;
	background: url('../images/corner-design.jpg') top left no-repeat;
	overflow:visible;
	z-index: -1;
}

#powered {
	margin: 3px 0 0 0;
}

#powered-design {
	float: right;
	margin: 3px 7px 10px 0;
}


/**********************************************************************************************************
-  NAVIGATION
**********************************************************************************************************/

#nav {
	margin: 16px 0 0 45px;
}

#nav, #nav ul {
	list-style-type: none;
	list-style-position: outside;
	z-index: 100;
}

#nav li {
	float: left;
	width: 170px;
	margin: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 160px;
	margin: -25px 0 0 169px;
	vertical-align: bottom;
}

#nav ul li {
	width: 160px;
	margin: 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

#nav li:hover a, #nav li.sfhover a, #nav li:hover span, #nav li.sfhover span {
	background: #4bb457;
	color: #fff;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	position: absolute;
	left: -999em;
	width: 160px;
	margin: -24px 0 0 170px;
}

#nav li li:hover ul,
#nav li li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	background: #1ea12d;
	color: #fff;
}

#nav li a, #nav li span {
	display: block;
	width: 150px;
	padding: 4px 0 4px 8px;
	background: none;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	cursor: pointer;
}

#nav li a.lastitem {
	border-bottom: none;
}

#nav li.selected a, #nav li a:hover, #nav li.selected span {
	background: #4bb457;
	color: #fff;
}

#nav ul li a {
	cursor: pointer;
	display: block;
	width: 160px;
	padding: 5px 0 5px 10px;
	font-size: 12px;
	background: #1ea12d;
	text-decoration: none;
	text-align: left;
	color: #fff;
	margin: 0;
}

#nav ul li.selected a, #nav ul li a:hover, #nav ul li.selected span {
	background: #4bb457;
	color: #fff;
}

#nav ul li.selected a, #nav ul li a:hover {
	color: #fff;
}

#nav a:active {
	outline: none;	
}

#nav a:focus {
	-moz-outline-style: none;
}

/**********************************************************************************************************
-  QUICKLINKS
**********************************************************************************************************/

#quicklinks {
	position: absolute;
	bottom: 0px;
	left: 13px;
	height: 39px;
	margin: 0;
	list-style-type: none;
	/*margin: 10px 0 0 45px;*/
}

#quicklinks li {
	float: left;
}

#quicklinks li a {
	display: block;
	width: 122px;
	height: 31px;
	font-size: 12px;
	text-align: center;
	border-top: 8px solid #1ea12d;
	margin-right: 5px;
	color: #000;
}

#quicklinks li a span {
	display: block;
	height: 24px;
	padding: 7px 0 0 0;
	background: #ddd;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#quicklinks li a:hover span, #quicklinks li.selected a span {
	cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#quicklinks li.selected a {
	font-weight: bold;
}

#quicklinks li a.verpakking {
	border-top: 8px solid #d93129;
}
#quicklinks li a.verpakking:hover,
#quicklinks li.selected a.verpakking {
	color: #d93129;
}
#quicklinks li a.bestukking {
	border-top: 8px solid #2395c4;
}
#quicklinks li a.bestukking:hover,
#quicklinks li.selected a.bestukking {
	color: #2395c4;
}
#quicklinks li a.elektromontage {
	border-top: 8px solid #ff9a09;
}
#quicklinks li a.elektromontage:hover,
#quicklinks li.selected a.elektromontage {
	color: #ff9a09;
}
#quicklinks li a.groendienst {
	border-top: 8px solid #90d929;
}
#quicklinks li a.groendienst:hover,
#quicklinks li.selected a.groendienst {
	color: #90d929;
}
#quicklinks li a.metaal {
	border-top: 8px solid #73746f;
}
#quicklinks li a.metaal:hover,
#quicklinks li.selected a.metaal {
	color: #73746f;
}
#quicklinks li a.uitwerk {
	border-top: 8px solid #D8C921;
}
#quicklinks li a.uitwerk:hover,
#quicklinks li.selected a.uitwerk {
	color: #D8C921;
}


/**********************************************************************************************************
-  TESTMODE
**********************************************************************************************************/

#testmode {
	clear: both;
	width: 420px;
	margin: 10px auto 0px auto;
	padding: 12px 12px 12px 55px;
	border: solid 2px #900;
	background: #fff url("../../cms/images/alert.png") no-repeat 12px center;
}

#testmode p {
	color: #900;
	margin: 0;
}

#testmode form {
	display: inline;
	margin: 0;
	padding: 0;
}

#testmode select, #testmode option {
	margin: 0;
	padding: 0;
	color: #000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/**********************************************************************************************************
-  CONTACTFORM
**********************************************************************************************************/

form .inputs label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding: 0 15px 0 0;
}

form .inputs input, form .inputs textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	color: #000;
	border: solid 1px #165D7B;
	background-image: url(../images/inputbg.gif);
	width: 200px;
}

form .inputs input.active, form .inputs textarea.active
{
	background-image: url(../images/inputbg_active.gif);		
}
form .inputs textarea
{
	overflow: auto;	
	width: 280px;
	height: 120px;
}
form .buttons
{
	text-align: center;	
	margin-top: 25px;
}

form .buttons input
{
	color: #000;
	padding: 3px 15px;
	
}


/**********************************************************************************************************
-  SLIMBOX
**********************************************************************************************************/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('../images/slimbox/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../images/slimbox/prevlabel.gif') no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../images/slimbox/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('../images/slimbox/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

