*
 {
 	margin: 0;
 	padding: 0;
}


a
{
	text-decoration: none;
	color: #d00000;
}

a:hover
{
	text-decoration: underline;
}


html, body
{
	background: #F4F8FB;
	font-family: Arial;
	font-size: 10pt;
	height: 100%;
}





.button {color: #d00000}

.nieuws a {color: #000000}



#top
{
	background: bottom url( ./images/boven_bg.gif );
	padding-bottom: 30px;
}

#top #nav
{
	background: url( ./images/top_nav_bg.gif );
}

#top #nav ul
{
	height: 28px;
	background: url( ./images/top_nav_side.gif ) no-repeat;
	margin-left: 50px;
	list-style-type: none;
}

#top #nav ul li
{
	float: left;
}

#top #nav ul li
{
	background: right url( ./images/top_nav_side.gif ) no-repeat;
}

#top #nav ul li a
{
	height: 28px; 
	display: block;	
	background-position: 50px 100px;
}

#top #nav ul .hosting a
{
	width: 66px;
	height: 28px;
	background: url( ./images/top_nav_hosting.gif ) no-repeat 2px;
}

#top #nav ul .hosting a:hover
{
	background: url( ./images/top_nav_hosting_hover.gif ) no-repeat 2px;
}

#top #nav ul .domein a
{
	width: 134px;
	background: url( ./images/top_nav_domein.gif ) no-repeat 2px;
}

#top #nav ul .domein a:hover
{
	background: url( ./images/top_nav_domein_hover.gif ) no-repeat 2px;
}

#top #nav ul .ontwikkeling a
{
	width: 156px;
	background: url( ./images/top_nav_ontwikkeling.gif ) no-repeat 2px;
}

#top #nav ul .ontwikkeling a:hover
{
	background: url( ./images/top_nav_ontwikkeling_hover.gif ) no-repeat 2px;
}

#top #nav ul .portfolio a
{
	width: 73px;
	background: url( ./images/top_nav_portfolio.gif ) no-repeat 2px;
}

#top #nav ul .portfolio a:hover
{
	background: url( ./images/top_nav_portfolio_hover.gif ) no-repeat 2px;
}

#top #nav ul li a span
{	
	display: none;
}

#top #header
{	
	height: 68px;
	background: url( ./images/header_bg.gif );
}

#headtainer
{
	margin: 0 auto;
	width: 980px;
}	

#top #header #logo
{
	
	float: left;
	margin-left: 20px;
	height: 68px;
	width: 226px;
	background: url( ./images/header_logo.gif ) no-repeat;
}

#top #header #slogan
{
	float: right;
	height: 68px;
	width: 274px;
	background: url( ./images/header_effect.gif ) no-repeat;
	padding-right: 15px;
}



#newhead
{
	margin: 0 auto;
	width: 980px;
	height: 100px;
	background: url( ./images/head.gif );
}	

#container
{

	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -43px; /* the bottom margin is the negative value of the footer's height */
}	


#center
{
	width: 980px;
	clear: both;
}

#center #options
{
	font-size: 8;
	float: left;
}

#center #options ul
{
	list-style-type: none;
}

#center #options ul li
{
	float: left;
	width: 238px;
	height: 131px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	color: #FFFFFF;
	border: 1px solid #9C9C9C;
}

#center #options ul li div
{
	margin: 109px 0 0 2px;
	height: 18px;
	width: 229px;
	background-color: #D00000;
	padding-top: 2px;
	padding-left: 5px;
}


#center #options ul .domein
{
	background-image: url( ./images/center_option_domein.jpg );	
	margin-right: 9px;
}

#center #options ul .hosting
{
	background-image: url( ./images/center_option_hosting.jpg );	
	margin-right: 10px;
}

#center #options ul .ontwikkeling
{
	background-image: url( ./images/center_option_ontwikkeling.jpg );	
}



#content
{
	clear: both;
	width: 730px;
	padding-top: 10px;
	float: left;
}

#content div
{	
	background: #ffffff;
	border: 1px solid #9C9C9C;
	padding: 3px;
	margin-bottom: 10px;	
}

#content div h2
{
	background: #d00000;
	color: #FFFFFF;
	font-size: 10pt;
	height: 18px;
	padding-left: 5px;	
}

#content div h3
{
	font-size: 10pt;
	padding-left: 10px;	
	cursor: hand;
}


#content div p
{
	padding-left: 2px;
}

#content .help
{
	background: url( ./images/help.jpg ) 2px 2px no-repeat;
	height: 196px;
}

#content .help h2
{
	background: none;
	color: #FFFFFF;
	text-align: right;
	height: 18px;
	font-size: 14pt;
	padding-right: 10px;
}


#content .help p
{
	clear: both;
	width: 200px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	float: right;
	font-size: 9pt;
}

#content .waarom
{
	background: url( ./images/waarom.jpg ) 2px 2px no-repeat;
	height: 196px;
}

#content .waarom h2
{
	background: none;
	color: #FFFFFF;
	text-align: right;
	height: 18px;
	font-size: 14pt;
	padding-right: 10px;
}

#content .waarom p
{
	clear: both;
	width: 200px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	float: right;
	font-size: 8pt;
}

#klapuit
{	
	border: 0px;
}

#klapuit div
{	
	border: 0px;
	padding: 3px;
	padding-left: 20px;
	margin-bottom: 3px;	
}

label.formulier {
	float: left;
	width: 140px;
	text-align: left;
	cursor: pointer;

}

label.align_text {
	float: left;
	width: 100px;
	text-align: right;
}

#menu
{
	float: left;
	width: 240px;
	margin: 10px 0 0 10px;
}



#menu a
{
	text-decoration: none;
	color: #000000;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu div
{	
	border: 1px solid #9C9C9C;
	padding: 3px;
	margin-bottom: 10px;
}

#menu h2
{
	background: #d00000;
	color: #FFFFFF;
	font-size: 10pt;
	height: 18px;
	padding-left: 5px;
}

#menu ul
{
	margin-top: 1px;
	list-style-type: none;
	list-style-position: inside;
}

#menu ul .level-one
{
	background: #EDEDED;
	font-weight: bold;
	padding-left: 5px;
	*margin-bottom: -15px;

}

#menu ul .level-two
{
	list-style-type: none;
}

#menu ul .level-two ul li
{
	background: #FFFFFF;
	padding-left: 15px;
}

#login
{
background: #FFFFFF;
}

#footer
{
	clear: both;
	background: url( ./images/footer_bg.gif );
	height: 43px;
	line-height: 43px;
	color: #CECECE;
}

#footainer
{
	margin: 0 auto;
	width: 739px;
}	

#footer .left
{
	float: left;
	margin-left: 20px;
}


#footer .right
{
	float: right;
	margin-right: 20px;
}

#footer .left a
{
	color: #cccccc;
}


#footer .right a
{
	color: #999999;
}


#footer a:hover
{
	text-decoration: underline;
}


.hidden {
	DISPLAY: none
}
.shown {
	DISPLAY: block
}


#laden
{
width: 300px; 
height: 100px; 
left: 50%;
margin-left: -250px; /* - (width/2) */
position: relative;
filter: alpha(opacity=85); // IE syntax 
-moz-opacity: .85; // Mozilla 
opacity: .85; // De rest 
}