@charset "UTF-8";
/* CSS Document */

/* CLASSES */

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

.clearList > li, .clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

/* LAYOUT */

html, body {
background:#b3b3b3;
}

#wrapper {
background:#ffffff url(../../assets/templates/custom/img/bg-main.gif) center 155px no-repeat;
}

#headerholder {
	background: url(../../assets/templates/custom/img/bg-header.gif) repeat-x;
	height:220px;
}
	#header {
	width:960px;
	text-align:left;
	margin: auto;
	}
	
		#identifier {
		position:absolute;
		margin-left:550px;
		height:200px;
		width:200px;
		background:#cc3333 url(../../assets/templates/custom/img/bg-payoff.gif) no-repeat;
		}
		
			#identifier h2 {
			margin: 110px 10px 0 15px;
			}
			
			#identifier .phone {
				font-size:20px;
				letter-spacing: -1px;
				line-height:38px;
				color: #ffcccc;
			}
		
		#logo {
		height:108px;
		}
		
			#logo img {
			margin:26px 0 0 40px;
			}
			
	#mainmenu {
	height:42px;
	margin-left:153px;
	}

		#mainmenu ul {
		margin:0;
		}
		
		#mainmenu ul li {
		float:left;
		display:block;
		}
		
		#mainmenu ul li a {
		padding: 0 30px 0 0;
		text-decoration:none;
		color:#333333;
		line-height:46px;
		}			
			
			#mainmenu ul li a:hover {
			text-decoration:none;
			}
			
			#mainmenu ul .active {				
			}
			
			#mainmenu ul .active a {
			color:#cc3333;
			}
			
			#mainmenu ul .active a:hover {
			}
		
	#mainholder {
	width:960px;
	text-align:left;
	margin: auto;
	
	min-height:300px;
	height:auto !important;
	height:300px;
	}
	
	#border {
	position:relative;
	display: inline;
	float:left;
	width:113px;
	margin-right:40px;
	}
		
						
		#submenu {
		}
	
			#submenu ul {
			margin:0;
			}
			
			#submenu ul li {
			text-align:right;
			}
			
			#submenu ul li a {
			display:block;
			width:99%;
			padding: 0 15px 0 0;
			text-decoration:none;
			color:#808080;
			line-height:18px;
			text-decoration: none!important;
			}			
				
				#submenu ul li a:hover {
				text-decoration:none;
				background:url(../../assets/templates/custom/img/bullet-submenu.gif) 115px 7px no-repeat;
				}
				
				#submenu ul .active {				
				}
				
				#submenu ul .active a {
				color:#cc3333;
				}
				
				#submenu ul .active a:hover {
				}
				
					#submenu ul li ul {
					margin: 4px 0 8px 0;				
					}
					
					#submenu ul li ul li {
					}
					
						#submenu ul li ul li a {
						}
						
						#submenu ul li ul li a:hover {
						}
						
						#submenu ul li ul li {
						}
						
						#submenu ul li ul .active a {
						}
						
						#submenu ul li ul .active a:hover {
						
						}
		

	#content {
	position:relative;
	float:left;
	display:inline;
	width:376px;
	margin:0 20px 40px 0;
	}
		
	#contentborder {
	float:left;
	display:inline;
	width:200px;
	margin: 0px 0 20px 0;
	}
	
		#contentborder a.vaclistitem, #border a.vaclistitem {
		display:block;
		text-decoration:none;
		margin-bottom:10px;
		}
		
		#contentborder a.vaclistitem:hover {
		}		
		
			#contentborder .vaclistitem h2, #border .vaclistitem h2 {
			padding: 0;
			margin:0;
			font-size:12px;
			font-weight:bold;
			}
		
			#contentborder .vaclistitem h3, #border .vaclistitem h3 {
			padding: 0;
			margin:0;
			color:#808080;
			font-weight:bold;
			font-size:10px;
			}
	
	#footerholder {
	background:  url(../../assets/templates/custom/img/bg-footer.gif) repeat-x 0px 160px;
	height:200px;
	margin-bottom:50px;
	}

		#footer {
		width:960px;
		text-align:left;
		margin: 0 auto;
		clear:both;	
		}
		
			#mainimage {
			float:right;
			display:inline;
			margin-right: 210px;
			}
			
			#footernav {
			float:left;
			display:inline;
			margin:173px 0 0 143px;
			}
			
			#footernav ul {
				margin:0!important;
			}
			
			#footernav ul li {
			float:left;
			display:block;
			height:20px;
			border-right: 1px solid #eaeaea;
			}
			
			#footernav ul li a {
			margin: 0 8px;
			text-decoration:none;
			color:#ffffff;
			font-size: 11px;
			line-height:11px;		
			}	
			
				#footernav ul .last {
				border:0;
				}	
				
				#footernav ul li a:hover {
				text-decoration: underline;
				}
			
