/* Overwrite default syles */

h1,h3 {
	color:#d90000;
}

ul {
	list-style-image:url('/shared/images/custom/hosting/template/contentdot.gif');
}

/* INDEX.HTML */

html {
	height:100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#dadada;
}

#container {
	width:994px;
	margin-left:auto;
	margin-right:auto;
}

#container #rooftop {
	height:36px;
	width:994px;
	overflow:hidden;
}

#container #rooftop a.english {
	display:block;
	text-decoration:none;
	height:12px;
	line-height:12px;
	width:58px;
	float:right;
	text-align:right;
	background:url('/shared/images/custom/hosting/template/ukflag.gif') no-repeat top left;
	margin-top:20px;
}

#container #rooftop a.english:hover {
	text-decoration:underline;	
}

#container #header {
	padding:3px 4px 0px 4px;
	background:white url('/shared/images/custom/hosting/template/headertop.gif') no-repeat top left;
	height:198px; /*201 - top padding */
	width:986px; /* 994 - (left-padding + right-padding)*/
	overflow:hidden;
}

#container #header img.headerlogo {
	float:left;
}

#container #header form.searchform {
	/* HACK: IE did not understand line-height so I hacked in a top padding */
	display:block;
	position:relative;
	float:right;
	height:40px; /* 57-padding top*/
	/*line-height:57px;*/
	padding-top:17px;
	width:195px;
}

#container #header form.searchform input.text {
	position:absolute;	
	left:0px;
	top:15px;
	width:155px; /*163 - (left-padding+right-padding)*/
	height:13px; /*21 - (top-padding+bot-padding)*/
	padding:4px;
	border:1px black solid;
	font-style:italic;
}

#container #header form.searchform input.submit {
	position:absolute;
	left:170px;
	top:19px;
	background-image:url('/shared/images/custom/hosting/template/button.gif');
	width:16px;
	height:16px;
	border:0;
	padding:0;
	margin:0;
	vertical-align:25%;  /*this fucks up align in FF but is needed for IE */
	cursor:pointer;
}

#container #header img.headerimage {
	/* HACK: had to clear both on the header banner because IE6 made up a 3px height on the div.clear */
	clear:both;
}

#container #header div.headerbotruler {
	border-top:1px #ec8080 solid;
	background:url('/shared/images/custom/hosting/template/headerbotruler.gif') repeat-x top left;
	height:7px;
	width:986px;
}

#container #content {
	background-color:white;
	min-height:272px; /* 280 - (padding-top+padding-bottom) */
	width:986px; /* 994 - (left-padding + right-padding)*/
	padding:4px;
	overflow:hidden
}

#container #content div.minheight {
	/* HACK: this div simulates min-height in IE6 */
	height:272px;
	width:0px;
	float:left;
}

#container #footer {
	height:27px; /*30 -padding-bottom */
	width:986px; /* 994 - (left-padding + right-padding)*/
	padding:0px 4px 3px 4px;
	background:white url('/shared/images/custom/hosting/template/footerbot.gif') no-repeat bottom left;
	overflow:hidden;
}

#container #footer img.addressleft {
	display:block;
	float:left;
}

#container #footer div.addressmid {
	/* HACK: IE did not understand line-height so I hacked in a top padding */
	width:978px;
	height:20px;/* 26-padding-top */
	/*line-height:26px;*/
	padding-top:6px;
	background:white url('/shared/images/custom/hosting/template/footerbg.gif') repeat-x bottom left;
	text-align: center;
	float:left;
	overflow:hidden;
}

#container #footer div.addressmid span.footercol {
	color:#ffffff;
	font-weight:bold;
}

#container #footer div.addressmid span.footercol a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#container #footer div.addressmid span.footercol a:hover {
	text-decoration:underline;
}

#container #footer div.addressmid  img.separator {
	color:#ffffff;
	font-weight:bold;
	margin:0px 40px;
}

#container #footer img.addressright {
	display:block;
	float:left;
}

#container #basementfloor {
	height:20px;
	width:994px;
	overflow:hidden;
	color:white;
	text-align:center;
	line-height:30px;
}

/* MENU.HTML */
#navmenu {
	border-top:1px white solid;
	border-left:4px white solid;
	border-right:4px white solid;
	width:986px; /* 994 - (left-padding + right-padding)*/
	height:52px;
	background:url('/shared/images/custom/hosting/template/buttonbarbg.gif') repeat-x top left;
	overflow:hidden;
}

/* sub menu buttons */
#navmenu li ul {
	top:40px;
}

