/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#6E6E6E;
	font-family:tahoma,arial;
	font-size:11px;
}

p{
	text-align:justify;
}

a{
	color:#222222;
	text-decoration:underline;
	font-weight:bold;
}

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

#Container{
	width:733px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
}

#banner{
	width:733px;
	height:218px;
}

#nav{
	width:733px;
}

#news{
	width:173px;
	min-height:463px;
	height:auto !important;
 	height:463px;
	background-image:url(images/news-bg.jpg);
	background-repeat:no-repeat;
	padding:9px 15px 0px 7px;
	float:left;
	text-align:left;
}


	#news a{
		color:#D2081F;
		font-weight:bold;
		padding-bottom:7px;
	}
	
	#news p{
		text-align:left;
	}
	
#content{
	width:525px;
	min-height:459px;
	height:auto !important;
 	height:459px;
	background-color:#FFFFFF;
	float:left;
	padding:13px 10px 0px 3px;
}

	.link{
		color:#E4223A;
		text-decoration:none;
		border-bottom:1px solid #D2081F;
	}
	
	.link:hover{
		color:#6e6e6e;
		text-decoration:none;
		border-bottom:1px solid #D2081F;
	}

#content2{
	width:715px;
	min-height:459px;
	height:auto !important;
 	height:459px;
	background-color:#FFFFFF;
	float:left;
	padding:8px 10px 0px 8px;
}

#content3{
	width:733px;
	min-height:459px;
	height:auto !important;
 	height:459px;
	background-color:#FFFFFF;
	float:left;
	padding:0px 0 0px 0;
}

#footer{
	width:727px;
	height:86px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	clear:both;
	padding:10px 3px 0px 3px;
}

		#footer a{
			color:#D2081F;
		}

.img-float-left{
	float:left;
}

.img-float-right{
	float:right;
	margin-left:10px;
}

em{
	color:#D2081F;
	font-style:normal;
	font-weight:bold;
	padding: 0 0 10px 0;
}

	em a{
		color:#D2081F;
		text-decoration:none;
	}
	
	em a:hover{
		color:#D2081F;
		text-decoration:underline;
	}

.news-item{
	width:170px;
	min-height:50px;
	margin:5px 0 0 0;
	color:#000000;
}
	
	.news-item a{
		font-size:12px;
		text-decoration:underline;
	}
	
	.news-item a:hover{
		font-size:12px;
		text-decoration:none;
	}
	
