/* ------------( body ) ----------- */
body {
  font-family					: Arial, Verdana, sans-serif;
  font-size						: 12px;
  color								: #000000;
  margin							: 0;
  padding							: 0;
}

body#website {
  text-align					: center;
  background: #6cc1ba;
}

/* ------------( linx ) ----------- */
a {
  text-decoration			: none;
  color								: #a4011c;
}
a:hover, a:active {
  text-decoration			: underline;
  color								: #007d9d;
}

a img {
	border							: none;
}

/* ------------( images ) ----------- */
img {
  display							: block;
}

img.inline {
  display							: inline;
}

img.popupnormal {
  display							: inline;
  border							: none;
}

img.external {
  display							: inline;
  border							: none;
  padding							: 0;
  margin							: 0 0 0 0.2em;
}

img.external_doc {
  display							: inline;
  border							: none;
  padding							: 0;
  margin							: 0 0 0 0.2em;
  vertical-align			: bottom;
}

img.icon {
  display							: inline;
  border							: none;
}

/* ------------( table defaults ) ----------- */
table {
	border-collapse			: collapse;
}
td {
	vertical-align			: top;
}
th {
	text-align					: left;
}

.stripe {
  background-color		: #feeab5;
}

.rtd {
	text-align					: right !important;
}

.ltd {
	text-align					: left !important;
}

.ctd {
	text-align					: center !important;
}

/* ------------( headings ) ----------- */
h1, h2, h3, h4, h5, h6 {
  font-family					: Arial, sans-serif;
  color								: #147f9e;
  margin							: 11px 0 0 0;
}
h1 {
  /*margin							: 11px 0 3px 0;*/
  font-size						: 16px;
  font-weight					: bold;
}
h1#str_title {
  margin 							: 0 0 10px 0;
  font-size						: 18px;
  font-weight					: bold;
}

h2 {
  font-size						: 15px;
  font-weight					: bold;
  padding							: 0;
}
h3 {
  font-size						: 13px;
  font-weight					: bold;
  padding							: 0;
}
h4 { 
  font-size						: 12px;
  font-weight					: bold;
}
h5 { 
  font-size						: 12px;
  font-weight					: bold;
	color								: #000;
}
h6 { 
  font-size						: 11px;
  font-weight					: bold;
	color								: #000;
}

/* ------------( paragraphs ) ----------- */
p { 
  padding							: 0; 
  margin							: 0 0 10px 0;
	line-height					: 1.4em;
	word-spacing				: 1px;
}

.error {
  color								: #C90101;
}

p.error {
	background-color		: #fff;
	border			      	: #EDEDED 1px solid;
	padding							: 10px;
}

p#demo {
  font-size						: 11px;
  color								: #999;
  text-align					: center;
}


/* ------------( site ) ----------- */
#site {
  margin								: 0px auto;
  text-align						: left;
  background: #feefc6;
  min-height: 578px;
}

/* ------------( header ) ----------- */
div#header {
  background: url(/images/bg_header.gif) no-repeat center top;
  height: 132px;
  position: relative;
}

/* ---------- ( menu ) ------------- */
div#menu {
  margin 							: 0 0 15px;
  color								: #000;
  font-size         	: 17px;
  padding: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  /* [disabled]font-weight: bold; */

}

#menu a {
  color								: #a4011c;
  display							: block;
  text-decoration			: none;
  padding							: 5px 10px;
  /*---( vertical settings )-----*/
	width								: 192px;
  background: url(/images/menu_arrow_normal.png) no-repeat left center;
  height: 19px;
}

#menu a:hover {
  color 							: #007d9d;
  background: url(/images/menu_arrow_hover.png) no-repeat left center;
}

#menu a.selected {
  color 							: #007d9d;
  background: url(/images/menu_arrow_hover.png) no-repeat left center;
}

#menu ul ul {

	
}

#menu ul li li {
	
}

