/* -------------------------------- */
/* CSS: text colors           */
/* -------------------------------- */
a:link,a:visited,a:active {
	text-decoration: none;
	color:#778899;
	font-weight:bold;
	/* Edwin Nouwens @ Ecommany BV 12 juni 2006: Dit was een bewuste vraag 
	   van Cornelie om zo het grijs meer zichtbaar te krijgen bij linkjes.
	   En dan telt consistentie even niet meer mee ....
	*/
}

h1,h2,h3,h4,h5 {
	color: #778899;
}

.artikel ul {
	color: #778899;
}

.artikel li {
	color: #778899;
}

.nieuws_rechts {
	background-color: #778899;
}

.nieuws_h1 {
	color: #778899;
}

.nieuws_item_link:link, .nieuws_item_link:active {
	color: #778899;
}

a.submenu_link:hover {
	color: #778899;
}

a.leesmeer {
	text-decoration: none;
	color: #778899;
}

a.leesmeer:hover {
	text-decoration: none;
	color: #778899;
}

.kolombanner, .kolom_homepage {
	background-color: #778899;
}

/* -------------------------------- */
/* CSS: background images           */
/* -------------------------------- */
#header {
}

.menu_item_link:link, .menu_item_link:active, .menu_item_link:visited {
	margin: 0px 0px 0px 3px;
	font-variant: small-caps;

	text-decoration: none;
	color: #000000;
	font-weight: 800;
	font-size: 14px;
}

.menu_item_link:hover {
	margin: 0px 0px 0px 3px;
	font-variant: small-caps;

	text-decoration: none;
	color: #778899;
	font-weight: 800;
	font-size: 14px;
}

.menuitem_container {
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	width: 145px;
	height: 50px;
	
	overflow: hidden;
	background-color: #FFFFFF;
	cursor: hand;
}

.menuitem_balk {
	float: left;
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	overflow: hidden;
	background-color: #778899;
}

.menuitem_link {
	float: left;
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;

	width: 145px;
	height: 20px;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
	background-color: #FFFFFF;
	overflow: hidden;
}

#kunstwerkvdd {
	width:330px;
	margin-bottom:5px;
}

#kunstwerkvdd H1{
	background-color:#778899;
	height:25px;
	width:325px;
	color:#FFFFFF;
	font-variant: small-caps;
	letter-spacing:0.8pt;
	font-size:12pt;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:0px;
	padding-right:0px
}

/* deze classes matchen met de naam van de kleurstelling zoals in de db, tabel 'Kleurstelling' */
.deeppink {
	background-color:#FF1493;
	width: 145px;
	height: 30px;
}
.darkorange {
	background-color:#FF8C00;
	width: 145px;
	height: 30px;
}
.darkturquoise {
	background-color:#00CED1;
	width: 145px;
	height: 30px;
}
.red {
	background-color:#FF0000;
	width: 145px;
	height: 30px;
}

.yellowgreen {
	background-color:#9ACD32;
	width: 145px;
	height: 30px;
}
.midnightblue {
	background-color:#191970;
	width: 145px;
	height: 30px;
}
.green {
	background-color:#339933;
	width: 145px;
	height: 30px;
}
.teal {
	background-color:#008080;
	width: 145px;
	height: 30px;
}
.blue {
    background-color:#009ad8;
    width: 145px;
    height: 30px;
}
.redviolet {
	background-color:#B20368;
	width: 145px;
	height: 30px;
}

/* */