#CE_Editor1_ID {
	height:800px;
	width:569px;
}
body, html {
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
	color: #707072;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/bg.jpg) 0 0 repeat-x;
}
#wrapper {
	width: 1000px;
	padding-bottom: 15px;
	background: #fff;
	position: relative;
}
a img {
	border: none;
}
/***HEADER***/
#header {
	width: 869px;
	height: 200px;
	background: #fff;
	position: relative;
	float: left;
}
#header img {
	display: block;
	float: left;
}
#header img#logo {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/***SIDEBAR***/
#sidebar {
	width: 143px;
	padding-left: 107px;
	padding-bottom: 400px;
	background: #fff url(../images/webhype_08.jpg) 0 0 no-repeat;
	text-align: right;
	float: left;
}
#sidebar form {
	width: 143px;
	text-align: right;
	font-size: 11px;
}
#sideDeco {
	width: 50px;
	height: 400px;
	background: url(../images/webhype_10.jpg) 0 0 no-repeat;
	float: left;
}
/***CENTER***/
#center {
	width: 569px;
	min-height: 1000px;
	background: url(../images/contentbg.jpg) bottom right no-repeat;
	overflow: hidden;
	float: left;
}
#rightBar {
	width: 131px;
	height: 580px;
	background: url(../images/webhype_06.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
.breadcrumbs { 
	margin-bottom: 15px;
	display:block;
}

/***ORIGINAL STYLES***/
.content {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.verticalText {
	/* IE-only DX filter */
    writing-mode: tb-rl;
	filter: flipv fliph;
	/* Safari/Chrome function */
    -webkit-transform: rotate(270deg);
	/* works in latest FX builds */
    -moz-transform: rotate(270deg);
}
a.info {
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
}
a.info:hover {
	z-index:24;
	text-decoration:none;
}
a.info span {
	display: none
}
a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	padding:10px;
	top:2em;
	right:2em;
	width:33em;
	border:1px solid #96bf0d;
	background-color:white;
	color:#707072;
	text-align: left;
	text-decoration:none;
}
#loginfrm, #portfoliohead {
	margin: 0;
}
#headerfilters {
	padding:  10px;
	border: 1px solid #b2b2b2;
	width: 530px;
	margin-bottom: 10px;
}
#sitetypes {
	height: 150px;
	width: 195px;
	float:right;
	display: none;
}
#modules {
	border-right: 0px solid #b2b2b2;
	padding-right: 5px;
	width: 100%;
}
#sitetypes a, #modules a {
	color:#707072;
	font-weight:normal;
	padding: 0 8px 10px 0;
	text-decoration:none;
}
#modules a:hover {
	text-decoration:underline;
}
#portfoliocustomers {
}
#domeintekooplayer {
	position:absolute;
	left: 600px;
	top: 770px;
	padding: 20px 20px 50px 20px;
	border: dashed #96bf0d 4px;
	background: #fff;
}
#footerbalk {
	margin-left:150px;
	margin-right: 131px;
	padding-bottom: 10px;
	border: 1px dashed #b2b2b2;
	background: transparent;
	font-size: 12px;
}
#footerbalk a {
	color:#707072;
	font-weight:normal;
	text-decoration:none;
	color: #999;
	padding:0 10px 10px 0;
}
#footerbalk a:hover {
	text-decoration:underline;
}
/*item box*/
.line {
	margin:0;
	padding:0;
	border-bottom: 1px solid #b2b2b2;
}
.item {
	padding-top: 10px;
	width: 540px;
	position: relative;
}
.item:hover {
	background-color: #e9f3d9;
}
.item .thumb {
	display: block;
	width: 120px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
.item .thumb img {
	padding: 20px 10px;
}
.item h3 {
	width: 410px;
	font-size: 14px;
	color: #96bf0d;
	font-weight:bold;
	padding-top: 0px;
	margin: auto 0;
	margin-bottom: 5px;
	padding-left: 10px;
	float: left;
}
.itemData {
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin: auto 0;
	margin-bottom: 5px;
}
.itemUrl, .itemMods {
	width: 410px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	float: left;
	position: relative;
}
.itemMods {
	margin: auto 0;
	margin-bottom: 5px;
}
.itemMods a {
	color:#707072;
	font-weight:normal;
	text-decoration:none;
}
.itemMods a:hover {
	text-decoration:underline;
}
.cleaner {
	clear: both;
	height: 1px;
	margin-top: -1px;
	line-height: 0px;
}
.thumbnail {
	position: relative;
	z-index: 10000;
	color: #fff;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail .enlarged { /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #707072;
	text-decoration: none;
	width: 240px;
}
.thumbnail .enlarged img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover .enlarged { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -50px;
	left: 60px; /*position where enlarged image should offset horizontally */
}
/* POPUP call me now */
#CMN_InfoPopup {
	border: solid 1px Gray;
	background-color: white;
}
table.CMN_info {
	background-color: white;
}
td.CMN_InfoHeader {
	background-color: #707072;
	color: White;
}
td.CMN_InfoText {
	background-color: white;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #333;
	font-weight: 500;
}
/* POPUP call me now */