#navmenu li ul li a {
	height:25px;
	line-height:25px;
	background-color:#acacac;
	color:white;
	padding:0px 10px;
	font-weight:bold;
	border-bottom:1px white solid;
	width:145px; /* 165 - (padding-left + padding-right) */
	overflow:hidden;
}

#navmenu li ul li a:hover {
	background-color:#4a4a4a;
}

#navmenu li ul li a.last {
	border-bottom:1px #777777 solid;
}

#navmenu li ul li a.first {
	padding-top:8px;
	background: #acacac url('/shared/images/custom/hosting/template/submenutop.gif') no-repeat top left;
}

#navmenu li ul li a.first:hover {
	padding-top:8px;
	background: #4a4a4a url('/shared/images/custom/hosting/template/submenutop_mo.gif') no-repeat top left;
}

/* main buttons */
#navmenu li a {
	height:39px;
	background-repeat:no-repeat;
	background-position:top left;
	margin-right:1px;
}

#navmenu #home {
	width:132px;
	background-image:url('/shared/images/custom/hosting/buttons/home.gif');
}
#navmenu #home:hover, #navmenu #home.selected {
	background-image:url('/shared/images/custom/hosting/buttons/home_mo.gif');
}
#navmenu #over {
	width:168px;
	background-image:url('/shared/images/custom/hosting/buttons/over.gif');
}
#navmenu #over:hover, #navmenu #over.selected {
	background-image:url('/shared/images/custom/hosting/buttons/over_mo.gif');
}
#navmenu #nieuws {
	width:190px;
	background-image:url('/shared/images/custom/hosting/buttons/nieuws.gif');
}
#navmenu #nieuws:hover, #navmenu #nieuws.selected {
	background-image:url('/shared/images/custom/hosting/buttons/nieuws_mo.gif');
}
#navmenu #helpdesk {
	width:144px;
	background-image:url('/shared/images/custom/hosting/buttons/helpdesk.gif');
}
#navmenu #helpdesk:hover, #navmenu #helpdesk.selected {
	background-image:url('/shared/images/custom/hosting/buttons/helpdesk_mo.gif');
}
#navmenu #downloads {
	width:163px;
	background-image:url('/shared/images/custom/hosting/buttons/downloads.gif');
}
#navmenu #downloads:hover, #navmenu #downloads.selected {
	background-image:url('/shared/images/custom/hosting/buttons/downloads_mo.gif');
}
#navmenu #contact {
	width:184px;
	background-image:url('/shared/images/custom/hosting/buttons/contact.gif');
	margin-right:0px;
}
#navmenu #contact:hover, #navmenu #contact.selected {
	background-image:url('/shared/images/custom/hosting/buttons/contact_mo.gif');
}

/* CONTENT_MENULEFT.HTML */

#content_menuleft {
	width:792px;
	min-height:272px;
	float:left;
	overflow:hidden;
}

/* NEWSCONTENT.HTML */

#newscontent {
	width:792px;
	min-height:272px;
	float:left;
}

#newscontent a.back {
	display:block;
	height:25px;
	line-height:25px;
	width:508px; /* 558 -(left-padding + right-padding) */
	text-align:right;
	text-decoration:none;
	background:url('/shared/images/custom/hosting/template/button.gif') no-repeat center right;
	padding:0px 25px;
	border-top:1px #E8E8E8 solid;
	font-weight:bold;
}

/* RIGHT_INFO.HTML */

#rightinfo {
	width:204px;
	min-height:272px;
	float:right;
	margin-left:30px;
	overflow:hidden;	
}

#rightinfo div.casesheader {
	height:53px;
	width:203px;
	background:url('/shared/images/custom/hosting/template/casesheader.gif') no-repeat top left;
	border-top:1px #b2b2b2 solid;
	border-bottom:1px #b2b2b2 solid;
}

#rightinfo div.casesbody {
	/*height:146px; *//* 166px - (padding-top + padding-bottom) */
	width:203px;
	padding:10px 0px;
	overflow:hidden;
}

#rightinfo a.morecases {
	display:block;
	height:19px;
	width:183px; /* 203 - padding-right */
	border-top:1px #b2b2b2 solid;
	border-bottom:1px #b2b2b2 solid;
	background:url('/shared/images/custom/hosting/template/morecasses.gif') no-repeat top right;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	line-height:19px;
	padding-right:20px;
	overflow:hidden;
	margin-bottom:20px;
}

#rightinfo div.whynetexpo {
	/*margin-top:20px;*/
	width:201px;
	/*height:172px;*/
	border:1px #b2b2b2 solid;
	background-color:#f7f9f9;
	overflow:hidden;
}

#rightinfo div.whynetexpo div.whyheader {
	width:201px;
	height:40px;
	background:url('/shared/images/custom/hosting/template/whynetexpo.gif') no-repeat top left;
}

