/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:100%;
}
body, html {
	background:#FFF;
	text-align:center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000;
	font-weight: bold;
}
#container {
	position: relative;
	background-image: url(../gfx/background.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 1024px;
	height: 650px;
	margin: auto;
	margin-top: auto;
	vertical-align: middle;
}
#parkeren {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	left: 143px;
	top: -33px;
	width: 852px;
}
#logo {
	position: absolute;
	left: 24px;
	top: 26px;
}
#infotekst {
	position:absolute;
	left:292px;
	top:39px;
	width:517px;
	height:99px;
	z-index:1;
}
#controleer {
	cursor: pointer;
	font-size: 14px;
	padding: 2px;
	width: 130px;
	background-color: #000;
	color: #FFF;
	vertical-align:middle;
	margin-top: 8px;
}
#bestellen {
	cursor: pointer;
	font-size: 14px;
	padding: 2px;
	width: 130px;
	background-color: #000;
	color: #FFF;
	vertical-align:middle;
	margin-top: 8px;
}
#online {
	position: absolute;
	font-size: 18px;
	left: 38px;
	top: 200px;
	width: 619px;
}
#domeinnaam {
	position:absolute;
	left:373px;
	top:379px;
	width:609px;
	height:128px;
	z-index:1;
}
#domaincheck {
	font-size: 12px;
	padding: 1px;
	width: 200px;
}
#show_status {
	visibility: hidden;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	vertical-align:middle;
}
#ext {
	font-size: 12px;
	padding: 1px;
}
.bezet {
	display: inline-block;
	width: 133px;
	color:#F00;
	font-weight:bold;
}
.vrij {
	display: inline-block;
	width: 133px;
	color:#060;
	font-weight:bold;
}
#webhosting {
	position: absolute;
	left: 713px;
	top: 184px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
#bedrag {
	position: absolute;
	left: 721px;
	top: 253px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

#footer_tbl {
	position: absolute;
	width: 1024px;
	left: 1px;
	top: 630px;
}
#footer_tbl a{
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

