/* *******************************************************
   :: Basis elementen
   ******************************************************** */
body {
	background: url(../images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}   
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}   
a, a:link, a:visited {
	color: #015D4E;
}
a:hover {
	color: #CC0000;
}

a.red, a.red:link, a.red:visited {
	color: #CC0000;
	font-style: italic;
}

h1 {
	font-size: 16px;
	color: #015D4E;
}

li {
	list-style-type:none;
	background: url(../images/li_groen.gif) no-repeat 0px 4px;
}
/* Varianten */ 

/* *******************************************************
   :: Structure containers
   ******************************************************** */
#container {
	background: url(../images/container_bg.gif);
	border-color: #989898;
}

#containerbody {
	background: url(../images/main_bg.gif) repeat-y;
}
#main {
	background: url(../images/content_bg.gif) no-repeat bottom right ;
}
/* *******************************************************
   :: Header
   ******************************************************** */  
#header {
	background: url(../images/header_bg.gif) repeat-y;
	border-color: #FFFFFF;
}

#toppic {
	
}
#right_top {
	background: url(../images/right_top.gif) no-repeat;
}
/* *******************************************************
   :: Balken
   ******************************************************** */
#grijze_balk {
	background: #D6D6D6 url(../images/cols.gif) repeat-y;
	border-color: #FFFFFF;
} 

#groene_balk {
	background: #015D4E url(../images/cols.gif) repeat-y;
	border-color: #FFFFFF;
	color: #FFFFFF;
}   

/* *******************************************************
   :: Menu
   ******************************************************** */   

/* Primair menu */
.nav {
	font-size: 10px;
}
.nav li {
	background: url(../images/li_grijs.gif) no-repeat 5px 7px;
}
.nav li.active {
	background: url(../images/li_groen.gif) no-repeat 5px 7px;
}
.nav ul li {
	background: none;
}
.nav a, .nav a:link, .nav a:visited, 
.nav li.active ul a, .nav li.active ul a:link, .nav li.active ul a:visited {
	color: #3F3F3F;
	text-decoration: none;
	border-color: #C8C8C8;
}
.nav li.active ul a:hover{
	color: #015D4E;
	text-decoration: underline;
}
.nav a:hover, .nav li.active a, .nav li.active a:link, .nav li.active a:visited {
	color: #015D4E;
	text-decoration: underline;
}

/* Extra menu */
#e_nav li.sitemap{
	background: url(../images/icon_sitemap.gif) no-repeat right 4px;
}
#e_nav li.mail{
	background: url(../images/icon_mail.gif) no-repeat right 4px;
}

/* *******************************************************
   :: Vacature Reminder
   ******************************************************** */
#vacature_reminder div.titel{
	font-weight: bold;
	color: #015D4E;
}  

/* *******************************************************
   :: Contact
   ******************************************************** */
#contact {
	font-size: 10px;
}   

/* *******************************************************
   :: Breadcrumble
   ******************************************************** */
#breadcrumble {
	background: url(../images/breadcrumble_bg.gif) repeat-y;
}
#breadcrumble span{
	color: #666666;
	font-weight: bold;
}

/* *******************************************************
   :: Content
   ******************************************************** */
#content {
	border-color: #989898;
	line-height: 16px;
}
#content_top {
	background: url(../images/content_top.gif) no-repeat;
}

/* *******************************************************
   :: Nieuws
   ******************************************************** */
.nieuws thead{
	font-weight: bold;
}
.nieuws thead td{
	border-color: #006600;
}
.nieuws tbody td{
	border-color: #006600;
}
.nieuws tr.bg1 td{
	background-color: #F9F9F9;
	
}

#logo_abu{
	position: absolute;
	left: 15px;
	top: 5px;
}
#nen{
	position: absolute;
	right: 15px;
	top: 60px;
}

/* *******************************************************
   :: Footer
   ******************************************************** */
#footer {
	background: url(../images/footer_bg.gif) no-repeat;
}