#rightinfo div.whynetexpo div.whybody {
	width:185px; /* 201 - (padding-left+padding-top) */
	/*height:132px;*/
	padding:0px 8px;
}


/* BOMOFORM.HTML */
#bomocontent {
	/*width:994px;*/
}

#bomocontent #bomoinfo {
	overflow:hidden;
	float:left;
	width:247px; /* was 248px - I had to take one px off for IE6 */
	padding:0px 40px 13px 40px;
}

#bomocontent #bomoform {
	margin-top:15px;
	/*width:584px;
	padding:0px 40px 13px 40px;*/
	/*background: url('/shared/images/custom/projecten/template/bomo_shadow.gif') no-repeat 21px bottom;*/
	float:right;
}

#bomocontent #bomoform div.bomoheader {
	/*border:1px #8b8b8b solid;*/
	border-bottom:0;
	color:white;
	font-weight:bold;
	padding-top:6px;
	padding-left: 6px;
	width:579px; 
	height:20px;
	margin-bottom:1px;
	background: transparent url(/shared/images/custom/beeldbank/template/pdmenuheader2.gif) repeat-x scroll left top;
	/*background:#7e7e7e url('/shared/images/custom/projecten/template/bomoheader.gif') no-repeat 2px 2px;*/
}

#bomocontent #bomoform form.bomobody{
	padding:0;
	margin:0;
	display:block;
	padding:10px 11px 0px 11px;
	width:563px; 
	/*border-left:1px #8b8b8b solid;
	border-right:1px #8b8b8b solid;*/
	height:300px;
	overflow:hidden;
	color: black;
	background-color: #e6e6e6;
	/*background: #7e7e7e url('/shared/images/custom/projecten/template/bomobg.gif') no-repeat 5px bottom;*/
}

#bomocontent #bomoform form.bomobody #bomobodyleft {
	width:281px;
	float:left;
}

#bomocontent #bomoform form.bomobody #bomobodyleft input.text {
	display:block;
	padding:5px;
	margin:0;
	border:0;
	background-color:white;
	border: 1px solid #646464;
	/*width:185px;*/ /* 195 - padding*/
	height:15px; /* 25 - padding*/
	margin:7px 0px;
	color:black;
	float:left;
}

#bomocontent #bomoform form.bomobody #bomobodyleft input.checkbox {
	margin-top:10px;
	float:left;
}

#bomocontent #bomoform form.bomobody #bomobodyleft input.radio {
	margin-top:10px;
	float:left;
}

#bomocontent #bomoform form.bomobody #bomobodyleft label {
	display:block;
	width:75px; /* 85 -padding */
	height:25px;
	line-height:25px;
	margin:7px 10px 7px 0px;
	/*color:white;*/
	float:left;
	text-align:right;
}

#bomocontent #bomoform form.bomobody #bomobodyleft label span {
	/*color:#e3ec00;*/
	font-weight:bold;
}

#bomocontent #bomoform form.bomobody #bomobodyleft label.aanhef {
	width:50px;
	text-align:left;
	margin:7px 0px 7px 10px;
}

#bomocontent #bomoform form.bomobody #bomobodyleft label.nieuwsbrief {
	width:225px;
	font-weight:bold;
	text-align:left;
}

#bomocontent #bomoform form.bomobody #bomobodyleft #footnote {
	/*color:#bebebe;
	height:25px;
	line-height:25px;*/
	margin:40px 10px 7px 0px;
}

#bomocontent #bomoform form.bomobody #bomobodyleft #footnote span {
	/*color:#e3ec00;*/
	font-weight:bold;
}

#bomocontent #bomoform form.bomobody #bomobodyleft br {
	clear:both;
}

#bomocontent #bomoform form.bomobody #bomobodyright {
	width:281px;
	float:right;
}  

#bomocontent #bomoform form.bomobody #bomobodyright label {
	display:block;
	height:25px;
	line-height:25px;
	margin:7px 0px 10px 10px;
	float:left;
}

#bomocontent #bomoform form.bomobody #bomobodyright textarea {
	overflow:hidden;
	display:block;
	padding:5px;
	margin:0;
	border:0;
	background-color:white;
	border: 1px solid #646464;
	width:255px; /* 265 - padding*/
	height:130px; /* 140 - padding*/
	margin:7px 0px 7px 10px;
	color:black;
	float:left;
}

#bomocontent #bomoform form.bomobody #bomobodyright #captchanote {
	display:block;
	height:25px;
	line-height:25px;
	margin:7px 0px 7px 10px;
	/*color:white;*/
	font-weight:bold;
	float:left;
	text-align:left;
}

