/****************************** tooltip bestellen *******************************/
a.tooltip span {
display:none;
padding:2px 3px;
margin-left:8px;
width:395px;
}
a.tooltip:hover span{
display:inline;
position:absolute;
/*position:absolute; top: 45px; right: 10px;*/
background:#ffffe1;
border:1px solid #ccc;
color:#6c6c6c;
}
/****************************** tooltip webhostingpakketten *******************************/
a.tooltip2 span {
display:none;
padding:2px 3px;
margin-left:8px;
width:400px;
}
a.tooltip2:hover span{
display:inline;
position:absolute;
background:#ffffe1;
border:1px solid #ccc;
color:#6c6c6c;
}
/****************************** carousel referenties *******************************/
.carousel_container {
width: 650px;
height: 400px;
margin: 0px auto;
}
/****************************** image hover on link *******************************/
a.screen, a.screen:visited {
position:relative; 
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:220px; /* give it a width */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:0px solid #ccc; /* add a border */
left:-5px; /* position:the image */
top:-222px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
}
a.screen:hover b {
position:absolute;
visibility:visible; /* make the image visible */
height:220px; /* now give it a height */
cursor:pointer; /* for IE */
padding:0px 0px;
}
a.screen:hover b img {
border:0; /* remove the link border */
}
/****************************** TAGS *******************************/

img.floatRight { 
    float: right; 
    margin: 3px; 
}

img.floatLeft { 
    float: left; 
    margin: 3px; 
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font: 11px Verdana;
	color: #515151;
	line-height: 17px;
}

img {
	vertical-align: top;
}

a {
	text-decoration: underline;
	color: #1a88b4;
}

.stippel {
	text-decoration: none;
	border-bottom: 1px #1a88b4 dotted;
}

.stippelwit {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px #ffffff dotted;
}

.homepakketlink {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border-width: 0;	
}

ul {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	font: bold 16px Verdana;
	color: #00437a;
}

/******************************** GLOBAL CLASSES *********************************/

.clear-left {
	clear: left;
	height: 0;
	overflow: hidden;	
}

.clear-right {
	clear: right;
	height: 0;
	overflow: hidden;
}

.clear-all {
	clear: both;
	height: 0;
	overflow: hidden;	
}

.abs-top {
	position: absolute;
	left: 0;
	top: 0;
}

.abs-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}

/******************************** index.html *********************************/

.layout {
	width: 968px;
	margin: 0 auto;
}

.head {
	width: 960px;
	margin: 0 auto;
}

.menu {
	width: 960px;
	height: 29px;
	margin: 9px auto 0 auto;
	background: url("../images/menu-bg.gif") no-repeat;
	text-align: right;
	position: relative;
	z-index: 10000;
	margin-bottom: 1px;
}

.menu ul {
	height: 29px;
	padding-left: 264px;
}

.menu ul li {
	float: left;
	text-align: center;
	position: relative;
	background: url("../images/menu-spacer.gif") left 9px no-repeat;
}

.menu ul li.item-1 { width: 60px; background-image: none; }
.menu ul li.item-2 { width: 95px; }
.menu ul li.item-3 { width: 120px; }
.menu ul li.item-4 { width: 90px; }
.menu ul li.item-5 { width: 80px; }
.menu ul li.item-6 { width: 90px; }
.menu ul li.item-7 { width: 70px; }
.menu ul li.item-8 { width: 70px; }

.menu ul li a {
	font: 12px Arial;
	color: #ffffff;
	line-height: 29px;
	text-decoration: none;
}

.menu ul li a:hover {
	font-weight: bold;
}

.menu ul li ul {
	width: 135px;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 29px;
	padding: 0;
	display: none;
	background: url("../images/blank.gif") repeat;
}

.menu ul li ul.last {
	left: -40px;
}

.menu ul li ul li {
	display: block;
	width: 100%;
	float: left;
	background: url("../images/submenu-bg.png") repeat-y;
	text-align: left;
	position: static;
}

.menu ul li ul li.item-bottom {
	background-image: none;
}

.menu ul li ul li a {
	display: block;
	font: 11px Verdana;
	color: #515151;
	padding: 7px 12px 8px 12px;
	border-top: 1px solid #bacdd5;
	margin: 0 4px;
}

.menu ul li ul li a.first {
	border-top-width: 0px;
}

.menu ul li ul li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.menu ul li ul li h2 {
	font: bold 11px Verdana;
	color: #009cda;
	background-color: #d3edf7;
	padding: 14px 12px;
	margin: 0 4px;
}

.right {
	width: 252px;
	float: right;
}

