/*////////////////////////////////////////////////
//        Scripting door Marcel Rummens         //
////////////////////////////////////////////////*/

body {
	overflow: auto;
}

body, table {
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFCC;
}

#uitleg {
	font-family: Verdana;
	font-size: 15px;
}

#topmenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 79%;
	height: 5%;
	border-bottom: 1px solid black;
	background: #c4bd97;
	overflow: hidden;
}
#topmenu a {
	color: #000000;
	font-size: 20px;
}

#rightmenu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 21%;
	height: 98%;
	background: #c4bd97;
	border-left: 1px solid black;
	overflow: auto;
	text-align: center;
}

#content {
	position: absolute;
	top: 5%;
	left: 0px;
	width: 79%;
	height: 93%; 
	overflow: auto;
}

#copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2%;
	background: #ffff99;
	border-top: 1px solid black;
	overflow: hidden;
	font-size: 10px;
	text-align: center;
}

.fastmenu {
	float: left;
	height: 100%;
	width: 20%;
	background: #f2f2e0;
	border: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
	margin-right: 8px;
	overflow: auto;
}
.fastmenu a:active {
	outline: none;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	background: #FFCC33;
}

.vnaam {
	font-size: 20px;
	font-weight: bold;
}
.anaam {
	font-size: 12px;
}
.groep {
	width: 100%;
	text-decoration: underline;
	font-weight: bold;
}

.fout {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: Red;
}

.green {
	color: #22831f;
}

.success {
	font-size: 18px;
	font-weight: bold;
	color: #22831f;
}

.tekst {
	font-size: 16px;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
}


.top {
	background: #FFCC33;
	font-size: 14px;
}
.top a {
	color: Black;
	text-decoration: None;
}
.top a:hover {
	color: Black;
	text-decoration: Underline;
}
.subtop {
	background: #ffe933;
}
.mid {
	background: #FFFF99;
}

.etekst {
	font-family: Verdana;
	font-size: 18px;
	font-weight: Bold;
}

.big {
	font-size: 35px;
	font-weight: bold;
}

.nonewmessage {
	font-size: 20px;
	color: #666666;
}
.newmessage {
	font-size: 24px;
	color: #006600;
	font-weight: bold;
}

hr {
	height: 0px;
	border: 0px;
	border-top: 1px solid #76725b;
}
