@charset "utf-8";

body {
	background-color: #999;
	text-align: center;
}
.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: #FF9;
	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: #FF9;
	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: #FF9;
	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: #FF9;
	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(project2/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;
	text-align: center;
}
.content_tab_nopad{
	border-collapse:collapse;
	border: thin solid #000;
	width: 100%;
	background-color: #FFFFFF;
}
.content_tab_nopad td{
	padding: 5px;
}

.content_kop{
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: thin;
}
.content_kop h2 {
	margin: 0px;
	padding: 0px;
}
.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: 100%;
	border: thin solid #000;
	background-color: #FFFFFF;
}
.bericht_header{
	background-color: #FC0;
	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{
	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;
}
.bericht_footer{
	background-color: #FFFF99;
	border-right-color: #000;
	border-left-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.statuspic {
	float: left;
}
.fouten {
	width: 100%;
	border-collapse: collapse;
	border: thin solid #000;
}
.content_fout {
	width: 100%;
	border-collapse: collapse;
}
.limit_fout {
	overflow: hidden;
	height: 40px;
	width: calc(100% - 95px);
	float: left;
}
.button_fout {
	z-index: 2;
	height: 25px;
	width: 95px;
	float: right;
	padding-top: 15px;
}
.thinline {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #000;
	padding: 0px;
    margin: 0px;}
.dialog_back{
	z-index: 98;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	display:block;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
	color: #FFF;
}
.dialog{
	z-index:99;
	background-color: #CCC;
	height: 100px;
	width: 400px;
	position: fixed;
	left:50%;
	margin-left: -200px;
	margin-top: -50px;
	top: 50%;
	padding: 10px;
	border: thin solid #000;
	text-align: center;
}
.dialog_but{
	bottom: 10px;
	position: absolute;
	width:400px;
}
.beroeps{
	font-style: italic;
	font-weight: bold;
}
.disabeled{
	color: #CCC;
}
.nodec {
	text-decoration: none;
	color: #000;
}
.nodec:hover {
	text-decoration: none;
	color: #000;
}
.nodec:visited {
	text-decoration: none;
	color: #000;
}
.dock_botom {
	position: fixed;
	width: 175px;
	bottom: 0px;
	left: 50%;
	margin-left: -87px; /* Half of the width */
	text-align: center;
	vertical-align: middle;
}
.button {
	padding: 5px 10px;
	display: inline;
	background: #777 url(project2/images/button.png) repeat-x bottom;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
	text-decoration: none;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.red { background-color: #e50000; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.lightblue { background-color: #66CCFF; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:hover { background-position: 0 -50px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:hover { background-position: 0 -35px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }
