/*

CSS voor website De Jonge Milieuadvies
www.dejongemilieuadvies.nl
author:	Loek Hilgersom
website: www.netcoop.nl

Kleuren:
donkergroen voor menu: #007354 => nieuwe kleur #006e28
oranje voor menu: #FF3300
image menu active achtergrondkleur: #31CE31
'zwart' voor tekst: #333333 (ook voor actief menu-item in oranje menu)
grijs voor footer: #666666
lichtgroene achtergrond stukjes: #D9EFE9 
=> nieuwe kleur #96BE0D, te fel:
60% = #C0D86E 
50% = #CADE86
40% = #D5E59E => die wordt het.

*/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	height: 100%;
	background: #FFF;
}

/* NOTE: Much of the typography styling is handled in rte.css */

#contentBlock-1 a,
#contentBlock-2 a {
	color: #006e28;
	text-decoration: none;
}

#contentBlock-1 a:hover,
#contentBlock-2 a:hover {
	text-decoration: underline;
}

/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form#mailform {
	margin: 10px 0;
}

form input, form textarea {
	margin: 0 5px 8px 0;
	float:left;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0 10px 0 5px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 0;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}

label {
	width: 140px;
	display: block;
	float: left;
	clear: left;
}
.csc-mailform-check {
	margin: 3px 0 10px;
}
.csc-mailform-submit {
	margin: 5px 0 0 140px;
	clear: both;
}

/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	text-indent: -4000px;
	}

.csc-firstHeader {
	margin-top: 0px;
	}

.graphicTextWrap {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */

/* @group Layout */

#pageWrap {
	}

#innerPageWrap {
	width: 880px;
	padding: 0 20px 0 0;
	/* margin: 0 auto; */
	}

#feature {
	padding: 0 25px 25px 25px;
	background-color: #D5E59E;
	color: #333;
	}

#feature.bleed {
	padding: 0;
	}

#generatedContent-1 {
	width: 154px;
	float: left;
	margin-right: 20px;
	min-height: 10em;
	}

#generatedContent-2 {
	width: 142px;
	float: right;
	}

#outerContentWrap {
	}

#contentWrap {
	padding: 20px 0px 25px;
	position: relative;
	zoom: 1;	/* without this, IE7 hides all content! */
	z-index: 100;
	}

#f1d #contentBlock-1 {
	float: right;
	width: 706px;
	margin-top: 10px;
	}

#f1e #contentBlock-1 {
	float: left;
	width: 630px;
	}


#f1f #contentBlock-1 {
	float: left;
	width: 544px;
	margin-top: 10px;
	}

#f2a #contentBlock-1 {
	float: left;
	width: 630px;
	}

#f2a #contentBlock-2 {
	width: 250px;
	float: right;
	}


#f2b #contentBlock-1 {
	float: left;
	width: 630px;
	}

#f2b #contentBlock-2 {
	width: 250px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 630px;
	}

#f2c #contentBlock-2 {
	width: 250px;
	float: right;
	}



#f2d #contentBlock-1 {
	float: left;
	width: 544px;
	margin-top: 10px;
	}

#f2d #contentBlock-2 {
	width: 122px;
	padding: 10px;
	background: #D5E59E;
	float: right;
	overflow-x: hidden;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 360px;
	margin-right: 20px;
	}

#f2e #contentBlock-2 {
	width: 250px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 360px;
	margin-right: 20px;
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 250px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 250px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 360px;
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 250px;
	float: left;
	margin-right: 20px;
	}


/* @end Layout */

/* @group Header */

#header {
	position: relative;
	z-index: 150;
	height: 266px;
	}

#logo {
	margin: 0;
	padding: 0px 0 0 60px;
	height: 132px;
	width: 476px;
	font-size: 1.4em;
	line-height: 1.2em;
	position: relative;
	}

#logo a {
	display: block;
	text-decoration: none;
}

#logo img {
	display: block;
	position: absolute;
	top: 0;
	left: -42px;
	background: #FFF;
}


/*	Navigation menu's	*/


.nav {
	margin: 0;
	line-height: 1.8em;
	font-size: .9em;
}
.nav li {
	margin: 0;
	list-style: none;
}
.nav li a {
	text-decoration: none;
	color: #006e28;
}
.nav li a:hover,
.nav li a.active {
	color: #F30;
}

#topRight {
	position: absolute;
	right: 0;
	top: 85px;
}
#topRight li {
	float: left;
	padding: 0 10px;
	line-height: .9em;
	border-right: 1px solid #006e28;
}
#topRight li.last {
	padding-right: 0;
	border-right: 0;
}

#mainLeft {
	position: absolute;
	left: 0;
	top: 130px;
	width: 154px;
}

#mainLeft li {
	text-align: right;
	text-transform: uppercase;
}

#subLeft {
	margin-top: 10px;
}

#subLeft li {
	text-align: right;
	text-transform: uppercase;
}

#subSubRight {
	margin: 10px 7px 20px 13px;
	width: 122px;
	float: left;
}

#subSubRight li {
	margin-top: -1px;
	padding: 3px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
	clear: left;
}

#subSubRight li.first {
	border-top: none;
}

#subSubRight li.last {
	border-bottom: none;
}

#subSubRight li a {
	color: #F30;
}
#subSubRight li a:hover,
#subSubRight li a.active {
	color: #000;
}


#navImages {
	position: absolute;
	left: 174px;
	top: 102px;
	width: 705px;
	height: 163px;
	border-left: 1px solid #006e28;
}
#navImages li {
	text-transform: uppercase;
	height: 161px;
	width: 140px;
	float: left;
	border: 1px solid #006e28;
	border-width: 1px 1px 1px 0;
}
#navImages li a {
	height: 161px;
	display: block;
}
#navImages li a span {
	border-top: 1px solid #006e28;
	display: block;
	padding: 0 5px 0 12px;
}
#navImages li a:hover,
#navImages li a.active {
	color: #FFF;
	background: #96BE0D;  /* oude kleur: #31CE31; */
}


/* @end Navigation Menu's */


/* @group Footer */

#footer {
	border-top: 1px solid #006e28;
	padding: 5px 0 10px;
	margin-left: 174px;
	font-size: .8em;
	line-height: 1.4em;
	color: #666;
	float: left;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
}

#footer div {
	float: left;
}

.footer1 { width: 202px; }
.footer2 { width: 150px; }
.footer3 { width: 220px; }
.footer4 { width: 133px; }


/* @end Footer*/


/* @group Module Styling */

.module {
	margin: 10px 0;
	background: #D5E59E;
}

.moduleHeader {
	padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 16px;
}
.moduleHeaderInnerWrap {
	}

.moduleHeaderInnerWrap span {
	}

.moduleFooter {
	height: 15px;
	padding-right: 15px;
	margin: 0;
	font-size: 1px;
	overflow: hidden;
	}

.moduleFooter span {
	display: block;
	height: 15px;
	}

.moduleBody {
	padding: 10px 10px 0 10px;
	}

.moduleBodyWrap {
	background-color: #D5E59E;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBodyWrap {
	padding: 0;
	border: 0;
	}

.unframed .moduleBody {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	padding: 10px 0;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin: 10px 0;
	}

.moduleFeature {
	margin-bottom: 15px;
	}


/* @end Module Styling */


