/* KARYVO */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
}

body {
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
	height: 100%;
	background: #FFF url(../img/img_site/bg.jpg);
}

/*************************************************/
/* Site layout styles                            */
/*************************************************/


/* Main blocks
**************************************************/

#outer_table {
	height: 100%;
	width: 100%;
}

#left_bg_container {
	height: 100%;
	width: 50%;
}

#left_bg_table {
	background: url(../img/img_site/left_bg_repeat.jpg) repeat-x right top;
	height: 100%;
	width: 100%;
}

#right_bg_container {
	background: url(../img/img_site/right_bg_repeat.jpg) repeat-x left top;
	height: 100%;
	width: 50%;
}

#wrap_container {
	width: 994px;
}

#wrap_table {
	margin: 0;   /* align for good browsers */
	padding: 0;
	width: 994px;
	height: 100%;
}

div.refbox { /* referentiebox voor dichtstbijzijnde gepositioneerde descendent elementen */
	position: relative;
}

#header_container {
	background: url(../img/img_site/header.jpg) no-repeat;
	height: 365px;
}

.lichtkrant {
	position:absolute;
	width:100%;
	top:7px;
}

.lichtkrant h3 p {
	font-weight: bold;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 18px;
	color: #f87628;
	margin-bottom:4px;
  text-decoration:none;
  font-family:"Trebuchet MS","Trebuchet MS Bold";  
}

.lichtkrant h3 a {
	font-weight: bold;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 18px;
	color: #f87628;
	margin-bottom:4px;
  text-decoration:underline;
  font-family:"Trebuchet MS","Trebuchet MS Bold";
}

.lichtkrant h3 a:hover {
	font-weight: bold;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 18px;
	color: #f87628;
	margin-bottom:4px;
  text-decoration:underline;
}

.intro {
	position:absolute;
	width:177px;
	left:724px;
	top:60px;
}

#content_bg_container {
	background: url(../img/img_site/content_bg.jpg) repeat-y;
}

#content_bg_table {
	height: 100%;
	width: 100%;
	background: url(../img/img_site/bg_foot.jpg) no-repeat left bottom;
}

#center_table {
	height: 100%;
	width: 100%;
	margin-bottom: 15px;
	background: url(../img/img_site/bg_head.jpg) no-repeat;
}

.content_container {
	padding: 5px 7px 0px 38px;
}

.btn_bekijkalles {
	cursor:pointer;
	float:right;
	font-size:11px;
	line-height:22px;
	padding-left:25px;
	margin-bottom:4px;
	color:#f87628;
	width:81px;
*width:106px;
	height:22px;
	background-image:url(../img/img_site/btn_bekijkalles.jpg);
	background-repeat:no-repeat;
}

.blauw {
	color:#205074;
}

.kader_leeg {
	width:310px;
*width:315px;
	height:197px;
*height:207px;
	padding:10px 10px 0px 10px;
	background-image:url(../img/img_site/kader_leeg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.kader_leeg_laag {
	width:310px;
*width:310px;
	height:164px;
*height:144px;
	padding:10px 10px 0px 10px;
	background-image:url(../img/img_site/kader_small.jpg);
	background-repeat:no-repeat;
	background-position:left top;
  float:left;
  margin-bottom:3px;
  margin-right:3px;
}


.kader_montage_oranje {
	width:310px;
*width:330px;
	height:197px;
*height:207px;
	padding:10px 10px 0px 10px;
	background-image:url(../img/img_site/kader_montage_oranje.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.contact_info {
	position:absolute;
	color:#b4cfe4;
	font-size:12px;
	right:70px;
	top: 23px;
}

.contact_info a {
	color:#b4cfe4;
	text-decoration:underline;
}

.contact_info a:hover {
	color:#FFF;
}

.kader_montage_blauw {
	width:310px;
*width:330px;
	height:197px;
*height:207px;
	padding:10px 10px 0px 10px;
	background-image:url(../img/img_site/kader_montage_blauw.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.scheiding {
	height:60px;
*height:75px;
	background-image:url(../img/img_site/scheiding_home.jpg);
	background-repeat:no-repeat;
	background-position:center 33px;
*background-position:center 2.3em;
}

#footer_container {
	background: url(../img/img_site/footer.jpg) no-repeat left top;
	height: 75px;
	position: relative; /* refbox */
}

#footer {
	color: #8a8a8a;
	position: absolute;
	height: 30px;
	width: auto;
	left: 65px;
	font-size: 11px;
	line-height: 30px;
	top: 35px;
	margin-bottom:15px;
}

#footer a {
	color: #8a8a8a;
	text-decoration: underline;
}

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

#realisatie {
	font-size: 11px;
	color: #8a8a8a;
	position: absolute;
	height: 30px;
	width: auto;
	line-height: 30px;
	top: 35px;
	margin-bottom:15px;
	right: 47px;
}

#realisatie a {
	color: #8a8a8a;
	text-decoration: underline;
}

#realisatie a:hover {
	color: #205074;
}