#bomocontent #bomoform form.bomobody #bomobodyright input.submit {
	display:block;
	float:left;
	margin:7px 0px 7px 10px;
	border:solid 1px #565656;
}

#bomocontent #bomoform div.bomofooter {
	height:5px; /* 6px - border-bottom */
	width:585px;
	/*background-color:#7e7e7e;
	border-bottom:1px #8a8a8a solid;
	border-left:1px #8a8a8a solid;
	border-right:1px #8a8a8a solid;*/
}

/* TAGCLOUD.HTML */

#tagcloud {
	width:192px; /* 202 - (padding-left + padding-right) */
	height:262px; /* 262 - (padding-top + padding-bottom) */
	padding:5px;
	border:1px #b2b2b2 solid;
	float:right;
	margin-left:30px;
	background-color:#f0f0f0;
	overflow:hidden;
}

#tagcloud div.tagheader {
	font-family:Helvetica,Arial,Verdana;
	font-size:25px;
	color:#d90000;
	/*text-align:left;*/
	font-weight:bold;
	margin-bottom:10px;
	height:30px;
}

#tagcloud div.tagbody {
	/*text-align:justify;*/
	line-height:21px;
	height:212px;
	overflow:hidden;
}

#tagcloud div.tagbody a {
	text-decoration:none;
	/*text-align:left;*/
}

#tagcloud div.tagbody a:hover {
	text-decoration:underline;
}

/*NOTICE for some reason I needed to remove "#tagcloud" from in front of the "a.level" classes to make it work */
div.tagbody a.level1 {
	font-size:11px;
}

div.tagbody a.level2 {
	font-size:13px;
}

div.tagbody a.level3 {
	font-size:15px;
}

div.tagbody a.level4 {
	font-size:17px;
}

div.tagbody a.level5 {
	font-size:19px;
}

.nieuwsbriefbox
{
	display:block;
	float:left;
	width:204px;
	padding:0px;
	margin:0px 0px 40px 30px;
}

.nieuwsbriefbox h1
{
	margin-bottom:0px;
	font-size:18px;
}

.nieuwsbriefbox input
{
	margin-top:9px;
}


/* SEARCHOVERVIEW.HTML */
#searchoverview {
	width:792px;
	min-height:272px;
	float:left;
}

#searchoverview div.searchheader {
	font-family:Helvetica,Arial,Verdana;
	font-size:25px;
	color:#d90000;
	/*text-align:left;*/
	font-weight:bold;
	margin-bottom:20px;
}

#searchoverview div.uzocht {
	font-weight:bold; 
}

#searchoverview div.uzocht span.searchkey {
	color:#d90000;
}

#searchoverview div.results {
	height:24px;
	line-height:24px;
	width:544px;
	padding:0px 8px;
	margin:10px 0px;
	background-color:#ececec;
	font-weight:bold;
	overflow:hidden;
}

#searchoverview div.searchbox a.searchitem {
	display:block;
	height:23px; /* 39 - (top-padding + bottom-padding) */
	padding:8px 0px;
	width:560px;
	border-bottom:1px #e8e8e8 solid;
	overflow:hidden;
	text-decoration:none;
}

#searchoverview div.searchkey {
	font-weight:bold;
}

#searchoverview div.searchbox a.searchitem span.score {
	display:block;
	width:70px;
	height:23px;
	float:left;
	overflow:hidden;
	font-weight:bold;
}

#searchoverview div.searchbox a.searchitem span.title {
	overflow:hidden;
	white-space:nowrap;
	color:#d90000;
	font-weight:bold;
	display:block;
	width:490px;
	float:left;
}
/*
#searchoverview div.searchbox a.searchitem span.shortcontent {
	text-align:left;
}
*/

/* HOME_CONTENT.HTML */

#homecontent {
	width:558px;
	min-height:272px;
	float:left;
}



/* NEWSOVERVIEW.HTML */

#newsoverview {
	width:558px;
	min-height:272px;
	float:left;
}

#newsoverview a.newsheader {
	background:url('/shared/images/custom/hosting/template/rssicon.gif') no-repeat center left;
	padding-left:30px;
	font-family:Helvetica,Arial,Verdana;
	font-size:23px;
	color:#d90000;
	/*text-align:left;*/
	text-decoration:none;
}

#newsoverview #newsitems {
	margin-top:15px;
	width:560px;
}

#newsoverview #newsitems a.newsitem {
	display:block;
	height:23px; /* 39 - (top-padding + bottom-padding) */
	padding:8px 0px;
	width:560px;
	border-bottom:1px #e8e8e8 solid;
	overflow:hidden;
	text-decoration:none;
}

