body {
	margin: 0;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #262626;
}

#page {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 536px;
}

.col {
	position: relative;
	float: left;
	width: 260px;
	margin-right: 8px;
}

.logo {
	margin-top: 40px;
}

.pict {
	position: absolute;
	top: 128px;
	left: 0px;
	border-top: 1px solid #000000;
	padding-top: 3px;
}

.text {
	position: absolute;
	top: 290px;
	left: 0px;
	padding-right: 6px;
}

.but_p,
.but_u {
	position: absolute;
	top: 150px;
	display: block;
	width: 100%;
	padding: 7px 6px 9px 6px;
	width: 248px; /* 260 -6 - 6 */
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.but_p {
	background-color: #577864;
}

.but_u {
	background-color: #525333;
}

.but_p:link,
.but_p:visited,
.but_u:link,
.but_u:visited {
	color: #FFFFFF;
}

.but_p span,
.but_u span {
	text-decoration: underline;
}

.but_p:hover {
	color: #C8DC0F;
}

.but_u:hover {
	color: #FC6E14;
}


/* ### RULERS ### */

hr,
.hr {
	margin: 0;
	padding: 0;
	height: 2px;
	border: 0;
	color: #000000;
	background-color: #000000;
	background-image: url(pics/hr_dot.gif);
}

/* hr heeft altijd marge in IE PC */
.hr hr {
	display: none;
}


/* ### TAGS ### */

h1 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	margin: 8px 0px 10px 0px;
}

h1 a:link,
h1 a:visited,
h1 a:hover {
	text-decoration: none;
}

a:link,
a:visited,
a:hover {
	color: #262626;
}

p {
	word-spacing: 1px;
	margin: 0px 0px 14px 0px;
}

img {
	border: 0;
}