#menu ul li li a {
  font-size: 14px;
  background: url();
  padding: 2px 10px;
}

#menu ul li li a.selected, #menu ul li li a:hover {
  background: url();
}


/* ------------( content ) ----------- */
#content {
  padding							: 10px 23px 10px 21px;
  margin							: 0;
}

#content_welcome {
  padding							: 10px 2px 10px 2px;
  margin							: 0;
}


#company_content {
  padding							: 0px 15px;
  margin							: 10px 0;
  border-right: 1px dashed #665c4c;
  overflow: hidden;
}

#activity_content {
  padding							: 0px 15px;
  margin							: 10px 0;
  overflow: hidden;
}

/* ---------- ( footer ) ------------- */
#footer {
  margin 							: 0 auto;
  padding 						: 25px 20px;
  color								: #fff;
  font-size         	: 13px;
  min-height					: 13px;
  width: 900px;
  text-align: left;
}

#footer ul {
	padding							: 0;
	margin							: 0;
}

#footer ul li {
  list-style-type			: none;
  padding							: 0;
  margin							: 0;
  margin-right 				: 20px;
}

#footer a {
  color								: #fff;
  text-decoration: none;
}

#footer a:hover {
  color								: #fff;
  text-decoration			: underline;
}

/* ------------( credits ) ----------- */
#credits {
  font-size						: 10px;
  text-align					: right;
	clear: both;
  /* [disabled]color								: #666; */
  /* [disabled]float: right; */
}

#credits a {
  /* [disabled]color								: #666; */
  text-decoration			: underline;
}

#credits a:hover { 
  color								: #C80200;
  text-decoration			: underline;
}

/* ------------( breadcrumb ) ----------- */
#breadcrumb {
  margin							: 0 0 5px 0;
  padding							: 2px;
  color								: #000;
  font-size: 11px;
}

#breadcrumb a {
  color								: #007d9d;
  text-decoration			: none;
}

#breadcrumb a:hover {
  color								: #a4011c;
  text-decoration			: underline;
}

/*------( sub pages )------*/
#subpages {
}

#subpages ul {
  list-style					: square;
}

#subpages li {
  margin							: 0;
  padding							: 0.2em 0;
}

/*-----( productgroepen overzicht )-----*/
div#shopsettings {
	border								: 1px solid #fff;
	margin								: 10px;
	color									: #006633;
	letter-spacing : 1px;
}
div#shopsettings li {
	margin								: 3px;
}
div#shopsettings a {
	text-decoration				: none;
	color									: #006633;
	font-weight						: bold;
}
div#shopsettings a:hover {
	color									: #fff;
}
div#shopsettings a.selected {
	color									: #fff;
}
/*-----( productgroepen overzicht )-----*/
ul#prdgrp {
	list-style-type			: none;
	color								: #363636;
	font-weight					: bold;
	margin							: 10px 0 0 5px;
	padding							: 10px 0 0 5px;
}

ul#prdgrp li {
	margin							: 3px;
}

ul#prdgrp a {
	text-decoration		: none;
	color								: #363636;
	letter-spacing			: 1px;
}

ul#prdgrp a:hover {
	text-decoration			: underline;
  color								: #fff;
}

ul#prdgrp a.selected {
  color								: #fff;
}

/*-----(nieuws)-----*/
table.newsitem {
	width 							: 100%;
	margin-bottom 			: 10px;
}

table.newsitem td {
	
}
table.newsitem td.thumb {
	width 							: 102px;
}

table.newsitem td.thumb img {
	margin-top					: 4px;
	border 							: 1px solid #6d6d6d;
	background-color		: #fff;
}
table.newsitem td.thumb img:hover {
	
}
table.newsitem h2 {
	margin 							: 0;
}

table.newsitem em {
	font-size 					: 11px;
}

table.newsitem p {
	margin 							: 0;
}

table.newsitem a {

}

table.newsitem a:hover {

}

/*----( welcome_news )------*/
#welcome_news {
  border-bottom: none;

}