.grey {
	width: 245px;
	background: #d2d2d2 url("../images/grey-block-bg.gif") repeat-y;
	position: relative;
	left: 3px;
	margin-top: 8px;
}

.grey .inner {
	background: url("../images/grey-block-top.gif") no-repeat;
	height: 167px;
	position: relative;
	padding: 8px 14px;
}

.grey .inner .bottom-img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.grey h2 {
	padding-bottom: 5px;
}

.grey p {
	padding-top: 15px;
}

.scroller {
	height: 39px;
	overflow: hidden;
	margin-top: 15px;
}

.overzicht {
	height: 23px;
	overflow: hidden;
}

.overzicht a {
	display: block;
	width: 132px;
	height: 23px;
	float: right;
	text-indent: -99999px;
	background: url("../images/overzicht.gif") no-repeat;
}

.arrow-left,
.arrow-right {
	float: left;
	cursor: pointer;
}

.target {
	width: 181px;
	height: 39px;
	float: left;
	overflow: hidden;
}

.target div {
	width: 181px;
	height: 39px;
}

.domain {
	text-align: right;
	padding-top: 8px;
}

.input {
	display: inline-block;
	background: #ffffff url("../images/input.gif") right top no-repeat;
	float:left;
}

.input2 {
	display: inline-block;
	background: #ffffff url("../images/input.gif") right top no-repeat;
	width: 148px;
	float:left;
}

.input-inner {
	display: inline-block;
	height: 25px;
	background: url("../images/input.gif") left top no-repeat;
	margin-right: 3px;
}

.inner #el11 {
	margin:1px 0px 0px 5px;
}

.inner #el11 {
	font-size /*\**/:1.6em\9;
}

.input-inner input {
	width: 141px;
	height: 16px;
	border-width: 0px;
	background: transparent;
	font: 11px Verdana;
	color: #515151;
	padding: 0 5px;
	margin-top: 5px;
}

.submit {
	width: 71px;
	height: 23px;
	background: url("../images/zoeken.gif") no-repeat;
	border-width: 0px;
	cursor: pointer;
	margin-top: 4px;
}

.sel {
	width: 63px;
	height:22px;
	float: left;
	font: 10px Verdana;
}

.seltest {
	font: 11px Verdana;
	color:#515151;
	padding:5px 0px 0px 0px;
}

#el11 { font-size:1.5em }

#el11 { 
	font-size /*\**/:1.5em\9;
	padding-top /*\**/:1px\9;
}

.notebook {
	width: 218px;
	height: 81px;
	background: url("../images/notebook-bg.jpg") no-repeat;
	margin-top: 5px;
	padding: 12px 17px 0px 17px;
}

.notebook p {
	font: bold 13px verdana;
	color: #00437a;
	line-height: 18px;
	padding-top: 12px;
}

.pakketten {
	width: 560px;
	height: 143px;
	float: left;
	background: url("../images/pakketten.jpg") no-repeat;
	margin-top: 8px;
	position: relative;
	left: 4px;
	padding-left: 147px;
	color: #ffffff;
}

.pakketten strong {
	color: #003d71;
}

.pakketten p {
	font-size: 16px;
	line-height: 36px;
}

.pakketten h2 {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	padding: 13px 0;
}

.pakketten p.note {
	font-size: 12px;
}

.content {
	width: 690px;
	height: 273px;
	overflow: hidden;
	float: left;
	background: url("../images/content-bg.gif") repeat-y;
	margin-top: 4px;
	position: relative;
	padding: 25px 0 25px 25px;
}

.content h2 {
	line-height: 16px;
}

.content .column {
	width: 47%;
	padding-right: 2%;
	float: left;
}

.content p {
	padding-top: 20px;
	line-height: 21px;
}

.selectform {
	width: 280px;
	border: 1px none;
}

.selectformofferte {
	width: 150px;
	border: 1px none;
}
/****************************** FAQ *******************************/
.laag {
margin: 0;
padding: 0px 0px 0px 0px;
width: 680px;
}
.laag p {
padding: 0px 0px 0px 0px;
}
.hoofd {
margin: 0px;
color: #ccccc;
font: bold 12px Verdana;
color: #00437a;
cursor: pointer;
position: relative;
}
.hoofd p {
padding: 0px 0px 0px 0px;
}
.inhoud {
padding: 0px 0px 15px 0px;
}
.inhoud p {
padding: 0px 0px 0px 0px;
}
/****************************** einde FAQ *******************************/
.trio-top {
	width: 968px;
	height: 8px;
	background: url("../images/trio-top.gif") no-repeat;
	clear: both;
	overflow: hidden;
}

.trio {
	width: 968px;
	height: 1%;
	overflow: hidden;
	background: url("../images/trio-bg.gif") repeat-y;
}