#newsoverview #newsitems a.newsitem span.date {
	display:block;
	width:70px;
	height:23px;
	float:left;
	overflow:hidden;
}

#newsoverview #newsitems a.newsitem span.title {
	color:#d90000;
	font-weight:bold;
}
/*
#newsoverview #newsitems a.newsitem span.shortcontent {
	text-align:left;
}
*/

/* CASESOVERVIEW.HTML */

#casesoverview {
	width:558px;
	min-height:272px;
	float:left;
}

#casesoverview div.caseheader {
	font-family:Helvetica,Arial,Verdana;
	font-size:23px;
	color:#d90000;
	/*text-align:left;*/
	text-decoration:none;
}

#casesoverview #caseitems {
	margin-top:15px;
	width:560px;
}

#casesoverview #caseitems a.caseitem {
	display:block;
	height:23px; /* 39 - (top-padding + bottom-padding) */
	padding:8px 0px;
	width:560px;
	border-bottom:1px #e8e8e8 solid;
	overflow:hidden;
	text-decoration:none;
}

#casesoverview #caseitems a.caseitem span.date {
	display:block;
	width:70px;
	height:23px;
	float:left;
	overflow:hidden;
}

#casesoverview #caseitems a.caseitem span.title {
	color:#d90000;
	font-weight:bold;
}
/*
#casesoverview #caseitems a.caseitem span.shortcontent {
	text-align:left;
}
*/

/* DOMAINWIZLEFTINFO.HTML */
#domainwizleftinfo {
	width:194px;
	min-height:272px;
	float:left;
	overflow:hidden;
}

#domainwizleftinfo #domainwizinfobody {
	width:150px; /* 170 - padding */
	padding:10px;
	background-color:#e6e6e6;
	overflow:hidden;
}

#domainwizleftinfo #domainwizinfoheader {
	width:150px; /* 170 - padding */
	padding:0px 10px;
	height:26px;
	line-height:26px;
	background:url('/shared/images/custom/hosting/template/pdmenuheader.gif') repeat-x top left;
	font-weight:bold;
	color:white;
	overflow:hidden;
}

/* DOMAINWIZCONTENTSTEP2.HTML */

#domainwizcontent #domainreg {
	margin-top:10px;
	overflow:hidden;
}

#domainwizcontent div#domainheader {
	display:block;
	margin:20px 0px 10px 0px;
	background:url('/shared/images/custom/hosting/hostingwizzard/stap2/domeinheader.gif') no-repeat top left;
	padding-left:200px;
	height:30px;
	line-height:30px;
}

#domainwizcontent div#hostingheader {
	display:block;
	margin:20px 0px 10px 0px;
	background:url('/shared/images/custom/hosting/hostingwizzard/stap2/hostingheader.gif') no-repeat top left;
	padding-left:200px;
	height:30px;
	line-height:30px;
}

#domainwizcontent #hostingpak {
	margin-top:10px;
	overflow:hidden;
}

#domainwizcontent div.domaincheckrow img.icon {
	vertical-align:-30%; /* tweaked for IE7, FF2 needs -70% */
}

/* DOMAINWIZCONTENTSTEP4.HTML */

#orderoverview, #addressinfo {
	margin-bottom:20px;
}

#addressinfo {
	width:426px;
	float:left;
}

#addressinfo div.label {
	width:95px;
	margin-right:10px;
	text-align:right;
	font-weight:bold;
	height:23px;
	line-height:23px;
	float:left;
	overflow:hidden;
	white-space:nowrap;
}

#addressinfo div.info {
	height:23px;
	line-height:23px;
	float:left;
	overflow:hidden;
	white-space:nowrap;
}

#datachecked {
	width:300px;
	height:200px;
	float:right;
	padding:10px;
}

#datachecked a {
	display:block;
	margin-top:20px;
	float:right;	
}

/* DOMAINWIZCONTENTSTEP***.HTML */
#domainwizcontent {
	width:792px; 
	min-height:272px;
	float:left;
	overflow:hidden;
}
   
#domainwizcontent #wiznavigation {
	width:792px; 
	height:38px;
	border-bottom:solid 1px #e6e6e6;
	margin-bottom:10px;
}

#domainwizcontent #wiznavigation a {
	
}

#domainwizcontent #wiznavigation a img {
	border:0;
}

#domainwizcontent #domaincheck {
	width:792px; 
	float:left;
	overflow:hidden;
}

#domainwizcontent div.domaincheckheader {
	/* width done inline (- padding) */
	background-color:#f3f3f3;
	height:37px;
	line-height:38px;
	border-top:solid 1px #e6e6e6;
	border-bottom:solid 1px #e6e6e6;
	border-right:solid 1px #e6e6e6;
	/* left border done inline */
	float:left;
	font-size:15px;
	color:#424242;
	font-weight:bold;
	padding:0px 10px;
	overflow:hidden;
	white-space:nowrap;
}

