/*----------------------------------------------*/
/*												*/
/*		© 2009 Bean Designed					*/
/*		Alle rechten voorbehouden.				*/
/*												*/
/*		Adres: Beb Vuykstraat 16				*/
/*			   3207 WC Spijkenisse				*/
/*												*/
/*		Telefoon: +31 (0)6 23 18 56 74			*/
/*		Email: info@beandesigned.eu				*/
/*		Internet: http://www.beandesigned.eu/	*/
/*												*/
/*----------------------------------------------*/

/*------------------ ALGEMEEN ------------------*/

body {
	margin: 0px;
	background: url(../img/box01_achtergrond.jpg) left top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333; /* DONKER GRIJS */
	line-height: 1.5;
}

a:link, a:visited {
	text-decoration: none;
	color: #FF9933; /* ORANJE */
}

a:hover {
	text-decoration: underline;
	color: #FF9933; /* ORANJE */
}

/*--------------- MAIN CONTAINER ---------------*/

#main_container {
	width: 680px;
	margin: 0px 0px 0px 170px;
	position: relative;
}

/*-------------------- LOGO --------------------*/

#logo {
	width: 680px;
	height: 170px;
	margin: 0px;
}

#logo_schaduw {
	width: 680px;
	height: 150px;
	margin: 0px;
	background: url(../img/box01_schaduw_blok.png) no-repeat;
}

/*--------------- BODY CONTAINER ---------------*/

#body_container {
	width: 680px;
	margin: 0px;
}

/*----------------- NAVIGATIE ------------------*/

#navigatie_container {
	width: 170px;
	float: left;
}

/*---*/

#navigatie {
	width: 150px;
	margin: 0px;
	padding: 10px;
	background: #333333; /* DONKER GRIJS */
}

#navigatie_schaduw {
	width: 170px;
	height: 6px;
	margin: 0px;
	background: url(../img/box01_schaduw_blok.png) no-repeat;
}

/*---*/

#navigatie ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*---*/

#navigatie a {
	display: block;
	padding: 3px 10px 6px 10px;
	width: 130px;
	border-bottom: 1px solid #FF9933; /* ORANJE */
}

#navigatie .navigatie_last a {
	display: block;
	padding: 3px 10px 6px 10px;
	width: 130px;
	border-bottom: 1px solid #333333; /* DONKER GRIJS */
}

/*---*/

#navigatie a:link, #navigatie_list a:visited {
	background-color: #333333; /* DONKER GRIJS */
	color: #FFFFFF; /* WIT */
	text-decoration: none;
}

#navigatie a:hover {
	background-color: #FF9933; /* ORANJE */
	color: #333333; /* DONKER GRIJS */
	text-decoration: none;
}

/*--------------- NAVIGATIE SUB ----------------*/

#navigatie_sub {
	width: 480px;
	position: absolute;
	left: 200px;
	top: 16px;
	z-index: 10;
	text-align: right;
}

#navigatie_sub a:link, #navigatie_sub a:visited {
	text-decoration: none;
	color: #333333; /* DONKER GRIJS */
}

#navigatie_sub a:hover {
	text-decoration: underline;
	color: #333333; /* DONKER GRIJS */
}

/*---*/

#navigatie_sub ul {
	margin: 0px;
	padding: 0px;
}

#navigatiesub_list li {
	display: inline;
	list-style-type: none;
}

/*---------------- DOMEINCHECK -----------------*/

#domein_check {
	width: 180px;
	padding: 10px;
	position: absolute;
	left: -74px;
	top: 214px;
	z-index: 10;
	background: #FF9933; /* ORANJE */
}

/*---*/

#domeinnaam_check {
	margin: 20px 0px 20px 0px;
}

/*---*/

.domeinnaam_check_titel {
	font-weight: bold;
}

/*---*/

#whois_status {
	position: absolute;
	overflow: visible;
	visibility: visible;
	display: block;
	left: 240px;
	top: 430px;
	z-index: 10;
	text-align: center;
}

#whois_status .whois_status_buiten {
	position: absolute;
	visibility: visible;
}

#whois_status .whois_status_binnen {
	width: 238px;
	padding: 30px;
	background: #FFFFFF; /* WIT */
	border: 1px solid #CCCCCC; /* LICHT GRIJS */
}

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

#nieuws_container {
	width: 170px;
	position: absolute;
	left: 610px;
	top: 155px;
	z-index: 10;
}

/*---*/

#nieuws {
	width: 150px;
	height: 150px;
	padding: 10px;
	background: #333333; /* DONKER GRIJS */
	line-height: 1.4;
}

