/* CSS Document voor de Susan Bamsey kleuren, is voorlopig:  _ZWART\_kleur.css naast standaard.css */

html, body {
	color: #333333;
	background-color: #DDDDDD;
}
/*linken in de tekst*/
a:link, a:visited {	
	color: #5f5fc6;
}
a:hover, a:active {
	color: #c86105;
}
/* de linken in het menu */
.menu {
	color: #ffffff;
}
.menu a:link, .menu a:visited {
	color: #FFFFFF;
}
.menu a:hover, .menu a:active {
	color: #f6d12f;
}
.activemenu{
	color: #F6D12F;
}
.tekstlinkactive {
	color: #c86105;
}

/*Koppen bij TekstR en TekstL : h2*/
.h2{
	color: #292929;
}
.highlight{
	color:#91740D;
}
.koptekstFotoboek{
	color: #ff6633;
	font-weight: bold;
}

/*  Kleurenbalk bovenin de pagina (web) heet kop: op elke pagina bovenin geplaatst 100% breedte */
#kop{
	background-color: #663366;
}
/* kader om afbeeldingen staat ook in het algemeen.css kan hier in feite weg */
.image{
	border: 1px solid #996699;
}

/*  class voor het  menu  */
.menux a:link, .menux a:visited {
	font-weight: bold;
	color: #66ff33;
	text-decoration: none;
}
.menux a:hover, .menux a:active {
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
}

/* achtergrondkleur  */
#FotoContainer{
	background-color: #CCCCCC;
}

/*contactpagina en mailen pagina gebruiken deze div*/
#contact{
	border: 1px solid #999999;
  background-color: #CCCCCC;
}

#kaderlijn{
	border-left:solid 1px #999999;
	border-right: solid 1px #999999;
	border-top: solid 1px #999999;
}
/*voor het mailformulier*/
.tekstvlak{
 border: #999999;
 background-color: #CCCCCC;
 color: #A58998;
}
.invultekstvlak{
 background-color: #DFDFDF;
 border: 1px solid #999999;
 color: #782B99;
}