#domainwizcontent div.domaincheckfooter {
	/* width done inline (- padding) */
	height:37px;
	line-height:38px;
	border-bottom:solid 1px #e6e6e6;
	border-right:solid 1px #e6e6e6;
	/* left border done inline */
	float:left;
	font-size:15px;
	color:#d90000;
	font-weight:bold;
	padding:0px 10px;
	overflow:hidden;
	white-space:nowrap;
}

#domainwizcontent #domaincheck form#domains {
	padding:0;
	margin:0;
}

#domainwizcontent #domaincheck form#domains div { /* FIX: This is not needed for FF but IE 7 and 6 made up a weird height for these div's */
	height:23px;
	line-height:24px;
	border-bottom:solid 1px #e6e6e6;
	overflow:hidden;
}

#domainwizcontent div.domaincheckrow,#domainwizcontent div.domaincheckrowok,#domainwizcontent div.domaincheckrownotok {
	/* width done inline (- padding) */
	height:23px;
	line-height:24px;
	border-bottom:solid 1px #e6e6e6;
	border-right:solid 1px #e6e6e6;
	/* left border done inline */
	float:left;
	color:#424242;
	padding:0px 10px;
	overflow:hidden;
}

#domainwizcontent div.domaincheckrowok {
	color:#e40000;
	font-weight:bold;
}

#domainwizcontent div.domaincheckrownotok {
	color:#32a300;
	font-weight:bold;
}

#domainwizcontent form#domainrecheck {
	margin:0;
	padding:0;
	display:block;
	margin-top:10px;
	padding:0px 15px;
	width:457px; /* 487 - padding*/
	height:37px;
	background-color:#f3f3f3;
	border:solid 1px #e6e6e6;
	overflow:hidden;
	float:left;
}

#domainwizcontent form#domainrecheck label {
	display:block;
	width:270px;
	height:37px;
	line-height:37px;
	overflow:hidden;
	float:left;
}

#domainwizcontent form#domainrecheck input.text {
	display:block;
	float:left;
	width:141px; /* 145 - padding */
	height:16px; /* 20 - padding */
	margin:7px 0px 7px 10px;
	padding:2px;
}

#domainwizcontent form#domainrecheck input.submit {
	background-image:url('/shared/images/custom/hosting/hostingwizzard/stap1/submit.gif');
	width:16px;
	height:16px;
	border:0;
	padding:0;
	margin:10px 5px;
	/*vertical-align:25%;  /*this fucks up align in FF but is needed for IE */
	cursor:pointer;
	float:left;
}

#domainwizcontent a.nextstep {
	cursor:pointer;
	margin-top:18px;
	margin-right:10px;
	display:block;
	float:right;
}

#domainwizcontent a.nextstep img {
	border:0;
}

#domainwizcontent hr {
	display:block;
	border:0;
	padding:0;
	margin:10px 0px;
	color:#e6e6e6;
	background-color:#e6e6e6;
	height:1px;
}

/*LEFT_MENU.HTML */
#leftmenu {
	width:194px;
	min-height:272px;
	float:left;
	overflow:hidden;
}

#leftmenu #pdmenu {
	width:194px;
}

#leftmenu #pdmenu div.pdheader {
	width:150px; /* 170 -(padding-left+padding-top) */
	padding:0px 10px;
	height:26px;
	line-height:26px;
	background:url('/shared/images/custom/hosting/template/pdmenuheader2.gif') repeat-x top left;
	font-weight:bold;
	color:white;
	overflow:hidden;
}

#leftmenu #pdmenu a.pditem {
	display:block;
	width:145px; /* 170 -(padding-left) */
	height:26px;
	line-height:26px;
	background: #e6e6e6 url('/shared/images/custom/hosting/template/pdmenudot.gif') no-repeat 7px center;
	border-top:1px white solid;
	padding-left:25px;
	text-decoration:none;
	overflow:hidden;
}

#leftmenu #pdmenu a.pditem:hover {
	background-color:#c8c8c8;	
}

#leftmenu #prmenu {
	width:194px;
	margin-bottom:10px;
}

#leftmenu #prmenu div.prheader {
	width:150px; /* 170 -(padding-left+padding-top) */
	padding:0px 10px;
	height:26px;
	line-height:26px;
	background:url('/shared/images/custom/hosting/template/pdmenuheader.gif') repeat-x top left;
	font-weight:bold;
	color:white;
	overflow:hidden;
}

