html {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}

body {
	margin: 1px;
	padding: 1px;
	background-attachment: fixed;
	background-image: url(img/4kantebloemen.jpg);
	background-repeat: repeat;
	}

/** C O N T A I N E R S **/

#kader {
/* Hiermee wordt de gehele inhoud in het midden gecentreerd van het scherm, onafhankelijk van de scherm resolutie */	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 940px;
	}

/* Containers in het kader */
#topleft {
	float: left;
	width:250px;
	height:20px;
	background-color:#FF8000;
	}

#topright {
	float: right;
	width: 680px;
	height: 20px;
	margin: 0px;
	background-color: #FF64B1;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	
#logo {
	float: left;
	width: 940px;
	height: 188px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(img/logo/logo365x150.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	}

/* Tekst linksonder in Logo */
#logotekst {
	float: left;
	width:371px;
	height:34px;
	padding: 0px;
	margin-top: 153px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

/* Afbeelding rechts in Logo */
#logobanner {
	float: right;
	width: 564px;
	height:188px;
	padding: 0px;
	margin: 0px;
	}

#menu {
	float: left;
	width: 250px;
	margin: 0px;
	padding:0px;
	background-color: #FF8000;
	}	

#content {
	float:right;
	width: 680px;
	margin: 0px;
	background-color: #FF64B1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 129px;
	padding-left: 5px;
	}

#winkelwagen {
	float: right;
	width: 930px;
	background-color: #FF64B1;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 129px;
	padding-left: 5px;
	}	
	


/* Binnen content een menu-balkje */	
#snelnav {
	text-align:right;
	padding: 0px;
	margin-right: 10px;
	margin-top: 10px;
	}

#footer {
	float:right;
	width:690px;
	height:12px;
	padding:0px;
	margin:0px;
	clear: both;
	text-align:right;
	}

/**  O P M A A K  **/
#kader p {
	text-align:left;
	}

#logo p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.05em;  
	}

#logo img {
	border:none;
	}

#logobanner img {
	border:none;
	}
	
#content img {
	margin:5px;
	}

#footer p {
	font-size:0.7em;
	}

#footer a {
	text-decoration:none;
	color: #333333;
	}
	
#footer a:hover {
	text-decoration:underline;
	}		
		
/* #winkelwagen a {
	text-decoration:none;
	color: #333333;
	}
	
#winkelwagen a:hover {
	text-decoration:underline;
	}		
		
#content a {
	text-decoration:none;
	color: #333333;
	}
	
#content a:hover {
	text-decoration:underline;
	}		
*/		
h1 {
	}

h2 {
	text-transform: uppercase;
	font-size: 1.0em;
	}

ul#snelbar { 
	text-align: right; 
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

ul#snelbar li {
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

ul#snelbar a { 
	display: inline;
	text-decoration: none;
	color: #000000;
	}

ul#snelbar a:visited {
	}

ul#snelbar a:active {
	}

ul#snelbar a:hover {
	text-decoration: underline;
	}
	
ul#snelbar li.selected a{ /*voor geselecteerde knop effect*/
	text-decoration: underline;
	}

#menu ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top:10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
#menu li {
	margin-top: 10px;
	margin-bottom: 10px;
	}	
	
#menu li a{
	text-decoration: none;
	color: #000000;
	}
	
#menu li a:hover{
	text-decoration: underline;
	}
	