BODY
{
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	background: #202e3b;
	background-color: #202e3b;
}

BODY.admin
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: #ffffff;
	background-color: #ffffff;
	overflow: scroll;
}

FORM
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

H1
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	line-height: 20px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
}

.smallwhite
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.smallgrey
{
	font-family: Verdana;
	font-size: 10px;
	color: #E3E3E3;
}

.contenttext, .contenttext TABLE
{
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}


A:link, A:visited, A:active
{
	text-decoration: none;
	font-weight: bold;
	color: #6290A7;
}

A:hover, A:visited:hover, A:active:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #6290A7;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}

P
{
	margin-top: 0px;
	margin-bottom: 10px;
}

UL, OL
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

INPUT.TextBox
{
	border: 1px inset Silver;
	border-style: inset;
	border-color: Silver;
	border-width: 1px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

SELECT.DropDown
{
	border: 1px inset Silver;
	border-style: inset;
	border-color: Silver;
	border-width: 1px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

INPUT.Button
{
	border: 1px ridge Silver;
	border-style: ridge;
	border-color: Silver;
	border-width: 1px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	cursor: hand;
	cursor: pointer; /* netscape */
}

LABEL.CallMe
{
	vertical-align: top;
	position: relative;
	top: 4px;
}

/* Check domain name / Search our site */

TABLE.contentDomainSearch
{
	/*background: url(../images/DomainCheck_Background.gif);*/
	/*background-image: url(../images/DomainCheck_Background.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	width: 220px;
	height: 103px;
}

TABLE.contentDomainSearch INPUT.TextBox
{
	border: inset 1px Silver;
	border-style: inset;
	border-width: 1px;
	border-color: Silver;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	width: 150px;
	height: 19px;
}

.domaincheckbox
{
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	border-style: none;
	border-width: 0;
	background: #F3F3F3;
	color: #666666;
}


/* Producten */

.tblService
{
	background: url(../images/ServiceTBback.gif) bottom no-repeat;
	background-image: url(../images/ServiceTBback.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #f3f3f3;
}

A.service, A.service:active, A.service:visited
{
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	width: 198px;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

A.service:hover, A.service:active:hover, A.service:visited:hover
{
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	width: 198px;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

TABLE.tblProducten TD
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}

/* Footer */

.footer, .footer A
{
	font-family: Verdana;
	font-size: 10px;
	color: #6290A7;
}

.thumbdev {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	border-bottom-style: solid;
}