@charset "UTF-8";
/*		www.Mobiscreen.nl				*/
/*		Webdesign by Blue Media			*/
/*		http://www.blue-media.nl		*/

img { border: none; }

.image-link {
    border: none !important;
	float:left;
} 
a.image-link:visited {
    border: none !important;
	float:left;
	padding:0;
} 

a.image-link:hover {
    border: none !important;
	float:left;
	padding:0;
} 

a.image-link:active {
    border: none !important;
	float:left;
	padding:0;
} 

body {
	background:#f7f7f7; 
	font-size:11px;
	font-family:arial;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #565656;
	}

.wrap {
	font-size:1.4em;
	line-height:1.5em;
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
	min-width:1000px;
	}

.container {
	width:1000px;
	min-width:1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	position:relative;
	}

/* Links */
a:link {
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
	color: #666;
}
a:visited {
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
	color: #666;
}
a:hover {
	text-decoration:none;
	border-bottom:1px solid #5b5b5b;
	color: #98d00d;
}
a:active {
text-decoration:none;
	border-bottom:1px solid #CCCCCC;
	color: #98d00d;
}
 


/* Header */

.header {
	background:url(../images/head.jpg) repeat-x;
	height:76px;}
	
.headBg{
	height:270px;
	padding:0 0 0 100px;
	background:url(../images/head_bg.jpg) bottom repeat-x;}
	
/* Intro */

.intro{ background:url(../images/pattern.jpg);
		height:303px;
		border-bottom:1px solid #999999;}
		
.introspacing{	padding:10px 10px;}

.introspacing img{ padding:10px 12px;}

/* Headers */

h2, h3, h4, h5, h6 {
	font-family:arial black;
	letter-spacing:-1px;
	font-weight:normal;
	margin:0;
	padding:0;
	}

h2 {
	color:#424242;
	font-size:30px;
	padding:0 0 15px 0;
	line-height:110%;
	}
	
h3 {
	color:#80c200;
	font-family:Arial;
	line-height:110%;	
	display:inline;
	font-size:20px;
	letter-spacing:0;
	font-weight:lighter;

	}
	
h4 {
	color:#fff;
	font-size:18px;
	line-height:110%;
	}
	
	
hr
{
	border:0;
	border-top:1px solid  #d9d9d9;
	padding:10px;
	height:0;
}

/* Menu */

.menu{	
	height:42px;
	padding:4px 0 0 0;
	background:url(../images/menu_bg.jpg);}
	
/*Portfolio*/

.portfolio {
	background:#f2f2f2;
	padding:20px;
	margin:0;
	position:relative;
	}
	
.contentbox{
	float:left;
	text-align:justify;
	margin:20px;
	width:960px;}
	
.reference{
	clear:left;
	display:block;
	font-size: 11px;}
	
.reference img{
	margin: 20px;
	padding: 2px;
	border:1px solid #999999;}
	
.contactimg{
	padding: 2px;
	border:1px solid #999999;}
	
.productimg{
	padding: 2px;
	border:1px solid #999999;}
	
.nieuwsimg{
	padding: 2px;
	border:1px solid #999999;}

.contactimg hover{
	border:none;}
	
.specstable{
	padding:2px;
	border:1px solid #C5C5C5;
	width:406px;
	margin:10px;
	font-size:11px;}

/* home body */

.homebody {
	background:#f2f2f2;
	padding:20px;
	margin:0;
	position:relative;
	}
	
.contentboxleft{
	float:left;
	text-align:justify;
	margin:20px;
	width:440px;}
	
.contentboxright{
	float:right;
	text-align:justify;
	margin:20px;
	width:440px;}
	
.newsarticle{
	clear:left;
	display:block;
	height: 110px;
	font-size: 11px;}
	
.icoon {
	float:left;
	margin-right: 20px;
	padding: 2px;
}


/* Footer */

.footer {
	background: transparent url(../images/footer_bg.jpg) left top repeat-x;
	height:170px;
	padding: 30px 0 0 0;
	margin:0;
	text-align:center;
	color:#50524f;
	font-size:11px;
	}
.footer a{color:#50524f; text-decoration:none;}
.footer a:hover{color:#FFF;}

.footer table{background:#CCC;
	padding:10px;
	-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;}

.footer h3{
	color:#50524f;
	margin:0 0 20px 0;}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Float Classes */
	
.fltlft{float:left;}
	
.fltrt{float:right;}