/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color:#000;
	font-family:"Lucida Sans","Lucida Grande",sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	background: #fff;
	background: url(http://www.josienpieters.nl/files/images/schuin2.jpg);
	text-align:justify;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/*a:link { text-decoration: none; background-color: #ecf9f8; color: #000;}
a:active { text-decoration: none; background-color: #ecf9f8; color: #000;}
a:visited { text-decoration: none; background-color: #ecf9f8; color: #000;}
a:hover { text-decoration: none; background-color: #0CF; color: #FFF;}*/

/*a:link { text-decoration: none; background-color: #fdedf7; color: #000;}
a:active { text-decoration: none; background-color: #fdedf7; color: #000;}
a:visited { text-decoration: none; background-color: #fdedf7; color: #000;}
a:hover { text-decoration: none; background-color: #ff00cc; color: #FFF;}*/

a:link { text-decoration: none; background-color: #e7e2e2; color: #000;}
a:active { text-decoration: none; background-color: #e7e2e2; color: #000;}
a:visited { text-decoration: none; background-color: #e7e2e2; color: #000;}
a:hover { text-decoration: none; background-color: #F33; color: #FFF;}

/*a:link { text-decoration: none; background-color: #;feeeda; #000;}
a:active { text-decoration: none; background-color: #feeeda; color: #000;}
a:visited { text-decoration: none; background-color: #feeeda; color: #000;}
a:hover { text-decoration: none; background-color: #F33; color: #FFF;}
a img { border: none; }*/

#menu {
    width: 167px;
    overflow: auto;
    top: 0;
	left: 0;
    position: fixed;
	background-color: #fff;
	margin: 21px 0 0 21px;
	padding: 21px 21px 21px 21px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	background-color:#FFF;
	color:#000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-style:italic;
	line-height:20px;
	padding: 0 5px 0 0;
	margin-top: 10px;
}

#menu a:hover {
	background-color:#0CF
	color: #FFF;
	text-decoration:none;
}

#content {
	width: 700px;
    height: 100%;
    margin: 21px 0 50px 249px;
    top: 0;
}

.container {
    padding: 0;
}

#slider-titel {
	width: 680px; 
	padding: 3px 10px 10px 10px;
	background: #FFF;
	line-height: 0px;
	font-style:italic;
}

/* de verschillende sliders */
#slider1, #slider2, #slider3, #slider4, #slider5, #slider6, #slider7, #slider8 {
	display: none;
	width: 680px; 
	padding: 8px 10px 10px 10px;
	margin: 0 0 0 0;
	background-color: #FFF; /*deze op nul zorgt ervoor dat er geen grote ruimte ontstaat onder uitgeschoven tekst*/
}

#slider10, #slider9, #slider11, #slider12, #slider13, #slider14,#slider15  {
	display: none;
	width: 680px; 
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	background-color: #FFF; /*deze op nul zorgt ervoor dat er geen grote ruimte ontstaat onder uitgeschoven tekst*/
}


#content p { 
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	line-height:20px;
}

h1 { line-height: 24px }
h2 { font-size: 24px; }
h3 { line-height: 28px }

#header_style1 {
background-color:#FFF;
color:#000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:30px;
line-height:52px;
padding: 8px 10px 5px 10px;

}

#header_quote {
background-color:#FFF;
color:#000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
font-style:italic;
line-height:26px;
padding: 8px 10px 5px 10px;
}

#header_bold {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
line-height:24px;
background-color:#FFF;
font-weight:bold;
font-style:italic;
padding:10px 10px 8px 10px;
}

#header_normal {
background-color:#FFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
line-height:24px;
font-weight:bold;
font-style:italic;
padding: 8px 10px 10px 10px;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 700px; margin: 0; padding: 0 0 18px 0; }

#once { clear: left; }

#lander{
	margin: 0 25px 0 0;
	float: left;}
	
	
	

