/* typography.css */
body {font-size:72%;color:#000;background:#FFF;font-family: Arial, Helvetica, sans-serif;margin:0;padding:0;}

#region-content {font-size:110.5% !important; line-height: 1.3em;}

.column-1 p, .column-2 p {margin:0 0 10px 0; padding:0; }
.column-1 h1 {font-size: 1.2em; margin:0; padding: 0; color: #4c2b76;}
.column-1 h1.grower {font-size: 1.6em; margin:0 0 1.2em 0; padding: 0; color: #4c2b76;}
.column-1 h2 {font-size: 1.2em; margin:0; padding: 0; color: #4c2b76;}
.column-1 h3 {font-size: 1.2em; margin:0; padding: 0; color: #55b949;}

.column-2 h1 {font-size: 1.1em; margin:0; padding: 0;}
.column-2 h2 {font-size: 1.0em; margin:0; padding: 0;}

/* grid.css */
body { text-align: center; background: #FFF url(bg_body.gif) center top no-repeat;}
#container {position: relative; width:814px; margin:0 auto; text-align: left;}
#header {height: 114px; }
#navigation { height: 56px; padding: 15px 0 0 145px; background: transparent;}
#content-wrapper {width:814px;}
#footer { height: 40px; }

/*columns*/
.column {float:left;} 
.column-1 { width: 587px; }
.column-2 { width: 216px; border-left: 1px solid #d5d0e4;} 

/* header */
.logo {margin-left: 8px; float: left;}
.flash-header {width: 342px; height: 114px; float: right;margin-right: 8px;}
.flash-header {background: transparent url(flash.jpg) bottom left no-repeat;}

/*blocks*/
.block {float: left; margin: 0 0 1.2em 0;}
.homeform {width: 161px; height: 371px; background:url(img_kaart.gif) top left no-repeat;}
.projects {width: 413px;}
.about {width: 574px; border-top: 1px solid #d5d0e4; clear: both; color:#8879b2;}
.news {}
.company {}
.video {height: 142px; width: 212px; background: transparent url(bg_video.gif) top left no-repeat;}

/*paddings*/
.column-1 .inner-1 {padding: 0;}
.homeform .inner-2 {padding: 10px 0 10px 0;}
.projects .inner-3 {padding: 0;}
.about .inner-4 {padding: 10px 0 0 0;}
.column-2 .inner-5 {padding: 0 0 0 10px;}

/*Navigation*/
.nav {list-style-type: none; margin: 0; padding: 0;}
.nav li {float: left;}
.nav li a {display:block; color: #000;}

ul#nav ul.off {display:none;}

/*eerste level*/
.lev1 {width: 413px; height: 24px; float: left;}
.lev1 li {width:105px;}
.lev1 li a { line-height: 15px; font-size: 1.3em; padding: 0 15px; margin: 0 0 10px 0; font-weight: bold; text-decoration: none; border-right: 1px solid #97be0d; text-align:center;}
.lev1 li a:hover { color: #55b949;}
.lev1 li.selected a { color: #55b949;}
/*tweede level*/
.lev1 ul {height: 15px; margin: 0; position: absolute; left:auto;} 
.lev1 ul li a { color: #87888a; border-left: 1px solid #97be0d; border-right: 0px solid #97be0d; }
.lev1 ul li a:hover { color: #000;}
.lev1 ul li.selected a {}

/*navigatie footer*/
ul.navfooter {float: right; margin: 34px 9px 0 0;}
ul.navfooter li a { color:#9a9a9a; line-height: 10px; font-size: 1.1em; padding: 0 14px; border-left: 1px solid #9a9a9a; text-decoration: none;}
ul.navfooter li.first a {border-left:none;}
ul.navfooter li a:hover {color: #4c2b76;}

/*language selection*/
.language-selection {width: 136px;}
.language-selection .language {float: left; margin-top:18px;}

/*buttons*/
.buttonpanel { clear: both;}
a.button { padding: 2px 0 3px 10px; font-size: 1.1em; font-weight: bold; text-decoration: none; margin: 0 7px 0 0; background: transparent url(but.jpg) center left no-repeat; color: #8389bd;font-style: italic;}
a.alt {background: transparent url(butalt.jpg) center left no-repeat; color: #000;}
a.submit {display:block; border-width:1px 1px 1px 0; border-style: solid; border-color: #9d9a9a; width: 18px; height:18px; float: left; background: transparent url(bg_submit_bt_arrow.gif) center center no-repeat;color: #000;}
a.submit span{display: none; }

/*images*/
.left { float: left; margin: 0 4px 0 0;}
.right { float: right; margin:0 0 0 4px;}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */

/*search form*/
.homeform .field label {font-weight:bold; font-size: 1.2em; color:#96989a; display: block; width: 120px; line-height: 20px;text-transform: uppercase}
.homeform input { width:99px; height: 16px; border:1px solid #9d9a9a; float: left; color:#777;}
.homeform input:focus {color: #333;}



/* design extensions */

.main-full {width: 575px;}





/* --
***** Plone integration CSS
-------------------------------------------------------------------------*/

a:link, a:visited, a:active {
    color: #674C9B;
}

a:hover { 
  color: #55b949;
}

a#co2info {
color:#000;
text-decoration:none;
}

h1 a, h2 a, h3 a {
color: #000 !important;
text-decoration: none !important;
}

.contentActions a, #content-views a {
color: #020;
}

/* cite { font-weight:italic; } */

div.growercite {
font-weight: bold !important;
text-align:right;
font-size: 1.3em;
color: #4c2b76;
}

.more {
text-align: right;
}

#zoom_content {text-align:left;}

#plone-contentmenu-actions {
display: none;
}

.listingBar {
background-color: #fff !important;
border-width: 0 !important;
font-size: 1.3em !important;
font-weight: bold;
}

.sidebar_more {
text-align:right;
font-size: 120%;
}

#listing-table .column {
float:none;
}

.video {
padding:8px;
}
.contentViews {
margin-top:1.2em;
}

.contentActions {
margin-bottom:1.4em;
border-bottom: 1px #74AE0B solid;
color:#578308 !important;
}

.documentEditable .documentContent {
border-width: 0 0 0 0;
}

html.kupu-html {
  background: #fff !important;
  font-size: 100%;
}

html.kupu-html body{
  font:normal 13px/19px Arial, Helvetica, sans-serif !important;
  color:#494747 !important;
  }
  

legend {
background: transparent !important;
color: #2788c7;
}

fieldset {
border-color:  #81b6d8;
}

#region-content label {
font-weight: normal;
}

#region-content .error label {
font-weight: bold;
}

.actionMenuContent img {
border-width: 0 important;
}


legend {
background: transparent !important;
color: #2788c7;
}

fieldset {
border-color:  #81b6d8;
}

#region-content label {
font-weight: bold !important;
}

#region-content .error label {
font-weight: bold;
}

.actionMenuContent img {
border-width: 0 important;
}

div.floatleft {
float:left;
margin-right: 6px;
position:relative;
}

div.floatright, div.newsfloatright {
float:right;
margin-left:6px;
position:relative;
}

a.create-obj {
display:block;
border: 1px solid #81b6d8 !important;
padding: 1em;
margin: 2em;
}

/* Kupu image alignment classes */
.image-left {
   float: left;
   clear: both;
   margin: 0.5em 1em 0.5em 0;
}
.image-inline {
   float: none;
}
.image-right {
   float: right;
   clear: both;
   margin: 0.5em;
}
dd.image-caption {
   text-align:left;
   padding: 0; margin:0;
}
dl.captioned {
   padding: 10px;
}


img {
border-width: 0 !important;
}


/* The table used for listings - horizontal and vertical variants */
table.listing,
.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-spacing: 0;    
    border-left: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    width:100%;
}
table.listing th,
.stx table th {
    background: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    border-right: 1px solid #8cacbb;
    font-weight: normal;
    padding: 0.25em 0.5em;
    text-transform: none;
}
table.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
table.listing .listingCheckbox {
    text-align: center;
}
table.listing td,
.stx table td {
    border-right: 1px solid #8cacbb;
    padding: 0.25em 0.5em;
}
table.listing a {
    text-decoration: none;
}
table.listing a:hover {
    text-decoration: underline;
}
table.listing img {
    vertical-align: middle;
}
table.listing td a label,
.stx table td a label {
    cursor: pointer;
}

/* Vertical addition class */
table.vertical {
    background-color: White;	
}
table.vertical th {
    padding: 0.5em;
}
table.vertical td {
    border-top: 1px solid #8cacbb;
    padding: 0.5em;
}

/* grid addition class */

table.grid td {
    border: 1px solid #8cacbb;
    padding: 0.5em;
}

/* plain table class with light gray borders */

table.plain,
table.plain td,
table.plain th {
    border: 1px solid #ccc;
    padding: 0.5em;
    border-collapse: collapse;
}


/* Document actions */

.documentActions {
    margin: 1em 0;
    padding: 0;
    text-align: right;
    border-top: 1px solid #8cacbb;
}
.documentActions ul {
    margin: 0;
    padding: 0 0.5em;
    display: block;
    margin-top: -0.9em;
    list-style-type: none;
    list-style-image: none;
}
.documentActions li {
    display: inline;
    font-size: 90%;
    margin: 0 0.5em;
    padding: 0 0.25em;
    background-color: White;
}
.documentActions a {
    border: none !important;
    text-decoration: none;
}




/* Status messages */

dl.portalMessage {
    font-size: 90%;
    background-color: #ffffe3; 
    border: 1px solid #996;    
}
dl.portalMessage a {
    color: black;
    border: none;
    text-decoration: underline;
}
dl.portalMessage dt {
    background-color: #996; 
    font-weight: bold;
    float: left;
    margin: 0 0.5em 0 0;
    padding: 0.5em 0.75em;
    color: White;
    line-height: 1.25em;
}
dl.portalMessage dd {
    padding: 0.5em 0.5em; 
    margin: 0;
    line-height: 1.25em;
}
dl.warning {
    border-color: #d80;
}
dl.warning dt {
    background-color: #d80;
}
dl.error {
    border-color: #d00;    
}
dl.error dt {
    background-color: #d00; 
}
dl.warning {
    border-color: #d80;    
}
dl.warning dd {
    background-color: #fd7; 
}
dl.error {
    border-color: #d80;    
}
dl.error dd {
    background-color: #fd7; 
}




/* The table used for listings - horizontal and vertical variants */
table.listing,
.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-spacing: 0;    
    border-left: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    font-size: 90%;
    margin: 1em 0em 1em 0em;
}
table.listing th,
.stx table th {
    background: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    border-right: 1px solid #8cacbb;
    font-weight: normal;
    padding: 0.25em 0.5em;
    text-transform: none;
}
table.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
table.listing .listingCheckbox {
    text-align: center;
}
table.listing td,
.stx table td {
    border-right: 1px solid #8cacbb;
    padding: 0.25em 0.5em;
}
table.listing a {
    text-decoration: none;
}
table.listing a:hover {
    text-decoration: underline;
}
table.listing img {
    vertical-align: middle;
}
table.listing td a label,
.stx table td a label {
    cursor: pointer;
}

/* Vertical addition class */
table.vertical {
    background-color: White;	
}
table.vertical th {
    padding: 0.5em;
}
table.vertical td {
    border-top: 1px solid #8cacbb;
    padding: 0.5em;
}

/* grid addition class */

table.grid td {
    border: 1px solid #8cacbb;
    padding: 0.5em;
}

/* plain table class with light gray borders */

table.plain,
table.plain td,
table.plain th {
    border: 1px solid #ccc;
    padding: 0.5em;
    border-collapse: collapse;
}

/* Batch selector */
.listingBar {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: none;
    vertical-align: top;
    margin: 1em 0em;
    font-size: 94%;
    clear: both;
}
.listingBar span.previous,
.listingPrevious {
    text-align: left;
    float: left;
    margin-right: 1em;
}
.listingBar span.next,
.listingNext {
    text-align: right;
    float: right;
    margin-left: 1em;
}
.listingBar img {
    vertical-align: middle;
}
.listingBar a {
    text-decoration: none;
}
.tileItem {
    border-top: 1px solid #8cacbb;
    padding-top: 0.5em;
    margin-top: 0.5em;
}
.tileHeadline {
    border: none;
    font-size: 110%;
    font-weight: bold;
}
.tileHeadline a {
    text-decoration: none;
}
.tileBody {
    margin-bottom: 0.5em;
}
.tileImage {
    float: right;
    margin: 0 0 0.5em 0.5em;
    border: 1px solid black;
}
.eventDetails {
    float: right;
    width: 20em;
    clear: right;
    margin: 0 0 0.5em 1em;
}




/* Album view classes */
.photoAlbumEntry {
    float: left;
    position:relative;
    overflow: hidden;
    height: 185px;
    width: 143px;
    margin: 0em;
    padding: 0px 6px 0px 9px;
    text-align: center;
    background-image: url('polaroid-single.png');
    background-repeat: no-repeat;
}
.photoAlbumEntry img {
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
}
.photoAlbumEntryWrapper {
    /*display: block;*/
    height: 130px;
    width: 128px;
    margin-bottom: 7px;
}
.photoAlbumEntry a {
    display: block;
    text-decoration: none;
    font-size: 90%;
    height: 169px;
    width: 130px;
    margin: 16px auto 0px;
}
.photoAlbumFolder {
    background-image: url('polaroid-multi.png');
    background-repeat: no-repeat;
}
.photoAlbumEntryTitle {
    color: #76797c;
    display: block;
    width: 128px;
    height: 3.6em;
}

a.link-parent {
    display: block;
    background: transparent url('arrowUp.gif') 4px 5px no-repeat;
    padding: 1px 0px 10px 16px;
    font-size: 90%;
    text-decoration: none;
}


.homeform .inner-2 {
background-color:#fff !important;
}

#flower {
position:relative;
left:-55px;
top:-90px;
z-index:99999; 
margin-bottom:-60px;
}

#sustainability-flower {
margin-bottom:20px;
}

h3.sus-header {
font-size:11px;
}