
	/* --------------------------------------------------------------
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q, dl, dt, dd, ol, ul, li,
form, label, caption,
table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  vertical-align: baseline;
}
tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  /*border: 0; */
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  vertical-align: baseline;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}


html,body {
  height: 100%;
}


body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; background-color:none; text-decoration:none; }
/* --------------------------------------------------------------
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
   The font-size percentage is of 16px. (0.625 * 16px = 10px)  */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 1.5em; margin-top: 0.5em; margin-bottom: 0.3em; }
h2 { font-size: 1.3em; margin-top: 0.5em; padding-bottom: 0.2em; }
h3 { font-size: 1.1em; line-height: 1; margin-bottom: 0.1em; }
h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: 0.1em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.1em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 0 0; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5E5E5;}
tr.odd td   { background: #F1F1F1;}

tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.right		{ float: right; }
.left		{ float: left; }
.center		{ text-align: center; }


/* -------------------------------------------------------------- 
  
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
/*  width: 950px;*/
  margin: 0 auto;
}


/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }


/* Misc classes and elements
-------------------------------------------------------------- */


/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
    overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
/* --------------------------------------------------------------
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
/*fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }*/
/*legend      { font-weight: bold; font-size:1.2em; }*/


/* Form fields
-------------------------------------------------------------- */

/*input.text, input.title,
textarea, select {
  margin:5px 0;
  border:1px solid #bbb;
}*/

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border: 1px solid #FF9900;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
/*textarea      { width: 390px; height: 250px; padding:5px; } */

fieldset {
    background-image    : url('/cms/images/fieldset_bg.jpg');
    background-repeat   : repeat-x;
    background-position : bottom;
	position			: relative;
	overflow			: visible;
	background-color	: #FFFFFF; /*#f2fafd*/
	border				: 1px solid #E0E0E0;
	border-style		: solid;
	margin				: 10px 0 10px 0;
	padding				: 10px;
}

fieldset legend {
	position			: absolute !ie;
	top					: -.5em !ie;
	left				: .5em !ie;
	font-size			: 15px;
    font-weight         : normal;
	color				: #FF9900;
	padding				: 0;
}

input[type=text],input[type=password],
select,textarea {
    border              : 1px solid silver;
}
input[type=submit]{
    border: 1px solid #FF9900;
    background: #E0E0E0 url('/cms/images/fieldset_bg.jpg') repeat-x;

    padding: 3px;
    font-weight: bold;
}
input[type=submit]:hover{
    background: #FF9900;
    color: #FFFFFF;
    cursor: pointer; /* cursor: hand; for IE5 */

}



/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: 8px 8px 2px 32px !important; margin-bottom: 1em; border: 2px solid #ddd; min-height: 23px;
 }

.error      { background: #FBE3E4 url('/admin/images/icons/error_msg_icon.gif') no-repeat 10px 10px !important; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF url('/admin/images/icons/warning_msg_icon.gif') no-repeat 10px 10px !important; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2 url('/admin/images/icons/success_msg_icon.gif') no-repeat 10px 10px !important; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.highlight-box {
	border: 1px solid #FCEFA1;
	color: #363636;
	background: #FBF9EE;
	padding: 5px 5px 2px 5px;
	margin: 1em 0;
}
.highlight {
	border: 1px solid #FCEFA1;
	background: #FBF9EE url('/admin/images/icons/info_12.png') no-repeat 10px 10px;
	color: #363636;
	padding: 5px 5px 2px 30px;
	margin: 1em 0;
}
.highlight a,
.hightlight-box a { color: #000; }
/* 
 * CSS navigation tabs
 */

ul#tabnav { /* general settings */
	text-align: center; /* set to left, right or center */
	margin: 0 0 0 0; /* set margins as desired */
	font: bold 13px tahoma,verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 5px solid black; /* set border COLOR as desired */
	list-style-type: none;
	padding: 10px 10px 5px 10px; /* THIRD number must change with respect to padding-top (X) below */
	background-color: #F3F3F3;
}

ul#tabnav li { /* do not change */
	display: inline;
}

