@charset "UTF-8";
/*		QWIST management advies			*/
/*		Webdesign by Blue Media			*/
/*		http://www.blue-media.nl		*/

img{ border:0;}

body {
	background:url(../images/bg.jpg) top center no-repeat #232322; 
	font-size: 60%;
	font-family:Arial;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
	color: #565656;
	}

.wrap {
	font-size:1.4em;
	line-height:1.5em;
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
	min-width:890px;
	}

.container {
	width:890px;
	min-width:890px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	position:relative;
	}

/* Links */
a:link {
	color: #fff;
	font-weight:bold;
}
a:visited {
	color: #fff;
	font-weight:bold;
}
a:hover {
	color: #fff;
	text-decoration:overline;
}
a:active {
	color: #fff;
	font-weight:bold;
}

a.button:link {border:none;}     /* unvisited link */
a.button:visited {border:none;}  /* visited link */
a.button:hover {border:none; background-color: inherit;}   /* mouse over link */
a.button:active {border:none;}   /* selected link */

a img {border:none;}

/* Header */

.header {
	background: url(../images/top_bg.jpg) 0 0 repeat-x;
	padding:35px 0 0 80px;
	height:95px;}
	
	
	
/* Menu */

.mainmenu{
	background:url(../images/menu.jpg) no-repeat;
	text-align:right;
	height:31px;
	width:890px;
	padding:15px 0 0 0;
	margin:0 auto;
	}

.mainmenu_cont{
	width:860px;
	float:right;
	padding:0 50px 0 0;}

.mainmenu img{
	padding:0 18px 0 18px;}
	
.dropmenu{
	font-size:14px;
	padding:10px 27px 0 28px;
	font-weight:bold;
	color:#FFFFFF;}
	
.dropmenu_links a{
	margin:0 2px 0 3px;
	padding:5px 15px 5px 15px;
	color:#999999;
	float:left;
	text-decoration:none;
	background:#424242;
	display:block;
			}
			
.dropmenu_links a:hover{
	color:#ffffff;
	background:#e97e00;

			}
			
/* BUTTONS */

.btn{
	letter-spacing:-1px;
	}
	
.btn a{
	background:url(../images/btn.png);
	font:arial;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
	float:right;
	padding:25px 0 0 18px;
	text-decoration:none;
	color:#FFFFFF;
		height:47px;
	width:257px;
	}
	
.btn a:hover{
	text-decoration:underline;
	}
	
.btn2{
	letter-spacing:-1px;
	}
	
.btn2 a{
	background:url(../images/btn.png);
	font:arial;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
	float:left;
	padding:25px 0 0 18px;
	text-decoration:none;
	color:#FFFFFF;
		height:47px;
	width:257px;
	}
	
.btn2 a:hover{
	text-decoration:underline;
	}
/* Headers */

h2, h3, h4, h5, h6 {
	font-family:Arial;
	letter-spacing:-2px;
	font-weight:normal;
	margin:0;
	padding:0;
	}

h2 {
	color:#fff;
	font-weight:bold;
	letter-spacing:-2px;
	font-size:30px;
	line-height:110%;
	padding:0 0 2px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #fb8800;
	}
	
h3 {
	color:#ff7d27;
	font-weight:bold;
	letter-spacing:-2px;
	font-size:30px;
	line-height:110%;
	padding:0 0 2px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #fff;
	}
	
h4 {
	color:#886231;
	font-size:120%;
	line-height:110%;
	}

/* Main */

.main {
	background:url(../images/main.jpg) center top repeat-y;
	margin:0 auto;
	color:#FFFFFF;
	}
	
.main2 {
	background:url(../images/main2.jpg) center top repeat-y;
	margin:0 auto;
	color:#333333;
	}
	

/* content */	
	
.main_content{
	float:left;
	width:690;
	line-height:1.6em;
	text-align:justify;
	margin:60px 80px 60px 80px;}
	
.main_content2{
	float:left;
	width:690;
	line-height:1.6em;
	text-align:justify;
	margin:0 80px 60px 80px;}
	
.main_content_left{
	width:345px;
	float:left;
	margin: 0 20px 0 0;}
	
.main_content_right{
	width:345px;
	float:right;
	margin: 0 0 0 20px;}
	
.main_end{
	background:url(../images/main_end.jpg);
	height:81px;
	width:890px;
	margin:0 auto;}

/* Footer */

.footer {
	background: url(../images/footer.jpg) no-repeat center top;
	height:200px;
	width:950px;
	margin: 0 auto;
	}
	
.fdata{
	padding:20px 0 0 40px;
	width:600px;
	float:left;
}
	
.footer_cont {
	padding:10px 50px 0 65px;
	line-height:1.1em;
		}
		
.footer_cont a{
	color:#666;
	font-weight:100;
		}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.workPos{
float:right; width:300px; padding:111px 0 0 0;}

/* Float Classes */
	
.fltlft{float:left;}
	
.fltrt{float:right;}