/* 	naam: screen_all.css
	geldig voor: zuidenwind 
	versie: 1.0 
	datum: 5-4-09
	auteur: remco van rijt
	www.zuidenwind.org
	- Is van toepassing op browsers != ie7, firefox, opera etc.
	- css ie7 is gedefinieerd in screen_ie7.css
	- bevat globale definities / positionering
*/

body {
	margin: 0px;
	text-align: center;
	height: 100%;
	background-image:url(../images/backgrBody.jpg);
	background-repeat: repeat-x;
	
	background-color: #dae9c9;
	behavior:url("csshover.htc");
	}
html {
	height: 100%;
	}
div, img {
	margin: 0;
	padding: 0;
	}		

a img	 {
border: none;
padding: 0;
margin: 0;
}
/* ----- HACK: OVERSCHAKELEN NAAR TRADITIONELE BOXMODEL
ipv w3c boxmodel om width en height overal hetzelfde te krijgen heeft effect op firefox */
div {
	font-family: arial,verdana,helvetica,lucida,adobe-helvetica,sans-serif;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
p, ul, ol, li, h1, h2, h3, h4, h5, h6, div, form {
	font-family: arial,verdana,helvetica,lucida,adobe-helvetica,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 95%;
	}	
.center {
	text-align: center;
	}
.bold {

	font-weight: bold;
	}
#iframe {
border: 1px solid red;

}
	
/* ********************* algemene container */	
	
#maindiv {
	width: 770px;
	min-height:100%;
	margin: 10px auto 20px auto; 	
	text-align: left;
	border: none;
	height: auto;
	position: relative;
	top: 0px;
	
	background-image:url(../images/backstreep.jpg);
	background-repeat: repeat-y;
	
	background-color: #fff;
	border: 1px solid #71b336;
	border-bottom: 12px solid #71b336;
	}
* html #maindiv {
	height:100%;
	}

/* ********************* logo linksboven met link naar splashpagina */	
	
#logo {
	width: 768px;
	height: 261px;
	text-align: left;

	z-index: 400;
	font-size: 70%;
	background-color: #fff;
	border: none;
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	padding:0;
	margin: 0;
	}


#logo a img {
	border: none;
	}	
#printlogo {
	display: none;
	}




	
/* ********************* de contentcontainer (bevat subnav, actueel, mainvisual, kruimelpad, content en praktischbox) */	

#contentcontainer {
	height: auto;
	width: 758px; 	
	text-align: left;
	margin: 0;
	position: relative;
	padding: 0;
	z-index: 15;
	background-color: transparent;
	border: none;
	}
* html #contentcontainer {
	height: auto;
	margin-top: 0;
	}



/* *********************  subnavigatie in subnav div aan linkerkant */	
#subnav {
	height: 500px;
	display: block;
	text-align: left;
	position:absolute; 
	width: 160px;
	top: 0px;
	left: 0;
	padding: 0;
	margin-top: -1px;
	bottom: 0px;
	z-index: 101;
	
	/*border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #ccc;*/
	font-weight: bold;
	}


#subnav ul li a {
	color: #333;
	padding: 0;
	text-decoration: none;
	display: block;
	}
#subnav ul li a:hover {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	
	}
#subnav ul {
  	position:absolute;
  	left:0px;
	top:8px;
	font-size: 85%;
 	}

 /* Het 100% CSS menu */

#subnav ul, #subnav ul li {
  	margin:0;
  	padding:0;
  	display:block;
 	}  

#subnav ul {
  	list-style:none;
  	width:160px;
  	padding:0px;
  	border:1px solid gray;
  	background:#fff;
  	border-width: 1px 0 0 0;
	/*border-style: dashed;*/
	border-color: #71b336;
 	} 

#subnav ul li {
  	position:relative;
  	padding:5px 8px 5px 20px;
	margin:0;
  	background:#f4f8f9;
  	border:none;
	border:1px solid gray;
  	border-width: 0 1px 1px 0px ;
	/*border-style: dashed;*/
	border-color: #71b336;
  	z-index:9;
 	}
 
#subnav li.folder {
   border-left-color:#ccc;
   
  	}

  /* decoratieve hover */

#subnav li:hover {
	background:#e4ecee;
   	z-index:15;
	border-left-width: 8px;
	border-left-color:#71b336;
	padding:5px 8px 5px 12px;
  	}


 /* Alle subnavigatie verbergen */

  
 #subnav ul ul {
  	position:absolute;
  	display:none;
  	left: 138px;
  	top:2px;
 	font-size: 100%;
 	}
  
  /* :hover, met specificity */
  
 #subnav li:hover ul ul {
   	display:none;

  	}

 #subnav li:hover ul, #subnav li:hover li:hover ul {
   	display:block;
  	}


#fill {
   width: 400px;
   height: 150px;
    }

	
