/* ------------( body ) ----------- */
body { 
  font-family					: Verdana, Arial, sans-serif;
  font-size						: 12px;
	color								: #1a171b;
	margin							: 0;
	padding							: 0;
	/*opacity							: 1.0;*/
}

body#subsite_website { 
  background-image		: url(/images/bg_subsite_website.jpg);
	background-position	: top left;
	background-repeat		: repeat-x;
	background-color		: #c4e4ed;
  text-align					: left;
}

/* ------------( linx ) ----------- */
a {
  text-decoration			: underline;
  color								: #e5312a;
}
a:hover, a:active {
  text-decoration			: underline;
  color								: #1a171b;
}

/* ------------( 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		: #eee;
}

.rtd {
	text-align					: right !important;
}

.ltd {
	text-align					: left !important;
}

.ctd {
	text-align					: center !important;
}

/* ------------( headings ) ----------- */
h1, h2, h3, h4, h5, h6 {
  font-family					: Verdana, Arial, sans-serif;
  color								: #e5312a;
}
h1 {
  margin							: 11px 0 3px 0;
  font-size						: 15px;
  font-weight					: bold;
}
h1#str_title {
  margin 							: 0 0 10px 0;
  font-size						: 18px;
  font-weight					: normal;
}

h2 {
  font-size						: 13px;
  font-weight					: bold;
  padding							: 0;
  margin							: 10px 0 0 0;
}

h3 {
  font-size						: 12px;
  font-weight					: bold;
  padding							: 0;
  margin							: 10px 0 0 0;
}
h4 { 
  font-size						: 11px;
  font-weight					: normal;
}

/* ------------( paragraphs ) ----------- */
p { 
  padding							: 0; 
  margin							: 0px 0 10px 0;

	word-spacing				: 1px;
	line-height					: 15px;
}

.error {
  color								: #C90101;
}

p.error {
	background-color		: #fff;
	border			      	: #EDEDED 1px solid;
	padding							: 10px;
}

p#demo {
  font-size						: 11px;
  color								: #999;
  text-align					: center;
}

/* ////////////////////////////////// */
/* --------- ( subsite ) ------------ */
/* ------------ {{{ ( subsite ) ----------- */
body#subsite_website { 
  background-image		: url(/images/bg_subsite_website.jpg);
	background-position	: top left;
	background-repeat		: repeat-x;
	background-color		: #c4e4ed;
  text-align					: left;
}
#subsite {
 padding							: 0;
 margin								: 15px auto 0px auto;
 text-align						: left;
 border								: none;
 background-color			: #fff;
 width								: 960px;
}
/* ----------( aubsite_header ) ----------- */
div#subsite_header {
  background-image		: url(/images/bg_header_top.gif);
	background-position	: bottom left;
	background-repeat		: no-repeat;
  min-height          : 123px;
  height              : auto !important;
  height              : 123px;
  
}

#subsite_image {

	border-bottom				: 1px solid #b5b4b6;
	height							: 251px;
}

#subsite_image img {
	padding							: 0;
	margin							: 0;
	width								: 958px;
	height							: 250px;
	border-left					: 1px solid #fff;
	border-right				: 1px solid #fff;
	border-bottom				: 1px solid #fff;
}

/* --------(subsite_cols ) ----------- */
.subsite_cols {
	width								: 220px;
	padding							: 0 20px 15px 0;
}
.subsite_cols p {
	word-spacing				: 1px;
	line-height					: 16px;
}

/* --------(subsite_content ) -------- */
#subsite_content {
  padding							: 0 30px 0px 30px;
  margin							: 0;
	color								: #004595;
	background-color		: #fff;
	word-spacing				: 1px;
	line-height					: 15px;
	opacity							: 1.0;
}

.subsite_title {
	font-size						: 14px;
  color								: #e5312a;
	font-weight					: bold;
	padding							: 0 0 5px 0;
}
/* --------(subsite_news ) ----------- */
#subsite_news {
}

#subsite_news tr td {
	padding							: 0 0 10px 0px;
	list-style					: none;
	vertical-align			: top;
}

#subsite_news tr td a {
	background-image		: url(/images/read_more.gif);
	background-position	:	top left;
	background-repeat		: no-repeat;
	padding							: 0 0 0 15px;
	font-weight					: bold;
	color								: #004595;
	text-decoration			: none;
}


/* ---------- ( subsite_menu ) ------------- */
div#subsite_menu {
	clear								: both;
	margin 							: 0 0 0 30px;
	padding							: 0px 0 0px 0px;
	color								: #1a171b;
  font-size         	: 13px;
	height 							: 26px;
}

#subsite_menu a {
  background-image		: url(/images/bg_menu_separator.gif);
	background-position	: top right;
	background-repeat		: no-repeat;
  font-size         	: 13px;
	color								: #1a171b;
	display							: block;
	text-decoration			: none;
	padding							: 3px 10px 6px 10px;
}

#subsite_menu a:hover {
  color 							: #e5312a;
}

#subsite_menu a.selected {
  color 							: #e5312a;
}

#subsite_menu ul ul {
}

#subsite_menu ul li li {
}

#subsite_menu ul li li a {
	background-image			: none;
	/*padding							: 2px;*/
	padding								: 3px 0 3px 10px;
	margin								: 0;
	width								: 184px;
	background-color			: #c6e1ea;
	color									: #023f85;
}
#subsite_menu ul li li a:hover {
	background-color			: #004595;
	color									: #c6e1ea;
}



/* }}} */
/* ------------( site ) ----------- */
#site {
 padding							: 0;
 margin								: 15px auto 0px auto;
 text-align						: left;
 border								: none;
 background-color			: #fff;
 width								: 960px;
}