#welcome_news ul {
  list-style					: none;
  color								: #000;
  margin: 0;
  padding: 0;
}

#welcome_news li {
  clear								: right;
  margin							: 0;
  padding							: 13px 0;
  border-bottom: 1px dashed #665f4f;
  font-size: 13px;
}

#welcome_news li a {
  margin							: 0;
}

#welcome_news li img {
  margin							: 0 0 0 5px;
	float								: right;
	border							: none;
	padding							: 1px;
	background-color		: #fff;
	border							: 1px solid #6d6d6d;
}

#welcome_news li img:hover {
	border							: 1px solid #cd003a;
}

#welcome_news li a:hover {
  margin							: 0;
}

#welcome_news li a.welcome_news_title {
  color								: #000;
	display							: block;
	background-color		: #cd003a;
	color								: #fff;
	font-size						: 13px;
	padding							: 3px 0 3px 3px;
	text-decoration			: none;
	font-weight					: bold;
	margin-bottom				: 5px;
}

#welcome_news li a.welcome_news_title:hover {
  color								: #fff;
	background-color		: #6d6d6d;
	/*text-decoration			: underline;*/
}


/*----(gallerij)------*/
ul#gallery {
	margin							: 0;
	padding							: 0;
}

a.gallery img{
  border: none;
}

img.gallery {
	padding							:	1px 1px 1px 1px;
	border							:	1px solid #0d2044;
}

.gallery_cont {
  float								:	left;
  margin: 0 10px 10px 0;
}



/*-----( activities )-----*/
table#activities {
  margin							: 15px 0 15px 0;
  border-collapse			: collapse;
  background-color		: #fff;
  border							: 1px solid #999;
}

/* tabjes */
table#activities th {
  padding							: 0;
  margin							: 0;
  text-align					: left;
  vertical-align			: top;
  border							: 1px solid #999;
  font-size 					: 12px;
  background-color		: #cd003a;
}

table#activities th a, 
table#activities th p {
  color								: #fff;
  background-color		: #cd003a;
	display							: block;
	width								: 40px;
	padding							: 5px;
	text-decoration			: none;
	text-align					: center;
	margin							: 0;
}

table#activities th a {
	padding							: 6px 5px 6px 5px;
}

table#activities th p {
  background-color		: #6d6d6d;
}

table#activities th.selected {
	border-bottom				: none;
	background-color		: #fff;
}

table#activities th.selected a {
  margin							: 0;
  color								: #000;
	background-color		: #fff;
}
table#activities th.selected a:hover {
  background-color		: #fff;
}

table#activities th a:hover {
  background-color		: #fff;
	color								: #000;
}

table#activities p {
	margin							: 60px 0 60px 30px;
}

table#activities table {
	border-collapse					: collapse;
	width										: 100%;
}

table#activities table td.datum {
	width										: 75px;
}

table#activities table td {
	padding							: 3px;
}

/*-----( talen )-----*/
div#language {
  position: absolute;
  top: 45px;
  right: 0px;
  background: #6cc1ba;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 11px;
}

div#language a img {
	display 						: inline;
	border 							: 1px solid #000;
	margin 							: 0 5px 0 5px;
}

div#language a:hover img {
	border 							: 1px solid #ccc;
}

/* ------------( forms ) ----------- */
form {
	margin 							: 0;
	padding 						: 0;
}

input, select, textarea {
	font-family       	: Verdana, Arial, sans-serif;
	font-size						: 12px;
	color								: #666;
	background-color		: #fff;
	border							: 1px solid #ccc;
}

.formbutton {
	margin							: 0;
	padding 						: 2px 10px 2px 10px;
	font-weight 				: bold;
	color								: #545454;
	background-color		: #fff;
	border     					: 1px solid #d1d1d1;
	border-right     		: 1px solid #545454;
	border-bottom     	: 1px solid #545454;
	text-decoration 		: none;
	font-size						: 10px;
	/*cursor							: pointer;*/
}