/* ********************* de contentarea */		
#content {
	width: 749px;
	height: auto;
	text-align: left;
	position:relative; 
	z-index: 15;
	vertical-align: top;
	font-size: 80%;
	line-height: 140%;
	font-weight: normal;
	margin:0;
	padding: 30px 0 0 200px;
	/*background-image:url(../images/back1.jpg);
	background-repeat: no-repeat;*/
	background: transparent;
	
	}
#content p {
	padding-top: 0px;
	padding-bottom: 6px;
	font-size: 100%;
	}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-size: 140%;
	font-weight: bold;
	vertical-align: bottom;
	}
#content h1 {
	padding: 8px 0 8px 0;
	font-size: 140%;
	}	
#content h2 {
	padding: 15px 0 0px 0;
	color: #71b335;
	font-size: 130%;
	}	
#content h3 {
	padding: 20px 0 4px 0;
	font-size: 120%;
	}
#content h4 {
	padding: 10px 0 4px 0;
	font-size: 110%;
	}
#content h5 {
	padding: 18px 0 4px 0;
	font-size: 100%;
	}
#content h6 {
	padding: 18px 0 4px 0;
	font-size: 90%;

	font-weight: normal;
	font-style: italic;
	}							
#content ul {
	margin: 2px 0 8px 15px;
	list-style: outside;
	list-style-type: disc;
	font-size: 100%;
	}
#content li {
	font-size: 100%;
	}	
#content ul.arrow {
	font-weight: normal;
	}	
#content ul.categorie {
	font-weight: bold;
	}	
#content ul.categorie li {

	padding-bottom: 3px;
	}	

#content ul.categorie a {
	text-decoration: none;
	}	

	
#content ol {
	margin: 2px 0 0 24px;
	list-style: outside;
	}	
#content ol li {
	list-style-type: decimal;
	}	
#content a { 
	text-decoration: underline;
	}
#content a:hover { 
	text-decoration: underline;
	}	
#content a img  { 
	border: none;
	}	
#content .overzicht img.left  { 
	float: left;
	margin : 4px 8px 2px 0;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	}	
	
#content img.rechts  { 
	border: 1px solid #333;
	float: right;
	margin: 6px;
	}	
#content img.rechtsnoborder { 
	border: none;
	float: right;
	margin: 6px;
	}	

	
/* *********************  rechtermenumodule in de contentarea */	
#modulebox  {
	width: 158px;
	height: auto;
	text-align: left;
	position:relative;
	float: right; 
	z-index: 15;
	vertical-align: top;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0 8px;
	padding: 2px 0 0 2px;
	/* background-image:url(../images/back1.jpg);
	background-repeat: no-repeat; */
	background-color: transparent;
	border: none;
	}
	
.tekstmodule {
 	width: 156px;
	height: auto;
 	margin: 0 0 16px 0;
	padding: 0 0 6px 0;
 	background-color: #f4f8f9;
	border: 1px solid #ccc;
 }
 
#content #modulebox .tekstmodule h4 {
 	margin: 0 0 4px 0;
	padding: 4px;
	color: #fff;
 	background-color: #5a3152;
 }

#content #modulebox .tekstmodule p {
 	margin: 0;
	padding: 0 6px 0 6px ;
	font-size: 100%;
	color: #333;
 	
 }
 
.imagemodule {
 	width: 156px;
	height: auto;
 	margin: 18px 0 18px 0;
 	background-color: transparent;
	border: none;
 }
 
 .imagemodule img {
	padding: 0;
	margin: 0;
	border: none;
 }

/* *********************  formulieren in de contentarea */	
	
#content form {
	width: 300px;
	border: none;
	background: transparent;
	margin-bottom: 18px;
	}	
#content form fieldset {
	position:relative;
	margin: 24px 0 0 0;
	padding: 0px 8px 8px 6px;
	border: 1px solid #cbbcc1;
	}		
#content form fieldset p{
	margin: 4px 0 0 0;
	padding: 4px 0 0 0;
	}	
#content form fieldset label {
	font-weight: normal;
	font-size: 100%;
	line-height: 140%;
	display: block;
	margin: 0;
	padding: 9px 0 0 0;
	}	
#content form legend {
	position:absolute;
	top:-10px;
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 0;
	color: black;
	}	
/*#content form input { */
/*	font-family: courier;  */ /* monospace font om vaste breedte bij bijv. postcodeveld in alle browsers te kunnen garanderen */
/*	} */
#content form input, 
#content form input.button {
	font-family: arial; 
	margin-bottom: 1px;
	}
#content form input.checkbox {

	font-family: arial; 
	margin-bottom: 0px;
	}	
	
/* *********************  foutmeldingsdingen formulier in de contentarea */	

#bevestigingDisplay {
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px;
	border-style: solid;
	padding:8px ;
	margin-bottom:10px;

	width: 360px;
	border-color: #c00065;
	background-color: #e4ecee;
	font-size: 100%
	}

#errorDisplay {
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px;
	border-style: solid;
	display: none;
	padding:5px 0px;
	margin-bottom:10px;
	width: 360px;
	background-image:url(../images/field-alert.gif);

	border-color: #BB0000;
	background-color: #ffff99;
	}
