body, html
{
	height: 100%;
}

body
{
	margin: 0px;
}

div, span, p, td
{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
}

h1 
{
	margin: 40px 0px 30px 0px;
	padding: 0px;
}

h2 {
	margin: 25px 0px 10px 0px;
	padding: 0px;
	color: #fff;
	font-size: 15px;
}

h3 
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #347bb7;
}

ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

li
{
	margin-left: 15px;
	padding-left: 15px;
	background: url(../images/item.gif) no-repeat left 7px;
	text-decoration: none;
}

ul.pdf li {
	background: url(../images/pdf_icon.gif) no-repeat left 2px;
}

strong, b
{
	color: #154e7e;
}

ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

li
{
	margin-left: 15px;
	padding-left: 25px;
	background: url(../images/item.jpg) no-repeat left 3px;
}

p
{
	margin: 20px 0px 10px 0px;
	line-height: 22px;
}

*
{
	outline: none;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
	color: #fff;
}

.active
{
	text-decoration: underline;
}

img
{
	border: none;
}

.afbeelding-rechts {
	margin: 5px 0 20px 20px;
	float: right;
}

.afbeelding-links {
	margin: 5px 20px 20px 0;
	float: left;
}

#container
{
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	position: relative;
	padding: 0;
	width: 100%;
	z-index: 10;
	background: url(../images/achtergrond.jpg) repeat-x #000000;
}

#site
{
	width: 1000px;
	height: auto;
	position: relative;
	padding: 0 0 90px 0;
	text-align: left;
	z-index: 10;
}

#site:after
{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#sfeer
{
	position: relative;
	float: left;
	width: 300px;
	background: url(../images/sfeer.jpg);
	height: 848px;
}

#header 
{
	width: 700px;
	height: 265px;
	float: left;
	z-index: 10;
}

#logo
{
	position: relative;
	float: left;
	height: 190px;
}

#menu
{
	position: relative;
	float: left;
	width: 650px;
	height: 75px;
	background: url(../images/menu.gif) no-repeat;
	padding-left: 26px;
	z-index: 15;
}

#menu .button
{
	float: left;
	padding-top: 21px;
	position: relative;
}

#menu .button a
{
	text-decoration: none;
}

.submenu 
{
	position: absolute;
	left: -10px;
	top: 65px;
	width: 275px;
	z-index: 100;
	display: none;
	background: url(../images/submenu.gif) repeat-y;
}

.submenu .top
{
	background: url(../images/submenu_t.gif) top left no-repeat;
	height: 8px;
	width: 275px;
	position: relative;
	top: 0px;
	left: 0px;
}

.submenu ul
{
	position: relative;
	left: 0px;
	top: 0px;
}

.submenu .bottom
{
	background: url(../images/submenu_b.gif) bottom left no-repeat;
	height: 8px;
	width: 275px;
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 7px;
}

.submenu li
{
	padding-left: 10px;
	background: url(../images/black.gif) no-repeat;
	line-height: 25px;
}

/* submenu actueel */

.submenu_actueel 
{
	position: absolute;
	left: 79px;
	top: 65px;
	width: 165px;
	z-index: 100;
	display: none;
	background: url(../images/submenu_actueel.gif) repeat-y;
}

.submenu_actueel .top
{
	background: url(../images/submenu_t_actueel.gif) top left no-repeat;
	height: 8px;
	width: 165px;
	position: relative;
	top: 0px;
	left: 0px;
}

.submenu_actueel ul
{
	position: relative;
	left: 0px;
	top: 0px;
}

.submenu_actueel .bottom
{
	background: url(../images/submenu_b_actueel.gif) bottom left no-repeat;
	height: 8px;
	width: 165px;
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 7px;
}

.submenu_actueel li
{
	padding-left: 10px;
	background: url(../images/black.gif) no-repeat;
	line-height: 25px;
}

/* submenu diensten */

.submenu_diensten 
{
	position: absolute;
	left: 159px;
	top: 65px;
	width: 205px;
	z-index: 100;
	display: none;
	background: url(../images/submenu_diensten.gif) repeat-y;
}

.submenu_diensten .top
{
	background: url(../images/submenu_t_diensten.gif) top left no-repeat;
	height: 8px;
	width: 205px;
	position: relative;
	top: 0px;
	left: 0px;
}

.submenu_diensten ul
{
	position: relative;
	left: 0px;
	top: 0px;
}

.submenu_diensten .bottom
{
	background: url(../images/submenu_b_diensten.gif) bottom left no-repeat;
	height: 8px;
	width: 205px;
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 7px;
}

.submenu_diensten li
{
	padding-left: 10px;
	background: url(../images/black.gif) no-repeat;
	line-height: 25px;
}

/* einde */

#content
{
	position: relative;
	float: right;
	width: 700px;
	z-index: 10;
}

#content strong {
	color: #0099FF;
}

#content .beurzen strong {
	color: #fff;
}

#content a
{
	text-decoration: underline;
}

#titel
{
	position: relative;
	float: right;
	height: 32px;
	width: 659px;
	padding: 29px 0 15px 0;
	z-index: 10;
}

#titel_empty
{
	position: relative;
	float: right;
	height: 22px;
	width: 659px;
	padding: 10px;
	z-index: 10;
}

#tekst h1 {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	padding-top: 10px;
}

.content {
	padding-top: 40px;
}

.checked {
	text-decoration: underline;
}

.sitepath_hier {
	position: relative;
	width: 20px;
	float: right;
	z-index: 10;
	color: #b7b6b6;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
	margin-right: 65px;
}

