@charset "utf-8";

body {
	background-color: #999;
}
.error{
	font-weight: bold;
	color: #C00;
}
.no_underline {
  text-decoration:none;
}
.win_login{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	background-color: #CF9;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 400px;
	padding: 10px;
	text-align: center;
}
.titel{
	font-size: x-large;
	text-align: center;
	padding: 5px;
}
.content{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	background-color: #CF9;
	padding: 10px;
	position: relative;
	top: 35px;
	margin-left:auto;
	margin-right:auto;
}
.nomenu_content{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	background-color: #CF9;
	padding: 10px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
.med_content{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	background-color: #CF9;
	padding: 10px;
	position: relative;
	top: 35px;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
}
.intinfo {
	background-color: #FC0;
}
.intreg {
	background-color: #6F6;
}
.intrem {
	background-color: #F00;
}
.menubar{
	position: fixed;
	height: 35px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	color: #FC0;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
}
#navbar {
	margin: 0;
	padding: 0;
	height: 1em;
}
#navbar li {
	list-style: none;
	float: left;
}
#navbar li a {
	display: block;
	padding: 3px 8px;
	color: #FC0;
	text-decoration: none;
	border-right: 1px solid #666;
	height:25px;
}
#navbar li:hover a {
	display: block;
	padding: 3px 8px;
	color: #FC0;
	text-decoration: none;
	background-color: #666;
}
#navbar li label {
	display: block;
	padding: 3px 8px;
	color: #FC0;
	text-decoration: none;
	border-right: 1px solid #666;
	height:25px;
	text-align: left;
}
#navbar li label:hover {
	display: block;
	padding: 3px 8px;
	color: #FC0;
	text-decoration: none;
	background-color: #666;
}
#navbar li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #333;
}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li {
	float: none;
}
#navbar li:hover li a {
	background-color: #333;
	border-top: 1px solid #666;
	color: #FC0;
}
#navbar li li a:hover {
	background-color: #666;
}	
.content_tab{
	border-collapse:collapse;
	border: thin solid #000;
	width: 100%;
	background-color: #FFFFFF;
}
.content_tab td{
	padding: 5px;
}
.content_kop{
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: thin;
}
.onderlijn{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.bovenlijn{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.inputbox{
	border: 1px solid #000;
}
.row:hover{
	background-color: #FF6;
}
.editrow{
	background-color: #09F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.delrow{
	background-color: #F00;
}
.hilight{
	background-color: #0F0;
	font-style: italic;
}
.footer{
	padding-top: 50px;
	text-align:center;
}
.nomenu_footer{
	padding-top: 15px;
	text-align:center;
}
.inp_login{
	width: 130px;
}
.frm_opts{
	width: 200px;
}
.frm_opts_code{
	width: 100px;
}
.lijst {
	border-collapse:collapse;
	border: thin solid #000;
}
.aanwezig{
	background-color: #0F0;
}
.afwezig{
	background-color: #F00;
}
.bericht_box{
	border-collapse:collapse;
	border: 0;
	width: 50%;
}
.bericht_header{
	background-color: #CF0;
	font-weight: bold;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
.bericht_body{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #FFFFFF;
	border-right-color: #000;
	border-left-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}