/*ECHIM-Site-style 

In deze css wordt de style toegevoegd specifiek voor de Echim site. 

Dit heeft meerdere belangrijke voordelen:
 - Cluster-layout en site-layout style zijn COMPLEET gescheiden.
 - Cluster-layout is makkelijk aan te passen voor alle sites.
 - Site-layout is onafhankelijk van de cluster-layout te overschrijven in de sitespecifieke css.
 - Site-style is onafhankelijk is van de andere sites en onafhankelijk van het cluster.
 - En iemand die kleur wil aanpassen kan nooit de layout van andere sites vernaggelen.
*/

body
{
	/*Style*/
}
/**************************/
/*De header van de pagina.*/
/**************************/
div#header h1, div#header p, div#header a
{
	/*Style*/
	visibility: hidden;
}
/*****************/
/*Logo van Echim.*/
/*****************/
div#kop a
{
	/*Style*/
	visibility: hidden;
}
div#kop img
{
	/*Style*/
	visibility: visible;
	border: none;
}
/********************/
/*De inhoud en boom.*/
/********************/
div#ie6_box_model_fixer
{
	/*Style*/ /*JB. op verzoek van Rutger verwijderd */ /*background-image:url(../../../../pictures/clusters/echim/echim/menu_liner_vertical.gif);*/
	background-repeat: repeat-y;
	background-position: left;
}
#content_index_contents #content
{
	/*Style*/ /*JB. op verzoek van Rutger verwijderd */ /*background-image:url(../../../../pictures/clusters/echim/echim/menu_liner_vertical.gif);*/
	background-repeat: repeat-y;
	background-position: left;
}

.headerContainer
{
	background-image: url(../../../../pictures/clusters/echim/echim/menu_liner_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 107px;
}
/**********/
/*De boom.*/
/**********/
div#content_index_tree ul
{
	/*Style*/
	list-style-type: none;
}
/*******************************************************/
/*Teksten en links. Zie body tag voor beginwaarde font.*/
/*******************************************************/
/*Links*/
a, a:hover, a:visited
{
	color: #9fac04;
	text-decoration: none;
}
a:hover
{
	color: #9fac04;
	text-decoration: underline;
}
a.indexTreeOn, a.indexTreeOn:hover, a.indexTreeOn:visited
{
	color: #ffffff;
	text-decoration: underline;
	background-color: #9fac04;
	padding-bottom: 1px;
	padding-top: 1px;
}
/**************************/
/*Het servicemenu bovenaan*/
/**************************/
div#navigatie ul
{
	list-style: none;
}
/********************/
/*De footer onderaan*/
/********************/
div#voet
{
	/*Style*/
	background-image: url(../../../../pictures/clusters/echim/echim/menu_liner_horizontal.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/************************************/
/*Tabjes zichtbaar bij een indicator*/
/************************************/

.EchimTabOn, .EchimTabOff, .EchimTabDisabled
{
	background-image: url(../../../../pictures/clusters/echim/echim/menu_liner_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: #636363 solid;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.EchimTabOn, .EchimTabOff:hover
{
	background-color: #9fac04;
}
a.EchimTabOn, a.EchimTabOn:hover, .EchimTabOff:hover
{
	color: #ffffff;
}
.EchimTabDisabled
{
	border: Gray solid;
	color: Gray;
}
#frmSearch
{
	top: 2.5em;
	position: absolute;
	right: 12px;
}
#ucCMSSearch_btnSearch
{
	background-color: #9fac04;
	border: 1px solid #000000;
	font-weight: bold;
}
hr.textLineTop
{
	display: none; /*ivm raar uitziende homepage:http://localhost/NetwriterGui/dynamic/html/1/12/0/0/1/28315/default.aspx*/
}

p
{
	margin-top: 2px;
	padding-top: 2px;
		margin-bottom: 4px;
	padding-bottom: 4px;
}
#Echim_TabLink1
{
	
}
.menulistitem
{
	font-variant:small-caps;
	
	}
.textUrl,
.textLink
{
	color: #598400 !important;
}