body {
	margin:				0;
	padding:			0;
	background:			#F3F3F3 url(img/bg/ID_doodle01.png) no-repeat center center;
	font-size:			11px;
	font-family:		Courier, mono;
	font-style:			normal;
	font-weight:		normal;
	font-variant:		normal;
	color:				#646464;
	line-height:		1.2em;
}

#wrapper {				/* algemene stijl voor webpagina */
	position:			relative;
	margin:				0 auto;
	border:				0;
	top:				0;
	width:				640px;
	height:				100%;
	color:				#646464;
}

/* in progress - vlag */

#banner {
	position:			absolute;
	top:				20px;
	left:				30px;
	margin:				0 auto;
	height:				250px;
}

/* hoofdkeuze pixelliquid */

#nav {
	position:			absolute;
	top:				200px;
	left:				100px;
	margin:				0 auto;
	height:				50px;
	text-indent:		8px;
}

#nav ul {
	list-style-type:	none;
	padding:			0;
	margin:				0;
}

#nav li {
	float:				left;
	margin:				0;
	padding:			0;
	display:			inline;
}

#nav a {
	display:			block;
}

/* buttons & overstates */

#btnpixelliquid {width:240px;height:50px;
background:url(../img/nav/btn_pixelliquid.gif) no-repeat 0 0px;}

#btnpixelliquid a:hover {background:url(../img/nav/btn_pixelliquid.gif) 0 -100px;}

/* emaillink */

#update {
	background-color:	transparent;
	position:			absolute;
	top:				450px;
	left:				0px;
	width:				90%;
}

/* classes */

a {
	color:				#FF1493;
	text-decoration:	none;
	background-color:	transparent;
	}
	
a.hyperlink {
	display:			inline;
	color:				#FF1493;
	text-decoration:	none;
	background-color:	transparent;
	}

a:hover {
	color:				#FF1493;
	text-decoration:	underline;
	background-color:	transparent;
	}
	
ul {
	display:			inline;
	list-style-type:	none;
	padding:			0;
	margin:				0;
}

li {
	list-style-type:	none;
}

.navtxt {
	text-transform:		lowercase;
	text-align:			right;
}

.simple {
	color:				#646464;
	text-decoration:	none;
	background-color:	transparent;
	}

.simple:hover {
	color:				#FF1493;
	text-decoration:	none;
	background-color:	transparent;
	}

.noborder {
	border:				0;
}