#errorDisplay ul {
	list-style-type: disc;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 35px;
	}
input.invalid, textarea.invalid, input.invalidBox {
	border: 1px;
	border-style: solid;
	margin: 0.1em !important;
	background-color: #ffff99;
	border-color: #BB0000 !important;
	}
input.invalid:focus, textarea.invalid:focus, input.invalidBox:focus {
	border: 2px;
	border-style: solid;
	margin: 0 !important;

	background-color: #ffff99;
	border-color: #BB0000 !important;
	}
input:focus, textarea:focus {
	background-image: none;
	border: 2px;
	border-style: solid;
	margin: 0;
	}
input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
	}

.boxes {
	/*border: none; */
	}
.required {
	background-position: right 3px;

	background-repeat: no-repeat;

	background-image: url(../images/required.gif);
	}



/* *********************  foto-album */			
		
#content .thumbnail {
	display: -moz-inline-box;
	display: inline-table;
	vertical-align: top;
	padding: 0;
	margin: 8px 24px 8px 0;
	width: 148px;
	font-size: 85%;
	border: none;
	line-height: 120%;
	min-height: 70px;
	}
* html #content .thumbnail {
	display: inline-block;
	}
/*\*/
* html #content .thumbnail {
	display: inline;
	height: 1px;
	}
#content .thumbnail img {
	padding: 0;
	margin: 0 0 0 0;
	border: 1px solid ;
	}
	
#content .thumbnail .thumbtekst {
	display: block;
	margin: 0 0 4px 0;
	padding: 0px 4px 4px 4px;
	width: 146px;
	}
#content .thumbnail a, 
#content .thumbnail a:visited,
#content .thumbnail a:hover  {
	border: none;
	text-decoration: none;
	padding: 0;
	margin:0;
	}
	
.clearing {

  height: 0;
  clear: both;
}	
	
/* *********************  div met kleine foto, wordt oa gebruikt op wie is wie detailpagina */			
		
#content .pict-small {
	vertical-align: top;
	padding: 0;
	margin: 8px 24px 8px 0;
	width: 148px;
	font-size: 85%;
	border: none ;
	line-height: 120%;
	float: left
	}
* html #content .pict-small {
	display: inline-block;
	height: auto;
	}
#content .pict-small img {
	border: 1px solid ;
	padding: 0;
	margin: 0;
	}
#content .pict-small .pict-smalltekst {
	display: block;
	margin: 4px;
	padding: 4px ;
	width: 138px;
	}
#content .pict-small a, 
#content .pict-small a:visited,
#content .pict-small a:hover  {
	border: none;
	text-decoration: none;
	}


/* *********************  de footer */		

#adres {
	width: 250 px;
	height: auto;
	text-align: left;
	position:absolute; 
	z-index: 15;
	top: 250;
	left: 535;
	font-size: 80%;
	color: #fff;
	line-height: 140%;
	font-weight: normal;
	margin-top: 20px;
	z-index:120;
		
}
	
#adres a {
	color: #999;	
	background: transparent;
	margin: 0px 0px;
	padding: 2px 5px 2px 5px;
	text-decoration: none; 
	}
	
#adres a:hover {
	color: #999;
	background: transparent;
	}	
	
#adres li {
	/*display: inline; 
	padding: 2px 15px 2px 0px;*/
	}	

h2.footer {
	color: #333;
	margin: 6px 0 12px 0;
	margin: 0 0 12px 0;
	font-size: 60%;
	font-weight: bold;
	text-transform: uppercase;
}

/* ********************* tabellen in de contentarea */		
table {
	margin: 0 0 20px 0;
	padding: 0px;
	/* border-width: 0 0 0px 0; */
	border-style: solid;
	border: 1px solid #cbbcc1;
	font-size: 100%;
	}
caption {
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 20px 0 4px 0;
	color: #ba056e;
	font-size: 100%;
	}
th { 
	font-weight: bold;
	
	padding: 12px 6px 4px 6px;
	border-width: 0 0 0 0;
	border-style: solid;
	text-align: left;
	}

td {
	font-size: 97%;
	padding: 4px 6px 4px 6px;
	border-width: 0px 0 0 0;
	border-style: solid;
	vertical-align: top;
	}

tr td {
		
		padding: 3px 8px;
		background: #fff;
		
	}
	
	thead td{
		color: #fff;
		background-color: #C8C028;
		font-weight: bold;
		border-bottom: 1px solid #999;
	}
	tbody td{
		/* border-left: 1px solid #D9D9D9; */
	}
	tbody tr.even td{
		background: #f4f8f9;
	}
	tbody tr.selected td{
		background: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	tbody tr.ruled td{
		color: #000;
		background-color: #e4ecee;
		/* border-color: #3292FC; */
	}
	
	/* Opera fix */
	head:first-child+body tr.ruled td{
		background-color: #C6E3FF; 
	}

