/*
***********************************************************
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: #ffffff;
	background: url(../img/bg.gif) no-repeat top center; 
	font: normal 69%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	}
	
	
p {
	margin-bottom:10px;
	}

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:431px;
	height:153px;
	display:block;
	position : absolute;
	top: -15px;
	left: 0px;

	}



.csc-textpic-caption {
	font-size:0.9em;
	padding-left:3px;
	}

#logo span, .hide  {display:none;}


#page-description, #slogan {
	position:absolute;
	top:-1000px;
	}
	

a {
  color:#9E0000;
	/* text-decoration:none; */
	}

a:hover {
	color:#4F0000;
	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:5px;
  font-family:Arial, Helvetica;
  font-weight:bold;
  }
  
h2,h3, h4 {
  color:#333;
  }

h3 {

  }


/* ======================================== */
/*  layout  http://www.cssstickyfooter.com  */	
/* ======================================== */  

#container {
	width:980px;
	height:100%; 
	/* background: url(../img/bg.gif) repeat-y top left; */
	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:120px;
	width:980px;
	/* background: url(../img/header-bg.gif) no-repeat; */
	}
  
#main {
  clear:both;
	margin-top:0;
	width:980px;
	padding-bottom: 30px;  /* must be same height as the footer */
	/* height:520px; */
	}  

body > #main	{
  height: auto; 
 /* min-height:520px; */
}

#links {
  float:left;
  width:200px;
  /* border-left:3px solid #000;
	border-right:3px solid #000;
	border-bottom:3px solid #000; 
	background:white; */
  }	

#rechts {
  width:780px;
  float:right;
  padding-top:70px;
  }


#footer {
  
margin-top: -30px; 
	height: 30px;
	position: relative;
	clear:both;
  background: #D9D9D9;
  } 

#footercontent {   
  font-size:0.8em;
	color:#444;
	text-align:center;
	background: url(../img/footer-bg-center.gif) no-repeat; 
	width:980px;
	height: 30px;
	position: relative;
	margin:0 auto;
	}

#footercontent p {
  margin-left:155px;
  padding-top:3px;
  }

.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 */


/* ========================== */ 
/*         LIBS               */ 
/* ========================== */ 
#language-selector{
  top:108px;
  left:868px;
  position:absolute;}

#breadcrumb {
  top:166px;
  left:222px;
  position:absolute;
  color:#9E0000;
  }


/* ========================== */
/*  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 {
  clear:both;
  }