/*

CSS voor website ISSO Zorgplicht Legionellapreventie
author:	Loek Hilgersom
website: www.netcoop.nl

Kleuren:
donkerblauw: #003675 => #003366
oranje: #fe5917 => #ff6633

*/

.blad {
	border: 2px solid #000;
	padding: 10px;
	margin-bottom: 2em;
}

.blad h2 {
	border-top: 1px solid #000;
	padding: .5em 10px;
	margin: 0 -10px;
	clear: both;
}

.blad h3 {
	zborder-top: 1px solid #000;
	padding: 0 0px;
	margin: 0;
}

.blad img {
	float: right;
	margin: 0 10px 10px;
}



/* @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: "" ""; }

img { vertical-align: middle; }

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 15px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	height: 100%;
	background: #003366;
}

#container {
	padding: 10px;
	min-width: 982px;
	position: relative;
}

#issoFlex {
	position:relative;
	zheight: 85%;
	margin-left:-10px;
	margin-right:-10px;
}

.tx-rlmpflashdetection-pi1 { height: 100%; }

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

#contentBlock-1 a,
#contentBlock-2 a {
	color: #007354;
	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 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;
}

/* @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;
}

/* @end Common Classes */

/* @group Header */

#header {
	position: relative;
	height: 85px;
	border-bottom: 10px solid #fff;
	min-width: 994px;
}

#logo {
	position: absolute;
	width: 200px;
	height: 95px;
	text-decoration: none;
	border-right: 6px solid #003366;
}

#header h1 {
	position: absolute;
	bottom: 14px;
	left: 220px;
	font: bold 28px Arial, Helvetica, Sans-serif;
	color: #ff6633;
	text-transform: uppercase;
	white-space: nowrap;
}

#headerIcons {
	position: absolute;
	bottom: -6px;
	left: 820px;
}
#headerIcons img {
	margin-right: 10px;
}


/*	Navigation menu's	*/


#navMain {
	position: absolute;
	bottom: -8px;
	left: 220px;
	margin: 0;
	line-height:1.6em;
	z-index: 100;	/* for IE6 only, otherwise the buttons disappear on mouse-over */
}
#navMain li {
	margin: 0;
	list-style: none;
	float: left;
	padding: 0 15px 0 0;
}
#navMain li a {
	display: block;
	float: left;
	background: #ff6633;
	padding: 0 7px 1px;
	text-transform: lowercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#navMain li a:hover {
	color: #003366;
}
#navMain li a.active {
	color: #003366;
}


#navLeft {
	margin: 0;
	line-height:1.6em;
	font-weight: bold;
}
#navLeft li {
	margin: 0;
	list-style: none;
	padding: 0 0 0 0;
}
#navLeft li a {
	display: block;
	padding: 0 7px 1px;
	text-transform: lowercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#navLeft li a:hover {
	zcolor: #003366;
	text-decoration: underline;
}
#navLeft li a.active {
	color: #003366;
}



/* @end Navigation Menu's */


/* @group Content Containers */

#contentContainer {
	background: #fff url(../imgs/bgleft206.png) repeat-y top left;
	border-right: 8px solid #fff;
	zoom: 1;
}

#content {
	position: relative;
	background: url(../imgs/bgright220.png) repeat-y top right;
}

#leftContent {
	position: relative;
	float: left;
	padding: 10px 16px 10px 10px;
	width: 180px;
	font-size: .9em;
	line-height: 1.4em;
	zfont-weight: bold;
	zcolor: #000;
}

#mainContent {
	display: table-cell;
	#display: inline-block;
	color: #000;
	padding: 10px 18px;
	margin: 0 20px;
}

#rightContent {
	_position: relative;	/* necessary for IE6 to show content */
	width: 200px;
	float: right;
	padding: 10px;
	font-size: .8em;
	line-height: 1.4em;
	color: #000;
}

/* @end Content Containers */


/* @group Footer */

#footer {
	clear: both;
	margin-left: 206px;
	border-bottom: 8px solid #FFF;
}

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

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

#footer div {
	float: left;
}

/* @end Footer*/