form {
padding:0;
margin:0;
}
	fieldset {
	border:1px solid #cc3333;
	padding:20px!important;
	}
	
	legend {
	font-weight:bold;
	padding: 0 10px;
	color:#808080;
	}
	
	input, textarea, select {	
	}
	
	.textfield {
	border: 1px solid #666666;
	padding:2px;
width:95%;
	color:#000000;
	}

#feedbackForm .row {
margin-bottom: 16px;
}
	
		
	
	textarea {
	height:100px;
	width:95%;
	color:#000000;
	}
	
	
	
	.inputbutton {
	float:right;
	color:#000000;
	}
	
	.hidesubmitbutton {
	background-color:#FFFFFF;
	border:0 none;
	height:1px;
	left:0;
	position:absolute;
	top:0;
	width:7px;
	}
	
#contactform {
width: 85%;
}

	#contactform .input{
	width: 100%;
	}
	
	#contactform .buttonholder {
	float:right;
	}
	
#transport_block {
}

	#transport_block h2 {
	}
	
		#transport_block h2 a {
		text-decoration:none;
		}

	#transport_block ul {
		margin:0 0 20px 0;
	}
	
	#transport_block li {
	}
	
		#transport_block li a {
		}
		
		#transport_block li a {
		display:block;
		width:99%;
		padding: 0 0 0 8px;
		text-decoration:none;
		color:#808080;
		line-height:18px;
		text-decoration: none!important;
		}			
			
			#transport_block li a:hover {
			text-decoration:none;
			background:url(../../assets/templates/custom/img/bullet.gif) left center no-repeat;
			}
			
			#transport_block .active {				
			}
			
			#transport_block .active a {
			color:#cc3333;
			background:url(../../assets/templates/custom/img/bullet.gif) left center no-repeat;
			}
			
		#transport_block .buttongreen {
		margin: 20px 0 40px 0;
		display:block;
		}
		
			#transport_block .buttonholder a {
			font-weight:bold;
			}
			
#breadcrumbnav {
position:relative;
margin:25px 0 0 153px;
font-size:11px;
}

	#breadcrumbnav a {
	font-size:11px;
	}
#offerteForm ul, #offerteForm li { margin:0!important; padding:0!important; list-style:none!important;}
#offerteForm li { padding: 5px 0!important; display: block;}
#offerteForm textarea {	height:200px; width: 100%}
#offerteForm .input { border:1px solid #cccccc;}
#offerteForm label {float: left; width: 150px; display:block;}
#offerteForm input {float: right; width: 150px;}
#offerteForm .title { font-weight:bold; text-decoration:underline; }
#offerteForm .comments label, #offerteForm .attachment label { float: none; display: block; margin-bottom: 3px; }
#offerteForm .attachment input { float: none; margin-bottom: 10px; }

#mailplusRegister {margin-top: 20px;}
#mailplusRegister h3 {margin-bottom: 4px;}
#mailplusRegister input[type='text'] {border: 1px solid #999; margin: 0 0 4px 0; width:198px;}
#mailplusRegister input[type='submit'] { border:0; cursor: pointer; text-align:center;float:right;background:#99cc66; padding: 2px 10px; color:#fff;  border: 1px solid #669933; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size:11px; font-weight:bold; }
#mailplusRegister table, #mailplusRegister td {border:0;}
#content #mailplusRegister { width: 280px;}

#articles h3 { font-size:11px; color:#000; line-height:1.2; margin-bottom:4px;}
#articles a { font-size:11px; text-decoration:none; line-height:1.2; }

.youtubelink { margin-right: 10px;}
.twitterlink {}

.offertebutton { display:block; width:141px; height:26px; background:url(../../assets/templates/custom/img/button-offerte-ani.gif) no-repeat;}
#contentborder .offertebutton { display:block; width:200px; height:34px; background:url(../../assets/templates/custom/img/button-offerte-ani-big.gif) no-repeat;}
.borderimage { display: block; margin-bottom: 22px;}
.page292 h1 {margin-bottom:0;}


