/* CSS Document */


/* DEFINIERING VAN DE H */


h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}


/* KLASSEN OP DE SPLASH PAGINA*/

.letters {
	font-size: 72px;
	color: #FF9900;
	padding-left: 5px;
	margin-left: 27px;
	margin-top: 27px;
	background-color: #321D01;
	padding-right: 5px;
	width: 90px;
	text-align: center;
}

.letters a, .letters a:link, .letters a:visited { color: #FF9900; text-decoration: none }
.letters a, .letters a:hover, .letters a:active { color: #FF9900; text-decoration: none }


.adres {
	font-size: 10px;
	font-weight: bold;
	color: #321D01;
	padding-top: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

.adres a, .adres a:link, .adres a:visited { color: #321D01; text-decoration: none }
.adres a, .adres a:hover, .adres a:active { color: #FFFFFF; text-decoration: none }


.producten {
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.producten a, .producten a:link, .producten a:visited { color: #321D01; text-decoration: none }
.producten a, .producten a:hover, .producten a:active { color: #FFFFFF; text-decoration: none }


.decoratie {
	color: #BF2600;
	padding-top: 20px;
	text-align: center;
	font-weight: bolder;
}

.decoratie a, .decoratie a:link, .decoratie a:visited { color: #BF2600; text-decoration: none }
.decoratie a, .decoratie a:hover, .decoratie a:active { color: #FFFFFF; text-decoration: none }




/* KLASSEN VOOR DE FOTOS EN DE KAARTJES*/

.fotos {
	margin: 15px;
	padding: 10px;
	border: thin solid #FF9900;
}

.fotos2 {
	margin: 15px;
	padding: 10px;
	border: thin solid #800809;
}


.kaartje {
	height: 100px;
	width: 100px;
	border: thin solid #800809;
	color: #800809;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 15px;
}

.originele {
	height: 100px;
	width: 100px;
	border: thin solid #FF9900;
	padding: 20px;
	color: #FF9900;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px;
}

/* KLASSEN VOOR DE NAVIGATIEBALK */

.lijst1 {
	padding: 2px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	color:#FFFFFF;
	border: thin solid #FF9900;
}
.lijst1 a, .lijst1 a:link, .lijst1 a:visited { color: #99CC00; text-decoration: none }
.lijst1 a, .lijst1 a:hover, .lijst1 a:active { color: #FFFFFF; text-decoration: none }

.lijst2 {
	margin-top: 10px;
	margin-bottom: 5px;
	color:#FFFFFF;
	margin-right: 15px;
	margin-left: 20px;
	text-align: right;
	padding: 2px;
}
.lijst2 a, .lijst2 a:link, .lijst2 a:visited { color: #99CC00; text-decoration: none }
.lijst2 a, .lijst2 a:hover, .lijst2 a:active { color: #FFFFFF; text-decoration: none }

/* KLASSEN VOOR DE NAVIGATIEBALK STARTPAGINA */

.lijst3 {
	padding: 2px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	color:#FFFFFF;
	border: thin solid #800809;
}
.lijst3 a, .lijst3 a:link, .lijst3 a:visited { color: #800809; text-decoration: none }
.lijst3 a, .lijst3 a:hover, .lijst3 a:active { color: #FFFFFF; text-decoration: none }

.lijst4 {
	margin-top: 10px;
	margin-bottom: 10px;
	color:#FFFFFF;
	margin-right: 15px;
	margin-left: 20px;
	text-align: right;
	padding: 2px;
}
.lijst4 a, .lijst4 a:link, .lijst4 a:visited { color: #800809; text-decoration: none }
.lijst4 a, .lijst4 a:hover, .lijst4 a:active { color: #FFFFFF; text-decoration: none }

/* KLEUREN*/


.bruin {
	
	color:#CC9966;
	
}

.bruin a, .bruin a:link, .bruin a:visited { color: #CC9966; text-decoration: none }
.bruin a, .bruin a:hover, .bruin a:active { color: #FFFFFF; text-decoration: none }


.oranje {color: #FF9900}

.witbold {
	color: #FFFFFF;
	font-weight: bold;
}

.bordo {color: #800809}


.donker {color: #503005 }