.sitepath_hier abbr {
	border-bottom: 1px dashed;
	cursor: help;
	letter-spacing: -1px;
	font-weight: bold;
	margin-left: 5px;
	
	display: none;
}

#sitepath {
	position: relative;
	float: left;
	z-index: 10;
}

#sitepaht .pagina_titel a
{
	color: #FFFFFF;
}

#sitepath div
{
	position: relative;
	float: left;
	margin-left: 0;
}

#sitepath, #sitepath a
{
	color: #5fa6e4;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	float: left;
	line-height: 28px;
}

#sitepath a
{
	background: url(../images/sitepath_item.gif) no-repeat;
	background-position: right 12px;
}

#sitepath a:hover
{
	color: #5fa6e4;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/sitepath.gif) no-repeat;
	background-position: right 11px;
}

#sitepath a {
	padding: 0 15px 0 5px;
}

#sitepath .sitepath_sub, h1 .sitepath_sub {
	position: absolute;
	left: -10px;
	top: 28px;
	z-index: 50;
	background: #000000;
	z-index: 10;
	border: 1px #3c424b solid;
	padding: 5px 0px;
	width: 250px;
	padding: 9px 0;
}

#sitepath .sitepath_sub a, h1 .sitepath_sub a {
	position: relative;
	float: left;
	line-height: 30px;
	border: none;
	width: 200px;
	white-space: nowrap;
	color: #d9d9d9;
	padding-left: 10px;
	margin: 0px 5px;
	background: none;
	text-decoration: none;
}

#sitepath .sitepath_sub a:hover, .sitepath_sub a:hover {
	position: relative;
	float: left;
	line-height: 30px;
	border: none;
	white-space: nowrap;
	color: #fff;
	background: none;
}


#tekst
{
	position: relative;
	float: left;
	width: 595px;
	z-index: 5;
	padding-left: 41px;
	margin-top: 0;
}

#informatie
{
	padding-top: 30px;
}

#informatie form, #informatie img
{
	padding: 0px;
	margin: 0px;
}

#informatie .titel
{
	padding: 20px 0px;
}

.naam
{
	width: 75px;
	line-height: 24px;
}

.check 
{
	width: 30px;
}

.veld 
{
	width: 250px;
}

.input 
{
	width: 195px;
	border: 1px #FFFFFF solid;
	background: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	margin-left: 10px;
}

.submit
{
	width: 125px;
	border: none;
	background: url(../images/verzenden.gif) no-repeat 0px 0px #FFFFFF ;
	width: 96px;
	height: 25px;
	cursor: pointer;
}

.textarea
{
	width: 275px;
	border: 1px #FFFFFF solid;
	background: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	overflow: auto;
	height: 137px;
}

.fout
{
	background: #020a12;
	margin-bottom: 20px;
	border: 1px #324c67 solid;
	padding: 15px;
	color: #cccccc;
}

.bedankt
{
	background: #020a12;
	border: 1px #324c67 solid;
	padding: 15px;
	color: #cccccc;
	line-height: 19px;
}

#footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #020a12;
	width: 100%;
	z-index: 20;
}

.lektabel td
{
	padding: 10px 0px 10px 10px;
}

.lek
{
	width: 14%;
	border-bottom: 1px #154e7e solid;
}

#info 
{
	width: 400px;
	position: relative;
	float: left;
	line-height: 51px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #75889c;
	text-align: center;
	margin-left: 299px;
}

#info a 
{
	color: #75889c;
	text-decoration: none;
}

#rendement
{
	padding: 12px 0px;
	border-bottom: 1px #2e496b solid;
	width: 595px;
	position: relative;
	padding-top: 50px;
}

#rendement .pijl
{
	position: absolute;
	top: 50px;
	left: 569px;
}

.rendement td
{
	padding: 10px 0px 10px 10px;
}


#data
{
	width: 595px;
	height: auto;
	background: url(../images/informatie.gif) top left no-repeat;
}

#data .tekst
{
	padding: 10px 0px;
	width: 595px;
}

.small {
	font-size: 10px;
}

.beton_tech td{
	padding: 10px 0px 10px 10px;
}

.beton_tech_titel {
	border-bottom: 1px #154e7e solid;
}

.electra td {
	padding: 10px 0px 10px 10px;
}

.electra_titel {
	border-bottom: 1px #154e7e solid;
}

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

.electra_right {
	width: 250px;
	float: left;
}

.beurzen {
	padding-left: 2px;
}

.beurzen strong {
	color: #fff;
	font-weight: bold;
}

.nieuws { 
	float: left;
	padding: 0; 
	margin: -10px 0 10px 0;
	width: 700px;
}

/* zoekfunctie */

#zoeken {
	width: 230px;
	height: 25px;
	position: absolute;
	z-index: 30;
	right: 0;
	top: 0;
}

#zoeken form {
	width: 230px;
	height: 25px;
	position: absolute;
	z-index: 30;
	right: 0;
	top: 0;
}

#zoeken td {
	height: 25px;
	line-height: 25px;
	padding: 0;
}

#zoeken td .veld  {
	width: 140px;
	height: 19px;
	background: #FFF;
	background-image: none;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
}

#zoeken td .submit {
	width: 68px;
	border: none;
	background: url(../images/zoeken.jpg) no-repeat 0px 0px #FFFFFF ;
	height: 25px;
	cursor: pointer;
}

#zoeken td a {
	margin-right: 12px;
}