.trio div {
	width: 346px;
	padding: 0px 8px 0 5px;
	float: left;
}

.trio div.contact {
	width: 242px;
	padding: 0px 5px 0 3px;
}

.trio div h2 {
	padding: 0 20px;
	background-color: #ceeaf5;
	line-height: 32px;
}

.trio div.contact h2 {
	padding-left: 12px;
}

.trio div p {
	padding: 10px 20px 0 20px;
}

.trio div.contact table {
	margin: 10px;
}

.trio div.contact table td {
	padding: 0px 2px;
}

.trio-bottom {
	width: 968px;
	height: 7px;
	background: url("../images/trio-bottom.gif") no-repeat;
	overflow: hidden;
}

.google {
	display: inline-block;
	width: 300px;
	float:left;
}

.googlesubmit {
	width: 132px;
	height: 23px;
	background: url("../images/google-zoek-knop.gif") no-repeat;
	border-width: 0px;
	cursor: pointer;
	margin-bottom: 4px;
}

.googleinput {
	background: url("../images/input.gif") left top no-repeat;
	height: 15px;
	border-width: 0px;
	font: 11px Verdana;
	color: #515151;
	padding: 4px 4px;
	margin-bottom: 4px;
	margin-left: 10px;
}

.copyright {
	width: 964px;
	height: 34px;
	overflow: hidden;
	background: url("../images/copyright-bg.gif") no-repeat;
	position: relative;
	left: 3px;
	margin-top: 7px;
	font: 11px Verdana;
	color: #afafaf;
}

.copyright a {
	font: 11px Verdana;
	color: #afafaf;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyright {
	line-height: 34px;
}

.copyright .subj {
	float: left;
	padding-left: 18px;
}

.copyright .subj span {
	margin: 0 10px;
}

.copyright .creator {
	float: right;
	padding-right: 8px;
	padding-left: 5px;
}

.map {
	width: 960px;
	background: url("../images/map-bg.gif") repeat-x;
	margin: 10px auto 0 auto;
	height: 1%;
	overflow: hidden;
}

.map ul {
	width: 130px;
	padding: 10px 10px 25px 20px;
	float: left;
} 

.map ul li a {
	font: 10px Verdana;
	color: #848484;
	text-decoration: none;
}

.map ul li a:hover {
	text-decoration: underline;
}

/******************************** webhosting.html *********************************/

.m-wh .content {
	height: auto;
}
	
.check {
	width: 960px;
	height: 35px;
	margin: 9px auto 2px auto;
	background: url("../images/check-bg.gif") no-repeat;
	line-height: 35px;
}

.check h2 {
	display: inline;
	margin-left: 14px;
	margin-right: 20px;
}

.check p {
	display: inline;
}

.check .domain {
	text-align: left;
	padding: 0;
	float: right;
}

.check .domain {
	padding: 4px 11px 0 0;
}
 
.check .domain .input {
	float: left;
	height: 25px;
	line-height: 25px;
}

.check .domain .sel {
	float: left;
}

.check .domain .submit {
	float: left;
	margin-top: 1px;
	margin-left: 5px;
}

.vert-menu {
	width: 250px;
	position: relative;
	left: 1px;
	margin-top: 4px;
}

.vert-menu li {
	float: left;
	width: 100%;
	height: 31px;
	background: url("../images/vert-menu-bg.gif") 0px 0px no-repeat;
}

.vert-menu li.first {
	background: url("../images/vert-menu-first.gif") 0px 0px no-repeat;
}

.vert-menu li.last {
	background: url("../images/vert-menu-last.gif") 0px 0px no-repeat;
}

.vert-menu li.selected {
	background-position: 0px -31px;
}

.vert-menu-top {
	width: 250px;
	height: 3px;
	background: url("../images/vert-menu-top.gif") no-repeat;
	overflow: hidden;
}

.vert-menu-bottom {
	width: 250px;
	height: 3px;
	background: url("../images/vert-menu-bottom.gif") no-repeat;
	overflow: hidden;
}

.vert-menu li a {
	display: block;
	font: 11px Verdana;
	color: #515151;
	text-decoration: none;
	line-height: 30px;
	margin: 0px 23px 0 20px;
	padding-left: 10px;
	background: url("../images/a-marker.gif") 0px 13px no-repeat;
	border-bottom: 1px solid #d9d9d9;
}

.vert-menu li a:hover {
	text-decoration: underline;
}

.vert-menu li span {
	display: block;
	font: 11px Verdana;
	color: #515151;
	line-height: 30px;
	margin: 0px 23px 0 20px;
	padding-left: 10px;
	background: url("../images/span-marker.gif") 0px 12px no-repeat;
	border-bottom: 1px solid #d9d9d9;
}

