html,body {
	width:				100%;
	height:				100%:
	padding:			0px;
	margin:				0px;
}
body {
	text-align:			center;
	background:			white url(../images/layout/back.gif) repeat-x;
	font-family:			verdana;
}


#bottom{
	position:			absolute;
	width:				100%;
	height:				66px;
	margin:				0px;
	padding-top:			10px;
	font-size:			11px;
	background:			transparent url(../images/layout/bottom.gif) repeat-x top left;
	overflow:			hidden;
	visibility:			hidden;
	left:				0px;
}
#height {
	width:				100%;
	height:				100%;
	position:			absolute;
	margin:				0px;
	padding:			0px;
	left:				0px;
}
#all {
	text-align:			left;
	margin:				0 auto;
	width:				888px;
	display:			block;
	padding:			0px;
}

#all #topmenu UL LI {
	float:				left;
	margin-right:		30px;
}
#all #topmenu UL LI#active {
	background:			transparent url(../images/layout/menutriangle_top.gif) no-repeat top center;
}
#all #topmenu UL LI#active A {
	background:			transparent url(../images/layout/menutriangle_bottom.gif) no-repeat bottom center;
	color:				#FFBB0B;
}

#all #topmenu A {
	color:				#999999;
	text-decoration:	none;
	font-family:		verdana;
	font-size:			12px;
	line-height:		150%;
	height:				48px;
	margin-bottom:		-1px;
	display:			block;
	padding-top:		12px;
	text-transform:		uppercase;
}
#all #topmenu A:hover {
	color:				#FFBB0B;
}
#all #topmenu UL LI#logo {
	float:				right;
	background:			transparent url(../images/layout/logo_menu.gif) no-repeat center center;
	height:				59px;
	width:				181px;
}

.clearer {
	clear:				both;
}


/* 
	Kolommen
*/
.content {
	font-size:			12px;
	line-height:		150%;
}
.content H1 {
	font-size:			20px;
	text-transform:		uppercase;
	font-weight:		bolder;
	margin-bottom:		10px;
}
.content H1 .sub {
	color:				gray;
	text-transform:		none;
	font-weight:		normal;
}
.content H2 {
	color:				#FF8100;
	font-size:			12px;
	font-weight:		bolder;
	margin-top:			20px;
	margin-bottom:		3px;
}

#left {
	float:				left;
	width:				325px;
}
#left .content {	
	margin-top:			220px;
}

#right {
	display:			block;
	float:				right;
	width:				538px;
	background:			transparent url(../images/layout/sitehosting_white.jpg) no-repeat top left;
}
#right .content {
	margin-left:		10px;
	padding:			20px;
	padding-top:		40px;
}

/* Domeinen */
.domeinen {
	position:			absolute;
	top:				78px;
	width:				330px;
	height:				130px;
}
.domeinen DIV {
	position:			absolute;
	cursor:				default;
}

UL.standaard {
	list-style: 		disc;
	padding-left:		20px;
}