a.formbutton:hover {
	text-decoration 		: none;
	color								: #666;
}

.noborder {
	border 							: none;
	background-color		: transparent;
}

input.noborder {
	border 							: none;
	background-color		: transparent;
}

td.noborder input {
	border 							: none;
	background-color		: transparent;
}

/*----(login)--------*/
div#loginform {
	width 							: 300px;
	margin 							: 10px auto 10px auto;
	border 							: 1px solid #C80200;
	padding 						: 10px;
	
}
table.forget {
	width 					: 350px !important;
}

/*-----( contactform )--------*/
#contact_vertical,
#contact {
  margin-top					: 15px;
  border-collapse			: collapse;
}

#contact_vertical th,
#contact th {
  color								: #666;
  padding							: 5px 10px 5px 0;
  margin							: 0px;
  text-align					: left;
  vertical-align			: top;
  font-size						: 12px;
}

#contact_vertical th {
	font-weight					: normal;
}

#contact_vertical td,
#contact td {
  padding							: 5px 10px;
  margin							: 0px;
  vertical-align			: top;
  font-size						: 12px;
}

#contact_vertical td,
#contact_vertical th {
	padding-left				: 0;
}

#contact_vertical th {
	padding-bottom			: 0;
}

#contact_vertical td {
	padding-top					: 0;
}

td.contact_footer {
	/*margin-top					: 5px;*/
	font-size						: 10px !important;
}

#contact_vertical td.contact_footer {
	padding-top					: 10px;
}

#contact_vertical th.title {
	padding-top					: 5px;
	padding-bottom 			: 5px;
	font-size						: 14px;
	font-weight					: bold;
}

#contact_vertical td textarea,
#contact_vertical td input.text {
	font-size						: 11px;
	padding							: 3px 2px;
}

/*To disable fieldsets in contactform uncomment the following:*/
/*
#contact_vertical fieldset,
#contact fieldset {
  border							: 0px solid #ccc;
  margin              : 0px;
  padding             : 0px;
}

#contact_vertical legend,
#contact legend {
  padding             : 0 5px;
  margin              : 0px;
  display:none;
}
*/
/*To enable fieldsets in contactform uncomment the following:*/

#contact_vertical fieldset input,
#contact fieldset input {
  margin-top: 5px;
}

#contact_vertical fieldset,
#contact fieldset {
  border							: 1px solid #ccc;
  margin              : 0px;
  padding             : 0 5px 5px 5px;
}

#contact_vertical legend,
#contact legend {
  color               : #545454;
  padding             : 0 2px;
  margin              : 0px;
}

fieldset input{
  margin-top: 5px;
}

fieldset {
  border							: 1px solid #ccc;
  margin              : 0px;
  padding             : 0 5px 5px 5px;
}

legend {
  color               : #545454;
  padding             : 0 2px;
  margin              : 0px;
}

input.radio{
}

input.checkbox{
}

input.text{
  width               : 300px;
	background-image		: url(/images/bg_formitem.jpg);
	background-position	: bottom left;
	background-repeat		: repeat-x;
}

input.date{
  width               : 280px;
  margin-right        : 2px;
  float               : left;
}

textarea {
  width               : 300px;
	background-image		: url(/images/bg_formitem.jpg);
	background-position	: bottom left;
	background-repeat		: repeat-x;
}

/*------( captcha )---------*/
#hcaptcha {
	font-size						: 10px;
	margin-left					: 10px;
	position						: relative;
	right								: 0;
}

.captcha_image {
	border							: 1px solid #000;	
	float								: left;
	margin-right				: 10px;
}

#dcaptcha {
	position						: absolute;
	z-index							: 3;
	background-color		: #fff;
	width								: 200px;
	clear								: left;
	margin-left					: 0px;
	margin-top					: 11px;
	border							: 1px solid #ccc;
	padding							: 5px;
}

