/* ====================================================
	Title:	 	Style Sheet wateenaccountantdoet GROEN
	Author:		NR6 Joost van Velzen
	Site:		http://www.nr6.nl
	Date:		2006.08.16
==================================================== */


/* zet de achtergrond kleur */

#container #contentkeeper{
	background-color: #ffffff;
}


/* tekst kleuren (links) */
 a {
	color: #aad732;
}

/* zoekknop is een plaatje voor de zoek submit knop */

input.zoekknop {
	width: 28px;
	height: 20px;
	background: transparent url(../images/blauw/zoeken.jpg) no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
	margin-left:-5px;
}

input[type="text"] {
	border: 1px #7f9db9 solid;
	height:16px;
	width:180px;
}


/* linkermenu */
#container #contentkeeper #left #mainmenu {
	background-color: #a9d834;
}
#container #contentkeeper #left #mainmenu.menu a {
	background-color: #a9d834;
	border-bottom:1px solid #ffffff;
}
#container #contentkeeper #left #mainmenu.menu a:hover {
	background-position:top;
	background: url(../images/groen/linkermenu_hover.gif) no-repeat #6fb20b;
}

#container #contentkeeper #left #mainmenu a.active, #container #contentkeeper #left #submenu a.active {
	background-position:0px 100%;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	background: url(../images/groen/linkermenu_hover.gif) no-repeat #6fb20b;
}

#container #contentkeeper #left #mainmenu.menu h3 {
	background-color: #a9d834;
	border-bottom:1px solid #FFFFFF;
}
#container #contentkeeper #left #submenu {
	background-color: #d3e0d9;
}
#container #contentkeeper #left #submenu.menu a {
	background-color: #d3e0d9;
	border-bottom:1px solid #ffffff;
}
#container #contentkeeper #left #submenu.menu a:hover {
		background: url(../images/lichtblauw/linkermenu_hover.gif) no-repeat #e9f0ec;
}
#container #contentkeeper #left #submenu.menu h3 {
	background-color: #d3e0d9;
	border-bottom:1px solid #FFFFFF;
}



/* crumbpath geeft een top lijn met kleur */

#crumbpath {
	height:24px;
	background-color:#a8d834;
}

/* modulebox doet de lijn om de module, 3 verschillende module kleuren */

.modulebox_kleur {
	border: 1px #A8D834 solid;
}

.modulebox {
	border: 1px #b3e032 solid;
}
.modulelicht {
	background-color: #ffffff;
}
.modulenormaal {
	background-color: #ffffff;
}
.moduledonker {
	background-color: #ffffff;
}
.modulebox input[type="text"], .modulebox_kleur input[type="text"] {
	border: 1px #000000 solid;
	height:12px;
	margin-bottom: 5px;
}

/* zorgt ervoor dat de lijn verdwijnt bij de geselecteerde peiler */


#lineremover3 {
	background-color:#A8D834;
	height:2px;
	margin-left:441px;
	margin-top:28px;
	position:absolute;
	width:218px !important;
}
#lineremover4, #lineremover1, #lineremover2 {
	display: none !important;
}


/* zorgt ervoor dat er een ander plaatje/kleur ingeladen wordt bij geselecteerde peiler */

#nav3 {
	background-color:#a8d834;
	background-image:url(../images/nav2.jpg);
}


/* vaktermen hover div */

#dhtmltooltip{
	border: 1px solid #aad732; /* zelfde als modulebox border */
}

.modulelicht .pollanswer {
	background-color: #a8d834;
}
.modulenormaal .pollanswer, .moduledonker .pollanswer {
	background-color: #ffffff;
}


#specifieke_info ul #spec_nav1 {
	background-image: url('../images/groen/docenten-decanen.gif');
}
#specifieke_info ul #spec_nav2 {
	background-image: url('../images/groen/recruiters-accountants.gif');
}
#specifieke_info ul #spec_nav3 {
	background-image: url('../images/groen/pers.gif');
}

#container #payoff {
	background-color:#a8d834 !important;
}

.subtitel_pagina {
	font-size:16px;
	font-weignt:normal;
	color:#000000;
	margin:15px 0 0 0;
}

.video_lijst {
	list-style-type:none;
	margin:0;
	padding:0;
	width:650px;
}

.video_lijst_item {
	float:left;
	width:325px;
}

.video_link {
	width:161px;
	height:89px;
	border:1px solid #77ad11;
	padding:1px;
	float:left;
	margin-bottom:15px;
}

.video_link a img {
	border:0;
}

.video_info {
	width:153px;
	padding:0 2px 2px 2px;
	float:right;
	margin-left:3px;
}

.info_naam {
	font-family:verdana;
	font-size:16px;
	color:#77ad11;
	font-weight:bold;
	height:22px;
	margin-bottom:0;
}

.info_locatie {
	font-family:verdana;
	font-size:9px;
	color:#77ad11;
	font-weight:bold;
	height:12px;
	margin-bottom:0;
}

.info_tekst {
	margin-top:3px;
	line-height:15px;
	margin-bottom:15px;
}

.info_linkbekijkvideo {
	font-weight:bold;
	text-decoration:underline;
}