@charset "utf-8";
/* CSS Document */

body{
	background-color: #EFBAD8;
	}

	.container {
	width: 760px;
	margin: auto;
	
	}
	
	h1 {
	font-size:11px;
	font-weight:bold;
	}
	/*----------------button--------------------------*/	
	.buttoncss {
	border:1px solid #cccccc;
	font-size: 12px;
	}
	
	/*----------------Navigatie css--------------------------*/	
	#navigatie {
	Margin-top: 0px;
	Width: 555px;
	height: 28px;
	background-color: #6b6b6b;
	}


	ul#navmenu {
  	margin: 0;
  	border: 0 none;
  	padding: 0;
  	width: 800px; 
  	list-style: none;
  	height: 24px;
	}

	ul#navmenu li {
 	margin: 0;
  	border: 0 none;
  	padding: 0;
  	float: left; 
  	display: inline;
  	list-style: none;
 	position: relative;
  	height: 24px;
  	Width: 70px;
	}

	ul#navmenu ul {
  	margin: 0;
  	border: 0 none;
  	padding: 0;
  	width: 160px;
  	list-style: none;
  	display: none;
  	position: absolute;
  	top: 24px;
  	left: 0;
	}

	ul#navmenu ul li {
	width: 160px;
	float: left; 
	display: block 
	display: inline; 
	}

	/* Root Menu */
	ul#navmenu a {
  	border-right: 0px solid #FDEBEB;
  	border-right-color: #ffffff;
  	border-bottom-color: #FDEBEB;
  	border-top-color: #FDEBEB;
  	margin-top: 4px;
  	padding: 0 6px;
  	padding-top: 0px;
  	padding-left: 2px;
	float: none 
	float: left; 
	display: block;
	background-color: #6b6b6b;
	color: #ffffff;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	height: 15px 
  	}
	/*---------------einde navigatie-------------------*/
	
	/*---------------Slogan op homepage midden van content-------------------*/
	#slogan {
	font-size: 16px; 
	font-weight: bold; color: 
	#CC3399; 
	font-style: italic; 
	}
	
	/*---------------Tekst "Even tijd voor jezelf"-------------------*/
	#tijd {
	margin-left: 556px;
	margin-top: -139px;
	background: #F79679;
	}
	
	/*---------------Slideshow op alle pagina's-------------------*/
	#afbeelding {
	margin-top: -28px;
	margin-left: 555px;
	}
	
	#content {
	background-color: #FDEBEB;
	margin-top: -328px;
	Width: 535px;
	height: 321px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #474545;
	line-height: 1.5em;
	}
	
	/*---------------Blok "Nieuws/Reclame"-------------------*/
	#heading {
	background: #B2659F;
	height: 25px;
	width: 211;
	color: #ffffff;
	padding-top: 5px;
	margin-left: -20px;
	margin-top: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
	#reclame {
	width: 211px;
	height: 150px;
	background: #Ffffff;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-left: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1,2em;
	text-align: center;
	font-weight: bolder;
	color: #000000;
	}
	
	/*---------------Footer-------------------*/
	.footer {
    margin: auto;
	margin-top: -1px;
	width: 761px;
	height: 25px;
	background-color: #6b6b6b;
	}

	#footertext {
    margin-top: -20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	}
	/*---------------Einde Css-------------------*/