#nieuws_schaduw {
	width: 170px;
	height: 6px;
	margin: 0px;
	background: url(../img/box01_schaduw_blok.png) no-repeat;
}

/*---*/

.nieuws_titel {
	font-weight: bold;
	color: #FF9933; /* ORANJE */
}

.nieuws_datum {
	color: #CCCCCC; /* LICHT GRIJS */
}

.nieuws_tekst {
	color: #FFFFFF; /* WIT */
}

/*---*/

.nieuws_rechts {
	margin: 14px 0px 0px 0px;
	float: right;
	text-align: right;
	color: #FFFFFF; /* WIT */
}

.nieuws_rechts a:link, .nieuws_rechts a:visited {
	text-decoration: none;
	color: #FFFFFF; /* WIT */
}

.nieuws_rechts a:hover {
	text-decoration: underline;
	color: #FFFFFF; /* WIT */
}

/*----------------- AANBIEDING -----------------*/

#aanbieding_container {
	width: 170px;
	position: absolute;
	left: 610px;
	top: 355px;
	z-index: 10;
}

/*---*/

#aanbieding {
	width: 150px;
	height: 150px;
	padding: 10px;
	background: #333333; /* DONKER GRIJS */
	line-height: 1.4;
}

#aanbieding_schaduw {
	width: 170px;
	height: 6px;
	margin: 0px;
	background: url(../img/box01_schaduw_blok.png) no-repeat;
}

/*---*/

.aanbieding_titel {
	font-weight: bold;
	color: #FF9933; /* ORANJE */
}

.aanbieding_tekst {
	color: #FFFFFF; /* WIT */
}

/*---*/

.aanbieding_rechts {
	margin: 14px 0px 0px 0px;
	float: right;
	text-align: right;
	color: #FFFFFF; /* WIT */
}

.aanbieding_rechts a:link, .aanbieding_rechts a:visited {
	text-decoration: none;
	color: #FFFFFF; /* WIT */
}

.aanbieding_rechts a:hover {
	text-decoration: underline;
	color: #FFFFFF; /* WIT */
}

/*---------------- LIVE SUPPORT ----------------*/

#live_support_container {
	width: 170px;
	position: absolute;
	left: 610px;
	top: 555px;
	z-index: 10;
}

/*--------------- KLANTEN LOGIN ----------------*/

#klanten_login_container {
	width: 170px;
	position: absolute;
	left: 610px;
	top: 637px;
	z-index: 10;
}

/*---*/

#klanten_login {
	width: 150px;
	padding: 10px;
	background: #333333; /* DONKER GRIJS */
	line-height: 1.4;
}

#klanten_login_schaduw {
	width: 170px;
	height: 6px;
	margin: 0px;
	background: url(../img/box01_schaduw_blok.png) no-repeat;
}

/*---*/

.klanten_login_titel {
	font-weight: bold;
	color: #FF9933; /* ORANJE */
}

/*------------- CONTENT CONTAINER --------------*/

#content_container {
	width: 510px;
	margin: 0px;
	padding: 0px;
	float: right;
}

/*------------------ CONTENT -------------------*/

#content {
	width: 380px;
	margin: 50px 100px 30px 30px;
	padding: 0px;
	min-height: 390px; 
	height: auto;
}

* html #content {
	height: 390px;
}

/*---*/

.content_titel {
	font-weight: bold;
	color: #FF9933; /* ORANJE */
}

.content_sub_titel {
	font-weight: bold;
}

.content_cursief {
	font-style: italic;
}

.content_schuin_grijs {
	font-style: italic;
	color: #999999; /* MIDDEN GRIJS */
}

.content_nieuws_datum {
	color: #999999; /* MIDDEN GRIJS */
}

/*---*/

.content_img_isp_margin {
	margin: 17px 26px 0px 0px;
	float: left;
}

.content_img_ideal_margin {
	margin: 17px 20px 0px 0px;
	float: left;
}

/*---*/

.contact_loadbar, .bestel_loadbar {
	margin: 10px 0px 0px 0px;
}

.contact_meldingen, .bestel_meldingen {
	margin: 10px 0px 0px 0px;
}

/*---*/

#exchange_01 a, #exchange_02 a, #exchange_03 a, #exchange_04 a {
	width: 71px;
	padding: 8px;
	background: #FF9933; /* ORANJE */
	color: #FFFFFF; /* WIT */
	text-align: center;
	display: block;
}

/*---*/

#exchange_01 a:hover, #exchange_02 a:hover, #exchange_03 a:hover, #exchange_04 a:hover {
	width: 71px;
	padding: 8px;
	background: #FF9933; /* ORANJE */
	color: #FFFFFF; /* WIT */
	text-align: center;
	display: block;
	text-decoration: none;
}

