/*------------CSS RESET------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------EINDE CSS RESET--------------------*/


body{
	background-color:#ebeae9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: -moz-scrollbars-vertical;
}

#wrapper{
	width:960px;
	margin:0 auto;
}

#header{
	width: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}

#logo{
	background-image:url('images/fullheader3.png');
	width:960px;
	height:100px;
	margin:0 auto;
}

#menu{
	padding-top: 65px;
	float:left;
	margin-left:350px;
}

/*#navigatie li{
	font-family:Georgia, Times, Times New Roman, serif;
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1.4em;                Verborgen voor animated menu jquery*/
}

#lijst1 li{
	
}

ul{
	list-style:square;
	margin-left:20px;
}

#menu_links2{
	background-image:url('images/menuvak_links2.png');
	width:233px;
	height:205px;
	margin-top:20px;
	float:left;
}

#menu_links3{
	background-image:url('images/mediterend.jpg');
	width:182px;
	height:300px;
	margin-top:20px;
	float:left;
}

#menu_links4{
	background-image:url('images/water2.jpg');
	width:233px;
	height:205px;
	margin-top:20px;
	float:left;
}


#foto{
	background-image:url('images/j2.png');
	width:229px;
	height:229px;
	float:left;
	margin-left: 2px;
}

#title{
	width:707px;
	float:right;
	margin-top:20px;
	font-weight: bold;
	color: #b90727;
	font-size: 1.7em;
	height: 46px;
}

#inhoud{
	margin-top:20px;
	width:707px;
	color: #444444;
	line-height:15pt;
	float: left;
	padding-left: 20px;
}
#inhoud2{
	margin-top:20px;
	width:920px;
	color: #444444;
	line-height:15pt;
	padding-left: 20px;
	padding-right: 20px;
}

#submenu li{
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 1.2em;
	margin-left:20px;
	margin-top:10px;
}



/*------------------begin linken hoofdmenu---------------------*/
/*#navigatie li a:link, #navigatie li a:visited{
	text-decoration: none;
	color: #444444;
	} 



#navigatie li a:hover{
	color: #b90727;
	text-decoration: none;
	} 


#navigatie li a:active{
	text-decoration: none;
	color: #b90727;                Verborgen voor animated menu jquery*/
}
/*----------------------einde linken hoofdmenu--------------*/

/*---------------------- begin linken submenu----------------------*/
#submenu li a:link, #submenu li a:visited{
	text-decoration: none;
	color: #444444;
	} 



#submenu li a:hover{
	color: #b90727;
	text-decoration: none;
	} 


#submenu li a:active{
	text-decoration: none;
	color: #b90727;
}
/*-------------------einde linken submenu---------------------------*/

/*-------------------------begin normal links-----------------------*/
a:link, a:visited{
	text-decoration:underline;
	color:#444444;
}

a:hover, a:active{
	text-decoration:none;
}


/*-------------------------einde normal links-----------------------*/
	
#content_rechts{
	margin-top:20px;
	width:545px;
	float:right;
}
#spreuk{
	background-image:url('images/spreuk.jpg');
	width:530px;
	height:202px;
	color:#444444;
	padding-left: 105px;
	padding-right: 25px;
	padding-top: 30px;
	line-height:15pt;
	font-size:1.1em;
	background-repeat: no-repeat;
}

#tekst_spreuk{
	width:550px;
	padding-top:50px;
}

h2{
	font-size:1.2em;
}

h3{
	line-height:20pt;
}

.naam{
	float:right;
	margin-top:10px;
	margin-right: 80px;
	font-size:1.2em;
	font-weight:bold;
}
#quotediv {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	float: left;
	width: 210px;
	margin-right: 15px;
	margin-top: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 30px;
	background-color: #d9d7d2;
	color: #444444;
	padding-left: 10px;
	padding-right: 10px;
}
#quotediv strong {
	color: #b90727;
}
#quotes, #quotes strong {
	color: #444444;
	line-height:20px;
	font-size:1.1em;
}
/*-------------------------current state actief----------------------*/
#navigatie li a.actief{
	color: #b90727;
}

#submenu li a.actief{
	color: #b90727;
}

/*--------------------------einde current state actief------------------*/