.vert-menu li.last a {
	border-bottom-width: 0px;
}

.m-wh .empty {
	width: 202px;
	height: 58px;
	background-color: #f1f1f1;
	margin-top: 6px;
	position: relative;
	padding: 20px;
	left: 4px;
}

.content .grey-menu {
	font: 11px Verdana;
	color: #a5a5a5;
	height: 1%;
	overflow: hidden;
	padding-bottom: 15px;
}

.content .grey-menu li {
	float: left;
}

.content .grey-menu a {
	font: 11px Verdana;
	color: #a5a5a5;
	text-decoration: none;
}

.content .grey-menu a:hover {
	text-decoration: underline;
}

.content .grey-menu span {
	margin: 0 5px;
}

.cont {
	width: 242px;
	height: 1%;
	overflow: hidden;
	position: relative;
	background: url("../images/cont-bg.gif") repeat-y;
	padding: 0px 5px 5px 5px;
}

.cont h2 {
	width: 210px;
	padding: 0 20px 0 12px;
	background-color: #ceeaf5;
	line-height: 32px;
}

.cont table {
	margin: 10px;
}

.cont table td {
	padding: 0px 2px;
}

.tarifs {
	padding: 0;
	width: 97%;
}

.tarifs th {
	width: 200px;
	text-align: left;
	font-weight: normal;
	padding: 0 7px;
}

.tarifs td {
	width: 74px;
	text-align: center;
	font-weight: bold;
}

.tarifs td,
.tarifs th {
	border: 2px solid #ffffff;
	border-left-width: 0px;
	border-right-width: 0px;
	line-height: 19px;
	vertical-align: middle;
}

.tarifs td img,
.tarifs th img {
	vertical-align: middle;
}

.tarifs tr.even th,
.tarifs tr.even td {
	background-color: #d9f0f9;
}

.tarifs tr.first td {
	color: #ffffff;
}

.tarifs .tarif-1 { background-color: #45acdd; }
.tarifs .tarif-2 { background-color: #3796c8; }
.tarifs .tarif-3 { background-color: #2d80b2; }
.tarifs .tarif-4 { background-color: #1b6a9e; }
.tarifs .tarif-5 { background-color: #1a568b; }
.tarifs .tarif-6 { background-color: #0f447b; }

.tarifs .bestel {
	display: block;
	width: 74px;
	height: 23px;
	background: url("../images/bestel.gif") no-repeat;
	font: 11px Arial;
	color: #009cda;
	line-height: 23px;
	text-align: center;
	margin: 1px 0 6px 0;
}

.border {
	width: 668px;
	height: 21px;
	border: 1px solid #cccccc;
	margin-top: 15px;
	margin-bottom: -25px;
	position: relative;
}

/******************************** contact.html *********************************/

.m-cont .column {
	width: 35%;
	padding-right: 14%;
}

.m-cont .norp {
	width: 47%;
	padding-right: 2%; 
}

.m-cont .column p {
	line-height: 17px;
	padding-top: 15px;
}

.m-cont .column em {
	font-weight: bold;
	font-style: normal;
	color: #00437a;
}

.fcont {
	padding-top: 15px;
}

.fcont .label {
	width: 40%;
	float: left;
	clear: left;
}

.fcont .elem {
	width: 60%;
	float: left;
	margin-bottom: 1px;
}

.fcont .elem .text {
	width: 97%;
	border: 1px solid #dbd5cd;
	height: 18px;
	font: 11px Verdana;
	color: #515151;
	padding: 0 1%;
}

.fcont .checks {
	width: 50%;
	padding-right: 0;
	float: left;
}

.fcont .checks li {
	line-height: 21px;
}

.fcont .checks ul {
	padding-left: 17px;
}

.fcont .pad {
	padding-bottom: 15px;
}

.fcont .note {
	font-size: 9px;
	color: #009cda;
	padding-top: 3px;
}

.fcont textarea {
	width: 99%;
	height: 78px;
	border: 1px solid #dbd5cd;
	margin-top: 5px;
}

.fcont .submit {
	width: 96px;
	height: 29px;
	background: url("../images/cont-submit.gif") no-repeat;
	cursor: pointer;
	border-width: 0px;
	margin-top: 10px;
}

.m-cont .empty {
	height: 335px;
	font-weight: bold;
	color: #009cda;
}

.m-cont .empty div {
	position: absolute;
	top: 49%;
}

.rad {
	position: relative;
	left: -20px;
}

.rad input {
	margin-left: 20px;
	margin-right: 5px;
	vertical-align: -2px;
}