a {
	text-decoration:underline;
	color: #707072;
}
a:hover {
	text-decoration:none;
}
#linkermenu {
	margin-top: 10px;
	margin-bottom: 20px;
}
#linkermenu a {
	font-family:Georgia, New Times Roman;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	color: #707072;
	width: 142px;
	height: 22px;
	display:block;
	font-size: 13px;
	padding: 4px 0 0px 0;
}
#linkermenu .submenu {
	font-size: 12px;
	padding: 0;
}
#linkermenu .last{
	border-bottom: 1px solid #96bf0d;
}
#linkermenu a.submenuon {
	font-size: 12px;
	color:#96bf0d;
	padding: 0;
}
#linkermenu a.on {
	font-size: 12px;
	font-weight:bold;
	color:#96bf0d;
	border-top: 1px solid #96bf0d;
	padding: 4px 0 0 0;
}
#linkermenu a.onnosub {
	font-size: 12px;
	font-weight:bold;
	color:#96bf0d;
	border-bottom: 1px solid #96bf0d;
	border-top: 1px solid #96bf0d;
}
#linkermenu a:hover {
	font-family:Georgia, New Times Roman;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	color: #96bf0d;
}
#linkermenu a.on:hover, #linkermenu a.onnosub:hover {
	font-family:Georgia, New Times Roman;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	color: #96bf0d;
}
#webhosters {
	margin-bottom:10px;
	border:0px;
	width:137px;
	height:41px
}
#showwait {
	background-color: #FFF;
	border: solid #CCC 1px;	
	padding:80px;
	position:absolute;
	width:250px;
	left:300px;
	top:400px;
	display:none;
}
a .gry, a:visited .gry {
	text-decoration:none;
	font-weight:normal;
	color: #707072;
}
a:hover .gry {
	text-decoration:none;
	font-weight:normal;
	color: #96bf0d;
}
.style2 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
b.header {
	font-family:Georgia, New Times Roman;
	font-size: 9pt;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	color: #707072;
}
TD {
	font-size: 9pt;
}
H1, .H1 {
	font-family:Georgia, New Times Roman;
	color: #96bf0d;
	font-weight:bold;
	font-size: 14pt;
	margin-top: 5px;
}
H2, .H2 {
	font-family: Trebuchet MS, Arial;
	color: #96bf0d;
	font-weight:bold;
	font-size: 10pt;
}
H3, .H3 {
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	color: #707072;
	font-size: 10pt;
}
H4, .H4 {
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	text-decoration:none;
	font-weight:bold;
	color: #96bf0d;
	margin-bottom:7px;
}
H5, .H5 {
	margin-top:0px;
	font-family:Georgia, New Times Roman;
	font-size: 13px;
	font-weight:normal;
	font-style:italic;
	color: #707072;
	line-height:22px;
}
.login {
	color: #707072;
	width:130px;
	font-size: 9pt;
	margin: 5px auto;
}
.logindd {
	color: #707072;
	width:135px;
	font-size: 9pt;
	margin: 5px auto;
}
.filter {
	color: #707072;
	font-size: 10pt;
}
.loginbutton {
	color: white;
	background: #707072;
	width:80px;
	font-size:9px;
	border:0px;
	padding: 2px 0px 0px 0px;
	display:block;
	margin-left:8px;
}
.namehosting {
	
}
.namehostingheader {
	font-family:Georgia, New Times Roman;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	color:#414141;
	font-size:13px;
}
.basishosting {
	color:#707072;
	text-align:center
}
.profihosting {
	color:#707072;
	text-align:center
}
.extrahosting {
	color:#707072;
	text-align:center
}
.superhosting {
	color:#707072;
	text-align:center
}
.maintable {
	padding: 20px;
}
#hand {
	cursor:pointer;
}
img {
	border-top: solid 0px;
	border-bottom: solid 0px
}
.button {
	background-color: #D7E5F2;
	color: #102132;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
}
.labelcelldomain {
	font-weight: normal;
	color: #707072;
	font-size: 10pt;
}
.labelcell {
}
.labelheadcell {
	font-weight:bold;
}
.contactformlabelcell {
	width: 90px;
}
.bestelformlabelcell {
	height:25px;
}
.imageeditdiv {
	position:absolute;
	display: none;
	left:100px;
}
.imageeditpopup {
	background-color: #DEDEDE;
	border: solid #0062c4 1px;
	padding-left:40px;
	width: 375px;
	height: 205px;
}
.artikelpopupheader {
	background-color:#0062c4;
}
.sitemap {
	line-height:15px;
}
.imagedetail {
	padding: 20px;
}
.imageoverview {
	cursor:pointer;
	padding: 19px;
}
.RRT {
	height: 10px;
	width: 7px;
	background-image: url(../images/cp/RRT.png);
	background-repeat: no-repeat;
}
.RR {
	width: 7px;
	background-image: url(../images/cp/RR.png);
	background-repeat: repeat-y;
}
.BBL {
	height: 7px;
	width: 9px;
	background-image: url(../images/cp/BBL.png);
	background-repeat: no-repeat;
}
.BB {
	height: 7px;
	background-image: url(../images/cp/BB.png);
	background-repeat: repeat-x;
}
.BBR {
	height: 7px;
	width: 9px;
	background-image: url(../images/cp/BBR.png);
	background-repeat: no-repeat;
}
.tablecontent1 {
	font-size:11px;
	color:#000
}
.tablecontent2 {
	font-size:10px;
	color:#222
}
.tablecontent3 {
	font-size:9px;
	color:#777
}
#portfoliocustomers {
	width:540px;
}
#portfoliocustomers hr {
	margin-bottom: -0px;
}
	.zoekwoordgevonden						{font-weight:bold; color:#222;}

	#contactform td {padding:15px 5px 0px 0;}
	
	#admincontent 								{}
	

