/*
***********************************************************
Title: Main
Author & copyright: Jacco van der Post - TYPO3-webdesign.nl
Date: juni 2009
***********************************************************
*/


html,body {
	height:100%; /* needed for container min-height */
	}

body {

  background: #000 url(../img/bg.jpg) repeat-y top center;
	font: normal 76%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
	
p {
	margin-bottom:20px;
	/* background: url(../img/txtbg.gif) repeat; */
	}

ul, ol {margin: 1em 0; padding-left: 2em;}
ul li {list-style: square;
     }
ul li li, ol li ul li {list-style: disc;}
ol li {list-style: decimal;}

	
#logo a {
	/* background: url(../img/logo.gif) no-repeat; */
	width:459px;
	height:192px;
	display:block;
	position : absolute;
	top: 38px;
	left: 480px;
	}



.csc-textpic-caption {
	font-size:0.9em;
	padding-left:3px;
	font-style:italic;
	}

#logo span, .hide  {display:none;}


#page-description, #slogan {
	position:absolute;
	top:-1000px;
	}
	

a {
  color:#87CED4;
	/* text-decoration:none; */
	}

a:hover {
	text-decoration:underline;
	}

	
h2 {
 	font-size:1.6em;
	font-weight:normal;
	margin-bottom:10px;
  }

h2 a {
	color:#FECD08;
	}
  
h2 a, h3 a { text-decoration:none; }
  
	
h3 {
  font-size:1.3em;
	font-weight:normal;
		/* line-height:1.5em; */
	}
	
h4 {
  font-size:1.2em;
	font-weight:normal;
		/* line-height:1.3em; */
	}
	
h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration:none;
  }
  
h2,h3,h4,h5,h6 {
  padding-top:5px;
  margin-bottom:10px;
  font-family:Arial, Helvetica;
  font-weight:bold;
  font-style:italic;
  color:#87CED4;
  }

h3 {  
  color:white;
  }  


/* ======================================== */
/*  layout  http://www.cssstickyfooter.com  */	
/* ======================================== */  

#container {
	width:980px;
	height:100%; 
	/* background:  url(../img/bg-container.jpg) no-repeat top center;*/ 
	position:relative; 
	margin:0 auto;
	}

body > #container {height: auto; min-height: 100%;}  /* anders in iE6 fout als je deze rechtstreeks in #container zet */
 

#header {
	height:180px;
	width:980px;
	/* background: url(../img/header-bg.gif) no-repeat; */
	}
  
#main {
  clear:both; 
	margin-top:0;
	width:980px;
	padding-bottom: 150px;  /* must be same height as the footer */
	min-height:550px;  /* ipv height:550px; voor iE7, nodig om in alle browsers bij geen content niet de footer te hoog te laten beginnen */

	}  

body > #main	{
  height: auto; 
  min-height:550px;
}

#links {
  float:left;
  width:200px;
  /* border-left:3px solid #000;
	border-right:3px solid #000;
	border-bottom:3px solid #000; 
	background:white; */
  }	

#rechts {
  width:650px;
  float:right;
  padding-top:70px;
  padding-right:50px;
  }


#footer {
  clear:both;
	margin-top: -180px; /* negative value of footer height */
	height: 180px;
	position: relative;
  } 

#footercontent {   
  font-size:0.8em;
	color:#444;
	text-align:center;
	width:980px;
	position: relative;
	margin:0 auto;
	padding-top:50px;
	padding-left:0px;
	}
#footercontent #c2 {   
  background:#000;
  }

#footercontent p {
  margin-left:155px;
  margin-top:12px;
  }

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footercontent div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
  margin-left:0 !important;
  }


/* ========================== */ 
/*         LIBS               */ 
/* ========================== */ 
#language-selector{
  top:172px;
  left:868px;
  position:absolute;}

#breadcrumb {
  top:227px;
  left:222px;
  position:absolute;
  }


/* ========================== */
/*  layout  homepage blokken  */	
/* ========================== */  

#beeld-links-boven {
  width:275px;
  height:300px;
  float:left;
  display:block;
  overflow:hidden;
 }

#tekst-rechts-boven {
  width:465px;
  height:270px;
  padding:20px;
  padding-top:10px;
  float:left;
  display:block;
  color:white;
   overflow:hidden;
}

#beeld-links-onder {
  width:275px;
  height:148px;
  float:left;
  display:block;
  overflow:hidden;
  padding-top:2px;
 }

#tekst-rechts-onder {
  width:465px;
  height:108px;
  padding:20px;
  padding-top:10px;
  float:left;
  display:block;
  color:#333;
  overflow:hidden;
}

#tekst-rechts-onder h2, #tekst-rechts-onder h3 {
  color:#666;}
  
  
#mailform table {
border-collapse:separate;
border-spacing:3px;
}  