#leftmenu #prmenu a.item,#leftmenu #prmenu a.item_mo {
	display:block;
	width:145px; /* 170 -(padding-left) */
	height:26px;
	line-height:26px;
	background: #e6e6e6 url('/shared/images/custom/hosting/template/pdmenudot.gif') no-repeat 5px center;
	border-top:1px white solid;
	padding-left:25px;
	text-decoration:none;
	overflow:hidden;
}

#leftmenu #prmenu a.item:hover, #leftmenu #prmenu a.item_mo:hover {
	background-color:#c8c8c8;
}

#leftmenu #prmenu a.item_mo {
	background-image:url('/shared/images/custom/hosting/template/pdmenudot.gif');
	background-color:#c8c8c8;
}
	
#leftmenu #prmenu a.subitem, #leftmenu #prmenu a.subitem_mo {
	display:block;
	width:145px; /* 170 -(padding-left) */
	height:26px;
	line-height:26px;
	background-color: #e6e6e6;
	border-top:1px white solid;
	padding-left:25px;
	text-decoration:none;
	overflow:hidden;
}

#leftmenu #prmenu a.subitem:hover, #leftmenu #prmenu a.subitem_mo {
	background-color:#c8c8c8;	
}

#leftmenu #pccheck {
	width:194px;
	margin-bottom:10px;
}

#leftmenu #pccheck div.pcheader {
	width:150px; /* 170 -(padding-left+padding-top) */
	padding:0px 10px;
	height:26px;
	line-height:26px;
	background:url('/shared/images/custom/hosting/template/pdmenuheader.gif') repeat-x top left;
	font-weight:bold;
	color:white;
	overflow:hidden;	
}

#leftmenu #pccheck form.pcbody {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:150px; /* 170 -(padding-left+padding-top) */
	height:40px;
	padding:4px 10px;
	background-color:#e6e6e6;
	overflow:hidden;
}

#leftmenu #pccheck form.pcbody input.text {
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	padding:2px;
	height:14px; /* 18 - (padding-left+padding-right) */
	width:115px; /* 122 - (padding-left+padding-right) */
	line-height:18px;  
	float:left;
	font-style:italic;
}

#leftmenu #pccheck form.pcbody input.submit {
	position:absolute;
	top:13px;
	left:140px;

	background-image:url('/shared/images/custom/hosting/template/button.gif');
	background-repeat:no-repeat;
	/*HACK: border:1px.. did not work in IE so I gave the buttons a 2px width and 2px height extra to get a simular effect */
	width:18px; /* 16px -(border-left + border-right) */
	height:18px;/* 16px -(border-left + border-right) */
	border:0px white solid;/*1px white solid;*/
	padding:0;
	margin:0;
	cursor:pointer;
	float:left;
}

/* DOMAINWIZCONTENTSTEP***.HTML */
div.hostingblock {
	width:280px; 
	float:left;
	margin-right:30px;
}

div.hostingblock div.hbbodytop {
	border-left:1px #e6e6e6 solid;
	border-right:1px #e6e6e6 solid;
	border-bottom:1px #e6e6e6 solid;
	height:65px;/* 85 - 20 padding*/
	width:258px;/* 278 - 20 padding*/ 
	padding:10px;
	text-align:justify;
}

div.hostingblock div.hbbodybot, div.hostingblock form.hbbodybot {
	border-left:1px #e6e6e6 solid;
	border-right:1px #e6e6e6 solid;
	border-bottom:1px #e6e6e6 solid;
	height:70px;/* 100 - 30 padding*/
	width:248px;/* 278 - 30 padding*/ 
	padding:15px;
	background-color:#f2f2f2;
}

div.hostingblock div.hbbodybot img.screen {
	display:block;
	float:left;
}

div.hostingblock div.hbbodybot img.down {
	margin-top:55px;
	display:block;
	float:right;
}

div.hostingblock form.hbbodybot label {
	display:block;
	float:left;
	width:90px;
	height:20px;
	line-height:20px;
	text-align:right;
	margin-right:10px;
}

div.hostingblock form.hbbodybot input.text {
	display:block;
	float:left;
	width:136px; /* had to cut off 3px for IE6 */
	height:16px;
	line-height:20px;
	padding:0;
	padding-left:5px;
	font-style:italic;
	
}

div.hostingblock form.hbbodybot div.login {
	display:block;
	float:right;
	margin-top:15px;
	height:16px;
	font-weight:bold;
}

form#adresgegevens {
	margin-top:20px;
	display:block;
}

form#adresgegevens div.header {
	height:36px;
	line-height:36px;
	padding:0px 10px;
	border:1px #e6e6e6 solid;
	background-color:#f3f3f3;
}

