html{
	background-color: #005b9b;
	font-family: Arial, Helvetica;
	line-height: 16px;
	font-size: 12px;
}
#container{
	width: 920px;
	margin: auto;
	position: relative;
}
#slinger1{
	position: absolute;
	width: 109px;
	height: 440px;
	left: -20px;
}
#slinger2{
	position: absolute;
	width: 79px;
	height: 421px;
	left: 450px;
}
#slinger3{
	position: absolute;
	width: 121px;
	height: 303px;
	left: 800px;
}
#top{
	width: 895px;
	height: 143px;
	background: url(/images/background-top.png) no-repeat;
}
#top_inner_left{
	width: 250px;
	height: 100px;
	float: left;
	margin-left: 100px;
	margin-top: 40px;
	cursor: pointer;
}
#top_inner_right{
	width: 250px;
	height: 100px;
	float: left;
	margin-left: 120px;
	margin-top: 40px;
	cursor: pointer;
}
#uitloggen{
	text-align: right;
}

#bottom{
	width: 895px;
	height: 192px;
	background: url(/images/background-bottom.png) no-repeat;
	
}
#content{
	width: 893px;
	background: url(/images/background-content.png) repeat-y;
	border: 1px solid white;
	min-height: 200px;
}
#content_left{
	float: left;
	width: 360px;
	padding-left: 108px;
	padding-top: 20px;
}
#content_left_small{
	float: left;
	width: 290px;
	padding-left: 108px;
	padding-top: 20px;
}
#content_right{
	padding-left: 80px;
	padding-top: 20px;
	float: left;
	width: 300px;
}

#content_right_big{
	padding-left: 80px;
	padding-top: 20px;
	float: left;
	width: 330px;
}
#content h1,#content h2{
	color: #276ca8;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
}
#content h3{
	color: #000;
	font-size: 20px;
}
#content h4{
	color: #276ca8;
	font-size: 20px;
	text-transform: uppercase;
}
#content{
	color: #58595b;
	
}
#content a{
	color: #005a9c;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#content #blue_hr{
	border: 0px;
	background-color: #005a9c;
	height: 1px;
}
.blue_submit{
	margin-top: 5px;
	margin-bottom: 5px;
	color: white;
	background-color: #276ca8;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: none;
	padding: 3px 15px;
	font-size: 16px;
	cursor: pointer;
}
.red_submit{
	margin-top: 5px;
	margin-bottom: 5px;
	color: white;
	background-color: #ac120e;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: none;
	padding: 3px 15px;
	font-size: 16px;
	cursor: pointer;
}
.blue_text{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: 1px solid #276ca8;
	border-left: 1px solid #276ca8;
	border-bottom: 1px solid #276ca8;
	border-right: 1px solid #276ca8;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	color: #58595b;
}
.error{
	color: #bf251b;
	background: url(/images/error_arrow.png) no-repeat 0 2px;
	padding-left: 17px;
	height: 20px;
	display: none;
}
#nav_hoofdgebruiker{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
#nav_hoofdgebruiker li{
	line-height: 26px;
	font-size: 16px;
}
#nav_hoofdgebruiker span{
	color: #005a9c;
	cursor: pointer;
}
#nav_hoofdgebruiker span:hover{
	color: #f57f20;
}
#nav_hoofdgebruiker b{
	color: #f57f20;
	font-size: 18px;
}
.bewerk_leerkracht{
	border: 1px solid #276ca8;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.bewerk_leerkracht a{
	color: #f57f20 !important;
}

.bewerk_leerkracht h2{
	margin-bottom: 5px;
}

#tool_container{
	position: absolute;
	display: none;
	z-index: 10;
}
#displaybox {
	
	z-index: 5;
	filter: alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
	background-color:#ffffff;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}
#opentool{
	color: #ffffff;
	cursor: pointer;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #f57f20;
	padding: 10px;
	font-size: 24px;
}
#sluittool{
	color: #ffffff;
	cursor: pointer;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #f57f20;
	padding: 10px;
	font-size: 24px;
	margin-top: 20px;
}
.orangeBut{
	color: #ffffff !important;
	padding: 15px 40px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #f57f20;
	font-size: 16px;
}
.orangeBut:hover{
	text-decoration: none !important;
	background-color: #276ca8;
}
.orangeButCont{
	margin-top: 110px;
	margin-left: 40px;
}