html
{
	height: 100%;
	overflow: hidden; /* Haalt nutteloze scrollbalk weg in IE */
}

body
{
	height: 100%;
	padding: 0px 0px;
	margin: 0px 0px;
	font: bold 12px arial;
	color: white;
	overflow: hidden; /* Haalt nutteloze scrollbalk weg in IE */
}

a
{
	text-decoration: none;
	color: #37312F;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

input, textarea
{
	border: 1px solid black;
	height: 15px;
	font: 10px verdana;
	color: #FF6501;
}

#geheel
{
	width: 785px;
	height: 100%;
	border: 1px solid black;
}

#links
{
	width: 166px;
	vertical-align: top;
	border-right: 1px solid #FF6501;
}

#zoekbalk
{
	text-align: right;
	border-top: 1px solid #FF6501;
	height: 33px;
	background: url(../images/inhoud_boven.jpg) 20px bottom no-repeat;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 28px;
}

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

#providerbalk
{
	height: 20px;
	font: 16px verdana;
	color: white;
	background: #FF6501;
	width: 166px;
}

#providers
{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 166px;
	height: 100%;
	padding: 0px 0px 10px 0px;
}

.provider
{
	text-align: center;
	width: 166px;
	margin: 5px 0px;
}

#toestelbalk
{
	height: 20px;
	font: 16px verdana;
	color: white;
	background: #FF6501;
	width: 166px;
	margin-top: 10px;
}

#boven
{
	height: 144px;
	width: 785px;
	vertical-align: top;
	text-align: center;
}

#menu
{
	background: #f6f6f6;
	border-top: 1px solid #A50926;
	border-right: none;
	border-bottom: 1px solid #A50926;
	border-left: none;
	height: 20px;
}

.menu_item
{
	margin-top: 3px;
	float: left;
	padding: 0px 5px;
	font: 11px verdana;
	text-transform: uppercase;
	height: 17px;
}

#bodem
{
	font: 10px arial;
	color: #433F3D;
	width: 618px;
	height: 30px;
	background: url(../images/inhoud_bodem.jpg) 20px top no-repeat;
	padding-top: 7px;
	text-align: center;
}

#midden
{
	height: 100%;
	width: 618px;
	vertical-align: top;
}

#buitenkant
{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#binnenkant
{
	position: absolute;
	font: 11px arial;
	color: black;
	left: 0px;
	top: 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: url(../images/inhoud_bg.jpg) 20px top repeat-y;
}

#inhoud
{
	width: 550px;
	font: 11px arial;
	color: black;
	margin-left: 30px;
}

#tekstkop
{
	font: 22px verdana;
	color: #FF6501;
	height: 32px;
	background: url(../images/hr.jpg) left bottom repeat-x;
}

#tekst_rechts
{
	font: 11px verdana;
	color: #4A4644;
	float: right;
	margin-top: 11px;
}

.left_float
{
	float: left;
}

.provider_item
{
	width: 162px;
	height: 160px;
	background: url(../images/provider_bg_index.jpg) left top no-repeat;
	float: left;
	margin: 7px 5px 0px 5px;
}

.provider_aktie_item
{
	width: 162px;
	height: 160px;
	background: url(../images/aktie_index.jpg) left top no-repeat;
	float: left;
	margin: 7px 5px 0px 5px;
}

.prov_klein
{
	margin: 15px 0px 7px 15px;
	height: 41px;
}

.prov_tekst
{
	margin: 0px 0px 0px 15px;
	width: 135px;
	font: 11px verdana;
	color: #4A4644;
	line-height: 15px;
}

.meer
{
	font: italic 11px verdana;
	color: #FF6501;
	margin: 15px 0px 10px 75px;
}

.meer_aktie
{
	font: italic 11px verdana;
	color: #FF6501;
	margin: 0px 0px 10px 75px;
}

.space
{
	margin-top: 20px;
}