a:link 	{ color: #00FFFF; text-decoration: underline; }
a:active 	{ color: #FFFFFF; text-decoration: underline; }
a:visited{ color: #3399FF; text-decoration: underline; }
a:hover 	{ color: #FFFFFF; text-decoration: underline; }
body      { font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
            color: #FFFFFF;
            background-image: url(Achtergrond.jpg); }
h1, h2, h3, h4, h5, h6   
          {	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
           	font-weight: normal;
            color      : #FFFF00;
          }
p, li     { font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
            color: #FFFFFF;
            margin: 3px 0px 3px; }
td        { font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
            color: #FFFFFF; }
th        { font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
            color: #FFFFFF; }

#logo {
	background-color: red;
	display: block;
	float: left;
	height: 40px;
	width: 7%;
}

#titelLyc{
	background-color: red;
	display: block;
	float: left;
	height: 20px;
	text-align: center;
	width: 93%;
}
#titelLinks{
	background-color: yellow;
	display: block;
	float: left;
	height: 10px;
	text-align: center;
	width: 93%;
}
#titelStreep{
	background-color: blue;
	float: left;
	display: block;
	height: 10px;
	text-align: center;
	width: 93%;
}
.reclame{
	float: left;
	width: 20%;
}
.toegang{
	float: left;
	margin-right: 30px;
	width: 43%;
}
.openingstijden{
	float: left;
	margin-left: 4%;
	width: 28%;
}

/*  Keukenhof	*/
	.start {
		width: 100%;
	}
	.startLinks {
		float: left;
		text-align: right;
		width: 20%;
	}
	.startMidden {
		float: left;
		text-align: center;
		width: 60%;
	}
	.startRechts {
		float: left;
		text-align: right;
		width: 20%;		
	}
	#printen {
		float: right;
	}
	a:link.normaal{
		color: white;
		text-decoration: none;
		width: 200px;
	}
	a:visited.normaal{
		color: white;
		text-decoration: none;
		width: 200px;
	}
	a:link.highlight{
		color: red;
		text-decoration: none;
		width: 200px;
	}
	a:visited.highlight{
		color: red;
		text-decoration: none;
		width: 200px;
	}
	.margin {
		width: 5%;
	}
	.kolom {
		width: 17%;
	}
	.tijden {
		font-size: 95%;
		width: 17%;
	}
	.achtergrondZondag {
		background-color: #112255;
	}
	.achtergrond1 {
		background-color: #224455;
	}
	.achtergrond2 {
		background-color: #333355;
	}
	.dagAqua{
		color: aqua;
	}
	.dagGeel {
		color: yellow;
	}
	.dagRood {
		color: red;
	}
	.dagWit {
		color: white;
	}