ul#tabnav li.active { /* settings for selected tab */
	border-bottom: 1px solid #000; /* set border color to page background color */
	background-color: #000; /* set background color to match above border color */
}

/*body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {  settings for selected tab link */
ul#tabnav li.active a { /* settings for selected tab link */
	background-color: #000; /* set selected tab background color as desired */
	color: #fff; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 6px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
	padding: 5px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #FFF6BF; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

/* end CSS navigation tabs *//* Custom classes
-------------------------------------------------------------- */
.hor_balk { color: #E0E0E0; height: 1px; }
.drie_pijltjes {font-size: 9px;	letter-spacing: -1.5pt;}
.inside {
    border: 1px solid #E0E0E0;
    padding: 10px;
}

/* add padding to images in textarea */
#maincontent img,
#middle-content img {
  padding-left: 5px;
  padding-right: 5px;
}

/* Foto(album) css
-------------------------------------------------------------- */
.album-list {}
/*
.album-list:after {display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.album-list .album-preview:after {display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
*/
.album-list .album-preview {padding:10px 0;clear:both}
.album-list .album-foto {width:200px;float:left;}
.album-list .album-box {float:left}
.album-list .album-name {}
.album-list .album-create-date {margin:0 0 10px 0}
.album-list .album-info {}

.foto-list {}
.foto-list .foto-create-date {margin:0 0 10px 0}
.foto-list .foto-info {}
.foto-list .foto-infotext {text-align:center;margin:10px 0;}
.foto-list .foto-infotext {}
.foto-list .foto-grid {}
.foto-list .foto-box {
	display: -moz-inline-box;
	display: inline-block;
	text-align:center;
	margin: 0 10px 10px 0;
	float:left;
}
#middle-content .foto-list .foto-box img,
#middle-content .album-list .album-preview img,
.foto-list .foto-box img {
	padding: 3px;	
	border: 1px solid #AAA;
	background-color:white;
}
#middle-content .foto-list .foto-box img:hover,
#middle-content .album-list .album-preview img:hover,
.foto-list .foto-box img:hover {border: 1px solid #444;}
.foto-container {}




/* correct for banner blocks, while inside #maincontent */
#rightcontent_wrapper img {
  padding:0px;
}

/* editor is wrapped around the fckeditor */
.editor img {
  padding-left: 5px;
  padding-right: 5px;
}

/* Blocks
-------------------------------------------------------------- */

/* common style */
.block {
	overflow: hidden;
}
.block h1 {margin-bottom:5px;}
.block hr {margin:0 0 5px 0;}
.block .more-link {margin: 5px 0 0 0;}
.block .block-item {margin: 0 0 2px 0;}





/* block-specific styles */
.block-news .date {font-weight:bold;}

.block-banner {margin:0 0 10px 0;}
.block.block-banner {text-align:center;background:none; margin: 10px 0 0 0; border:0; padding:0px;}
.block-banner .block-item { margin: 0 0 10px 0; }

.block-slideshow h1 {text-align:center;}
/*
  #slideshow {
    height: 150px;
    text-align:center;
  }
  #sslideshow div {
    position: absolute;
    left: 0;
    right: 0;
  }
  div.slide {
    height: 150px;
  }
 */



/* end Blocks
-------------------------------------------------------------- */

