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


html,body {
	height:100%; 
	}

body {
	background:#fff;
  	font: normal 76%/1.7em Arial, Helvetica, sans-serif;
	color:#000101;
	}
	
#container {
		width:940px;
		/* border-left:1px solid gray;
		border-right:1px solid gray; */
		}
	
#container {
	position:relative;
	margin:auto;
	}
	
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-Marieke_Hunze.gif) no-repeat;
	width:201px;
	height:70px;
	display:block;
	position : absolute;
	top: 0px;
	left:220px;
	}
	

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

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


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

a {
  	color:#515e80;
	text-decoration:none;
	}

a:hover {
	color:#ff0c00;
	text-decoration:underline;
	}

	
h2 {
 	font-size:1.7em;
	font-weight:normal;
	color:#515e80;
  }

h2 a {
	}
  
h2 a, h3 a { text-decoration:none; }
  
	
h3 {
  font-size:1.1em;
	font-weight:bold;
	color:#515e80;
	}
	
h4 {
  font-size:1.1em;
	font-weight:normal;
		/* line-height:1.3em; */
		color:#fe0000;
		font-weight:bold;
	}

h2 a, h3 a, h4 a {
	color:#fe0000;
	  text-decoration:none;
	}
	
h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration:none;
  }
  
h2,h3,h4,h5,h6 {

  }
 

#header {
	height:70px;
	width:940px;
	position:relative;
	}
  
#main {
	width:940px;
	position:relative;
	}
	
/* ============ */	
/*   kolommen   */
/* ============ */	

#links, #middenlinks, #middenrechts, #rechts {
	width:200px;
	position:absolute;
	}

#links {
	left:0;
	}

#middenlinks {
	left:220px;
	}

#middenrechts {
	left:440px;
	}

#rechts {
	left:660px;
	}
	
