/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.65em Verdana, Arial, Tahoma, Trebuchet MS;
	color: #666;
	background: #fff url(images/bg.jpg) top center repeat-y;
	
}
#container {
	width: 718px;
	margin: 0 auto;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
	list-style: none;
}
a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 0;
}
h3 {
	font-size: 130%;
	font-style: italic;
	color: #fabb12;
}
p {
	padding: 8px 0;
	font-size: 11px;
}
/******************/
/***** HEADER *****/
/******************/
#header {
	height: 111px;
	background: url(images/header.jpg) left no-repeat;
	color: #fff;
}
#header h1, #header h2 {
	text-indent: -999em;
}
/****************/
/***** MENU *****/
/****************/
ul#menu {
	position: relative;
	border: 1px solid #444242;
	background: url(images/menu.jpg) repeat-x;
	height: 29px;
	line-height: 29px;
}
ul#menu li {
	display: inline;
	padding: 0 3px 0 5px;
	border-left: 1px solid #fff;
}
ul#menu li.noborder {
	border: 0;
}
ul#menu li a {
	display: inline;
	color: #fff;
	font-weight: normal;
}
ul#menu li a:hover, ul#menu li a.active {
	font-weight: bold;
}
/***** LOGIN ******/
ul#menu li#login {
	border: 0;
	position: absolute;
	right: -1px;
	top: -1px;
	padding: 0;
}
/*******************/
/***** CONTENT *****/
/*******************/
.box {
	display: inline-block;
	clear: both;
	background: url(images/gradient.jpg) bottom repeat-x;
	padding: 10px 0 15px 0;
}
/***** DIENSTEN *****/
ul.domeinnamen, ul.webhosting, ul.resellerhosting, ul.dedicatedservers {
	width: 170px;
	height: 159px;
	float: left;
	margin: 0 12px 0 0;
}
ul#nomargin {
	margin: 0;
}
ul.domeinnamen a, ul.webhosting a, ul.resellerhosting a, ul.dedicatedservers a{
	color: #000000;
	font-size: 125%;
	padding-left: 6px;
	line-height: 180%;
}
ul.domeinnamen {
	background: url(images/domeinnamen.jpg);
}
ul.webhosting {
	background: url(images/webhosting.jpg);
}
ul.resellerhosting {
	background: url(images/resellerhosting.jpg);
}
ul.dedicatedservers {
	background: url(images/dedicatedservers.jpg);
}
/***** NIEUWS *****/
ul#nieuws {
	overflow: hidden;
	padding: 5px 0;
}
ul#nieuws li {
	clear: both;
	width: 100%;
}
ul#nieuws li span.datum {
	width: 110px;
	float: left;
}
ul#nieuws li span.titel {
	width: 530px;
	float: left;
}
ul#nieuws li a {
	float: right;
}
/******************/
/***** FOOTER *****/
/******************/
#footer {
	clear: both;
	background: url(images/shape.jpg) center 35px no-repeat;
	color: #666;
	text-align: center;
	padding-top: 140px;
}
