html {
	height:100%;
	width:100%;
	}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#FFDBAD url(../gfx/bovag_back.jpg) repeat-y left top;
	/*scrollbar-face-color: #ddd; 
	scrollbar-highlight-color: #FFF; 
	scrollbar-shadow-color: #aaa; 
	scrollbar-3dlight-color: #aaa; 
	scrollbar-arrow-color:  #666; 
	scrollbar-track-color: #FFF; 
	scrollbar-darkshadow-color: #FFF;*/
	}

body, table, th, td, p, input, textarea, select {
	font-family:Arial, Helvetica, Sans-serif;		
	font-size:11px;
	color:#000;
	}
form {
	margin:0;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 0 0;
	}
	
h1 {
	margin-bottom:10px;
	font-size:18px;
	color:#C27C30;
	}
h2 {
	margin-bottom:10px;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	}
h3 {
	color:#C27C30;
	font-size:14px;
	}
h4 {
	font-size:11px;
	}
h5 {
	color:#C27C30;
	font-size:12px;
	}
h6 {
	font-size:11px;
	font-weight:normal
	}
p {	
	margin:0 0 10px 0;
	}
a {
	color:#000;
	}
a:hover {
	color:#DE1F2B;
	}

ul {}
ol {}
li {}
li li {}

p {}
a:hover{}
label {
	cursor:pointer;
	}

a.leesVerder {
	display:block;
	white-space:nowrap;
	padding-left:10px;
	color:#C27C30;
	text-decoration:none;
	background:transparent url(../gfx/../gfx/arrow_small_red.gif) no-repeat 0px 5px;
	}

a.leesTerug {
	display:block;
	white-space:nowrap;
	padding-left:10px;
	color:#C27C30;
	text-decoration:none;
	background:transparent url(../gfx/../gfx/arrow_small_red2.gif) no-repeat 0px 5px;
	}

a.leesVerder:hover {
	color:#DE1F2B;
	text-decoration:none;
	}

a.leesTerug:hover{
	color:#DE1F2B;
	text-decoration:none;
	}


hr {
	margin:10px 0;
	border-top:0px solid #FEBC66;
	border-right:0px solid #FEBC66;
	border-bottom:1px solid #FEBC66;
	border-left:0px solid #FEBC66;
	background-color:#FEBC66;
	height:1px;
	font-size:1px;
	}
/*\*/
* html hr {
	margin:0;
	}
/* */
/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

/* ======== CONTAINER	======== */

div.container {
	position:relative;
	margin:0;
	width:1000px;
	min-height:100%;
	height:100%;
	text-align:left;
	}
	/* mozilla hax \*/
html>body div.container {
    height:auto;
	}
	/* mozilla hax */


.header {
	position:relative;
	height:126px;
	background:#231F20 url(../gfx/ledensite2.jpg) no-repeat;
	background-postion-x: left;
	}
.header1 {
	position:relative;
	height:126px;
	background:#231F20 url(../gfx/ledensite2.jpg) no-repeat;
	background-postion-x: left;
	}
.header2 {
	position:relative;
	height:126px;
	background:#231F20 url(../gfx/ledensite2.jpg) no-repeat;
	background-postion-x: left;
	}
.header3 {
	position:relative;
	height:126px;
	background:#231F20 url(../gfx/ledensite2.jpg) no-repeat;
	background-postion-x: left;
	}
.logo {
	position:absolute;
	top:11px;
	left:17px;
	width:56px;
	height:103px;
	z-index:10;
	margin-top: 16px;
	}
.adresPrint {
	display:none;
	}
.searchBalk {
	padding:2px;
	text-align:right;
	background:#FAB033 url(../gfx/searchBack.jpg) repeat-y left top;
	}
.searchBalk input.typeText{
	margin:0 3px;
	float:right;
	width:150px;
	font-size:10px;
	background-color:#FFF;
	border:1px solid #fdbc66;
	}	
.searchBalk input.button {
	float:right;
	}
/*IE HAX \*/
* html body .searchBalk input.button {margin-top:1px;}
* html body .searchBalk input.typeText {height:18px;}
/* */
.searchBalk form {height:17px;}

.searchBalk a {
	display:block;
	float:right;
	margin:1px 0;
	padding:0 0 0 7px;
	color:#574d4b;
	text-decoration:none;
	background:transparent url(../gfx/arrow_wit.gif) no-repeat 0px 5px;
	}
