
html { 
  padding:0px;
  margin:0px;
}

body {
background-color:#BCA770;
font-family: Verdana, Arial, Sans-serif; 
font-size: 12px;    
padding:0px;
margin:0px;
text-align:center;

}

/* tekst */
p {
font-size:1.0em;
margin-bottom:2px;
} 

h1 {
font-size: 1.8em;
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}
h2 {
font-size:1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #000000;
	}
h4 {
font-size: 0.9em;
font-weight: normal;
}
a:link, a:visited, a:active { 
color: #8b7147;
font-size: 1.0em;
font-weight: bold;
text-decoration: none; 
}
a:hover {
	text-decoration:underline;
}

/*  positioning-layers  */
#main_container {
	margin: 0px auto 0px auto;
	width:950px;
	text-align:left;
}
#header {
	margin-top:0px;
	}
	
#navigatie{
	margin-left: 0px;
	margin-top:10px;
	width:950px;
	height:25px;
	background-image:url(images/navigatiebalk.jpg);
	color:#E9E4C4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.5em;
	}
		
#navigatie a 
{
	text-decoration: none;
	color:#E9E4C4;
	}	
	
#navigatie a:link, #navigatie a:visited{
	color: #E9E4C4;
	font-weight:normal;
	/*display: block;*/
	padding: 0px 10px 0 9px;
	}
	
#navigatie a:hover
{
	color: #A39675;
	}
#box_inhoud {
	width:950px;
	background-image:url(images/bg_box.jpg);
	background-repeat:repeat-y;
	overflow:hidden;  /* belangrijk voor faux collumn*/
}
#col_links{
	float:left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom:15px;
	width: 660px;
	overflow:auto;
	color:#56433C;
	display:inline;
	}
#col_rechts{
	float:left;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom:15px;
	width: 230px;
	overflow:hidden;
}

#col_rechts a:link, 
#col_rechts a:visited, 
#col_rechts a:active{
	color:#e9e4c4;
	font-weight:bold;
}
#col_rechts a:hover{
	text-decoration:underline;
}
#attention{
	float:left;
	margin-left: 0px;
	margin-top: -3px;
	margin-bottom:-3px;
	width: 185px;
	overflow:hidden;
	background-image:url(images/ontwerp_droomhaar2-copy_05.jpg);
	background-repeat:repeat-y;
	color:#e9e4c4;
	padding:0px 15px 0px 30px;

}
#attention p{
	font-size:0.9em;
}
/*#fotostrip {
	position:absolute;

	bottom:55px;


}*/
#footer{
	clear:both;
	width:950px;
	height:25px;
	margin-bottom:0px;
	background-image:url(images/footer_box.jpg);
	background-repeat:no-repeat;
	color:##56433C;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
#footer a:link, 
#footer a:visited, 
#footer a:active{
	color:#e9e4c4;
	font-weight:bold;
	padding:0px 0px 0px 85px;
}
#footer a:hover{
	text-decoration:underline;
}
#copyright {
	clear-both;
	margin-top:20px;
	font-size:0.9em;
	text-align:center;
	color:56433c;
}


/* classes */
.fotorechts {
margin-left: 10px;
}
.fotolinks {
margin-right: 10px;
}
.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}
.whitelink
a { 
color: #ffffff;
font-size: small;
font-weight: bold;
text-decoration: none; 
}
.aanbieding {
	font-size:1.4em;
	font-weight:bold;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.4em;
	font-weight:bold;
}
.bron  {
	font-size:0.9em;
}