*{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
	color:#FFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0px;
}

input{
	border:1px solid #B8B8B8;
	font-size:11px;
	background-color:#dddddd;
	padding:1px;
}

textarea{
	border:1px solid #B8B8B8;
	font-size:11px;
	background-color:#dddddd;
	padding:1px;
}

h1, h2, h3{
	font-size:12px;
	background-image:url("../images/border_light.png");
	background-position:bottom;
	background-repeat:repeat-x;
	width:auto;
	display:table-cell;
	padding-bottom:5px;
	padding-top:20px;
}

.button{
	background-image:url("../images/button_130.jpg");
	width:130px;
	height:20px;
	border:0px;
	font-size:11px;
	font-weight:bold;
	margin-right:5px;
}

body{
	text-align:center;
	background-color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#print_logo, #print_footer{
	display:none;
}
#wrapper_header{
	display:none;
}
#wrapper_footer{
	display:none;
}

#container{
	margin:0 auto;
	width:980px;
	border-left:1px solid #5C5C5C;
	border-right:1px solid #5C5C5C;
	background-color:#333;
}

#header{
	height:86px;
	padding-top:20px;
	text-align:right;
	color:#CCC;
	font-size:12px;
	padding-right:20px;
	cursor:default;
}

#logo{
	background-image:url("../images/logo.jpg");
	background-repeat:no-repeat;
	background-position:3% 60%;
	display:block;
	height:80px;
	width:210px;
	margin-left:20px;
	position:relative;
	top:-5px;
	float:left;
}
	#logo span { display:none; }	
#active_lang{
	font-weight:bold;
}

#menu{
	color:#FFF;
	font-size:12px;
	text-align:left;
}

.menu_list{
	height:21px;
	padding-left:20px;
	border-bottom:1px solid #B3DC1E;
	float:left;
}

.menu_item{
	display:block;
	float:left;
	margin-left:3px;
	margin-right:3px;
	font-weight:bold;
	border-top:1px solid #5C5C5C;
	border-left:1px solid #5C5C5C;
	border-right:1px solid #5C5C5C;
	width:148px;
	_width:150px;
	text-align:center;
	_margin-top:6px;
}

.menu_item a{
	width:148px;
	_width:150px;
	display:block;
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
}

.menu_item a:hover{
	background-color:#5C5C5C;
	text-decoration:none;
}

.menu_item.active a:hover{
	background-color:#222;
}

.menu_list_small{
	width:160px;
	_width:144px;
	height:21px;
	padding-left:20px;
	border-bottom:1px solid #B3DC1E;
	float:left;
	position:relative;
	_top:6px;
}

.menu_item_small{
	display:block;
	float:left;
	margin-left:3px;
	margin-right:3px;
	border-top:1px solid #5C5C5C;
	border-left:1px solid #5C5C5C;
	border-right:1px solid #5C5C5C;
	width:58px;
	_width:6px;
	font-size:10px;
	text-align:center;
	margin-top:5px;
}

.menu_item_small a{
	width:58px;
	display:block;
	height:14px;
	padding-bottom:1px;
}

.menu_item_small a:hover{
	background-color:#5C5C5C;
	text-decoration:none;
}

.menu_item_active{
	background-image:url("../images/border_groen.png");
	background-repeat:repeat-x;
	background-position:top;
	border-left:1px solid #B3DC1E;
	border-right:1px solid #B3DC1E;
	height:18px;
	_height:21px;
	background-color:#222;
	padding-top:4px;
	padding-bottom:1px;
	_padding-bottom:2px;
	display:block;
	float:left;
	margin-left:3px;
	margin-right:3px;
	font-weight:bold;
	width:148px;
	_width:150px;
	text-align:center;
	position:relative;
	top:-1px;
	_top:1px;
}

#submenu_list{
	background-color:#222;
	height:20px;
	clear:both;
	padding-top:3px;
}

.submenu_item{
	display:inline;
	margin:15px;
	_margin-top:0px;
	_margin-bottom:0px;
	vertical-align:middle;
}

.submenu_item a:hover{
	text-decoration:underline;
}

.submenu_item.active{
	border:0px;
	background-image:none;
}

.submenu_item.active a{
	color:#B3DC1E;
}

