/* CSS Document voor _blogempty kleur.css*/
/*  
'*<componentinfo>Product DaanBruhl</componentinfo>
'*<versioninfo>1.10.03 (2010-09-09)</versioninfo>
'*<change>1.10.03 (2010-09-09);edj;kleurschema voor daan maken</change>  
'*<change>1.10.02 (2010-09-02);edj;opschonen en aanpassen route/mail/rss info</change>  
'*<change>1.10.01 (2010-08-27);edj;div zoekborder verwijderd</change>  
*/

html, body {
	color:#333333;
	background-color: #e9e2d2;
}

#rssinfo
{
	background-color: #daceb2;
}

#EmailR
{
	background-color: #daceb2;
	color: #2a6d94;
}

#EmailResultaat
{
	color:#333333;
}
	
#RouteR
{
	border: 1px solid #666666;
}

#NieuwsL h1,
#NieuwsR h1,
#ContactInfo h1
{
	color:#4694c1;
}

#NieuwsL h1 a:link,
#VerhaalL h1 a:link,
#NieuwsR h1 a:link,
#VerhaalR h1 a:link,
#VerhaalR a:link,
#Lijst h1 a:link,
#FotoLijst a:link,
#FotoBijschrift a:link,
#ContactMenu a:link,
#rssinfo a:link,
#NieuwsL h1 a:visited,
#VerhaalL h1 a:visited,
#NieuwsR h1 a:visited,
#VerhaalR h1 a:visited,
#VerhaalR a:visited,
#Lijst h1 a:visited,
#FotoLijst a:visited,
#FotoBijschrift a:visited,
#ContactMenu a:visited,
#rssinfo a:visited
{
	color: #f60;
}

#NieuwsL h1 a:hover,
#VerhaalL h1 a:hover,
#NieuwsR h1 a:hover,
#VerhaalR h1 a:hover,
#VerhaalR a:hover,
#Lijst h1 a:hover,
#FotoLijst a:hover,
#FotoBijschrift a:hover,
#ContactMenu a:hover,
#rssinfo a:hover,
#NieuwsL h1 a:active,
#VerhaalL h1 a:active,
#NieuwsR h1 a:active,
#VerhaalR h1 a:active,
#VerhaalR a:active,
#Lijst h1 a:active,
#FotoLijst a:active,
#FotoBijschrift a:active,
#ContactMenu a:active,
#rssinfo a:active
#Lijst h1,
#FotoLijst h1,
#VerhaalR h1,
#VerhaalL h1
{
	color: #a9082a;
}

/*highlight in de tekst wordt */
.highlight{
	color:#69f;
}

a:link, a:visited {
	color: #66ff33;
}
a:hover, a:active {
	color: #ff6633;
}


.activekleurmenu{
	color: #f90;
}

.menu a:link, .menu a:visited 
{
	color: #Fff;
}

.menu a:hover, .menu a:active 
{
	color: #f90;
}


.image{
	border: 1px solid #69f;
}

.emailform
{
	border: 1px solid #69f;
}


#menu {
	background-color: #a9082a;
	border: #6cf solid 1px;
}


#FotoContainer{
	background-color: #daceb2;
}



/* dit is de Copywright link, maak bij voorkeur de link van dezelfde kleur als de menu items of de kaders */

.cr a:link, .cr a:visited 
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.cr a:hover, .cr a:active 
{
	font-weight: bold;
	color: #f93;
	text-decoration: none;
}


/* #kop, op elke pagina bovenin geplaatst: de naam van de houder van het Blog, in de hoofdkop*/
#kop{
	background-color: #a9082a;
	border: #6cf solid 1px;
}


/* kleur van de kop regel zelf aan te passen */
.KopRegel 
{
	color: #8fd2f9;
}