#dcaptcha h2 {
	margin-top					: 0;
	margin-bottom				: 5px;
}

/*------( mailing )---------*/
#mailing {
  margin-top					: 15px;
  border-collapse			: collapse;
}

#mailing th {
  color								: #666;
  padding							: 5px 10px;
  margin							: 0px;
  text-align					: left;
  vertical-align			: top;
  font-size						: 12px;
}

#mailing td {
  padding							: 5px 10px;
  margin							: 0px;
  vertical-align			: top;
  font-size						: 12px;
}

/*-----( guestbook )-----*/
.guestbook {
  margin-bottom				: 2em;
  padding							: 10px;
  background: #fee8b3;
}
.guestbook p.guestbookfooter {
  /* [disabled]border-top					: #333 1px solid; */
  font-weight					: bold;
  padding-top					: 5px;
}

/* ------------( weblog ) ----------- */
.weblog {
	clear								: right;
	margin-bottom				: 2em;
	background					: #eee;
	padding							: 10px;
}
.weblog h2{
	border-bottom				: #333 1px solid;
	padding-bottom			: 5px;
}
.weblog p.weblogfooter {
	border-top					: #333 1px solid;
	font-weight					: bold;
	padding-top					: 5px;
}
/* ------------( comment ) ----------- */
.comment {
	clear								: right;
	margin-bottom				: 2em;
	background					: #eee;
	padding							: 5px 10px;
}
.comment p.commentfooter {
	border-top					: #333 1px solid;
	font-weight					: bold;
	padding-top					: 5px;
}
/* ------------( reactie  ) ----------- */
#reactie {
	background					: #eee;
	margin-bottom				: 2em;
	padding							: 10px;
}


/* ------------( webshop  ) ----------- */
p.price strong {
	color								: #C80200;
	font-size						: 13px;
	margin-left					: 5px;
}

/* ------------( producten  ) ----------- */
table#productoverview {
	width								: 100%;
	table-layout				: fixed;
	border-collapse			: separate;
}

table#productoverview td {
	padding-bottom			: 10px;
}

table#productoverview td.rpad {
	padding-right				: 10px;
}

table#productoverview table {
	width								: 100%;
	border							: 1px solid #006633;
}

table#productoverview th {
	margin							: 0 0 5px 0;
	padding							: 5px;
	background-image		: url(/images/bg_site.gif);
	background-repeat		: repeat;
	background-color		: #006633;
}
table#productoverview th a {
	text-decoration			: none;
	color								: #fff;
}

table#productoverview img {
	margin							: 0 10px 0 0;
}

table#productoverview a img {
	border							: 1px solid #666;
}

table#productoverview a:hover img {
	border							: 1px solid #C80200;
}

table#productoverview table td {
	padding							: 5px;
}

table.related {
	text-align : center !important;
}
table.related img {
	display							: inline !important;
}


.new {
  color								: #ff2400;
	font-weight					: bold;
}

/*---------( product list )-----------*/
table#productlist {
	width								: 100%;
	table-layout				: fixed;
	border-collapse			: separate;
}

table#productlist h2 {
	margin							: 0 0 5px 0;
}

table#productlist h2 a {
	text-decoration			: none;
  color								: #C80200;
}

table#productlist h2 a:hover {
	text-decoration			: underline;
}

table#productlist td span {
	color								: #f00;
	font-weight					: bold;
}

table#productlist p {
	margin							: 3px 0 3px 0;
}

table#productlist p.price strong {
	font-size						: 14px;
}
table#productlist td {
	padding							: 2px 5px 2px 5px;
}

table#productlist td.imgtd {
	width								: 120px;
}

table#productlist td.imgtd a img {
	border							: 1px solid #000;
}

table#productlist td.imgtd a:hover img {
	border							: 1px solid #f00;
}

table#productlist table {
	border							: 1px solid #000;
	width								: 100%;

}

/*---------( product detail )-----------*/
table#product {
	width								: 100%;
}

