/* GENERAL */
body {
	padding: 			0px;
	margin: 			0px;
	background-color: 	#cccccc;
	font-family: 		"Trebuchet MS";
	font-size: 			11px;
	line-height: 		19px;
	background-position:top left;
	background-repeat: 	no-repeat;
}

h1 {
	margin: 			0px;
	padding: 			0px;
}

h2 {
	margin: 			0px;
	padding: 			0px;
	font-weight: 		normal;
	font-size:			22px;
	margin-bottom:		10px;
}

h3 {
	font-family: 		"Trebuchet MS";
	font-size: 			14px;
	margin: 			0px;
	padding: 			0px;
}

p {
	margin: 			0px;
	margin-bottom: 		20px;
}

img {
	border: 			0px;
}

a {
	text-decoration:	none;
	color:				#000000;
	font-weight:		bold;
}

a:hover {
	color:				#6A5642;
	text-decoration:	none;
}


/* GENERAL WRAPPER */
div#wrapper {
	width: 				960px;
	overflow: 			hidden;
	margin-left: 		20px;
}


/* LOGO */
div#logo {
	width: 				200px;
	height: 			85px;
	float: 				left;
	margin-top: 		30px;
}

div#logo h1 {
	margin: 			0px 5px;
	padding: 			0px;
	text-indent: 		-9999px;
	width: 				190px;
	height: 			70px;
	display: 			block;
	background-image: 	url(../img/logo.gif); 
	cursor: 			hand;
}

div#logo a {
	width: 				190px;
	height: 			70px;
	display: 			block;
	float: 				left;
}


/* CONTENTWRAP */
div#contentwrap {
	width: 				530px;
	height: 			555px;
	float: 				left;
	margin: 			0px 40px;
	margin-top: 		30px;
}

div#left {
	width: 				355px;
	height: 			530px;
	float: 				left;
}
div#left h2 {
	display:			block;
	width: 				295px;
	height: 			30px;
	float: 				left;
	padding: 			0px;
	padding-top: 		40px;
	padding-left:		40px;
	margin: 			0px;
}

#scrollbar_container {
	width: 				295px;
	height: 			455px;
	float: 				left;
	padding: 			5px 20px 0px 40px;
	overflow:			hidden;
	position:			relative;
}	

#scrollbar_content {
	width: 				285px;
	height: 			425px;
	float: 				left;
	overflow:			hidden;
}	
  
#scrollbar_track {  
	position:			absolute;  
	top:				5px;  
	left:				340px;  
	height:				425px;  
	width:				10px;  
	background-color:	transparent;  
	cursor:				move;  
 } 
  
#scrollbar_handle {  
	width:				14px;  
	background-color:	white;  
	cursor:				pointer;  
	height:				80px;
} 


/* FOOTER */
div#footer {
	width: 				530px;
	height: 			15px;
	float: 				left;
	color: 				#F0F0F0;
	text-align:			right;
	margin-top: 		5px;
}

div#footer a {
	color: 				#DDDDDD;
	font-weight:		normal;	
}

div#footer a:hover {
	color: 				#ffffff;
}

/* SIDEBAR */
div#sidebar {
	width: 				165px;
	height: 			535px;
	float: 				left;
	position: 			relative;
}


/* BANNER */
div#banner {
	width: 				355px;
	height: 			75px;
	position: 			absolute;
	bottom: 			21px;
}

div#banner h2#bannertxt {
	padding-left: 		30px;
	color: 				#ffffff;
	font-size: 			30px;
}


/* NAVIGATION */
div#navigation {
	width: 				150px;
	float: 				left;
	padding-top: 		70px;
	padding-bottom: 	20px;
}

div#navigation ul {
	margin: 			0px;
	padding: 			0px;
	list-style: 		none;
	width: 				150px;
}

div#navigation ul li {
	width: 				130px;
	padding-left: 		20px;
}

div#navigation ul li a {
	margin-bottom:10px;
	width: 				130px;
	height: 			20px;
	text-decoration: 	none;
	color: 				#000000;
	font-size: 			16px;
	font-weight: 		normal;
	display:			block;
}

div#navigation ul li ul {
margin:0px;
padding:0px;
}

div#navigation ul li ul li {
margin:0px;
padding:0px;
}

/* REFERENTIES */
div.reference {
	width: 				285px;
	float: 				left;
	margin-bottom: 		15px;
}

div.reference p {
	margin: 			0px;
	padding: 			0px;
}

div.reference img {
	float: 				left;
	margin-right: 		10px;
	margin-top: 		5px;
}
div.reference-txt {
	float: 				left;
	width: 				150px;
}

/* SIFR */
.sIFR-active h2,
.sIFR-active h3,
.sIFR-active ul#dropdown li {
	visibility: 		visible;
	font-family: 		Verdana;
	line-height: 		1em;
}

.sIFR-active ul#dropdown li span,
.sIFR-active ul#dropdown li span  a{
	visibility: visible;
}

.sIFR-active h2 {
	font-size: 			22px;
	display: 			block;
}

.sIFR-active h3 {
	font-size: 			16px;
 	display: 			block;
}
	
.sIFR-active div#banner h2 {
    font-size: 			32px;
	color: 				#ffffff;
  	display: 			block;
}
	
.sIFR-active ul#dropdown li {
	font-size: 			16px;
	cursor:hand;		
	cursor:pointer;		
}


.sIFR-active ul#dropdown li ul{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	}

.sIFR-active ul#dropdown li ul li{
	visibility: visible;
	}
	
.sIFR-active ul#dropdown li ul li a{
	font-size: 12px;
	margin-left:15px;
	}
	
	.sIFR-active ul#dropdown li ul li a:hover{
	color: #6A5642;
	}
	

.sIFR-replaced embed.sIFR-flash[sifr=true] + div[adblocktab=true] {
  display: 				none !important;
}

.sIFR-replaced div[adblockframe=true] { 
display: 				none !important 
}


/* CONTACTFORMULIER */
form {
	margin: 			0px;
	float: 				left;
}

form dt { 
	float: 				left;
	width: 				90px;
	padding-top: 		10px;
	min-height: 		1px; /* Required to give layout to empty elements */
	font: 				11px Arial, Helvetica, sans-serif;
	color: 				#666;
}

form dd {
	margin-left: 		100px;
	padding-top: 		6px;
}

form dd img {
	position: 			relative;
	top: 				3px;
}

input[type=text],
textarea {
	padding: 			2px;
	background: 		url(../img/input_bg.jpg) no-repeat;
	border: 			1px solid #bbb;
	font: 				11px Arial, Helvetica, sans-serif;
	color: 				#666;
	background-color: 	#ffffff;
}

form .small { width: 100px; }
form .medium { width: 120px; }
form .large { width: 140px; }
form .extra-large { width: 150px; }


ul#sitemap {
	list-style: disc;
}


div.reference2 {
	width: 				140px;
	height: 85px;
	float: 				left;
	margin-bottom: 		15px;
}

div.reference2 img {
	float: 				left;
	margin-right: 		10px;
	margin-top: 		5px;
}

.ref-photo {
	margin-right: 10px;
}

.ref-photo img {
width: 125px;
height: 85px;
}
