/*----------------------------------------------------------------------------- 
Ten Hoedt Advies Screen Stylesheet 

version:   1.0 
date:      25/06/2008 
author:    Freek Hol Design 
email:     freek [at] freekhol.nl

-----------------------------------------------------------------------------*/

/* Color index 
----------------------------------------------------------------------------- 
bg html					: #003248 (darkblue)
general text color		: #d6d6d6 (light grey)
subnav text color		: #343434 (darker grey)
kwicks bg boxes			: #002b40 (darker blue)
kwicks h3				: #ba8748 (gold)



/* Eric Meyers Reset - http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
-----------------------------------------------------------------------------*/  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
   	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
} 

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q {	quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td  { 
	text-align: left; 
	font-weight: normal; 
}

input.text { 
	padding: 3px; 
	border: 1px solid #999999;     
}

/* Removes Firefox imposed outline */
a { outline: none; }



/* Styles for layout
-----------------------------------------------------------------------------*/
.clear { 
	clear:both; 
} 

.right { 
    float: right; 
} 

.left { 
    float: left; 
} 
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Set up the document
-----------------------------------------------------------------------------*/
html {
	background: #003248 url(../images/bg-html.jpg) repeat-x 0 0;
}

body { 
	background: url(../images/bg-body.jpg) no-repeat 0 0;
	color: #d6d6d6;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-left: 158px;
} 

#wrapper {  
	height: 600px;
	width: 797px;
} 

#header {
	height: 213px;
	position: relative;
}

#nav {
	position: absolute;
	bottom: 0;
	right: 0;
}

#subnav {
	position: absolute;
	top: 20px;
	right: 0;
}

#mainContent {
	font-size: 13px;
	margin: 50px 0 0 142px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
}

#footer {
	clear: both;
	height: 167px;
	margin: 40px 0 0 0;
}

h1 { color: #ffffff; font-weight: normal; font-size: 31px; margin: 0 0 10px 0; text-transform: uppercase;}      
h2 { color: #518ea6; font-weight: normal; font-size: 16px; margin-bottom: 10px; padding: 0 0 3px 0; text-transform: uppercase;}      
h3 { color: #ffffff; font-weight: normal; font-size: 16px; margin-bottom:30px;}   
h4 { color: #ba8748; font-family: Arial, Helvetica, sans-serif; font-size: 13px;}  
     
p { line-height: 16px; margin: 0 40px 1em 0; }




/* Styling links
-----------------------------------------------------------------------------*/ 
a, a:visited {
	color: #ba8748;
}

a:hover {
	color: #cfc40a;
}


/* Header 
-----------------------------------------------------------------------------*/ 

#logo {
	margin: 21px 0 0 142px;
}


/* Navigation 
-----------------------------------------------------------------------------*/ 

#nav li {
	background: #896435 url(../images/tab-right.gif) no-repeat top right;
	border-bottom: 1px solid #8B9096;
	float:left;
	margin-right: 3px; 
}
#nav a {
	background: url(../images/tab-left.gif) no-repeat top left;
	color: #ffffff;
	display:block;
	padding: 6px 10px;
	text-decoration: none;	
}
#nav a:hover {
	background: url(../images/tab-left-on.gif) no-repeat top left;
	color: #ffffff;
}
#nav li#current {
	background: #005f83 url(../images/tab-right-on.gif) no-repeat top right;
	border-bottom: 1px solid #005f83;
}
#nav li#current a, #nav li#current a:visited {
	background: url(../images/tab-left-on.gif) no-repeat top left;
	color: #ffffff;
}
#nav li:hover {
	background: url(../images/tab-right-on.gif) no-repeat top right;
	border-bottom: 1px solid #005f83;
}

#subnav li {
	border-right: 1px solid #bbbbbb;
	color: #343434;
	float: left;
	padding: 0 3px 1px 3px;	
}
#subnav li.last {
	border: none;
	padding-right: 0;
}

#subnav a, #subnav a:visited {
	color: #343434;
	display: block;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}




/* Custom Rules
-----------------------------------------------------------------------------*/
#content {
	margin-top: 30px;
}

#mainContent .vragen {
	padding: 30px 0 0 0;
	margin-bottom: 30px;
}

#mainContent .vragen li {
	padding: 3px 0 7px 0;
	margin-bottom:7px;
}

#mainContent ul.opsom {
	line-height: 16px;
	margin-bottom: 1em;
}
#mainContent ul.opsom {
	list-style: square;
	padding-left: 16px;
}
#mainContent strong {
	color: #ba8748;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}
.soortBel {
	color:#ba8748;
}

#footer p.kiesOnderdeel {
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin-left: 0;
	margin-right: 35px;
}
#footer p.lastWords {
	border-top: 1px solid #518ea6;
	clear: left;
	color: #518ea6;
	display: block;
	font-size: 10px;
	margin: 0 20px 30px 140px;
	padding-top: 5px;
	text-align: left;
}
#footer p.lastWords a:link, #footer p.lastWords a:visited {
	color: #518ea6;
}
#footer p.lastWords a:hover {
	color: #d6d6d6;
}
.whois {
	position: relative;
	float: right;
	top: 20px;
	right: 220px;
}
#soortenBelastingen, #algvw {
	display: none;
}