#menu_border_left{
	height:4px;
	width:210px;
	float:left;
	background-image:url("../images/border_dark.png");
	font-size:0px;
}

#menu_border_right{
	height:4px;
	background-image:url("../images/border_light.png");
	font-size:0px;
	_float:right;
	_width:768px;
}

#content{
	border-left: 210px solid #2A2A2A;
	border-right: 770px solid #333;
	position: relative;
	width: 0px;
}

#content_left{
	width:210px;
	float:left;
	background-color:#2A2A2A;
	margin-left: -210px; 
	position: relative; 
}

#search{
	width:201px;
	height:60px;
	_height:61px;
	border-bottom:1px solid #B3DC1E;
	margin-left:5px;
}

#search_tekst{
	border:1px solid #B8B8B8;
	width:121px;
	_width:125px;
	margin-top:20px;
	margin-right:5px;
	font-size:12px;
	background-color:#dddddd;
	padding:1px;
}

#search_button{
	background-image:url("../images/button_60.jpg");
	width:60px;
	height:20px;
	border:0px;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

#contact{
	border-bottom:1px solid #B3DC1E;
	margin-left:5px;
	width:201px;
	text-align:left;
	color:#FFF;
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:120%;
}

#contact_tekst{
	padding-left:5px;
	padding-top:10px;
	font-size:11px;
	font-weight:normal;
}

#contact_tekst a{
	color:#B3DC1E;
}

#contact_tekst img{
	margin-right:10px;
}

#buttons_contact{
text-align:center;
margin-top:20px;
}

.button_contact{
	background-image:url("../images/button_130.jpg");
	width:130px;
	padding-top:2px;
	padding-bottom:1px;
	border:0px;
	font-size:11px;
	font-weight:bold;
	margin:3px;
	display:block;
	color:#000;
	margin-left:35px;
	_margin-left:0px;
	cursor:pointer;
}

.button_contact:hover{
	text-decoration:underline;
}

.vet{
	font-weight:bold;
}

.groen{
	color:#B3DC1E;
}

#content_right{
	background-color:#333;
	float:right;
	width:770px;
	margin-right: -770px; 
	position: relative; 
}

#content_top{
	width:742px;
	height:321px;
	margin:14px;
	margin-bottom:-20px;
}

#content_image{
	float:left;
}

#content_links{
	float:right;
	width:242px;
	text-align:left;
	font-size:10px;
}

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

#panel_right{
	float:right;
	width:322px;
	text-align:left;
	background-image:url("../images/basket_image.png");
	background-repeat:no-repeat;
	height:280px;
	_height:300px;
	color:#FFF;
	padding:10px;
	line-height:150%;
	font-size:14px;
	font-weight:bold;
}

.link_title{
	font-size:16px;
	margin-bottom:0px;
	font-weight:bold;
}


#link1{display:block; height:75px; background-image:url("../images/01.jpg"); padding-left:8px; padding-top:5px; text-align:justify; padding-right:8px;}
#link2{display:block; height:75px; background-image:url("../images/02.jpg"); padding-left:8px; padding-top:5px; text-align:justify; padding-right:8px;}
#link3{display:block; height:75px; background-image:url("../images/03.jpg"); padding-left:8px; padding-top:5px; text-align:justify; padding-right:8px;}
#link4{display:block; height:75px; background-image:url("../images/04.jpg"); padding-left:8px; padding-top:5px; text-align:justify; padding-right:8px;}

#content_bottom{
	width:742px;
	margin:14px;
	margin-bottom:30px;
	margin-top:30px;
}

#news{
	width:720px;
	/*width:300px;*/
	float:left;
	font-size:12px;
	text-align:left;
	color:#FFF;
}

.content_title{
	font-size:16px;
}

.content_border{
	height:4px;
	background-image:url("../images/border_light.png");
	margin-bottom:10px;
	font-size:0px;
	clear:both;
	position:relative;
}

.content_border_top{
	height:4px;
	background-image:url("../images/border_light.png");
	margin-top:10px;
	font-size:0px;
}

#news_list{
	list-style-image:url("../images/bullet.png");
	padding-left:15px;
}

#news_list li{
	padding-bottom:5px;
}

#testimonials{
	font-size:12px;
	text-align:left;
	color:#FFF;
	float:right;
	width:420px;
}

