html, body {
	margin: 0;
	font-family: verdana;
	font-size: 12px;
	background-color: #ffffff; /* #384753  #262C62 #35424C; */
	color: #eee;
	position: relative;
	height: 100%;
	line-height: 18px;
}

a {
	color: #262C62;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearer {
	clear: both;
	height: 0;
	line-height: 0;
	margin: 0 !important;
	background-color: #eee;
}

.noborder {
	border: 0 !important;
}

#container {
	width: 1000px;
	height: 610px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -320px;
}

#header {
	height: 35px;
}

#header h1 {
	color: #323A8A;
	font-size: 26px;
	margin: 0;
	letter-spacing: 8px;
}

#header span:first-child {
	color: #9399D5;
}

#left_block {
	width: 250px;
	float: left;
	background-color: #00AAFF;
	height: 580px;
	color: #333;
	overflow: auto;
}

#menu {

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	border-bottom: 1px solid #48C1FF;
}

#menu a {
	display: block;
	padding: 5px 4px;
	/* border-left: 5px solid #9399D5; */
	text-indent: 15px;
	color: #eee;
}

#menu a:hover {
	text-decoration: none;
	/* border-left: 5px solid #999; */
	background-color: #2EBAFF;
}

#menu a.submenu {
	color: #aaa;
	text-indent: 30px;
}

#menu a.submenu:hover {
	/* border-left: 5px solid #1F2932; */
}

#block {
	margin: 10px 20px;
	padding: 5px 0;
	color: #eee;
}

#right_block {
	width: 740px;
	float: right;
	background-color: #fff;
	height: 578px;
	overflow: auto;
	border: 1px solid #00AAFF;
}

/* Tabs */
#mainNav ul {
	margin: 0;
	padding: 0;
}

#mainNav li {
	display: inline-block;
	border-left: 1px solid #8D99A0;
	border-right: 1px solid #8D99A0;
	border-top: 1px solid #8D99A0;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	height: 22px;
	* margin-bottom: -5px;
}

#mainNav a.inactive, #mainNav a.active {
	font-size: 12px;
	width: auto;
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
	background-color: #8D99A0;
	height: 18px;
	text-decoration: none;
}

#mainNav a.active {
	background-color: #eee;
	color: #000;
}

.border {
	border: 1px solid #00AAFF;
	padding: 10px 5px;
}

.basic {
	padding: 15px;
	color: #333;
}

.basic h2 {
	font-size: 14px;
	color: #00AAFF;
	letter-spacing: 1px;
}

.basic h3 {
	font-size: 13px;
	border-bottom: 1px dotted #333;
}

.basic table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #00AAFF;
}

.basic th {
	text-align: left;
	border-bottom: 1px dotted #666;
	padding: 0 4px;
	background-color: #00AAFF;
	font-weight: normal;
	color: #eee;
}

.basic td {
	padding: 2px 4px;
}

.basic table.max {
	width: 100%;
}

.mediumdiv {
	width: 600px !important;
}

.basic ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.basic li.subitem {
	list-style: none;
	border: 1px dotted #8D99A0;
	background-color: #D5DEE3;
	margin: 5px 20px;
	counter-increment: 0;
}

.basic .number {
	display: inline-block;
	width: 20px;
}

.basic .antwoord {
	padding: 10px;
}

.basic .small {
	font-size: 10px;
}

.mouseover {
	background-color: #DAE1E6;
	color: #333;
	cursor: pointer;
}

.ja {
	color: #00aa00;
}

.nee {
	color: #aa0000;
}

.cursist table {
	width: 100%;
}

form {
	margin:0;
	display:inline;
}

.formcontent h3 {
	font-size: 13px !important;
	border-bottom: 1px dotted #333 !important;
}

.formcontent h4 {
	float: left;
	width: 200px;
	color: #333;
	font-style: italic;
	font-size: 10px;
	margin: 0;
}

.formcontent label  {
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
	padding-top: 4px;
	height: 15px;

}

.formcontent label.auto {
	width: auto !important;
}

.formcontent sub {
	font-size: 11px;
	display: block;
	float: left;
	width: 350px;
}

.formcontent input, .formcontent select {
	width: 180px;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;	
}

.formcontent textarea {
	width: 250px;
	height: 60px;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;		
}

.formcontent textarea.large {
	width: 350px;
	height: 150px;
}

.formcontent input.large {
	width: 350px;
}

.formcontent input:hover, .formcontent textarea:hover {
	border-top: 1px solid #777;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #777;
}

.formcontent input:focus, .formcontent textarea:focus {
	background-color: #DAE1E6;
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
}

.formcontent .list {
	width: 180px;
	height: 80px;
	float: left;
}

.formcontent .check, input[type='radio'] {
	width: 20px !important;
	border: 0 !important;
}

.formcontent select.large {
	width: 240px;
}

.formcontent .button {
	width: auto;
	padding: 0 10px;
	padding-bottom: 2px;
	* padding: 0 5px; /* IE7 */
	border-top: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px solid #999;
	height: 22px;
	background-color: #ddd;
}

.formcontent input.button:hover {
	border-top: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px solid #999;
}

.formcontent input.button:focus {
	margin-top: 1px;
	margin-left: 1px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	background-color: #ddd !important;
}

.formcontent .buttons {
	float: left;
	margin: 0 2px;
}

.error {
	color: #C51315;
}

.goed {
	color: #129A0D;
}

.buttons .button {
	width: auto;
	padding: 0;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	font-size: 10px;
	margin-bottom: 1px;
}

.buttons input.button:hover {
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
}


.float {
	float: left;
}

.nofloat {
	float: none !important;
}

h2.float {
	margin-top: 3px;
}

label.nofloat {
	width: auto;
}

#uitslag, #eisen {
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
	line-height: 15px;
}

#uitslag h3, #eisen h3 {
	color: #aaa;
	margin: 0;
	font-size: 13px;
	
}

#uitslag table, #eisen table {
	width: 210px;
}

#uitslag td.kol1, #eisen td.kol1 {
	width: 190px;
}

#uitslag td.kol2, #eisen td.kol2 {
	text-align: left;
	width: 40px;
}

.description {
	float: left;
	width: 200px;
	padding: 4px;
	* padding: 0;
}

.detail {
	float: left;
	padding: 4px;
	* padding: 0;
}

.transON {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #333;
	z-index: 1000;
}

.groupinfo, .forminfo {
	position: absolute;
	width: 500px;
	height: 400px;
	top: 50%;
	margin-top: -201px;
	left: 50%;
	margin-left: -250px;
	border: 1px #333 solid;
	background-color: #fff;
	z-index: 1001;
}

.groupinfo .btn_close, .forminfo .btn_close {
	border: 0;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	float: right;
	color: #333;
	font-size: 12px;
	width: 30px;
	height: 21px;
	background-color: #eee;
}

h3.popup_title {
	float: left;
	height: 20px;
	font-size: 12px;
	border-bottom: 1px solid #333;
	width: 465px;
	color: #eee;
	padding-left: 5px;
	vertical-align: middle;
	margin: 0;
	background-color: #8D99A0;
}

#ginfo .formcontent {
	padding: 10px !important;
}

#oefening {
	min-height: 1%; 
	width: 560px; 
	margin: 40px auto;
}

.align_right{
	text-align: right;
}

.timer {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #00AAFF;
}