table#product td.imgtd {
	width								: 320px;
}

table#product td.imgtd img {
	border							: 1px solid #000;
}

table#product p {
	margin							: 0 0 10px 0;
}
table#product p.special {
	color								: #f00;
	margin							: 0 0 5px 0;
	font-weight					: bold;
}

table#product table.property {
	width								: 100%;
	border							: 1px solid #ccc;
}
table#product table.property td {
	padding							: 1px 5px 1px 0px;
}
table#product table.property th {
	width								: 30%;
	padding							: 1px 5px 1px 5px;
}

table#product table.price {
	margin							: 10px 0 5px 0;
	width								: 100%;
	border-top					: 1px solid #000;
}

table#product table.price strong {
	color								: #f00;
	font-size						: 14px;
}

/*--------( attachments )---------*/
ul.attachment {
	margin							: 5px 0 5px 12px;
	padding							: 5px 0 5px 12px;
}
ul.attachment li {
	list-style-type			: square;
}


/*--------( profile )---------*/
div#profileinfo {
	border							: 1px solid #006633;
	background-color		: #EAF5DC;
	float								: right;
	padding							: 10px 20px;
	color								: #006633;
}

div#profileinfo li {
	list-style-type			: square;
}

div#profileinfo h2 {
	margin							: 0;
}

/*--------( profile edit )---------*/
/*--------( basket )---------*/
table.basket {
	width								: 100%;
	margin							: 5px 0 5px 0;
}

table.basket th {
	background-color		: #eee;
	border-bottom				: 1px solid #666;
	border-top					: 1px solid #666;
	padding							: 2px 5px 2px 5px;
}

table.basket td {
	padding							: 1px 3px 1px 3px;
}

.icontd {
	width								: 20px;
}

.total {
	border-top					: 1px solid #666;
}
	
/*-----( order )--------*/
div.order {
	margin							: 5px 0 5px 0;
	padding							: 5px;
	border							: 1px solid #ccc;
}

div.order h3 {
	margin							: 3px 0 5px 0;
}

/*-----( user form )--------*/

table.userform {
	background-color		: #eee;
	border							: 1px solid #ccc;
	margin							: 5px 0 5px 0;
	width								: 100%;
}

table.userform td {
	padding							: 3px 5px 3px 3px;
}

table.userform th {
	padding							: 3px 5px 3px 3px;
	width								: 20%;							
}

table.usergroup {
	width								: 100%;
	table-layout				: fixed;
}

table.usergroup td.rpane {
	padding-left							: 10px;
}
table.usergroup td.lpane {
	padding-right							: 10px;
}

div#orderinfo {
	padding										: 10px;
	margin										: 5px 0 10px 0;
}
div#orderinfo table {
	width											: 100%;
	table-layout							: fixed;
}

div#orderinfo a {
	color											: #C80200;
}
div#orderinfo a:hover {
	text-decoration						: none;
}

/* gmaps part {{{ */
.gmap_pos_top {
  width											: 100%;
  height										: 300px;
}
.gmap_pos_right {
  width											: 50%;
  height										: 500px;
  float											: right;
  margin										: 5px 0 5px 10px;
}

.gmap_pos_left {
	width											: 50%;
  height										: 500px;
  float											: left;
  margin										: 5px 10px 5px 0;
}

.gmap_pos_bottom {
  width											: 100%;
  height										: 400px;
}

.gmap_pos_full {
	width											: 100%;
  height										: 500px;
 }

div#gmap_directions {
  border										: 1px solid #6d6d6d;
  visibility								: hidden;
  display										:none;
}

.gmap_dir_pos_top {
  width											: 100%;
  max-height								: 200px;
  overflow									: auto;
  margin										: 5px 0;
}

.gmap_dir_pos_right {
  width											: 50%;
  float											: right;
  margin										: 5px 0 5px 10px;
}

.gmap_dir_pos_left {
	width											: 50%;
  float											: left;
  margin										: 5px 10px 5px 0;
}

