/* 
    Document   : general.css
    Created on : Jun 16, 2009, 8:06:53 PM
    Author     : dkaaden
    Description:
        nkbv.nl main css
*/

/* layout stuff */

root { 
    display: block;
}

* {
    font-family: Arial,Helvetica,sans-serif;
}

BODY {
	margin: 0px;
}

#bovenbalk {
	height: 30px;
	background-image: url(/images/2009/headerbalk.gif);
	color: #fff;
	position: relative;
}

#bovenbalk TABLE,#navigatiebalk TABLE, TABLE.ThemePanelSubMenuTable {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
	width: auto;
}

#bovenbalk TABLE#navtopwrapper {
	background-image: url(/images/2009/headerbalkgradient.jpg);
	table-layout:fixed;
	width:960px;
}

#bovenbalk TD , #navmain TD{
	white-space: nowrap;
	vertical-align: top;
	padding:0px;
	border: 0px;
}
#navigatiebalk TD {
	border: 0px;
}
#bovenbalk TD.seperator {
	background-image:url(/images/2009/headerbalkseperator.gif);
	background-repeat: repeat-y;
}
#bovenbalk .item {
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}
#bovenbalk .item A {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#bovenbalk .item A:hover {
	color: #dd8315;
}

#bovenbalk TD.zoekbox  {
	background-image:url(/images/2009/zoekbox.gif);
	background-repeat: no-repeat;
	background-position: left 5px ;
	vertical-align: top;
	white-space:nowrap;
}

#navmain DIV {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 6px;
	height: 25px;
}
#navmain DIV A {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#navmain DIV.currenttopic {
	background-image: url(/images/2009/navhover.png);
}
#navmain DIV:hover {
	background-image: url(/images/2009/navhover.png);
}
FORM.zbform {
	display: inline;
	margin: 0px;
	padding: 0px;
}

IMG.zbsubmit {
	margin-left: 8px;
	border: 0px;
	width: 20px;
	height: 23px;
	vertical-align: top;
	cursor:pointer;
}
INPUT.zbsubmit {
	width: 0px;
	height: 0px;
	overflow:hidden;
	background: transparent;
	border:0px;
}

DIV.zbinput {
	padding-top: 3px;
	padding-left: 5px;
	vertical-align:top;
	width: 130px;
	height:25px;
	white-space:nowrap;
	margin-right: 10px;
}

INPUT.zbinput {
	font-size: 10px;
	border:0px;
	line-height: 10px;
	width: 92px;
	background: transparent;
}


#fotoboven {
	width: 100%;
	height: 225px;
	background-image: url(/images/2009/fotoboven1.jpg);
	background-color: #3f3f3f;
    background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#blauweoverlay_fotoboven:empty {
	display:none;
}

#blauweoverlay_fotoboven {
	position: absolute;
	background-image: url(/images/2009/blauweoverlay_fotoboven.png);
	left: 61%;
	top:80px;
	width:335px;
	height: 39px;
	padding-left:20px;
	padding-top:10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	opacity: 0.81;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=81)";
	filter: alpha(opacity=81);
	*display: expression(this.innerHTML=="" ? "none": "");
}


#navigatiebalk {
	height: 31px;
	background-image: url(/images/2009/navturkoois.gif);
}


#navigatie {
	position: relative;
	width: 966px;
	margin:auto;
}

#inklappen_bovenbalk {
	position: absolute;
	right: 0px;
	top: 7px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
}

#uitklappen_bovenbalk {
	position: absolute;
	right: 0px;
	top: 7px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	display:none;

}

#navigatiebalk .balkarrow {
	font-size: 14px;
	font-weight: bold;
}

#gradient_onder_navigatie {
	background-image: url(/images/2009/gradient_overlay_fotoboven_top.png);
	background-repeat: repeat-x;
	background-position: left -10px;
	_background-image: none;
}

