html {
	font-size: 100%;
}

body {
	background: url("images/bg_body.png") repeat-x 0 0;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 0 12px 0;
}

h1 {
	font-size: 2.3em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0 0 .7em 0;
	font-size: 1.2em;
}

p {
	font-size: 1.2em;
	margin: 0 0 .6em 0;
	line-height: 1.7em;
	padding: 0;
	clear: both;
}

p a {
	color: #fff;
}

img {
	border: none;
}

#container {
	margin: 97px auto 0 auto;
	width: 981px;
}

a.logo {
	display: block;
	height: 56px;
	width: 252px;
	background: url("images/logo.png") no-repeat 0 0;
	margin: 0 0 10px 0;
}

a.logo span {
	display: none;
}

.clear {
	clear: both;
}

.info-box {
	background: url("images/bg_info.jpg") no-repeat 0 0;
	position: relative;
	padding: 50px 40px 75px 40px;
	height: 289px;
	*height: 279px;
	*margin-bottom: 10px;
}

.splash {
	background: url("images/splash.png") no-repeat 0 0;
	width: 214px;
	height: 199px;
	position: absolute;
	top: -5px;
	right: -4px;
}

.splash span {
	display: none;
}

.block-left {
	padding: 0 15px 0 0;
	width: 215px;
	float: left;
	height: 150px;
	margin-top: 1.5em;
}

.block-center {
	border-left: 1px solid #40478e;
	border-right: 1px solid #40478e;
	padding: 0 15px;
	float: left;
	width: 135px;
	height: 150px;
	margin-top: 1.5em;
}

.block-right {
	float: left;
	width: 440px;
	padding-left: 15px;
	height: 150px;
	margin-top: 1.5em;
}

ul.tabs-bar {
	clear: both;
	position: absolute;
	left: -40px;
	bottom: 0;
	height: 75px;
	list-style-type: none;
	width: 981px;
}

ul.tabs-bar li {
	float: left;
	width: 326px;
	background: url("images/tab-spacer.png") no-repeat 100% 0;
	padding-right: 1px;
}

ul.tabs-bar li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
}

ul.checks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.checks li {
	background: url("images/check.png") no-repeat 0 50%;
	padding-left: 20px;
	line-height: 1.7em;
	font-size: 1.2em;
}

a.info {
	background: url("images/tab-left.png") no-repeat 0 -75px;
	height: 55px;
}

a.hosting {
	background: url("images/tab-center.png") repeat-x 0 -75px;
	height: 55px;
}

a.redundant {
	background: url("images/tab-right.png") no-repeat -3px -75px;
	height: 55px;
}

a.info:hover {
	background-position: 0 0;
}

a.hosting:hover {
	background-position: 0 0;
}

a.redundant:hover {
	background-position: -3px 0;
}

ul.tabs-bar li a img {
	display: block;
	float: left;
}

ul.tabs-bar li a span.title {
	font-size: 1.5em;
	display: block;
	float: right;
	width: 220px;
	padding-bottom: 5px;
	padding-top: 5px;
}

ul.tabs-bar li a small {
	display: block;
	float: right;
	width: 220px;
	font-size: 1.2em;
}

/* Footer */
.footer-top {
	background: url("images/heading-slogan.png") repeat-x 0 0;
	height: 38px;
}

.footer-middle {
	padding: 10px;
	background: url("images/bg_footer.png") repeat-y 0 0;
	color: #474546;
	font-size: 2.2em;
}

.footer-middle p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-bottom {
	background: url("images/bg_footer_bottom.png") no-repeat 0 0;
	height: 13px;
}

.heading-left {
	display: block;
	float: left;
	width: 13px;
	background: url("images/heading-left.png") no-repeat 0 0;
	height: 38px;
}

.heading-pointer {
	display: block;
	float: left;
	height: 38px;
	background: url("images/heading-pointer.png") no-repeat 100% 0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 30px 0 0;
	line-height: 38px;
}

.heading-right {
	display: block;
	float: right;
	height: 38px;
	width: 10px;
	background: url("images/heading-right.png") no-repeat 100% 0;
}

.heading-slogan {
	font-size: 1.2em;
	color: #474546;
	line-height: 38px;
	padding: 0 10px;
	float: left;
	display: block;
}

.heading-slogan a {
	color: #ff5400;
	text-decoration: none;
}

.heading-slogan a:hover {
	text-decoration: underline;
}

/* Formulier */
fieldset.fields {
	border: none;
	margin: 0;
	padding: 0;
}

.input-bg {
	background: url("images/bg_input.png") no-repeat 0 0;
	height: 29px;
	width: 209px;
	float: left;
	padding-bottom: 10px;
}

.input-bg .www {
	width: 30px;
	border-right: 2px solid #c5ced5;
	padding-right: 10px;
}

.input-bg input {
	border: none;
	background-color: transparent;
	margin-top: 5px;
	padding: 3px 0 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5a6e7f;
	font-weight: bold;
}

.submit {
	display: inline-block;
	height: 26px;
	background: url("images/button-left.png") no-repeat 0 0;
	padding-left: 13px;
	margin: 1px 0 0 5px;
}

.submit input {
	display: inline-block;
	height: 26px;
	background: url("images/button-right.png") no-repeat 100% 0;
	border: none;
	font-size: 1.2em;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 45px 0 22px;
	cursor: pointer;
	overflow: visible;
}