body {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0px;
	background: url('../images/background.gif') repeat-x #f5f5f5;
}

/* ---------------
	OPBOUW
---------------*/

div#header {
	background: url('../images/RSHlogo.jpg') no-repeat right top;
	font-size: 10px;
	font-weight: bold;
	height: 92px;
	width: 980px;
}

div#container {
	background: url('../images/bg_container.gif') repeat-y;
	width: 980px;
	border: 1px solid #bebebe;
	border-top: 0px;
	text-align: left;
	margin-bottom: 20px;
}

div#footerbar {
	text-align: center;
	font-size: 9px;
	padding: 3px;
	background-color: #e0e0e0;
	color: #5f5f5f;
	border-top: 0px;
	margin-top: 20px;
	border-top: 1px solid #d3d3d3;
}

div#links {
	font-size: 10px;
	background: #e5e5e5;
	width: 195px;
	float: left;
}

div#rechts {
	font-size: 10px;
	background: #e0e0e0;
	width: 195px;
	float: right;
}

div#midden {
	margin-left: 195px;
	background: url('../images/background_content.gif') repeat-x #ffffff;
	width: 590px;
}

div#content {
	padding: 35px 30px 0px 30px;
}

div#content div.brands {
	width: 130px;
	height: 100px;
	float: left;
	text-align: center;
}


/* ---------------
	TABELLEN
---------------*/

table#ondersteuning {
	font-size: 11px;
	margin-bottom: 20px;
}

tr#ondersteuning_kop {
	background: url('/images/bg_block_light.gif') repeat-x;
	height: 25px;
	border-top: 1px solid #373737;
	font-weight: bold;
	font-size: 10px;
}

table#ondersteuning tr {
	padding: 3px 0px 13px 0px;
}

td.ond_merk {
	width: 100px;
	text-align: left;
	padding-left: 10px;
	height: 20px;
}

td.ond_website {
	width: 300px;
	text-align: center;
}

td.ond_taal {
	width: 100px;
	text-align: center;
}


/* ---------------
	BLOCKS
---------------*/

div.block_dark {
	background: #6b7378;
	color: #ffffff;
	padding-bottom: 10px;
}

div.block_light {
	color: #474747;
	padding-bottom: 10px;
}


/* ---------------
	NIEUWS
---------------*/

/* h3.newstitle { background: url('../images/news_bullet.gif') no-repeat 0px 11px; font-size: 11px; padding-left: 13px; margin: 0px; font-weight: bold; } */
div.newsbox { padding: 12px 12px 5px 12px; }
div.newsitem { margin-bottom: 8px; }
h3.newstitle { font-size: 11px; margin: 0px; font-weight: bold; text-decoration: underline; }
div.newsbody { }
div.newsfooter { text-align: right; font-size: 9px; font-style: italic; }


/* ---------------
	OVERIG
---------------*/

/* div#content img {
	float: left;
	margin: 0px 15px 0px 0px;
	border: none;
}

div#content img.inline {
	float: none;
	margin: 0px;
	border: 0px;
} */

img {
	border: 0px;
}

img#rechts_producten {
	margin: 15px;
}

hr {
 	border: 0px;
	height: 1px;
	width: 100%;
	background: url('../images/bg_hr_block.gif') repeat-x;
	margin: 0px;
}

ul#hoofdmenu img {
	border: 0px;
	margin: 0px 3px 0px 3px;
}


/* ---------------
	TEKST
---------------*/

div#content p {
	margin-top: 11px;
}

div#content h1 {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 14px;
	color: #a6b612;
	display: block;
	width: 100%;
	padding-bottom: 8px;
	background: url('../images/bg_h1.gif') repeat-x bottom;
}

div#content h2 {
	font-weight: bold;
	font-size: 11px;
	color: #141414;
}

div.block_dark p {
	margin: 12px;
}

div.block_dark h2 {
	background: url('../images/bg_block_dark.gif') repeat-x;
	margin: 0px;
	font-size: 11px;
	display: block;
	padding: 4px 2px 4px 12px;
	height: 16px;
	border-top: 1px solid #373737;
}

div.block_light p {
	margin: 12px;
}

div.block_light h2 {
	background: url('../images/bg_block_light.gif') repeat-x;
	margin: 0px;
	font-size: 11px;
	display: block;
	padding: 4px 2px 4px 12px;
	height: 16px;
	border-top: 1px solid #d8d8d8;
}

p.nieuws_date {
	text-align: right;
	font-size: 9px;
	font-style: italic;
}

.smalltext { 
	font-size: 9px;
}

/* ---------------
	LISTS 
---------------*/

ul#hoofdmenu {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#hoofdmenu li{
	display: block;
	float: left;
	margin: 38px 20px 0px 0px;
	padding: 0px;
}

ul#producten {
	list-style-type: circle;
	padding-left: 15px;
}

ul#producten li {
	margin-bottom: 3px;
}

ul#producten ol {
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 7px;
}

ul.ondersteuning {
	list-style-type: circle;
	padding-left: 15px;
}

ul.ondersteuning li {
	margin-bottom: 3px;
}

/* ---------------
	FORMS
---------------*/

form#login {
	padding: 14px;
}

form#login img.icon_login {
	margin-right: 5px;
	width: 11px;
	height: 11px;
}

form#login input {
	color: #222222;
	border: 1px solid #828282;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px;
	width: 145px;
	margin-bottom: 5px;
	font-style: italic;
}

form#login select {
	color: #222222;
	border: 1px solid #828282;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px;
	width: 151px;
	margin-bottom: 5px;
	font-style: italic;
}

form#login input#submit {
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	background-color: #e7e7e7;
	width: 151px;
	margin-left: 16px;
	font-style: normal;
}

div.aanvraagform {
	background-color: #eeeeee;
}

div.aanvraagform table {
	margin: 0px 10px 10px 10px;
}

div.aanvraagform table td {
	padding-bottom: 5px;
}

div.aanvraagform input {
	color: #222222;
	border: 1px solid #828282;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px;
	width: 320px;
}

div.aanvraagform input.submit {
	width: 256px;
}

div.aanvraagform select {
	color: #222222;
	border: 1px solid #828282;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px;
	width: 255px;
}

div.aanvraagform textarea {
	color: #222222;
	border: 1px solid #828282;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px;
	width: 320px;
	height: 100px;
}

.aanvraag_grey {
	color: #666666;
}

/* ---------------
	LINKS
---------------*/

a { color: #a6b612; text-decoration: underline; }
a:hover { color: #6c760b; text-decoration: none; }

div#header a { color: #000000; text-decoration: none; }
div#header a:hover { text-decoration: underline; }

div.block_dark a { color: #ffffff; font-weight: bold; text-decoration: underline; }
div.block_dark a:hover { text-decoration: none; }

div.block_light a { color: #000000; }
