html, body{
	background: #FFFFFF;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0;
	margin: 0;
	min-height: 100%;
	height:auto !important;
	height:100%;
}

a { text-decoration: none; }

img { border: 0; }

h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	font-size: 15px;
}

p {
	margin: 0;
	padding: 0;
}
	
#piercing {
	position: absolute;
	top: 130px;
	width: 100%;
	height: 33px;
	background: url(/images/piercing-bg.jpg);
}

#piercing-left {
	float: left;
	width: 32px;
	height: 33px;
	background: url(/images/knopje-left.jpg);
}

#piercing-right {
	float: right;
	width: 32px;
	height: 33px;
	background: url(/images/knopje-right.jpg);
}

#logo {
	position: absolute;
	width: 301px;
	height: 52px;
	left: 50%;
	margin-left: -150px;
	top: 25px;
}

#frank-klein {
	position: absolute;
	width: 121px;
	height: 122px;
	top: 10px;
	left: 10px;
}

#door-frank {
	position: absolute;
	width: 171px;
	height: 83px;
	background: url(/images/door-frank.jpg);
	top: 30px;
	right: 10px;
}

#menu	{
	position: absolute;
	width: 100%;
	height: 30px;
	text-align: center;
	top: 100px;
}
	
#left {
	position: absolute;
	left: 0;
	width: 180px;
	top: 200px;
	border: 0px solid #656567;
	padding-bottom: 50px;
	text-align: center;
}

#content {
	margin-top: 175px;
	margin-left: 250px;
	margin-right: 250px;
	margin-bottom: 50px;
	color: #000000;
	border: 0px solid #656567;
}

#content a { color:#FE9500;  font-weight:bold; text-decoration: none; }
#content a:hover { color:#000000;  font-weight:bold; text-decoration: none; }

#right {
	position: absolute;
	right: 0;
	width: 180px;
	top: 200px;
	border: 0px solid #656567;
	padding-bottom: 50px;
}

.imgframe {
	padding: 5px;
	border: medium #996600 groove;
}

.menuitem {
	padding-left: 10px;
	padding-right: 10px;
}