/*---*/

#exchange_01 {
	margin: 0px 11px 0px 0px;
	float: left;
}

#exchange_02 {
	margin: 0px 10px 0px 0px;
	float: left;
}

#exchange_03 {
	margin: 0px 0px 0px 0px;
	float: left;
}

#exchange_04 {
	margin: 0px 0px 0px 0px;
	float: right;
}

/*---*/

#exchange_clear {
	clear: both;
}

/*---*/

#dedicated_01 a, #dedicated_02 a {
	width: 169px;
	padding: 8px;
	background: #FF9933; /* ORANJE */
	color: #FFFFFF; /* WIT */
	text-align: center;
	display: block;
}

/*---*/

#dedicated_01 a:hover, #dedicated_02 a:hover {
	width: 169px;
	padding: 8px;
	background: #FF9933; /* ORANJE */
	color: #FFFFFF; /* WIT */
	text-align: center;
	display: block;
	text-decoration: none;
}

/*---*/

#dedicated_01 {
	margin: 0px;
	float: left;
}

#dedicated_02 {
	margin: 0px;
	float: right;
}

/*---*/

#dedicated_clear {
	clear: both;
}

/*---*/

#reseller, #domeinnaam, #hostinglinux, #hostingwindows, #vps, #colocatie, #onlinebackup {
	margin: 20px 0px 20px 0px;
}

/*---*/

.display_block {
	display: block;
}

.display_none {
	display: none;
}

/*---*/

.tabel_lijn_onder {
	border-bottom: 1px solid #999999; /* MIDDEN GRIJS */
}

.tabel_lijn_links_onder {
	border-left: 1px solid #999999; /* MIDDEN GRIJS */
	border-bottom: 1px solid #999999; /* MIDDEN GRIJS */
}

.tabel_lijn_links {
	border-left: 1px solid #999999; /* MIDDEN GRIJS */
}

/*---*/

.content_l_r_container {
	width: 380px;
	margin: 0px 0px 20px 0px;
	background: url(../img/box01_lijn_content_l_r.jpg) repeat-y;
}

.content_links {
	width: 170px;
	float: left;
}

.content_rechts {
	width: 170px;
	float: right;
}

.content_clear {
	clear: both;
}

/*----------------- REFERENTIE -----------------*/

#referentie {
	width: 360px;
	height: 84px;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	background: #FF9933; /* ORANJE */
}

/*---*/

.referentie_titel {
	font-weight: bold;
	color: #FFFFFF; /* WIT */
}

.referentie_ispgidscom {
	color: #FFFFFF; /* WIT */
}

.referentie_tekst {
	font-style: italic;
}

/*---*/

.referentie_rechts {
	margin: 14px 0px 0px 0px;
	float: right;
	text-align: right;
	color: #FFFFFF; /* WIT */
}

.referentie_rechts a:link, .referentie_rechts a:visited {
	text-decoration: none;
	color: #FFFFFF; /* WIT */
}

.referentie_rechts a:hover {
	text-decoration: underline;
	color: #FFFFFF; /* WIT */
}

/*------------------ HELPDESK ------------------*/

#helpdesk {
	width: 380px;
	margin: 0px 0px 20px 0px;
}

/*---*/

.helpdesk_titel {
	font-weight: bold;
}

/*---*/

.helpdesk_vragen a:link, .helpdesk_vragen a:visited {
	text-decoration: none;
	color: #333333; /* DONKER GRIJS */
}

.helpdesk_vragen a:hover {
	text-decoration: none;
	color: #666666; /* MIDDEN/DONKER GRIJS */
}

/*---*/

.helpdesk_antwoord_links {
	width: 18px;
	float: left;
	color: #666666; /* MIDDEN/DONKER GRIJS */
}

.helpdesk_antwoord_rechts {
	width: 358px;
	margin: 0px 0px 10px 0px;
	float: right;
	color: #666666; /* MIDDEN/DONKER GRIJS */
}

.helpdesk_antwoord_rechts a:link, .helpdesk_antwoord_rechts a:visited {
	text-decoration: none;
	color: #FF9933; /* ORANJE */
}

.helpdesk_antwoord_rechts a:hover {
	text-decoration: underline;
	color: #FF9933; /* ORANJE */
}

/*---*/

.helpdesk_antwoord_clear {
	clear: both;
}

/*---*/

.helpdesk_lijn {
	border-bottom: 1px solid #999999; /* MIDDEN GRIJS */
}

/*---------------- WINKELMANDJE ----------------*/

.winkelmandje_links {
	margin: 1px 0px 0px 0px;
	float: left;
}

.winkelmandje_rechts {
	margin: 0px;
	float: right;
	text-align: right;
}