.datatable {  border: 1px solid #E0E0E0;}

.datatable th { background: #FFF url('/cms/images/background_licht.jpg') repeat-x bottom;}
datatable tr.even td  { background: #E5E5E5; border-bottom: 1px solid #F1F6FD;}
datatable tr.odd td   { background: #F1F1F1;}



#bottom_info {
	font-size: 10px;
	color: #000000;
	text-align: right;
}

#bottom_info a {
	text-decoration: normal;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}
#bottom_info a:hover{
	text-decoration: underline;
    background-color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}

#bottom_info_execute_time {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.img_delete {
    border:0;
    cursor: pointer;
    background-image: url('/cms/admin/images/delete.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 12px;
    height: 12px;
}
.img_homepage_active {
    border:0;
    cursor: pointer;
    background-image: url('/cms/admin/images/homepage.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 24px;
    height: 24px;
}
.img_homepage {
    border:0;
    cursor: pointer;
    background-image: url('/cms/admin/images/homepage_trans.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 24px;
    height: 24px;
}

.img_visible_active {
    border:0;
    cursor: pointer;
    background-image: url('/cms/admin/images/ready.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 15px;
    height: 15px;
}
.img_visible {
    border:0;
    cursor: pointer;
    background-image: url('/cms/admin/images/ready_trans.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 15px;
    height: 15px;
}

.img_edit {
    border:0;
    cursor: pointer;
    background-image: url('/cms/admin/images/edit.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 15px;
    height: 15px;
}
.img_preview {
    border:0;
    cursor: pointer;
    background-image: url('/cms/admin/images/preview.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 15px;
    height: 15px;
}
.img_order_mainup {
    border:0;
    cursor: pointer;
    background-image: url('/cms/admin/images/upmain.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 12px;
    height: 12px;
}
.img_order_maindown {
    border:0;
    cursor: pointer;
    background-image: url('/cms/admin/images/downmain.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 12px;
    height: 12px;
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 36px;background: #5EC0A7 url(scrollbar.png) -36px 0px repeat-y;}
.vscrollerbarbeg {height: 24px !important;width: 36px;background: url(scrollbar.png) -108px -32px no-repeat;}
.vscrollerbarend {height: 24px;width: 36px;background: url(scrollbar.png) -108px 0px no-repeat;}
.vscrollerbase {width: 36px;background: #D4F6F2 url(scrollbar.png) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 36px;height: 28px !important;background: url(scrollbar.png) -72px -28px no-repeat;}
.vscrollerbaseend {height: 28px;width: 36px;background: url(scrollbar.png)  -72px 0px no-repeat;}
.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */

/* Another menu based on lists */
/* Menu */

.mainNavigation {
    height:30px;
    width:900px;
}

.mainNavigation ul
{
  margin              : 0;
  padding             : 0;
  list-style-type     : none;
  padding-left: 0;
  margin-left: 0;
  background-color: transparant;
  color: White;
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
}

.mainNavigation ul li { display: inline; float: left; }

.mainNavigation ul li a
{
  padding: 0.4em 2em 0.4em 2em;
  color: black;
  text-decoration: none;

}

.mainNavigation ul li a:hover,
.mainNavigation ul li a.active
{
  color: #FF9900;
  background-color: transparent;
  text-decoration: underline;
}

/* SUB MENU style */

.left-menu ul ul {
	margin-top			: 1px;
}

.left-menu ul ul li {
	height				: auto;
	padding-top			: 1px;
	padding-bottom		: 0;
	background-image	: url(http://www.kantenklaresite.nl/images/menu_sub_gradiant_bg.png);
	background-repeat	: repeat-y;
	font-size			: 10px;
	font-weight			: normal;
}

.left-menu ul ul li.first-child {
	padding-top			: 0;
}

.left-menu ul ul li a {
	background-image	: url(http://www.kantenklaresite.nl/images/menu_sub_gradiant_bg.png);
	line-height			: 18px;
}

.left-menu ul ul li a:hover {
    border-right        : 4px solid #339933;
	background-image	: url(http://www.kantenklaresite.nl/images/menu_sub_gradiant_bg_hover.png);
}








/* menu style for a simple one-level menu 

div.menu1container {width: 180px;}

#menu1 a {
	color: #FFFFFF;
	background-color: #99CC33;
	background-image:url('/images/menu_item_bg.jpg');
	width: auto;
	display: block;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 5px 0px 5px 10px;
    font-size: 13px;
    vertical-align: top;
}

#menu1 a:hover {
    color: #FFFFFF;
    background-color: #99CC33;
    background-image:url('//images/menu_item_bg_hover.jpg');
    font-weight: bold;
    padding-left: 5px;
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 5px 0px 5px 12px;
    font-size: 13px;
    vertical-align: top;
}

.menu1_selected {
    color: #FFFFFF;
    background-color: #99CC33;
    background-image:url('//images/menu_item_bg_hover.jpg');
    font-weight: bold;
    padding-left: 5px;
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 5px 0px 5px 12px;
    font-size: 13px;
    vertical-align: top;
}

*/
﻿.test {

}


body {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
    font-size: 13px;
	/*background-image: url('http://www.kantenklaresite.nl/images/header_side_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
    */
}

.cat-dummy {
	background: #47B547 url(/images/bg_green2.png) repeat-y center;
}

h1 { 
	color: #FF9900;
    background-image: url(/images/arrow_green.png);
    background-repeat: no-repeat;
    border-left: 0px solid #339933;
    padding: 0 0 0 20px;
	margin-top: 0;
	margin-bottom: 10px;
    font-size: 24px;
    font-weight:normal;
    line-height: 1em;
}
h2 { font-size: 14px; color: #000000; font-weight:bold; }
h3 { font-size: 13px; color: #FF9900; font-weight:bold; }

a, a:link, a:visited {
	color: #339933;
	text-decoration: underline;
}
a:hover {

	color: #339933;
	background-color: #FF9900;
	text-decoration: none;
}

.features {border: 1px solid #FF9900;}
.features td {
	border-bottom: 1px solid #E0E0E0;
	height: 25px;

}

/* adds and overrides the standard container */
.container {
    background-color: white;
	width: 780px;
	height              : expression( document.documentElement.offsetHeight ) !ie;
	min-height          : 100%;
}

#header {
	vertical-align: top;
    position:relative;
	width: 780px;
	height: 70px;
    margin: 0;
	background-image: url('/images/header4.jpg');
}
#header #logo {
	height: 70px;
	width:420px;
	display:block;
}
#header #logo:hover {
	background: transparent;
}
#topDomainCheck {
    background: url(/images/bg_topCartContainer.png);
    height:44px;
    width:244px;
    position: absolute;
    top:0px;
    left:526px;
    font-size:10px;
    padding:5px;
    overflow:hidden;
}
.submit-domaincheck {
	background: url(/images/submit-button.png) no-repeat;
	width: 20px;
	height: 19px;
	padding: 0px 5px;
	cursor: hand;
	cursor: pointer;
	border: 0px; 
	position: relative;
	top: -3px;
}
input[type="submit"] {
	padding: 6px 10px;
	font-size: 12px;
}

#bottom-menu {
    float:right;
    color:#FFF;
}
#bottom-menu a {
    text-decoration:none;
    color:white;
}
#bottom-menu a:hover {
    text-decoration:underline;
    background:transparent;
}


#leftcontent {
	width:780px;
    position:relative;
	height:32px;
}

#leftbox {
	margin-top: 10px;
	border: 0px solid #3333CC;
	height: 0px;
	color:#024AB0; 
}

#maincontent {
    position:relative;
    float:left;
	width: 550px;
	margin: 0;
    background-repeat: no-repeat;
	vertical-align: top;
  }

#homeSideBar {float:left;width:220px;margin-left:10px;text-align:center;}

#rightcontent {
	border: 1px solid #000;
	float:left;
	width:100px;
	margin-top:10px;
	margin-left:10px;
	padding:10px;
	
}

#bottom_bar {
	clear: both;
	width: 100%;
	height: 10px;
	border: 0px solid #3333CC;
	background-color: #000000;
}

/* here you can add or override colors and other properties for custom classes*/
#bottom_info {}
#bottom_info a{}
#bottom_info_execute_time {}
.hor_balk {}
.drie_pijltjes {}
.inside {margin: 0;padding:0;}











/* set background images for corners */
.container{background-color:transparent;}
.roundedWrapper {position:relative;background-color:transparent;border:1px solid #CCCCCC;padding:10px;}
.roundedBackground{position:absolute;width:100%;height:120px;bottom:0px!important;bottom:0px;left:0px;background:url(/images/roundedbox_bg.jpg) repeat-x;z-index:-10;}
.roundedCorners div{z-index:10;}
.topLeftCorner,.topLeftCornerwhite,.topLeftCornergreen,.topLeftCornerblue{font-size:0;position:absolute;top:-1px;left:-1px;width:7px;height:7px;background:url(/images/kantenklaresite-sprite.png);background-position:-7px -7px;}
.topRightCorner,.topRightCornerwhite,.topRightCornergreen,.topRightCornerblue{font-size:0;position:absolute;top:-1px;right:-1px;width:7px;height:7px;background:url(/images/kantenklaresite-sprite.png);background-position:0 -7px;}
.bottomLeftCorner,.bottomLeftCornerwhite,.bottomLeftCornergreen,.bottomLeftCornerblue,.bottomLeftCornergray{font-size:0;position:absolute;bottom:-1px;left:-1px;width:7px;height:7px;background:url(/images/kantenklaresite-sprite.png);background-position:-7px 0;}
.bottomRightCorner,.bottomRightCornerwhite,.bottomRightCornergreen,.bottomRightCornerblue,.bottomRightCornergray{font-size:0;position:absolute;bottom:-1px;right:-1px;width:7px;height:7px;background:url(/images/kantenklaresite-sprite.png);background-position:0 0;}
.topLeftCornergreen{background-color:white;background-position:-109px -7px;}
.topRightCornergreen{background-color:white;background-position:-102px -7px;}
.bottomLeftCornergreen{background-color:white;background-position:-109px 0;}
.bottomRightCornergreen{background-color:white;background-position:-102px 0;}
.topLeftCornerblue{background-color:white;background-position:-72px -7px;}
.topRightCornerblue{background-color:white;background-position:-65px -7px;}
.bottomLeftCornerblue{background-color:white;background-position:-72px 0;}
.bottomRightCornerblue{background-color:white;background-position:-65px 0;}
.bottomLeftCornergray{background-color:#f0f0f0;background-position:-129px 0;}
.bottomRightCornergray{background-color:#f0f0f0;background-position:-122px 0;}
div.topLeftCornerwhite{background-position:-55px -7px;}
div.topRightCornerwhite{background-position:-48px -7px;}
div.bottomLeftCornerwhite{background-position:-55px 0;}
div.bottomRightCornerwhite{background-position:-48px 0;}

.catNavigation { width:100%;height:22px;}
.catNavSeperator{float:left;display:inline-block;margin:7px 5px 0 5px;padding-left:0;padding-right:0;background:url(/images/kantenklaresite-sprite.png) no-repeat;background-position:0 -100px;width:3px;height:10px;}
.catNavItem {float:left;display:inline-block;margin:0;padding-left:7px;padding-right:7px;padding-top:3px;padding-bottom:2px;vertical-align:middle;height:17px;}
.green {background: #339933; color:#FFFFFF;}
.orange {background: #FF9900; color:#FFFFFF;}
.grey {background: #CCCCCC; color:#000000;}
.catNavItem a{background:transparent;padding: 0.4em 2em 0.4em 2em;margin:5px 0 0 0;font-weight:bold;text-decoration:none;color:#000000;}
.catNavItem a:hover{font-weight:bold;text-decoration:underline;}

#maincontent.greenContent {width:780px;}
.greenBG{height:300px;background-image:url(/images/bouwzelf_bg2.png);}

#maincontent.orangeContent {width:780px;}
.orangeBG{height:300px;background-image:url(/images/maatwerk_bg.png);}

#maincontent.greyContent {width:550px;}
.greyBG{height:400px;background-image:url(/images/roundedbox_home_bg.png);}


div.promoContainer {position:relative;}

div.tabContainer {
  width:100%;
  height:33px;
  background: url(/images/tabs780_3.png) no-repeat 0 0;
}
div.tabItem {
  float:left;
  height:33px;
}
div.tabItem a{display:block;padding:5px 15px 5px 15px;font-size:16px;font-weight:bold;text-decoration:none;color:#FFFFFF;}
div.tabItem a:hover{background-color:transparent;font-weight:bold;text-decoration:underline;color:#FFFFFF;}



.inside{
  border:0px;
  position:relative;
}
.module_header {
  background-color: #CCC;
  font-weight: bold;
}
.module_text {
  margin-left: 120px;
}


.keuze {
	width:390px;
	height:337px;
	position:relative;
	font-family:"Trebuchet MS",Arial;
	color: white;
	float:left;
}
.keuzelink {
	text-decoration:none;
}
.particulier {
	background:url(/images/start-website-keuze-particulier-blanco.jpg);
}

.zakelijk {
	background:url(/images/start-website-keuze-zakelijk-blanco.jpg);
	padding-left:15px;
	width:375px;
}
.extra {
	position:relative;
}
img.kks-border {
	padding: 3px;
	background: #FFF;
	border: 1px solid #AAA;
}
img.kks-border:hover {
	border: 1px solid #333;
}


.keuze div.title {
	position:absolute;
	font-size:30px;
	top:10px;
	left:10px;
	font-weight:bold;
}

.keuze div.intro {
	position: absolute;
	top: 50px;
	left:31px;
	font-size:14px;
	width: 325px;
	color:black;
	font-weight:bold;
}


.keuze div.slogan {
	position: absolute;
	top: 93px;
	left: 31px;
	text-align:right;
	width:321px;
	font-size: 19px;
}

.zakelijk div.slogan {
	text-align:left;

}

.keuze div.citaat {
	position: absolute;
	top: 160px;
	left: 140px;
	text-align:center;
	width:185px;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}
.zakelijk div.citaat {
	width:250px;
	left:80px;
}
.keuze div.more-info {
	position: absolute;
	top:264px;
	left:182px;
	font-size:18px;
	font-weight:bold;
}
.zakelijk div.more-info {
	left:190px;
}

















#pricetable th,#pricetable td {
  padding:0;
}


a img {border:0;vertical-align:text-bottom;}
#pricetable {border-collapse:collapse;
position:relative;
top:0px;width:auto;}

.pricetable th.side {
	background: transparent url(/images/table/bg_th_side9.gif) no-repeat bottom left;
}
.pricetable td.side {
	text-align:left;
	background: #DFDFDF url(/images/table/bg_td_side9.gif) no-repeat bottom left;
	width:150px;
	font:bold 12px/15px verdana;
	color:#444444;
	padding-right:8px;
}

.pricetable thead th {
	height:40px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	vertical-align:bottom;
    text-align:center;
	color:#fff;
	font-size: 16px;
    font-weight: bold;
	letter-spacing:1px;
	background:transparent url(/images/table/table_sprite.png) no-repeat;
    background-position: 0 -200px;
    width:100px;
	}

thead th.choiceA,thead th.choiceB {background-position:-150px -135px;}
thead th.choiceC,thead th.choiceD {background-position:0px -135px;}

thead th.on {padding-bottom:11px;width:125px;}
thead th.choiceA.on,thead th.choiceB.on{background-position:-150px 0;}
thead th.choiceC.on,thead th.choiceD.on{background-position:0 0;}


.pricetable tbody td {
	text-align:center;
	/*background:transparent url(/images/table/bg_td.gif) no-repeat bottom left;*/
    border-right:1px solid #fff;
    border-bottom:1px solid #999999;
	color:#fff;
	width:100px;
	height:40px;
	font:bold 12px/18px verdana;
    vertical-align:middle;
}
tbody td.choiceA,tbody td.choiceB {background-color:#96C696;}
tbody td.choiceC,tbody td.choiceD {background-color:#EEBE76;}

tbody td.choiceA.on,tbody td.choiceB.on {background-color:#339933;}
tbody td.choiceC.on,tbody td.choiceD.on {background-color:#FF9900;}



.pricetable tfoot td {
      border:1px solid #fff;
	background:transparent url(/images/table/table_sprite.png) no-repeat;
    background-position: 0 -200px;
	height:40px;
    width:100px;
	vertical-align:middle;
	padding-top:11px;
}

tfoot td.choiceA,tfoot td.choiceB {background-position:-150px -150px;}
tfoot td.choiceC,tfoot td.choiceD {background-position:0px -150px;}

tfoot td.on {padding-top:7px;width:125px;}
tfoot td.choiceA.on,tfoot td.choiceB.on{background-position:-150px -45px;}
tfoot td.choiceC.on,tfoot td.choiceD.on{background-position:0 -45px;}

.pricetable tfoot td.side {background: transparent;}






	