.block {
	border: 1px solid #e2e2e2;
	-moz-border-radius:5px;
	background:#F7F7F7;
	margin-top:5px;
	padding:10px;
	overflow:auto;
}

.block img {
  float:right;
  margin: 5px;
  border: 1px solid #e2e2e2;
}

/**************BOX STYLING**************/

.contact_container {
	padding-top:36px;
	padding-left:7px;
	width:274px;
	vertical-align:top;
}

.onderhoud {
	cursor:pointer;
	width:228px;
	height:80px;
	margin-bottom:8px;
	background-image: url(../img/img_site/onderhoud.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.installatie {
	cursor:pointer;
	width:228px;
	height:80px;
	margin-bottom:8px;
	background-image: url(../img/img_site/installatie.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.box {
	width:228px;
	background-image:url(../img/img_site/box_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

.box_content {
	padding:8px 15px 0px 15px;
}

.box_scheiding {
	height:7px;
	margin-top:5px;
	margin-bottom:5px;
	background-image:url(../img/img_site/box_scheiding.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.btn {
	cursor:pointer;
	width:128px;
	height:23px;
*height:31px;
	padding-top:8px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	background-image:url(../img/img_site/btn.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}


.box_product {
  float:left;
  border:1px solid #DFDFDF;
  height:130px;
  width:210px;
}

.prod_table {
	width: 713px;
	border: 1px solid #E2E2E2;
}
.prod_table_tab {
	background: url(../img/img_algemeen/tab_links.gif) no-repeat;
	height: 17px;
	font-size: 11px;
	color: #333;
	line-height: 17px;
	padding-left: 30px;
	width:658px;
	margin-left:7px;
}

.prod_table_tab a {
	color: #333;
	text-decoration: none;
	*padding-left: 25px;
}

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

.prod_table_tab_right {
	background: url(../img/img_algemeen/tab_pagina_nav.jpg) no-repeat;
	height: 17px;
	font-size: 11px;
	color: #333;
	line-height: 17px;
	padding-right: 3px;
}

.prod_table_tab_right a {
	color: #333;
	text-decoration: none;
}

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


.prod_table_body {
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

.prod_table_foot {
	background: url(../img/img_site/productbox_bg.jpg) no-repeat;
	height: 60px;
	width: 711px;
}

.prod_table_foot_table {
	width: 100%;
	height: 42px;
}

.prod_table_foot_table td {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.prod_table_foot_table a {
	text-decoration: none;
}

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

.prod_table_foot_table img {
	vertical-align: middle;
	float: none;
	margin-right: 5px;
	margin-top: 10px;
}

#productImage {
  width:658px;
  background-color:#F3F3F3;
  border:1px solid #DFDFDF;
  text-align:center;
  padding: 4px 0px 4px 0px;
}

.prod_table_tab td a {
  border:0px;
  text-decoration:none;
	width:658px;
	}

.prod_table_tab td a:hover {
  border:0px;
  text-decoration:none;
}

.prod_table_tab a img {
  border:0px;
}

#homeClick {
  position:relative;
  top: 105px;
  left:70px;
  width:250px;
  height:110px;
  display:block;
  text-decoration: none;
}

#homeClick #homeClickInner {
  width:250px;
  height:110px;
  text-decoration: none;
  cursor:pointer;
  display:block;
}

.kader_breed {
  background: url(../img/img_site/kader_lang.jpg) no-repeat;

  height: 143px;
  *height: 123px;
  padding:10px;
}

.kader_breed img{

}

/*************************************************/
/* Browser compatibility                         */
/*************************************************/

/* fixes float problems
**************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

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

.clearfix {
	display: block;
}



/* Content CMS
**************************************************/

a:active, a:visited, a:link, a:hover{
  border:0px solid #FFFFFF;
  /*color: #58595b;*/
}

.content {
	font-size: 11px;
	line-height: 18px;
	color: #58595b;
}

.content hr {
	color: #333;
	height: 1px;
	border-width: 0px;
	background: #333;
}

.content ul {
	margin-bottom: 11px;
}

.content li {
	list-style: none;
	background: url(../img/img_algemeen/bullet.jpg) no-repeat 0.4em 0.6em;
	padding-left: 15px;
}

.content ul li ul {
	margin-bottom: 0px;
}

.content ul li ul li {
	list-style:none;
	background: url(../img/img_algemeen/bullet.jpg) no-repeat 0.4em 0.6em;
	padding-left: 15px;
}

.content a {
	font-size:11px;
	text-decoration: underline;
	color: #205074;
	font-weight:bold;
}

.content a span {
	font-size:11px;
	text-decoration: underline;
	color: #f87729;
	font-weight:bold;
}

.content a:hover span {
	text-decoration: underline;
	color: #000;
}

.content a:hover {
	text-decoration: underline;
	color: #000;
}

.imglinks {
	border:1px solid #e3e3e3;
	float: left;
	margin-right:14px;
}

.imgrechts {
	border:1px solid #e3e3e3;
	float: right;
	margin: 6px;
}

.content p {
	font-size: 11px;
	line-height: 17px;
	color: #58595b;
	margin-bottom: 11px;
}

.content h1 {
	font-size: 20px;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom: 11px;
	color: #205074;
	line-height: 24px;
	font-weight: bold;
}

.content h2 {
	font-weight: bold;
	text-transform:uppercase;
	font-size: 12px;
	line-height: 18px;
	color: #205074;
}

.content h3 {
	font-weight: bold;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 18px;
	color: #f87628;
	margin-bottom:4px;
}

.content h4 {
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #205074;
	margin-bottom:4px;
}

.content h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}

.content h6 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}

.aanbiedingen_titel {
	font-size:12px;
	color:#f87628;
	text-transform:uppercase;
	font-weight:bold;
}

.aanbiedingen_titel a {
	font-size:12px;
	color:#f87628;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

.aanbiedingen_titel a:hover {
	font-size:12px;
	color:#f87628;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

.producten_titel {
	font-size:12px;
	color:#205074;
	text-transform:uppercase;
	font-weight:bold;
}

.prijs {
	font-size:12px;
	color:#58595b;
	font-weight:bold;
}

#naarboven {
	float:left;
	color: #000;
	font-size: 11px;
	cursor: pointer;
}

#toonpdf {
	float:right;
}

/* Formulieren CMS
**************************************************/

.letsFormContainer fieldset {
	border: 1px solid #e2e2e2;
	-moz-border-radius:5px;
	background:#F7F7F7;
	margin-top:5px;
	padding-top:10px;
	padding-left: 10px;
	padding-right:10px;
}

.letsFormContainer legend {
	font-size: 13px;
	text-transform:uppercase;
	color: #05477e;
	padding-right:10px;
}

input, select, textarea, file {
	/*display:block;*/
	font-family:"Trebuchet MS", "Trebuchet MS Bold";
	font-size:10px;
	/*height:19px;*/
	line-height:19px;
	color:#58595b;
	width:194px;
	padding: 2px;
	border: 1px solid #dadada;
	margin-bottom:5px;
}

textarea {
	height: 55px;
	font-size:10px;
	margin-top:4px;
}

.letsFormTable {
	padding: 2px;
	display:block;
	font-size: 11px;
	line-height: 18px;
}

.letsFormInput_error {
	border: 1px solid red;
}

.letsFormTD {
	width: 125px;
	padding-bottom:10px;
}

.letsErrorList {
	color:red;
}

.letsFormButton {
	cursor:pointer;
	width:128px;
	height:31px;
	text-align:center;
	color:#FFF;
	border:0px;
	font-size:12px;
	text-transform:uppercase;
	background:none;
	background-image:url(../img/img_site/btn.png);
	background-repeat:no-repeat;
	background-position:left top;
	behavior: url("skins/iepngfix/iepngfix.php"); /* Transparantie in IE6 */
}

.letsFormCheckbox {
	border: 0px solid #B4CDE1;
	background: #E5ECF4;
	margin:3px 3px 3px 3px;
}

.letsFormCheckbox_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 3px;
}

.letsFormRadio {
	border: 0px solid #6e7176;
	background: #FFFFFF;
	margin:3px 3px 3px 0px;
}

.letsFormRadio_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 0px;
}

.letsFormTijdSelect {
	width: 50px;
 *width: 40px;
	font-size: 11px;
}

#toolTip { /* Styling van het infoplaatje */
	position:relative;
	top:3px;
}

.formInfo {
	font-size: 11px;
	background: #97B9D6;
	border: 1px none #000;
	width: 150px;
	margin: 0px;
	padding: 5px;
}

#letsFormCaptcha { /* Styling van het captchaplaatje */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}

.w20 {
	width: 20px
}

.w50 {
	width: 50px
}

.w100 {
	width: 100px
}

.w120 {
	width: 120px
}

.w150 {
	width: 150px
}

.w180 {
	width: 180px
}

.w200 {
	width: 200px
}

.w100percent {
	width: 100%
}

.h90 {
	height:88px;
*height:94px;
}

/*********TAAL*********/

#taal {
	cursor:pointer;
	width: 20px;
	top:-28px;
	position: absolute;
	height: 26px;
	text-align: right;
	right: 55px;
}