#logoboven {
	position: absolute;
	border: 0px;
	left: -335px;
	_left: expression( Math.max( 1,parseInt((this.parentNode.offsetWidth-966)/2) ) + "px");
	top: 0px;
	_top: 15px;
	height: 215px;
	width: 100%;
	_width: 285px;
	background-image: url(/images/2009/logo_nkbv_fotoboven.png);
	_background-image: none;
	background-repeat:no-repeat;
	background-position: bottom center;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,  src='/images/2009/logo_nkbv_fotoboven.png');
}

#logoboven .sitename {
	padding-top: 130px;
	color: #005f87;
	font-familiy: Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	margin:auto;
	width: 150px;
	z-index: 999999;
}
#gradient_overlay_fotoboven_top {
	position: absolute;
	width: 100%;
	height: 22px;
	top: 0px;
	left: 0px;
	background-image: url(/images/2009/gradient_overlay_fotoboven_top.png);
	background-position: bottom;
	background-repeat:repeat-x;
	_display:none;
}
#gradient_overlay_fotoboven_bottom {
	position: absolute;
	width: 100%;
	height: 25px;
	top: 200px;
	left: 0px;
	background-image: url(/images/2009/gradient_overlay_fotoboven_bottom.png);
	background-repeat:repeat-x;
	_display:none;
}

#loginbox {

	height: 34px;
	width: 100%;
	margin-bottom: 9px;
}

#loginbox .kruimelpad {
	float: left;
	padding-top: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #a9a5a5;
	line-height: 16px;
}
#loginbox .kruimelpad A {
	color: #a9a5a5;
	text-decoration: none;
}

#loginbox .links {
	float:right;
	background-image: url(/images/2009/sleutel.gif);
	background-color: #ede9e4;
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 5px;
	margin-right:3px;
	padding-left:30px;
	padding-right:5px;
	text-align:left;
	font-size: 12px;
	line-height: 18px;
	height:24px;
}

#loginbox .links A {
	color: #383838;
	font-size: 12px;
}
#loginbox A:hover {
	color: #dd8315;
}

#loginboxhandle {
	float: right;
	xbackground-color:#d9d6d1;
	height: 7px;
	width: 88px;
	margin-right: 4px;
	line-height: 7px;
	font-size: 1px;
	_margin-right: 2px;
}
#maintable {
	width: 966px;
	table-layout:fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}

DIV P:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

DIV P:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* text classes */
.homepage_left_col H2 {
	line-height: 18px;
	margin-bottom:6px;
	font-size: 18px;
	font-weight:normal;
	color: #b5be32;
}
.contentpage H2 {
	font-size: 24px;
	line-height: 24px;
	font-weight:normal;
	color: #b5be32;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 13px;
}

DIV.artgrpbox {
	color: #dd8315;
	font-size: 14px;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 9px;
	background-image: url(/images/2009/artgrp_titelbalk.gif);
	background-repeat: no-repeat;
	width: 324px;
	height: 26px;
}

#headlines_homepage {
	margin-top:19px;
	margin-bottom:19px;
}

#belevingsplein_homepage  {
	margin-left: -1px;
	padding-top: 8px;
	
}

#belevingsplein_homepage H2 ,#reisvandeweek_homepage H2 {
	font-size: 18px;
	margin-top:15px;
	margin-bottom:15px;
	color: #b5be32;
	font-weight: normal;
}
#belevingsplein_homepage .video {
	background-repeat:no-repeat;
	float: left;
	margin-left: -5px;
	width: 154px;
	height: 116px;
}

.onder_videos {
	clear: both;
	margin-left: -2px;
	width: 250px;
	font-size: 12px;
	line-height: 24px;
}

.onder_videos A {
	color: #b5be32;
	text-decoration: none;
}

#dvbannertop {
	margin-bottom: 5px;
	cursor: pointer;
}

.seperator {
	margin-left: -4px;
	background-image: url(/images/2009/seperator_dashed.gif);
	background-repeat: repeat-x;
	background-position: left 18px;
	height: 24px;
}