.gmap_dir_pos_bottom {
  width											: 100%;
  max-height								: 200px;
  overflow									: auto;
  margin										: 5px 0;
}

.gmap_dir_pos_full {
	width											: 100%;
  height										: 200px;
  overflow									: auto;
  margin										: 5px 0;
}

div#gmap_block {
	border										: 1px solid #ccc;
}
/* end of gmaps part }}} */

#background_container {
  background: #fcd15c url(/images/bg_website.gif) repeat-x center top;
}

#site_container {
  background: url(/images/site_container_bg.png) no-repeat center top;
  width: 941px;
  margin: 0 auto;
  padding: 0 21px;
}

#sidebar_left {
  float: left;
  width: 212px;
  padding: 10px 4px 0 4px;
}

#content_container {
  overflow: hidden;
}

#menu li#first {
  background: url(/images/menu_first.png) no-repeat center top;
  padding-top: 1px;
}

#footer_container {
  background: url(/images/footer_bg.gif) no-repeat center top;
  height: 119px;
  clear: both;
}

#footer .footer_col {
  float: left;
  margin: 0 50px 0 0;
}

li#sub_last {
  background: url(/images/menu_first.png) no-repeat center bottom;
}


.company_item .company_item_thumbnail {
  float: right;
  margin-left: 15px;
}

.company_item {
  overflow: hidden;
}

.company_item_text {
  overflow: hidden;

}

#sidebar_right {
  float: right;
  width: 346px;
  margin: 0 10px 0 17px;
}

#company_address {
  margin: 10px 0;
  padding: 0 8px;
  color: #147f9e;
}

#company_data {
  border-right: 1px dashed #665c4c;
  padding: 0 4px 0 0;
  font-weight: bold;
  color: #147f9e;
}


#sidebar_right h3 {
  background: url(/images/block_bg.png) repeat-x left top;
  margin: 0;
  padding: 7px 10px 0px 7px;
  height: 21px;
  font-size: 12px;
  color: #000;
}

#company_detail_image {
  margin-bottom: 8px;
}

#gmap_canvas {
  height: 300px;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #665c4c;
}

.activity_month {
  margin-bottom: 15px;
  /* [disabled]background: #F8EA3F; */
}

.activity_month .activity_month_header {
  font-size: 14px;
  font-weight: bold;
  padding: 3px;
  /* [disabled]background: #F8EA3F; */
  color: #BF092F;
  border-bottom: 1px solid #BF092F;
}

.month_odd .activity_month_header {
  /* [disabled]background: #FABB38; */
  /* [disabled]color: #FFF; */
}

.activity_month table td {
  padding: 3px 15px 3px 3px;
}

.activity_month table {
  width: 100%;
}

.activity_month table td.datum_small {
  width: 75px;
}

.activity_month.month_odd {
  /* [disabled]background: #FABB38; */
}

.guestbook input.guestbookfield {
  display: none;
}
table#company_edit th {
  background: #fddc83;
}

table#company_edit th, table#company_edit td {
  padding: 3px;
  vertical-align: middle;
}

#box td {
  padding: 0 !important;
}

.clearAll {
  clear: both;
}

.welcome_col {
  float: left;
  width: 347px;
  margin: 0 10px 0 0;
}

.welcome_block {
  height: 171px;
  float: left;
  padding: 0 0 3px 0;
  border-right: 1px dashed #665f4f;
  border-bottom: 1px dashed #665f4f;
  margin: 0 0 5px 0;
  width: 347px;
}

#welcome_activities {
  clear: right;
}

.welcome_block_header {
  font-size: 12px;
  font-weight: bold;
  background: url(/images/block_bg.png) repeat-x left top;
  height: 27px;
  margin: 0 3px 5px 0;
}

.welcome_block_content {
  margin-right: 3px;
  margin-left: 15px;
}

#welcome_news #welcome_last_item {
  border-bottom: none;
}