.testimonial{
	width:200px;
	_width:190px;
	float:left;
	margin:5px;
	_margin:4px;
	cursor:pointer;
}

.testimonial:hover{
	text-decoration:none;
}

.testimonial_top{
	height:116px;
	width:200px;
	background-image:url("../images/testimonial_top.png");
	text-align:center;
	padding-top:25px;
}

.testimonial_bottom{
	height:50px;
	background-color:#2A2A2A;
	width:200px;
}

.testimonial_image{
	float:left;
}

.testimonial_text{
	float:right;
	width:140px;
	height:40px;
	padding:5px;
}

#subcontent_left{
	float:left;
	padding:10px;
	color:#FFF;
	font-size:12px;
	width:540px;
	text-align:left;
}

#subcontent_left_full{
	float:left;
	padding:10px;
	color:#FFF;
	font-size:12px;
	_width:560px;
	text-align:left;
	width:750px;
	text-align:justify;
	line-height:150%;
}

#subcontent_left_full a{
	color:#B3DC1E;
}

#subcontent_left_full ul, #subcontent_left_full ol{
	padding:5px 0px 5px 20px;
}

.subcontent_header{
	font-weight:bold;
	font-size:16px;
	clear:both;
	padding-bottom:3px;
}

#subcontent_right{
	width:210px;
	float:right;
	background-color:#484848;
	background-image:url("../images/links_bottom.png");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:85px;
	text-align:left;
	font-size:11px;
	color:#FFF;
}

.links_header{
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	padding-bottom:10px;
	margin-left:10px;
	margin-top:20px;
}

.links_content{
	font-size:11px;
	color:#FFF;
	padding-bottom:10px;
	padding-left:10px;
	margin-left:5px;
	margin-right:5px;
	border-bottom:1px solid #5C5C5C;
}

.links_content a{
	padding-bottom:1px;
	display:block;
	height:7px;
}

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

#subsubcategorie{
	margin:5px;
	margin-top:0px;
	color:#FFF;
	font-size:12px;
	border-bottom:1px solid #B3DC1E;
	font-weight:bold;
	text-align:left;
	list-style-type:none;
	width:200px;
}

.subsubitem{
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #454545;
}

#subsubcategorie .bullet_div{
	width:20px;
	background-image:url("../images/bullet_2.gif");
	background-repeat:no-repeat;
	background-position:center;
	padding:0px;
}

#active_submenu{
	background-image:url("../images/submenu_bg.png");
	background-repeat:repeat-y;
}

.subsubitem table{
	width:100%;
}

/*#subsubcategorie div{
	padding:3px;
	display:block;
	border-bottom:1px solid #FF0000;
}

#subsubcategorie .bullet_div{
	width:20px;
	background-image:url("../images/bullet_2.gif");
	background-repeat:no-repeat;
	background-position:center;
	padding:0px;
}

#subsubcategorie a{
	text-align:left;
	width:160px;
	padding:3px;
}

.spacer{
	font-size:0px;
}

#subsubcategorie td{
	padding:3px;
	
}

#subsubcategorie a:hover{
	text-decoration:underline;
}

#active_submenu{
	background-image:url("../images/submenu_bg.png");
	background-repeat:repeat-y;
}*/

#customers{
	margin-left:140px;
	margin-top:40px;
	width:550px;
}

.cust_image{
	width:90px;
	height:90px;
	float:left;
	margin-bottom:20px;
	display:block;
}

.cust_spacer{
	width:120px;
	height:90px;
	float:left;
	background-image:url("../images/border_light.png");
	margin-bottom:20px;
}

#customer_header{
	background-image:url("../images/border_light.png");
	height:90px;
	margin-bottom:10px;
}

#customer_name{

	padding-top:30px;
	padding-left:100px;
	font-size:20px;
}

#customer_images{
	background-color:#484848;
	padding:7px;
	margin-top:20px;
	margin-bottom:20px;
}
#customer_images img{
	margin-top:3px;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
}

.center{
	text-align:center;
}

.testimonial_top_wide{
	width:430px;
	margin:0 auto;
	clear:both;
	background-color:#484848;
	font-weight:bold;
	font-style:italic;
}