/* ------------( header ) ----------- */
div#header {
  background-image		: url(/images/bg_header_top.gif);
	background-position	: bottom left;
	background-repeat		: no-repeat;
  min-height          : 123px;
  height              : auto !important;
  height              : 123px;
  
}


/* ------------( main ) ------------ */
#main {
 width								: 960px;
	float								: left;
	background-color		: #fff;

}

/* ------------( col_left ) -------- */
#col_left {
	width								: 615px;
	float								: left;
	

}

/* --------( col_right ) ----------- */
#col_right {
	width								: 345px;
	float								: right;
}

/* -------------( teaser ) ---------- */
#teaserblock img {
	margin							: 40px 45px 50px 0;
	border : none;
	vertical-align			: top;
}

img#teaser {
	border							: none;
	border							: 1px solid #bfcad6;
}

/* ------------( content ) ----------- */
#content {
  padding							: 0 20px 10px 45px;
  margin							: 0;
	color								: #004595;
	word-spacing				: 1px;
	line-height					: 15px;
}

#content ul {
	margin							: 0 0 0 30px;
}

/* ---------- ( footer ) ------------- */
#footer {
  clear             	: both;
  background-image		: url(/images/bg_footer.gif);
	background-position	: top right;
	background-repeat		: repeat-x;
	float 							: left;
	margin 							: 0;
	padding 						: 10px 0px 10px 0px;
	background-color  	: #004595;
	color								: #fff;
	font-size         	: 11px;
	width								: 960px;
}

#footer ul {
	padding							: 0;
	margin							: 0;
}

#footer ul li {
	list-style-type			: none;
	display							: inline;
	padding							: 0;
	margin							: 0;
	margin-right 				: 20px;
}

#footer a {
  color								: #eee;
}

#footer a:hover {
  color								: #fff;
}

/* ------------( credits ) ----------- */
#credits { 
	float								: right;
  margin							: 0;
  padding							: 0 20px 0px 0px;
	font-size						: 11px;
  width								: 150px;
  text-align					: left;
	color								: #004595;
}

#credits a { 
  text-decoration			: underline;
	color								: #004595;
}

#credits a:hover { 
  color								: #004595;
  text-decoration			: underline;
}

/* ------------( qlink ) ---------------- */
#qlink { 
	float								: left;
	margin							: 0 0 0 30px;
	color								: #fff;
	font-size						: 11px;
}

#qlink a {
	/*color								: #fff;*/
	color								: #d5e0ee;

}
#qlink a:hover {
  color								: #fff;
  text-decoration			: underline;

}

/* ------------( breadcrumb ) ----------- */
#breadcrumb {
  margin							: 5px 0 5px 0;
  padding							: 2px;
  color								: #999;
}

#breadcrumb a {
  color								: #e5312a;
}

#breadcrumb a:hover {
  color								: #999;
}

/*------( sub pages )------*/
#subpages {
}

#subpages ul {
  list-style					: square;
	color								: #1a171b;
	margin							: 0 0 0 30px;
}

#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 {
	border 							: 1px solid #1a171b;
}
table.newsitem h2 {
	margin 							: 0;
}

table.newsitem em {
	font-size 					: 11px;
}

table.newsitem p {
	margin 							: 0;
}

table.newsitem a {
	color 							: #e5312a;
}

table.newsitem a:hover {
	color 							: #1a171b;
}

/*----(gallerij)------*/
table.gallery_intro a {
	font-weight 				: normal;
}

table.gallery_intro a img{
	border							: 1px solid #bfcad6;
	margin 							: 0px 10px 10px 0;
}

ul#gallery {
	margin 							: 0;
	padding 						: 0 0 0 30px;
}

a.gallery img{
	border 							: none;
	display 						: inline;
	margin-right 				: 10px;
	margin-bottom 			: 10px;
}
img.gallery {
	border							: 1px solid #bfcad6;
	margin 							: 0px 10px 10px 0;
}

p.galleryimage_detail a {
	color								: #1a171b;
}

p.galleryimage_detail a:hover {
  color								: #e5312a;

}

/*-----( 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;
}

table#activities th a , table#activities th p {
  color								: #fff;
  background-color		: #e5312a;
	display							: block;
	width								: 35px;
	padding							: 5px;
	text-decoration			: none;
	text-align					: center;
	margin							: 0;
}

table#activities th p {
  background-color		: #ccc;
}

table#activities th.selected {
	border-bottom				: none;
}

table#activities th.selected a {
  margin							: 0px;
  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 {
	float 							: left;
}

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								: #fff;
	background-color		: #004595;
	border							: none;
	text-decoration 		: none;
}

.formbutton:hover {
	text-decoration 		: none;
	color								: #fff;
	background-color		: #507fb5;
}


.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 #e5312a;
	padding 						: 10px;
	
}
table.forget {
	width 					: 350px !important;
}

/*-----( contactform )--------*/
#contact {
  margin-top					: 15px;
  border-collapse			: collapse;
}

#contact th {
  color								: #666;
  padding							: 5px 10px;
  margin							: 0px;
  text-align					: left;
  vertical-align			: top;
  font-size						: 12px;
}

#contact td {
  padding							: 5px 10px;
  margin							: 0px;
  vertical-align			: top;
  font-size						: 12px;
}

/*------( 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 {
	background					: #eee;
	margin-bottom				: 2em;
	padding							: 10px;
}
.guestbook p.guestbookfooter {
	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								: #e5312a;
	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 #e5312a;
}

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								: #e5312a;
}

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											: #e5312a;
}
div#orderinfo a:hover {
	text-decoration						: none;
}

/* }}} */