.searchBalk a:hover {color:#FFF;}

/* ============================================================	*/ 
/* ========	NAVIGATIE			===============================	*/
/* ============================================================	*/ 

.navigatie {
	position:relative;
	height:26px;
	background-color:#574D4B;
	}
.navigatie .kop {
	display:none;
	position:absolute;
	top:8px;
	left:660px;
	width:200px;
	height:18px;
	padding-left:10px;
	z-index:100;
	color:#FFF;
	font-size:12px;
	border-left:1px solid #FFF;
	}
.actueelBlock .navigatie .kop {
	display:block;
	}

.topNav {
	padding:5px 5px 5px 19px;
	}
.topNav a {
	color:#AAA;
	padding-left:13px;
	text-decoration:none;
	}
.topNav a:hover {}

.topNav a.home {
	background:transparent url(../gfx/icon_home.gif) no-repeat 0px 1px;
	}
.topNav a.sitemap {
	background:transparent url(../gfx/icon_sitemap.gif) no-repeat 0px 1px;
	}
.topNav a.contact {
	background:transparent url(../gfx/icon_contact.gif) no-repeat 0px 1px;
	}
.topNav a:hover {
	color:#FFF;
	background-position:0px -39px;
	}
	
/* ============================================================	*/ 
/* ========	NAVIGATIE			===============================	*/
/* ============================================================	*/ 

.base {
	width:1000px;
	overflow:hidden;
	background:transparent url(../gfx/base_back.jpg) no-repeat 191px 0px;
}
	
div.tabs {
	position:absolute;
	top:-10px;
	left:191px;
	height:50px;
	z-index:10;
	background:transparent;
	}
.tabs a {
	position:relative;
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding-top:10px;
	height:36px;
	color:#FFF;
	font-size:12px;
	text-align:center;
	background:transparent url(../gfx/tab_aba_normal.gif) no-repeat left top;
	}
.tabs a:hover,
.tabs a:active,
.tabs a.active {
	height:55px;
	color:#FFF;
	background:transparent url(../gfx/tab_aba_over.gif) no-repeat left top;
	}
	
.tabs a#aba 			{background:transparent url(../gfx/tab_aba_normal.gif) no-repeat left top;width:102px;}
.tabs a#aba:hover 			{background:transparent url(../gfx/tab_aba_over.gif) no-repeat left top;width:102px;}
.tabs a#informatie 			{background:transparent url(../gfx/tab_informatie_normal.gif) no-repeat left top;width:73px;}
.tabs a#informatie:hover 		{background:transparent url(../gfx/tab_informatie_over.gif) no-repeat left top;width:73px;}
.tabs a#nieuws 			{background:transparent url(../gfx/tab_nieuws_normal.gif) no-repeat left top;width:57px;}
.tabs a#nieuws:hover 		{background:transparent url(../gfx/tab_nieuws_over.gif) no-repeat left top;width:57px;}
.tabs a#vereniging 			{background:transparent url(../gfx/tab_vereniging_normal.gif) no-repeat left top;width:78px;}
.tabs a#vereniging:hover 		{background:transparent url(../gfx/tab_vereniging_over.gif) no-repeat left top;width:78px;}
.tabs a#tet 			{background:transparent url(../gfx/tab_tet_normal.gif) no-repeat left top;width:102px;}
.tabs a#tet:hover 			{background:transparent url(../gfx/tab_tet_over.gif) no-repeat left top;width:102px;}
/* ============================================================	*/ 
/* ========	SIDE BARS			===============================	*/
/* ============================================================	*/ 

div.siteNavBar {
	float:left;
	width:190px;
	background-color:#FEBC66;
	}
div.siteNavBar .inhoud{
	padding-left:20px;
	}
div.siteNavBar a {
	display:block;
	color:#574D4B;
	text-decoration:none;
	padding:3px 2px 3px 14px;
	background:#FAB033 url(../gfx/arrow_middle.gif) no-repeat 5px 6px;
	border-bottom:1px solid #FFDBAD;
	}
div.siteNavBar a:hover {
	color:#574D4B;
	background:#FFDBAD url(../gfx/arrow_dark.gif) no-repeat 5px 6px;
	}
div.siteNavBar a:active,
div.siteNavBar a.active {
	color:#574D4B;
	font-weight:bold;
	background:#FFF url(../gfx/arrow_dark.gif) no-repeat 5px 6px;
	}

/* GARAGEFORUM */

div.garageforum {
	border:1px solid #ffdbad;
	overflow: hidden;
	}

div.garageforum a {
	display:block;
	color:#574D4B;
	text-decoration:none;
	padding:3px 2px 3px 14px;
	font-size: 0.8em;
	margin-top: 0px
	margin-bottom: 0px;
	border: none;
	background: #FAB033;
	}
div.garageforum table a {
	background: url(../gfx/arrow_middle.gif) #FAB033 no-repeat 5px 6px;
	}
div.garageforum a:first-letter {
	text-transform: uppercase;
	}
div.garageforum a:hover {
	color:#574D4B;
	background:#FFDBAD;
	}
div.garageforum a.active {
	color:#574D4B;
	font-size: 0.8em;
	font-weight: normal;
	background:#FFF;
	}

/* SUBNAV */

div.siteNavBar .hoofd a {
		background:#FFEFD8 url(../gfx/arrow_dark.gif) no-repeat 5px 7px;
		}
div.siteNavBar .hoofd .siteNavBarSub {
	
	}

div.siteNavBar .hoofd .siteNavBarSub a {
	padding:3px 2px 3px 24px;
	background:#FFF url(../gfx/arrow_middle.gif) no-repeat 15px 6px;
	}
div.siteNavBar .hoofd .siteNavBarSub a:hover {
	background:#FFDBAD url(../gfx/arrow_dark.gif) no-repeat 15px 6px;
	}
div.siteNavBar .hoofd .siteNavBarSub a:active,
div.siteNavBar .hoofd .siteNavBarSub a.active {
	font-weight:normal;
	background:#FFF url(../gfx/arrow_red.gif) no-repeat 15px 6px;
	}
	
	
	
	
.inhoud form, .poll {
	background-color:#FEECD4;
	}
.siteNavBar h1 {
	margin:0;
	font-size:12px;
	font-weight:bold;
	padding:3px 3px 3px 7px;
	color:#FFF;
	background-color:#DE8F26;
	}
.poll .pollVragen, .inhoud form .pollVragen {
	padding:10px 1px 5px 10px;
	}
.poll p, .inhoud form p {
	margin:0 0 0 3px;
	font-size:11px;
	font-weight:bold;
	}
.poll span.radio, .inhoud form span.radio {
	display:block;
	vertical-align:middle;
	}

.poll span input, .inhoud form  span input{
	vertical-align:middle;
	margin-right:3px;
	}
.poll .button, .inhoud form .button {
	margin:5px 0px 2px 103px;
	}
/* ============================================================	*/ 
/* ========	SIDEBAR				==============================	*/
/* ============================================================	*/ 

div.sideBar {
	position:relative;
	float:right;
	width:275px;
	overflow:hidden;
	z-index:100;
	}
div.actueel {
	width:340px;
	}
.sideBar .inhoud {
	margin-right:75px;
	height:445px;
	background:#FFECD4 url(../gfx/sidebar_gradient.jpg) no-repeat left bottom;
	}
.actueel .inhoud {
	margin-right:75px;
	height:auto;
	padding-bottom:108px;
	}
.sideBar .inhoud .visual img {
	display:block;
	}
.sideBar .campagne {
	margin:3px;
	}
.sideBar .relativeLinks {
	padding:20px 10px 8px 10px;
	}

.sideBar .relativeLinks a,
.sideBar .relativeLinks a:hover {
	display:block;
	position:relative;
	padding:0 0 3px 20px;
	color:#574D4B;
	text-decoration:none;
	}
.sideBar .relativeLinks a:hover {
	color:#DE1F2B;
	}
.sideBar a.print {
	background:transparent url(../gfx/miniPrint.gif) no-repeat 3px 1px;
	}
.sideBar a.reageerOp {
	background:transparent url(../gfx/miniReageer.gif) no-repeat 3px 1px;
	}
	
/* ============================================================	*/ 
/* ========	SIDEBAR ACTUEEL BLOK	==========================	*/
/* ============================================================	*/

.sideBar .actueelBlok {
	position:relative;
	padding:0 10px 0 0;
	border-bottom:1px solid #FFDBAD;
	}
div.actueelBlok td {
	vertical-align:top;
	color:#574D4B;
	padding-left:10px;
	}
div.actueelBlok td.datum {
	color:#c27c30;
	padding-left:10px;
	white-space:nowrap;
	background:transparent url(../gfx/actueel_icon.gif) no-repeat 10px 0px;
	}
div.actueelLogo {
	padding:10px;
	}
div.actueelBlok ul {
                padding: 0 0 0 0;
	margin-left: 17px;
	margin-top: 0px;
	margin-bottom: 5px;
                }
div.actueelBlok a {
	color:#574D4B;
	text-decoration:none;
	}
div.actueelBlok a:hover {
	color:#DE1F2B;
	text-decoration:none;
	}
	
/* ============================================================	*/ 
/* ========	CONTENT BLOK			==========================	*/
/* ============================================================	*/

div.content {
	position:relative;
	float:left;
	width:490px;
	margin:25px 0px 20px 21px;
	overflow:hidden;
	}
div.contentContainer {
	position:relative;
	float:left;
	width:490px;
	margin:40px 0px 20px 21px;
	overflow:hidden;
	}
div.contenttitle {
	height: 30px;
	margin-bottom: 10px;
	}
body.actueelBlock div.content {
	width:440px;
	}
div.content table.productenBlock img {
	margin-right:10px;
	}
div.content table.productenBlock td {
	padding:10px 0 10px 0;
	vertical-align:top;
	border-bottom:3px solid #FFEED8;
	}
div.content table.productenBlock td.LVlink {
	padding-right:0;
	vertical-align:bottom;
	}

.content b,
.content strong {
	display:block;
	}
	
.contentNav {
	margin-top:20px;
	}
.contentNav .contentNav {
	margin:0 0 0 20px;
	}
.contentNav a {
	position:relative;
	display:block;
	margin-bottom:5px;
	padding-left:10px;
	color:#000;
	text-decoration:underline;
	background:transparent url(../gfx/arrow_dark.gif) no-repeat 0px 5px;
	}
.contentNav a:hover {
	color:#DE1F2B;
	text-decoration:none;
	background:transparent url(../gfx/arrow_red.gif) no-repeat 0px 5px;
	}
.content .contentNavTable {
	border:0px solid #FFF;
	}
.content .contentNavTable th,
.content .contentNavTable td {
	vertical-align:top;
	padding-right:40px;
	padding-bottom:15px;
	border:0px solid #FFF;
	}
	
div.content img {
	xfloat:left;
	xborder:1px solid #000;
	xmargin:4px 6px 0 0;
	}

div.content table {
	clear:left;
	margin:15px 0 15px 0;
	/*border-top:1px solid #FEBC66;
	border-left:1px solid #FEBC66;*/
	}
div.content table th,
div.content table td {
	padding:2px 10px 2px 2px;
	vertical-align:top;
	text-align:left;
	/*border-right:1px solid #FEBC66;
	border-bottom:1px solid #FEBC66;*/
	}
div.content ul {
	margin:15px 10px 15px 25px;
	padding:0;
	}
div.content ol {
	margin:15px 10px 15px 25px;
	padding:0;
	}
div.content ol ol,
div.content ul ol {
	margin:2px 10px 2px 25px;
	padding:0;
	}
div.content ul ul,
div.content ol ul{
	list-style:disc;
	margin:2px 10px 2px 17px;
	padding:0;
	}
div.content b,
div.content strong {
	display:inline;
	}

/* ============================================================	*/ 
/* ========	BREADCRUM			==============================	*/
/* ============================================================	*/ 

.breadcrum {
	margin-bottom:19px;
	color:#574D4B;
	}
.breadcrum a {
	color:#574D4B;
	text-decoration:underline;
	}
.breadcrum a:hover {
	color:#DE1F2B;
	}
	
/* ============================================================	*/ 
/* ========	NIEUWS				==============================	*/
/* ============================================================	*/

.nieuwsContent {
	padding-top:8px;
	}
.newsItem {
	margin-bottom:10px;
	padding:0 65px 7px 0;
	border-bottom:3px solid #FFEED8;
	}
.newsItem h1{
	font-size:14px;
	}
.nieuwsContent a.leesVerder {
	position:relative;
	float:right;
	margin:-14px -65px 0 0;
	}
/*\*/
* html body .nieuwsContent a.leesVerder {margin:-24px 0 0 0;}
/* */
div.nieuwsarchief {
	margin-top:-6px;
	}

div.nieuwsarchief a {
	position:relative;
	display:block;
	color:#574D4B;
	text-decoration:none;
	padding:03px 2px 3px 14px;
	background:#FFEED8 url(../gfx/arrow_dark.gif) no-repeat 5px 6px;
	}
div.nieuwsarchief a:hover {
	color:#DE1F2B;
	background:#FBB033 url(../gfx/arrow_middle.gif) no-repeat 5px 6px;
	}
	
	
ul.nieuwsLijst,
ul.resultLijst {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	}
ul.nieuwsLijst li,
ul.resultLijst li{
	position:relative;
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #df8f27;
	}
ul.nieuwsLijst li a,
ul.resultLijst li a {
	display:block;
	padding:3px 0 3px 15px;
	background:transparent url(../gfx/arrow_dark.gif) no-repeat 5px 7px;
	color:#574D4B;
	text-decoration:none;
	}
ul.nieuwsLijst li a:hover,
ul.resultLijst li a:hover {
	color:#DE1F2B;
	text-decoration:none;
	cursor:pointer;
	background-color:#FFECD4;
	}
ul.nieuwsLijst li a:hover {
	background:#FFECD4 url(../gfx/arrow_red.gif) no-repeat 5px 7px;
	}

ul.nieuwsLijst span,
ul.resultLijst span {
	padding:0 10px 0 0px;
	color:#C27C2E;
	}


/* ============================================================	*/ 
/* ========	SEARCH				==============================	*/
/* ============================================================	*/

ul.resultLijst li{
	width:460px;
	overflow:hidden;
	}
ul.resultLijst li a  {
	padding:4px 0 4px 0px;
	background:transparent url(../gfx/icons/html.gif) no-repeat 0px 3px;
	}
ul.resultLijst li a.doc {background-image:url(../gfx/icons/doc.gif);}
ul.resultLijst li a.xls {background-image:url(../gfx/icons/xls.gif);}
ul.resultLijst li a.pdf {background-image:url(../gfx/icons/pdf.gif);}
ul.resultLijst li a.js {background-image:url(../gfx/icons/js.gif);}
ul.resultLijst li a.txt {background-image:url(../gfx/icons/txt.gif);}

ul.resultLijst li a:hover {
	
	}
ul.resultLijst span.titel {
	width:350px;
	padding:1px 0px 0px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#000;
	}

/*\*/
html>body ul.resultLijst span.titel {float:left;display:block;width:310px;}
/* */
ul.resultLijst span.titel span {
	padding:0 0 0 0;
	}
ul.resultLijst span.stars {
	float:right;
	width:100px;
	padding:0px;
	/*text-align:right;*/
	white-space:nowrap;
	/*background:transparent url(../gfx/stars.gif) no-repeat 5px 2px;*/
	}

ul.resultLijst span.oneStar {background-image:url(../gfx/1stars.gif);}
ul.resultLijst span.twoStar {background-image:url(../gfx/2stars.gif);}
ul.resultLijst span.threeStar {background-image:url(../gfx/3stars.gif);}
ul.resultLijst span.fourStar {background-image:url(../gfx/4stars.gif);}
ul.resultLijst span.fiveStar {background-image:url(../gfx/5stars.gif);}

.pageNav b {
	display:inline;
	}

.pageNav .next {
	float:right;
	}
.pageNav .prev {
	float:left;
	}

.pageNav a {
	color:#c27c2e;
	text-decoration:none;
	font-weight:bold;
	}
.pageNav a:hover {
	color:#DE1F2B;
	}
span.stars img {border-width:0px;margin:0px;padding:0px;}
* html span.stars img {margin-right:-5px;}

/* ============================================================	*/ 
/* ========	DOWNLOADS			==============================	*/
/* ============================================================	*/
.alfabet  {
	padding-bottom:10px;
	height:30px;
	border-bottom:1px solid #000;
	}
.alfabet a,
.alfabet span {
	display:block;
	float:left;
	margin-right:10px;
	font-weight:bold;
	text-decoration:none;
	}
.alfabet span {
	color:#FAB033;
	}
.alfabet a:hover {
	text-decoration:underline;
	}
.alfabetLijst {
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:16px;
	}
.alfabetLijst a {
	display:block;
	margin:0 0 4px 0;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	}
.alfabetLijst a:hover {
	text-decoration:underline;
	}
.alfabetLijst div {
	margin-bottom:10px;
	}
.alfabetLijst div li a {
	display:inline;
	}


/* ============================================================	*/ 
/* ========	formulieren				==============================	*/
/* ============================================================	*/

form {margin:0;}
.formGrid {}
.formGrid td {
	padding:2px 25px 5px 0;
	vertical-align:top;
	}
.nameCell {}
.inputCell {}
.buttonCell {
	text-align:right;
	}
.typeText {
	background-color:#FFF;
	border:1px solid #FDBC66;
	}

.SearchTable .inputCell,
.SearchTable .buttonCell {text-align:right;}

/* ============================================================	*/

div.logoaba {
	position:absolute;
	top:-10px;
	left:550px;
	height:50px;
	z-index:11;
	}


/* ============================================================	*/ 
/* ========	Footer					============	*/
/* ============================================================	*/

#footer {
	width: 1000px;
	height: 40px;
	color: #000;
	margin-left: -100px;
	margin-bottom: 0px;
	padding-right: 100px;
	z-index: 999;
}

#footer p {
	font-size: 0.9em;
	padding: 9px 0 0 0;
	text-align: center;
}
#footer a {	color: #808080; }
#footer a:hover {	color: #ef3e33; text-decoration: none; }