.testimonial_top_image_wide{
	background-image:url("../images/testimonial_top_wide.png");
	width:430px;
	height:28px;
	margin:0 auto;
}

.testimonial_bottom_image_wide{
	background-image:url("../images/testimonial_bottom_wide.png");
	width:430px;
	height:28px;
	margin:0 auto;
}

.testimonial_bottom_wide{
	width:430px;
	margin:0 auto;
	clear:both;
	background-color:#2A2A2A;
}

.testimonial_text_wide{
	float:right;
	width:340px;
	height:40px;
	padding:5px;
	text-align:left;
}

.news{
	float:left;
}

.news_dates{
	font-size:12px;
	font-weight:normal;
	padding-right:5px;
	text-align:right;
	float:right;
}

.news_navigation{
	background-color:#2A2A2A;
	padding:3px;
}

.news_navigation_item1{
	width:33%;
	float:left;
	display:block;
}

.news_navigation_item2{
	width:34%;
	float:left;
	text-align:center;
}

.news_navigation_item2 a{
	color:#B3DC1E;
}

.news_navigation_item3{
	width:33%;
	float:left;
	text-align:right;
}

.green{
	color:#B3DC1E;
}

.underline:hover{
	text-decoration:underline;
}

.active_page a{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

.news_date{
	color:#B3DC1E;
	font-size:18px;
	padding-bottom:10px;
}

.news_title{
	color:#FFF;
	font-size:14px;
	padding-bottom:20px;
	font-weight:bold;
}

#contact1{
	float:left;
	width:350px;
	_width:360px;
	height:185px;
	background-color:#222;
	padding:5px;
	font-size:11px;
}

#contact1 img{
	margin-right:10px;
}

#contact2{
	float:right;
	width:350px;
	_width:360px;
	height:185px;
	background-color:#222;
	padding:5px;
}

#contact2 li{
	list-style-position:outside;
}

#contact2 ul, #contact2 ol{
	padding-left:15px;
}

.contact_titel{
	font-size:13px;
	font-weight:bold;
	padding-bottom:8px;
	display:block;
}

.floatright{
	float:right;
	position:relative;
	top:-22px;
}

.floatleft{
	float:left;
}

#sitemap{
	list-style-image:url("../images/bullet5.png");
	padding-left:15px;
}

#sitemap ul, #sitemap ol{
	list-style-image:url("../images/dash.png");
	padding-left:25px;
}

#sitemap ul ul, #sitemap ol ol, #sitemap ol ul, #sitemap ul ol{
	list-style:none;
	padding-left:20px;
}

#sitemap ul ul li a, #sitemap ol ol li a, #sitemap ol ul li a, #sitemap ul ol li a{
	color:#CCC;
}

.selected{
	background-color:#666;
}

.searchresult{
	padding-left:30px;
	padding-right:30px;
}

.result_tekst{
	color:#CCC;
}

#footer_border{
	height:4px;
	background-image:url("../images/border_groen.png");
	font-size:0px;
}

#footer_background{
	width:210px;
	float:left;
	background-image:url("../images/border_light.png");
	height:26px;
}

#footer_tekst{
	background-color:#333;
	text-align:left;
	float:left;
	padding:5px;
	font-size:11px;
	color:#CCC;
}

#footer_image{
	background-image:url("../images/feweb_off.jpg");
	background-repeat:no-repeat;
	height:16px;
	width:43px;
	float:right;
	margin-top:5px;
	margin-right:5px;
	display:block;
}

#footer_image:hover{
	background-image:url("../images/feweb_on.jpg");
}

.green_link{
	color:#B3DC1E;
}

.green_link:hover{
	color:#B3DC1E;
	text-decoration:underline;
}

#own_content{
	text-align:justify;
	line-height:150%;
}
#own_content ul, #own_content ol{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
}

#own_content li{
	list-style-position:outside;
}
#own_content a{
	color:#B3DC1E;
}
#own_content a:hover{
	color:#B3DC1E;
	text-decoration:underline;
}

.smaller{
	font-size:11px;
}


// Float hack

.clear {
	display: inline-table;
}

.clear:after {
    clear: both; 
    content: "."; 
    display: block; 
	font-size: 1px;
    height: 0px; 
	overflow: hidden;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}

.clear {
	display: block;
}
/* End hide from IE-mac */
