/* Menu */
div.MenuModule ul.mainUL ul.level_1 {top: 38px;}
div.MenuModule ul.mainUL ul.level_2 {-moz-box-shadow: 3px 3px 3px #ddd; box-shadow: 3px 3px 3px #ddd; }
div.MenuModule ul.mainUL li.level_1 a.level_1 {padding-right: 8px;}
div.MenuModule ul.mainUL li.level_1 a.has_childs.level_1 {padding-right: 20px;}

/* h2 in rechterkolom */
div.cc_main h2 {font-size: 12pt; }

/* h3 gebruiken voor titeltjes in html teksten */
div.text h3 {margin-bottom: 0px; }
div.text h3+p { margin-top: 0px; }

/* spacing tussen bullets vergroten */
ul, ol {line-height: 140%;}

/* indien ingelogd: kleur en plaats */
div.logoutBox {background: #565656; margin-left:36px; margin-bottom: 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}

/* uilijning kruimelpad en disclaimer */
div.kruimelpad {padding-left: 11px; padding-right: 2px; border-bottom: 1px solid #BCBFC7;}
div.box_disclaimer {padding-left: 11px; padding-right: 4px;}

/* lege div boven linkerkolom */
.left_header {height: 0px;}

/* linkerkolom links uitlijnen en net zo breed als groene blokje */
.cc_left {margin: 6px 0 0 0; width: 217px;}
.cc_main_inner {padding-left: 36px;}

#cc_left div.module h1,
#cc_left div.module h2 {
	color:white;
	margin:0;
        padding: 6px;
	text-align:left;
	text-transform:none;
	font-style: normal;
	font-size: 12pt;
	font-weight: bold;
	background: #588800;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b246', endColorstr='#588800');
	background: -webkit-gradient(linear, left top, left bottom, from(#93b246), to(#588800));
	background: -moz-linear-gradient(top, #93b246, #588800);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* opmaak linkerkolom */
#cc_left div.SnippetModule p {color: #565656;}

#cc_left div.PollModule,
#cc_left div.HTMLModule,
#cc_left div.LeftBlock {
        padding-bottom: 8px;
        border: 5px solid #e5e6e1;
        background: #f0f0f0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f0f0f0');
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fdfdfd, #f0f0f0);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

#cc_left div.PollModule a,
#cc_left div.HTMLModule a,
#cc_left div.LeftBlock a {
     color: #565656;
     font-size: 11pt;
     margin-bottom: 8px;
     text-decoration: underline; }

div.LeftImage, div.LeftBanner {
        border: 5px solid #e5e6e1;
        background: #f0f0f0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;}

div.BannerShow { height: 80px; width: 206px; margin: auto }

div.LeftImage img {
     margin: 1px 2px 1px 2px; 
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
      border-radius: 6px;
      }

div.LeftBanner img {
     margin: auto; 
     -webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
      }

#cc_left div.LeftBanner h2 {
     -webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px; }

div.show_result {margin-top: 8px;}

div.PollModule a.button.buttonXL {
      background: none;
      border: none;
      line-height: normal !important;
      text-transform: none;
      margin: 0px;
      padding: 0px 0px !important;
   }


/* opmaak tabellen */
.GluTable {
     margin-top: 8px;
     max-width: 641px;
}

.GluTable table {
     border-spacing: 0px;
     -moz-box-shadow: 3px 3px 3px #e5e6e1;
     -webkit-box-shadow: 3px 3px 3px #e5e6e1;
     box-shadow: 3px 3px 3px#e5e6e1;
}

.GluTable td {
     vertical-align: top;
     border-right: 1px solid  #e5e6e1;
     border-bottom: 1px solid  #e5e6e1;
     padding: 6px;
}

.GluTable td:first-child {
     border-left: 1px solid  #e5e6e1;
}

.GluTable tr {
	cursor: default;
}

.GluTable tr th {
	background: #588800;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b246', endColorstr='#588800');
	background: -webkit-gradient(linear, left top, left bottom, from(#93b246), to(#588800));
	background: -moz-linear-gradient(top, #93b246, #588800);
	color: #fff;
	cursor: default;
	font-weight: bold;
	padding: 6px;
	text-align: left;
	border-left: 1px solid #ffffff;
}

.GluTable tr th:first-child {
	border-left: none;
}

.GluTable tr.even {
	background: #ffffff;
}

.GluTable tr.oneven {
	background: #f0f0f0;
}

div.OrderArticleModule div.article_categories {
background: #588800;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b246', endColorstr='#588800');
	background: -webkit-gradient(linear, left top, left bottom, from(#93b246), to(#588800));
	background: -moz-linear-gradient(top, #93b246, #588800);
}

div.snel-naar {
        border: 5px solid #e5e6e1;
      	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

div.MainBlock {
        padding-left: 11px;
        padding-right: 11px;
        border: 3px solid #e3e3e1;
        background: #f0f0f0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f0f0f0');
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fdfdfd, #f0f0f0);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

div.post-it {
background:#fefabc;
padding:15px;
font-family: 'Gloria Hallelujah', cursive;
font-size:13px;
color: #000;
width:240px; 

-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);

box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

float:right
}

.post-it2 {
background:#fefabc; 
padding:15px; 
font-family: 'Gloria Hallelujah', cursive; 
font-size:15px; 
color: #000; 
width:200px; 

-moz-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);


box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

float:left;
clear:right;

margin-top:-50px
}

.post-it3 {
background:#fefabc; 
padding:15px; 
font-family: 'Gloria Hallelujah', cursive; 
font-size:15px; 
color:#069;
width:200px; 

-moz-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);


box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

float:right;
clear:both;

margin-top:-50px; margin-right:150px

}
