/*body information*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	margin:7px;
	scrollbar-face-color:#FFFF99;
	scrollbar-highlight-color:#EFEFEF;
	scrollbar-shadow-color:#EFEFEF;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FFFFCC;
	scrollbar-darkshadow-color:#cccccc;
}
/*links*/
a:link {
	color:#0077FF;
	text-decoration:none;
}
a:visited {
	color:#0077FF;
	text-decoration:underline;
}
a:active {
	color:#0077FF;
	text-decoration:underline;
}
a:hover {
	color:#0077FF;
	text-decoration:underline;
}
/*titel*/
.titel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bolder;
}
.titel a:link {
	color:#000000;
	text-decoration:none;
}
.titel a:visited {
	color:#000000;
	text-decoration:none;
}
.titel a:active {
	color:#000000;
	text-decoration:none;
}
.titel a:hover {
	color:#000000;
	text-decoration:underline;
}
/*grote titel*/
.grtitel {
	font-size:36px;
	font-style:italic;
	font-weight:bold;
}
.grtitel a:link {
	color:#000000;
	text-decoration:none;
}
.grtitel a:visited {
	color:#000000;
	text-decoration:none;
}
.grtitel a:active {
	color:#000000;
	text-decoration:none;
}
.grtitel a:hover {
	color:#000000;
	text-decoration:underline;
}
/*accent*/
.accent {
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	color:#FF2244;
}
/*op*/
.op {
	color:#FF2244;
}
/*input*/
input,textarea,select {
	color:#000000;
	font:normal 13px Arial;
	background-color:#FFFF99;
	border-color:#cccccc;
}
/*tabel*/
td {
	font-size:15px;
}
/*layers*/
#tuingreta {
	position:absolute;
	width:99%;
	height:25px;
	z-index:1;
	left:0px;
	top:7px;
}