html,body {
	width: 100%;
	height: 100%;
	margin: 0;
}
body {
	background: white;
	font-family: Helvetica, Arial, Verdana, Tahoma, Sans-serif, sans-serif;
	font-size: 10px;
	color: black;
}
a {
	color: black;
	text-decoration: underline;
}
img {
	border: 0;
}

/* Main container */
div#page {
	position: relative;
	width: auto;
	height: auto;
}

/* Alle v'tjes */
div#logo,
div#logoV,
div#logoVVV,
div#logoVVVVV,
div#contentstreep {
	display: none;
}

/* Achtergronden */
div#bg,
div#contentbg,
div#contentstripe {
	display: none;
}

/* Alle teksten */
div#login,
div#bottommenu,
div#copyright {
	display: none;
}
div#contenttitle {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 18px;
	width: 100%;
	height: auto;
}
div#content {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 11px;
	width: 100%;
	height: auto;
	line-height: 20px;
	overflow-y: hidden;
	overflow: hidden;
}

div#topmenu,
div#submenu {
	display: none;
}

/* CSS for UBB Code */
.table_2cols {
	border: 0;
	width: 100%;
	border-spacing: 0;
}
.table_2cols td {
	border: 0;
	width: 50%;
	vertical-align: top;
}

.table_bb {
	border: 0px solid gray;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.table_bb td, .table_bb th {
	border: 0px solid gray;
}
.table_bb th {
	background: #FFE793;
	vertical-align: top;
}
.AdminPopup {
	display: none;
}