* {
	padding: 0px;
	margin: 0px;
}

BODY {
	margin: 0 auto;
	font-family: Arial;
	background: url( ../gfx/bg.png ) repeat-x #f6f6f6;
	font-size: 75%;
	margin-bottom: 30px;
}

p {
	line-height: 26px;
	padding: 5px 20px 10px 0px;
}

a {
	color: #000000;
}

h1, h2 {
	color: #303234;
	font-size: 1.33em;
}

h1.blue, h2.blue {
	color: #016a98;
	font-size: 1.33em;
}

div#container {
	margin: 0 auto;
	width: 906px;
}

/* HEADER */

div#container div#header {
	height: 180px;
	background: url( ../gfx/header-bg.png ) no-repeat left bottom;
}

div#container div#header img.logo {
	padding-top: 20px;
	float: left;
}

div#container div#header ul {
	float: right;
}

div#container div#header ul li {
	float: left;
	padding: 20px;
}

div#container div#header ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #303234;
}

div#container div#header ul li a:hover, div#container div#header ul li.active a {
	color: #016a98;
	border-bottom: dotted 1px #016a98;
	padding-bottom: 3px;
}

/* CONTENT */

div#container div#content {
	background: url( ../gfx/content-bg.png ) repeat-y;
}

div#container div#content div#content-top, div#container div#content div#content-bottom {
	width: 906px;
	font-size: 0em;
}

div#container div#content div#content-top {
	background: url( ../gfx/content-top-bg.png ) no-repeat;
	height: 4px;
}

div#container div#content div#content-bottom {
	background: url( ../gfx/content-bottom-bg.png ) no-repeat;
	height: 10px;
}

div#container div#content div#left {
	float: left;
	width: 252px;
}

div#container div#content div#left div.box {
	background: url( ../gfx/left-box-bg.png ) repeat-y;
	margin: 0px 0px 10px 8px;
	width: 238px;
}

div#container div#content div#left div.box div.top, div#container div#content div#left div.box div.bottom {
	height: 10px;
	width: 238px;
	font-size: 0em;
}

div#container div#content div#left div.box div.top {
	background: url( ../gfx/left-box-top-bg.png ) no-repeat;
}

div#container div#content div#left div.box div.txt {
	padding: 0px 10px;
}

div#container div#content div#left div.box div.bottom {
	background: url( ../gfx/left-box-bottom-bg.png ) no-repeat;
}

div#container div#content div#left div.box div.txt input.inputField {
	width: 192px;
	height: 24px;
	padding-top: 8px;
	background: url( ../gfx/input-bg.png ) no-repeat;
	border: 0px;
	padding-left: 10px;
	color: #8c8c8c;
	margin: 5px 0px;
}

div#container div#content div#left div.box div.txt input.btnLogin {
	width: 62px;
	height: 32px;
	background: url( ../gfx/btnSubmit-bg.png ) no-repeat;
	color: #FFFFFF;
	border: 0px;
	font-weight: bold;
	margin: 5px 0px;
}

div#container div#content div#left div.box div.txt a.password_forgotten {
	display: block;
	text-decoration: none;
	color: #016a98;
	margin: 10px 0px;
	padding-left: 15px;
}

div#container div#content div#left div.box div.txt p {
	padding: 0px;
}

div#container div#content div#left div.box div.txt p.date {
	font-weight: bold;
	padding-top: 20px;
}

div#container div#content div#left div.box div.txt td {
	color: #004867;
	padding-top: 12px;
}

div#container div#content div#left div.box div.txt td.strong {
	font-weight: bold;
	width: 80px;
}

div#container div#content div#left div.box div.txt img.recent {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	border: solid 5px #a3d6ed;
}

div#container div#content div#right {
	float: right;
	width: 624px;
	padding: 15px 15px 20px 15px;;
}

div#container div#content div#right a {
	font-weight: bold;
	color: #016a98;
}

div#container div#content div#right img.right {
	float: right;
	padding: 0px 15px;
}

div#container div#content div#right table.hosting {
	background: url( ../gfx/hosting-table-thead-bg.png ) no-repeat;
	width: 595px;
}

div#container div#content div#right table.hosting thead th {
	height: 9px;
	color: #FFFFFF;
	text-align: left;
	padding: 13px 0px 13px 10px;
}

div#container div#content div#right table.hosting tbody tr.lb td {
	background: #f5fafd;
}

div#container div#content div#right table.hosting tbody td {
	padding: 10px 0px 10px 10px;
	border-bottom: solid 1px #d6d6d6;
}

div#container div#content div#right table.hosting tbody td.strong {
	font-weight: bold;
}

/* FOOTER */

div#footer {
	margin: 0 auto;
	margin-top: 15px;
	width: 906px;
	background: url( ../gfx/footer-bg.png ) repeat-y;
}

div#footer h2 {
	display: block;
	padding: 10px 0px 0px 45px;
	height: 25px;
}

div#footer h2.contact {
	background: url( ../gfx/footer-contact-icon.png ) no-repeat;
}

div#footer h2.faq {
	background: url( ../gfx/footer-faq-icon.png ) no-repeat;
}

div#footer h2.important {
	background: url( ../gfx/footer-important-icon.png ) no-repeat;
}

div#footer div.top, div#footer div.bottom {
	width: 906px;
	height: 10px;
	font-size: 0em;
	line-height: 0px;
}

div#footer div.top {
	background: url( ../gfx/footer-top-bg.png ) no-repeat;
}

div#footer div.bottom {
	background: url( ../gfx/footer-bottom-bg.png ) no-repeat;
}

div#footer div.box {
	float: left;
	width: 266px;
	padding: 10px 18px 10px 18px;
}

div#footer div.box table {
	width: 100%;
}

div#footer div.box table tr td, div#footer div.box ul li {
	padding: 10px 0px;
	border-bottom: solid 1px #d6d6d6;
}

div#footer div.box table tr td.strong {
	font-weight: bold;
	width: 100px;
}

div#footer div.box ul li a {
	text-decoration: none;
}

.clear {
	overflow: hidden;
	visibility: hidden;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0em;
}

div#right ul.lijst {
	float: left;
	list-style-type: disc;
	padding-left: 25px;
}

div#right ul.lijst li {
	float: none;
	padding: 8px;
	color: #303234;
}


div#right1 {
	float: left;
	width: 310px;
}

div#right2 {
	float: left;
	width: 250px;
}

div#right2 input.inputField {
	width: 192px;
	height: 24px;
	padding-top: 8px;
	background: url( ../gfx/input-bg.png ) no-repeat;
	border: 0px;
	padding-left: 10px;
	color: #8c8c8c;
	margin: 5px 0px;
}

div#right2 input.btnLogin {
	width: 62px;
	height: 32px;
	background: url( ../gfx/btnSubmit-bg.png ) no-repeat;
	color: #FFFFFF;
	border: 0px;
	font-weight: bold;
	margin: 5px 0px;
	font-size: 85%;
}

div#right2 textarea.inputField {
	width: 182px;
	height: 135px;
	padding-top: 8px;
	background: url( ../gfx/textarea-bg.png ) no-repeat;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	color: #8c8c8c;
	margin: 5px 0px;
}