/*
***********************************************************
Title: Main
Author & copyright: Jacco van der Post - TYPO3-webdesign.nl
Date: may 2009
***********************************************************
*/


html,body {
	height:100%;  
	}

body {
	background: #666;
	font: normal 76%/1.6em Arial, Helvetica, sans-serif;
	color:#202020;
	}
	
	
p {
	margin-bottom:10px;
	}

ul, ol {margin: 1em 0; padding-left: 2em;}
ul li {
     }
ul li li, ol li ul li {}
ol li {list-style: decimal;}

	
#logo a {
	background: url(../img/logo-photowise.gif) no-repeat ;
	width:232px;
	height:212px;
	display:block;
	position : absolute;
	top: 0px;
	left: 0px; 
	}


.align-left {
	text-align:left;
	}


.align-right {
	text-align:right;
	}

.align-center {
	text-align:center;
	}

.csc-textpic-caption {
	font-size:0.9em;
	padding-left:3px;
	}

#logo span, .hide, #breadcrumb {display:none;}


#page-description, #slogan {
	position:absolute;
	top:-1000px;
	}
	

a {
  color:#4e1b06;
  text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

	
h2 {
 	font-size:1.7em;
	font-weight:normal;
	margin-bottom:10px;
  }

h2 a {
	color:#4e1b06;
	}
  
h2 a, h3 a { text-decoration:none; }
  
	
h3 {
  font-size:1.2em;
	font-weight:normal;
		/* line-height:1.5em; */
	}
	
h4 {
  font-size:1.0em;
	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:15px;
  margin-bottom:8px;
  font-family:Arial, Helvetica;
  font-weight:bold;
  }
  
h2,h3 {
  color:#1d0440;
  }

h3 {
	margin-bottom:0px;
	color: #2f1456;
	letter-spacing:0.05em;
  }
  
h4 {
	margin-bottom:0px;
	letter-spacing:0.05em;
	color: #3e2e55;
  }

/* ======================================== */
/*  layout  http://www.cssstickyfooter.com  */	
/* ======================================== */
  
#container {
	width:990px;
	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:212px;
	width:990px;
	}
#header-foto {
  height:212px;
  width:758px;
  background: url(/fileadmin/user_upload/fotos/layout/foto-top-home.jpg) no-repeat ;
  left:232px;
  top:0;
  position:absolute;
  }
  
#main {
  clear:both;
	margin-top:0;
	width:990px;
	padding-bottom: 50px;  /* must be same height as the footer */
	}  

#links {
  float:left;
  width:232px;
  /* border-left:3px solid #000;
	border-right:3px solid #000;
	border-bottom:3px solid #000; 
	background:white; */
  }

#links-kopje {
  background: url(../img/actueel.gif) no-repeat;
  width:232px;
  height:37px;
  display:block;
  float:left;
  }
  
#links-content {
  padding:25px;
  background: url(/fileadmin/user_upload/fotos/layout/foto-links-home.jpg) no-repeat ;
  width:182px;
  height:500px; /* min-height nodig om de background images te tonen als er niets in de linkerkolom staat */
  color:white;
  padding-top:50px;
  }

body > #links-content { /* min-height nodig om de background images te tonen als er niets in de linkerkolom staat */
  height: auto; 
  min-height:500px;
  }

#links-content p {
  font-size:0.9em;
  line-height:1.5em;
  }

#links-content h2, #links-content h3, #links-content h4 {
  color:white;
  }

#rechts {
  width:708px;
  padding:25px;
  padding-top:57px;
  float:right;

  }
  

	
#footer {
  clear:both;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	position: relative;
	margin-left:232px;
  } 

#footercontent {   
  font-size:0.8em;
	color:#000;
	width:708px;
  border-top:1px solid #666;
	margin:0 auto;
	}

.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 */




/* ========= */
/*  frames   */	
/* ========= */

.roze_achtergrond {
  background:#decbbc;
  padding: 10px 25px 3px 25px;
  width:708px;
  margin-left:-25px;
  margin-top:1em;
  margin-bottom:1em;
  }
  
  
/* ============ */
/*  kleurtjes   */	
/* ============ */


.extra-nadruk-paars {
	font-weight: bold;
	letter-spacing: 0.1em;
	color:#622a78;
	}

.oranje {
	color:#ff6600;
	font-weight: bold;
	letter-spacing: 0.1em;
	}