.winkelmandje_clear {
	clear: both;
	margin: 0px;
}

.winkelmandje_tussenlijn {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #999999; /* MIDDEN GRIJS */
}

/*------------------- ADMIN --------------------*/

.admin_menu_link a:link, .admin_menu_link a:visited {
	text-decoration: none;
	color: #333333; /* DONKER GRIJS */
}

.admin_menu_link a:hover {
	text-decoration: underline;
	color: #333333; /* DONKER GRIJS */
}

/*---*/

.admin_nieuws_verwijderen_lijn {
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #999999; /* MIDDEN GRIJS */
}

.admin_helpdesk_verwijderen_lijn {
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #999999; /* MIDDEN GRIJS */
}

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

.form_bericht_oranje {
	color: #FF9933; /* ORANJE */
}

/*---*/

.knoppen {
	height: 24px;
	background: #FF9933; /* ORANJE */
	border: 1px solid #FF9933; /* ORANJE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF; /* WIT */
}

/*---*/

.form_domeinnaam, #form_klanten_login_gebruikersnaam, #form_klanten_login_wachtwoord, .form_inloggen, .form_nieuws_invulveld, .form_nieuws_berichtveld, .form_helpdesk_drop_down, .form_helpdesk_invulveld, .form_helpdesk_berichtveld_antwoord, .form_referentie_wijzigen, .form_routeplanner, #form_contact_naam, .form_contact_invulveld, #form_contact_email, #form_contact_bericht, .form_winkelmandje_aantal, .form_bestellen_invulveld, #form_bestel_bedrijf, #form_bestel_naam, #form_bestel_telefoon, #form_bestel_email, #form_bestel_adres, #form_bestel_postcode, #form_bestel_plaats, .form_bestel_invulveld, .form_betalingswijze_invulveld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333; /* DONKER GRIJS */
}

.form_domeinnaam {
	width: 146px;
	height: 16px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

#form_klanten_login_gebruikersnaam, #form_klanten_login_wachtwoord {
	width: 146px;
	height: 16px;
	border: 1px solid #FF9933; /* ORANJE */
}

.form_inloggen {
	width: 256px;
	height: 16px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

.form_nieuws_invulveld {
	width: 376px;
	height: 16px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

.form_nieuws_berichtveld {
	width: 376px;
	height: 300px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

.form_helpdesk_drop_down {
	width: 378px;
	height: 20px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

.form_helpdesk_invulveld {
	width: 376px;
	height: 16px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

.form_helpdesk_berichtveld_antwoord {
	width: 376px;
	height: 300px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

.form_referentie_wijzigen {
	width: 376px;
	height: 300px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

.form_routeplanner {
	width: 136px;
	height: 16px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

#form_contact_naam, .form_contact_invulveld, #form_contact_email {
	width: 166px;
	height: 16px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

#form_contact_bericht {
	width: 166px;
	height: 200px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

.form_winkelmandje_aantal {
	width: 30px;
	height: 16px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

.form_bestellen_invulveld {
	width: 208px;
	height: 16px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

#form_bestel_bedrijf, #form_bestel_naam, #form_bestel_telefoon, #form_bestel_email, #form_bestel_adres, #form_bestel_postcode, #form_bestel_plaats, .form_bestel_invulveld {
	width: 166px;
	height: 16px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

.form_betalingswijze_invulveld {
	width: 208px;
	height: 16px;
	border: 1px solid #333333; /* DONKER GRIJS */
}

/*---*/

.form_0_margin {
	margin: 0px;
}

.form_margin_domeinnaam {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.form_margin_klanten_login {
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.form_margin_routeplanner {
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

/*---*/

.form_button_rechts {
	margin: 0px;
	text-align: right;
}

.form_winkelmandje_rechts {
	margin: 0px;
	text-align: right;
}

/*---*/

#form_bestel_button_links {
	margin: 0px 10px 0px 0px;
	float: left;
}

#form_bestel_button_rechts {
	float: left;
}

#form_bestel_button_clear {
	clear: both;
}

/*---*/

.form_url {
	display: none;
}

/*------------------- FOOTER -------------------*/

#footer_lijn {
	border-bottom: 1px solid #999999; /* MIDDEN GRIJS */
}

/*---*/

#footer {
	width: 510px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	color: #999999; /* MIDDEN GRIJS */
	text-align: center;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999999; /* MIDDEN GRIJS */
}

#footer a:hover {
	text-decoration: underline;
	color: #999999; /* MIDDEN GRIJS */
}

/*----------------------------------------------*/
/*												*/
/*					Einde CSS					*/
/*												*/
/*----------------------------------------------*/