form#adresgegevens div.header div.uwadres {
	color:#d70000;
	font-size:15px;
	font-weight:bold;
	float:left;	
}

form#adresgegevens div.header div.letop {
	color:#d70000;
	font-size:11px;
	font-weight:bold;
	margin-left:40px;
	float:left;
}

form#adresgegevens div#questions {
	width:268px; /* had to cut off 2px for IE6 */
	height:278px;
	border-right:1px #e6e6e6 solid;
	border-bottom:1px #e6e6e6 solid;
	float:right;
	
}

form#adresgegevens div#questions label {
	display:block;
	height:20px;
	line-height:20px;
	margin-left:10px;
	font-weight:bold;
}

form#adresgegevens div#questions textarea {
	width:245px;
	height:230px;
	margin-left:10px;
	margin-top:10px;
	padding-left:5px;
}

form#adresgegevens div.formrow {
	height:30px;
	width:518px;
	border-left:1px #e6e6e6 solid;
	border-right:1px #e6e6e6 solid;
	border-bottom:1px #e6e6e6 solid;
	overflow:hidden;
	line-height:30px;
	white-space:nowrap;
}

form#adresgegevens div.formrow label {
	display:block;
	width:90px;
	float:left;
	margin-right:10px;
	text-align:right;
	font-weight:bold;
	height:30px;
	line-height:30px;
	/* for some elements the width is overwritten inline */
	/* for some elements the margin is overwritten inline */
	/* for some elements the text-align is set to left inline */
}

form#adresgegevens div.formrow input.text {
	margin:0;
	padding:0;
	height:18px;
	float:left;
	margin-top:5px;
	/* width is done inline */
	padding-left:5px;
}

form#adresgegevens div.formrow input.radio {     
	margin-top:5px;
	float:left;
}

form#adresgegevens div.formrow select { 
	margin-top:5px;
	float:left;
	width:235px;
}

form#adresgegevens div.formrow input.checkbox {     
	margin-top:5px;
	float:left;
}

form#adresgegevens input.tostep4 {
	margin-top:20px;
	float:right;
	margin-bottom:10px;
}

form#adresgegevens .obligated {
	background-color:#fffde4; /* NOTICE: most of this is done inline;*/
}

/* DOMAINS FOR SALE */
#d_domainsforsale_head1 {
	border-left: 1px solid rgb(230, 230, 230);
	border-bottom: 1px solid rgb(230, 230, 230);
	color: white;
	font-weight: bold;
}
#d_domainsforsale_td1 {
	width: 300px;
	border-bottom: 1px solid rgb(230, 230, 230);
	border-left: 1px solid rgb(230, 230, 230);
}
#d_domainsforsale_td2 {
	border-bottom: 1px solid rgb(230, 230, 230);
	border-left: 1px solid rgb(230, 230, 230);
	border-right: 1px solid rgb(230, 230, 230);
}
#d_domainsforsale_td2 a {
	text-decoration: none;
}
#d_domainsforsale_td2 a:hover {
	text-decoration: underline;
}


/* GENERAL */

.clear {
	clear:both;
}

.strong {
	font-weight:bold;
}

.fberror {
	color:red;
	font-weight:bold;
}

.fbsucces {
	color:green;
	font-weight:bold;
}

form {
	padding:0px;
	margin:0px;
}

pre {
	background-color:#E6E6E6;
	border: dotted 1px black;
	font-size:12px;
	font-family:courier;
	padding:10px;
}




/* CM2FORMS.HTML */
#cm2content
{
	width:994px;
}

#cm2error
{
	color:#ff0000;
	font-weight:bold;
	margin-top:20px;
}

#cm2content #cm2form
{
	line-height:18px;
	width:350px;
	padding:0px 0px 16px 0px;
	float:left;
}

#cm2content #cm2form form.cm2body
{
	margin:0;
	display:block;
	padding:20px 5px 0px 0px;
	width:340px;
	height:540px;
	font-weight:bold;
	overflow:hidden;
}
#cm2content #cm2form form.unsubscribe
{
	height:410px;
}

#cm2content #cm2form form.cm2body input.checkbox
{
	margin-top:10px 0px;
}

#cm2content #cm2form form.cm2body input.radio
{
	margin-top:10px 0px;
}

#cm2content #cm2form form.cm2body br
{
	clear:both;
}

#cm2content #cm2form form.cm2body table td
{
	font-weight:normal;
	padding:6px 0px 0px 0px;
}

#cm2content #cm2form form.cm2body table a span
{
	display:none;
}

#cm2content #cm2form label.normal
{
	font-weight:normal;
}

#cm2content #cm2form span
{
	color:#d90000;
}
#cm2content #cm2form .dark
{
	color:#333333;
}