.productlisting{
	margin-bottom:10px;
	background-image:url(images/prod-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border:1px solid #cccccc;
	padding:5px;
	min-height:150px;
	height:auto !important;
 	height:150px;
	display:block;

}

.producttext{
	width:300px;
}

.productimage{
	width:200px;
	float:right;
}

hr {
	border: none;
	border-top : dashed 1px #cccccc;
	color : #FFFFFF;
	background-color : #FFFFFF;
	height : 1px;
}

.Field{
	width:130px;
}

.MultiField{
	width:250px;
}

.Field, .MultiField{
	background-image:url(images/field-bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #828177;
	padding-left:2px;
	margin-bottom:6px;
	margin-right:4px;
	font-family:tahoma,arial;
	color:#333333;
	font-size:11px;
}

ul{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
li{	
	list-style:none;
	background-image:url(Images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding: 0px 0px 3px 10px;
	text-align:justify;
}
h1{
	font-size:12px;
	font-weight:normal;
}

h2{
	font-size:11px;
	color:#303030;
	padding: 15px 0 15px 0;
}

.darker{
	color:#333333;
}

.list{
	color:#333333;
	float:left
}

.imagefloat{
	float:left;
	margin: 0 0px 0 0;
}

.clr{
	clear:both;
}

.productbox{	
	margin: 0 0 10px 0;
	clear:both;
}

	.productbox h1{	
		font-size:11px;
		color:#D20200;
		margin:0;
		padding:5px 0;
	}
	
	.productbox p{	
		color:#333333;
		margin:0;
		padding:0;
	}
	
	.productbox img{	
		margin:0 5px 5px 0;
		padding:3px;
		border: 1px #CECECE solid;
		float:left;
	}
.pageheading{
	font-family:"Franklin Gothic Book", Arial, sans-serif;
	color:#303030;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-weight:normal;
	text-decoration:none;
}

	.pageheading a{
		color:#303030;
		text-decoration:none;
		font-weight:normal;
	}
	
	.pageheading a:hover{
		color:#303030;
		text-decoration:none;
	}

h3{
	font-size:11px;
	color:#08086b;
	display:block;
	background-color:#e2e5f1;
	margin: 0 0 1px 0;
	font-weight:normal;
}

	h3 a{
		color:#08086b;
		text-decoration:none;
		background-color:#e2e5f1;
		display:block;
		padding:3px;
	}
	
	h3 a:hover{
		color:#d60818;
		text-decoration:none;
		background-color:#ffffff;
		display:block;
		padding:3px;
	}

h4{
	font-size:11px;
	color:#08086b;
	display:block;
	background-color:#f1e2e3;
	margin: 0 0 1px 0;
	font-weight:normal;
}

	h4 a{
		color:#d60818;
		text-decoration:none;
		background-color:#f1e2e3;
		display:block;
		padding:3px;
	}
	
	h4 a:hover{
		color:#08086b;
		text-decoration:none;
		background-color:#ffffff;
		display:block;
		padding:3px;
	}

.backtotop{
	margin: 0 0 0 10px;
}

.iconlist{
	list-style: none;
	margin: 0;
	padding: 0;
}

li.list1{
	background-image:url(library/tick.jpg);
	list-style:none;
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding: 3px 0 3px 25px;
	margin: .4em 2.8em 0 -1.8em;
	color:#3378B0;
	text-align:left;
}

	li.list1 a{
		color:#3378B0;
		font-size:12px;
		text-decoration:underline;
	}
	
	li.list1 a:hover{
		color:#3378B0;
		text-decoration:none;
	}

.row{
	margin: 0 0 10px 0;
	border: dashed #ADAEB2 1px;
	padding: 8px 0 0 8px;
	height:1%;
}

	.row img{
		float:right;
		margin: 0 20px 0 0;
	}

.leftcol{
	width:310px;
	float:left;
	margin: 0 10px 0 0;
	border-left: 1px solid white;
}

.leftcol h3{
	color:#FFFFFF;
	background-color:#333333;
	border-top: 1px solid white;
	padding: 10px 0 0 10px;
	font-size:12px;
	font-weight:bold;
}

.prodmenu {
	font-size:11px;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333333;
	color:#FFFFFF;
}

	.prodmenu a{
		color:#ffffff;
		text-decoration:none;
	}
	
	.prodmenu a:hover{
		color:#ffffff;
		text-decoration:underline;
	}
	
	.prodmenu p{
		padding: 0 0 0 8px;
		margin-bottom:-2px;
	}
	
.omschrijving{
	margin: 0 0 0 9px;
}

.type{
}

.rightcol{
	width:400px;
	float:left;
}

	.rightcol h3{
		background-color:white;
		font-weight:bold;
		color:#303030;
	}

.info{
	color:#333333;
	padding: 10px 8px 10px 8px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

	.info h3{
		color:#333333;
		background-color:white;
		padding:0;
		margin:0 0 15px;
	}
	
	.info p{
		padding:0;
		margin:0 0 5px 0;
	}
	
td{
	
}	

	td a{
		color:#303030;
		text-decoration:none
	}
	
	td a:hover{
		color:#303030;
		text-decoration:underline;
	}
	
.spec{
	font-size:14px;
	padding: 5px;
	color:#E6344A;
}

table{
	padding:2px;
}

.increasesize{
	font-size:15px;
	color:#333333;
	padding: 0 0 40px 0;
}

.leftcol2{
	width:248px;
	float:left;
	margin: 0 15px 0 0;
}

h5{
	font-size:16px;
	font-weight:650;
	font-family:"Franklin Gothic Book";
	color:#333333;
	margin: 0 0 10px 0;
	padding:0;
	
}
.header5{
	font-size:16px;
	font-weight:650;
	font-family:"Franklin Gothic Book";
	color:#333333;
	margin: 0 0 10px 0;
	padding:0;
	font-weight:bold;
	
}

.print{
	float:right;
	margin: 8px 6px 0 0;
}

.telephone{
	text-align:center;
	padding: 1px 0 1px 0;
	font-size:12px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#676767;
	width:172px;
	border-bottom: 3px solid white;
	font-weight:bold;
	margin: 0 0 3px 0;
}

.newsarchive{
	margin: 8px 0 0 0;
}

.date{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

.projects_pages{
}

	.projects_pages img{
		border: 1px solid #A0A6A6;
		padding: 4px;
	}
	
table.table_prods{
	border: 1px #ADAEB2 dashed;
	height:1%;
}	

table.table_prods tr{
	border: 1px #ADAEB2 dashed;
}	

table.table_prods td{
	border: 1px #ADAEB2 dashed;
}	

.intro_text{
	float:right;
	background-color:#F0F0F0;
	border: 1px #C8C8C8 solid;
	color:#5d5d5d;
	padding:5px;
	width:350px;
}

	.intro_text p{
		padding: 0 0 10px 0;
		margin: 0 0 0 0;
	}

.intro_text2{
	float:right;
	background-color:#F0F0F0;
	border: 1px #C8C8C8 solid;
	color:#5d5d5d;
	padding:5px;
	width:310px;
}

	.intro_text2 p{
		padding: 0 0 10px 0;
		margin: 0 0 0 0;
	}

.events_text{
	width:490px;
	margin: 20px 0 20px 0;
}
/*---------------------- DROPDOWN NAV -----------------------------*/

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font-family:"Franklin Gothic Demi Cond", Arial, sans-serif;
font-size:12px;
line-height:18px;
z-index:100;
text-transform:uppercase;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 2px;
text-decoration: none;
background-color:#303030;
color:#FFFFFF;
font-weight:normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #303030;
color:#FFFFFF;
font-weight:normal;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 100%;
height: 200px;
padding: 5px;
background-color: lightyellow;
color:#333333;
font-size:11px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#ticker-container div {
	background-color: #ffffff;
}
.qslide {

}
#latest-news,#ticker-container {
	width: 100%;
	height: 120px;
}

.keylink
{
	text-align:center;
	font-size:10px;
	margin-top:10px;
	
}

.keylink a:link 
{
	text-decoration: none;
	font-weight:normal;
	color:#999999;
}

.keylink a:visited
 {
 	text-decoration: none;
	font-weight:normal;
	color:#999999;
 }
.keylink a:hover 
{
	text-decoration: none;
	font-weight:normal;
	color:#999999;
}
.keylink a:active 
{
	text-decoration: none;
	font-weight:normal;
	color:#999999;
}

	
.mininav
{
	Text-align:center;
	font-size:11px;
	margin:10px;
	margin-top:12px;
	
}

.horz, .horz1{			
	margin:0px;
	padding:10px;
	width:240px;
	text-align:left;	
	float:left;
	
}

.horz li , .horz1 li {
	font-weight:normal;
}

.horz ul ul ul li, .horz1 ul ul ul li {
	list-style:none;
	background: none;
}

.horz>ul>li, .horz1>ul>li {
	font-weight:bold;
}
