/* -------------------------------- */
/* 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 {
	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' */
.item1 {
	background-color:#778898;
	width: 145px;
	height: 30px;
}
.item2 {
	background-color:#8594A2;
	width: 145px;
	height: 30px;
}
.item3 {
	background-color:#92A0AD;
	width: 145px;
	height: 30px;
}
.item4 {
	background-color:#A0ACB7;
	width: 145px;
	height: 30px;
}

.item5 {
	background-color:#ADB8C1;
	width: 145px;
	height: 30px;
}
.item6 {
	background-color:#BBC4CC;
	width: 145px;
	height: 30px;
}
.item7 {
	background-color:#C9CFD6;
	width: 145px;
	height: 30px;
}
.item8 {
	background-color:#D6DCE0;
	width: 145px;
	height: 30px;
}

/* */