#welcome_duincam {
  width: 171px;
  border-right: none;
  border-bottom: none;
  margin: 0 15px 0 0;
}

#welcome_weather {
  width: 160px;
  border-bottom: none;
}

#welcome_activities #welcome_activity_nav {
  float: right;
}

#welcome_activity_nav a {
  text-decoration: none;
  padding: 7px 10px 5px 10px;
  float: left;
  display: block;
  color: #000;
  border-left: 1px solid #FEEFC6;
}

#welcome_activity_nav a:hover {
  background: #FEEFC6;
  color: #000;
}


#welcome_activity_nav a.activeSlide {
  background: #FEEFC6;
}

#welcome_activity_nav a:focus { 
	outline: none; 
}

.welcome_block_header h3 {
  color: #000;
  margin: 0px;
  padding: 7px 3px 3px 15px;
  font-size: 12px;
}

.welcome_activity {
  width: 330px;
}

#welcome_duincam .welcome_block_content {
  padding: 0px;
  margin: 0px;
}

img#DuinCam {
  border: 4px solid #fef7e1;
}

#welcome_weather .welcome_block_content {
  margin: 0px 3px 0px 0px;
}

div#language a {
  color: #FFF;
  text-decoration: none;
}

/* ------------( navigation ) ----------- */
span.navigation {
  padding							: 10px 0 10px 0px;
  text-align					: left;
  overflow: hidden;
  display: block;
}

span.navigation a {
  margin							: 0 1px 0 0px;
  padding							: 6px 6px 1px;
  text-align					: center;
  font-weight					: bold;
  text-decoration			: none;
  color: #000;
  font-size: 11px;
  background: url(/images/block_bg.png) no-repeat left top;
  display: block;
  float: left;
  width: 15px;
  height: 19px;
}

span.navigation a:hover {
  background-color		: #a4011c;
  color								: #FEEFC6;
}

span.navigation span.nav_current {
  margin							: 0 1px 0 0px;
  padding							: 6px 6px 1px;
  text-align					: center;
  font-weight					: bold;
  text-decoration			: none;
  color: #000;
  font-size: 11px;
  /*background: url(/images/block_bg.png) no-repeat left top;*/
  display: block;
  float: left;
  width: 15px;
  height: 19px;
}

div.gallery_info {
	padding							: 10px 0 10px 0px;
	text-align					: left;
}

.activity_month .act_thumbnail {
  float: right;
  border: 1px solid #a4011c;
}

#sidebar_right.activity_sidebar {
  border-left: 1px dashed #000;
  width: 336px;
  margin: 10px 0 10px 10px;
  padding: 0 10px;
}

.activity_month td.datum_large {
  width: 100px;
}

#activty_image_detail {
  border: 1px solid #665c4c;
}

div.lnk_social_media {
}

.lnk_social_media img {
  display: inline;
}

#lnk_social_media_footer {
  float: right;
}

.float_right {
  float: right;
}

#lnk_social_media_sidebar {
  margin: 14px;
}

#sidebar_left #sidebar_banners {
  border: 4px solid #FFF;
  width: 203px;
}

ul#rss_feeds {
  list-style: none inside !important;
}

#content .company_col {
  width: 310px;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dashed #665f4f;
}

.no_right_border {
  border-right: 0px !important;
}
.company_item h2 a {
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  color: #393939;
}

.company_item h2 a:hover {
  color: #007d9d;
  text-decoration: underline;
}

#gmap_company_category {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}

.navigation .showall, .navigation .shownormal {
  width: auto;
  background: url(/images/block_bg.png) repeat-x;
}

.gallery_info .gallery_pictures {
  display: block;
  float: right;
  padding: 6px 6px 1px;
}

#footer #rabobank_stimuleringsfonds {
  width: 160px;
  text-align: left;
  font-size: 10px;
  padding: 0 20px;
  font-weight: bold;
  margin: 0 15px 0 0;
}