.nieuwstext {
	line-height: 24px;
	width: 222px;
	margin-left: 105px;
	font-size: 12px;
}
.nieuwstext A {
	color: #b5be32;
	text-decoration: none;
	font-weight: bold;
}
.hpnieuws {
	line-height: 24px;
	width: 355px;
	margin-left: 110px;
	font-size: 12px;
}
.hpnieuws A {
	color: #b5be32;
	text-decoration: none;
	font-weight: bold;
}
.hpnieuws P {
	margin: 0px;
	padding: 0px;
}

/* agenda */
#agenda_homepage .artgrpcontent {
	padding-left: 18px;
	padding-right: 10px;
}

#agenda_homepage .maand,#agenda_homepage .event,#agenda_homepage .meer {
	line-height: 24px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

#agenda_homepage .maand {
	text-transform: capitalize;
	font-weight: bold;

}

#agenda_homepage .maand ,#agenda_homepage .meer {
	color: #b5be32;
	font-weight:bold;
}

#agenda_homepage A:hover {
	color: #dd8315;
}

/* headlines */
#headlines_homepage .artgrpcontent {
	padding-left: 18px;
	padding-right: 10px;
}

#headlines_homepage .maand,#headlines_homepage .event,#headlines_homepage .meer,#headlines_homepage .activiteitentitel {
	line-height: 24px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

#headlines_homepage .maand {
	text-transform: capitalize;
}

#headlines_homepage .maand ,#headlines_homepage .meer {
	color: #b5be32;
}

#headlines_homepage A:hover {
	color: #dd8315;
}

#footer {
	width: 966px;
	margin: auto;
	font-size: 12px;
	color: #ababa8;
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #e9e9e9;
}
#footer A {
	color: #ababa8;
	text-decoration: none;
}
#footer A:hover {
	color: #dd8315;
}

.coltext {
	font-size: 12px;
	line-height: 20px;
}
.coltext IMG {
	border: 0px;
}

.coltext A {
	color: #b5be32;
	text-decoration: none;
	font-weight : bold;
}

.coltext A:hover {
	color: #dd8315;
}

.coltext UL {
	padding-left: 18px;
	margin-left: 0px;
}

#linkerkolom #bannersrechts_homepage {
	margin-top: 20px;
	padding-left: 4px;
}

H2.relatedcontent {
	font-size: 18px;
	color: #dd8315;
	padding-left: 0px;
	padding-bottom: 3px;
	font-weight: bold;
}
DIV.relatedcontent {
	font-size: 13px;
	margin-left: 10px;
	position:relative;
	line-height: 24px;
}
DIV.relatedcontent .slash {
	position: absolute;
	color: #b5be32;
	left: -10px;
}
DIV.relatedcontent A {
	color: #000;
	text-decoration:none;
}
DIV.relatedcontent A:hover {
	color: #dd8315;
}

.forumnavigation {
    border-width: 1px;
    border-color: #666666;
    border-style: solid;
	background-color:#CDDCDF;
	width:100%;
}

.forumnkbv {
    border-width: 1px;
    border-color: #666666;
    border-style: solid;
	background-color:#CDDCDF;
}

.forumnkbvpost,.forumnkbvheader {
	border: 1px solid #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.forumnkbvheader {
	background-color: #004E61;
	color: #FFFFFF;
	font-weight: bold;
}

.forumnkbvpost {
	color: #004e61;
}
.forumnkbvpost A {
	color: #004e61;
	text-decoration: underline;
}

.forumpost {
    border-width: 1px;
    border-color: #555555;
    border-style: solid;
}

.forumpostheader {
	background-color:#CDDCDF;
}

.forumpostheadertopic {
	width:280px;
}

.forumpostpicture {
	width:0px;
	display:none;
}

.forumpostside {
	width:0px;
	display:none;
}

.forumpostmessage {
}

#dvbannertopleft {
float:left;
margin-left: -5px;
padding-right: 5px;
}

.artgrp {

}

.rcremark {
	color: #fff;
	background-color: #b2cae0;
	padding-left: 5px;
	padding-top: 2px;
}

.artikeltitel .artlink {
	font-weight: bold;
}
hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
}