html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font: 75% Arial, Helvetica, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*height: 1%;
	_display: inline-block;
}
#wrapper {
	width: 960px;
}
.hidden {
	display: none;
}
.orange {
	color: #FF8500;
}
#top {	
	position: absolute;
	width: 960px;
	height: 251px;
	background: url(../images/website/background_top.jpg) no-repeat 0 40px;
}
.private #top {	
	background: url(../images/website/background_top_backend.jpg) no-repeat 0 40px;
}
#page_home #top {	
	height: 330px;
}
#page_backend #top {	
	height: 251px;
	background: url(../images/website/background_top_backend.jpg) no-repeat 0 40px;
}
#logo {
	position: absolute;
	top: 67px;
	left: 30px;
	/*width: 114px;*/
	width: 518px;
	height: 121px;
	/*background: url(../images/website/logo_leru.png) no-repeat;*/
	background: url(../images/website/logo_leru_10y.png) no-repeat;
	text-indent: -9999px;
}
#logo a {
	display: block;
	/*width: 114px;*/
	width: 518px;
	height: 121px;
}
#baseline {
	position: absolute;
	top: 120px;
	right: 20px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	font-size: 150%;
}
#top .members {
	background-color: #F78F1E;
	border-bottom: 6px solid #fff;
	border-top: 6px solid #fff;
	height: 61px;
	line-height: 13px;
	padding: 5px 7px 4px;
	position: absolute;
	top: 212px;
	width: 946px;
}
#top .members li {
	display: inline;
	font-size: 11px;
	margin-right: 4px;
	line-height: 15px;
	text-align: left;
}
#top .members a {
	text-decoration: none;
	color: #FDDDBB;
	white-space: nowrap;
}
#top .members a:hover {
	color: #FFF;
}
#welcome {
	position: absolute;
	top: 22px;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #878787;
}
/* MAINMENU */
#mainmenu {
	position: absolute;
	left: 0;
	width: 960px;
	height: 36px;
	background-image: url(../images/website/background_mainmenu.png);
	bottom: 0;
	_bottom: -1px;
}
#page_home #mainmenu {
	_bottom: 0px;
}
#mainmenu li {
	float: left;
}
#mainmenu a {
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding: 11px 18px 10px;
	>padding-top: 10px; /* ook voor ie8 in orde toevoegen */
	color: #fff;
	font-weight: bold;
}
#mainmenu a:hover {
	background-color: #35383d;
}
#mainmenu .active a, #mainmenu .parent-active a, #mainmenu.publications li#public-publications a, #mainmenu.news li#public-news a, #mainmenu.calendar li#public-calendar a  {
	background-color: #F78F1E;
}
.search input {
	height: 23px;
	margin: 0;
	padding: 0;
	border: none;
}
.search input.text {
	padding-left: 5px;
	padding-right: 5px;
	width: 152px;
	color: #3D4147;
	position: absolute;
	height: 20px;
	*height: 15px;
	left: 719px;
	bottom: 6px;
	_bottom: -220px;
	padding-top: 5px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.search input.searchbutton {
	background: url(../images/website/search_up.png) no-repeat;
	text-indent: -9999px;
	_text-indent: 0px;
	width: 65px;
	height: 26px;
	position: absolute;
	left: 889px;
	bottom: 5px;
	_bottom: -194px;
	z-index: 5;
	color: #fff;
}
.search input.searchbutton:hover {
	background: url(../images/website/search_down.png) no-repeat;
}
/* TOPMENU */
#topmenu {
	position: absolute;
	right: 0;
	top: 11px;
}
#topmenu li {
	float: left;
}
#topmenu a {
	font-size: 13px;
	text-decoration: none;
	background-image: url(../images/website/background_topmenu.gif);
	margin-left: 10px;
	padding-left: 10px;
	color: #919395;
}
#topmenu a span {
	padding-top: 7px;
	*padding-top: 6px;
	padding-bottom: 6px;
	top: 1px;
	padding-right: 10px;
}
#topmenu a, #topmenu a span {
	display: block;
	float: left
}
/* Hide from IE5-Mac \*/
#topmenu a, #topmenu a span {
	float: none
}
/* End hide */
#topmenu a span {
	background: url(../images/website/background_topmenu_span.gif) no-repeat right;
}
#topmenu a:hover {
	color: #4e5259;
}
#middle {
	padding-top: 275px;
	padding-bottom: 40px;
}
#page_home #middle {
	padding-top: 360px;
}
#content {
	color: #3D4147;
}
/* SUBMENU */
#submenu {
	float: left;
	font: 100% Arial, Helvetica, Geneva, sans-serif;
	width: 210px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
	min-height: 100px;
}
#submenu ul {
	margin-top: 7px;
	margin-bottom: 17px;
}
#content #submenu li {
	margin: 0;
	padding: 0;
	background-image: none;
}
#submenu li a {
	display: block;
	text-decoration: none;
	border-top: 1px solid #f1f0f7;
	color: #414142;
	font-weight: bold;
	padding: 10px 8px 8px 10px;
}
#submenu li a:hover {
	background-color: #fffaf6;
	border-bottom-style: none;
}
#submenu li.parent-active a, #submenu li.active a {
	background-color: #f78f1e;
	color: #fff;
	font-weight: bold;
}
#submenu li.parent-active li a, #submenu li.active li a {
	background-color: #fff;
	color: #414142;
	display: block;
	padding: 5px 8px 5px 22px;
	border-top: none;
	font-weight: normal;
	font-style: normal;
	background: url(../images/website/bullet_grey.png) no-repeat 12px 10px;
	_background: url(../images/website/bullet_grey.gif) no-repeat 12px 10px;
}
#submenu li.parent-active li a:hover, #submenu li.active li a:hover {
	text-decoration: underline;
}
#submenu li.parent-active li.active a, #submenu li.active li.active a {
	background-image: url(../images/website/bullet_orange.png);
	_background-image: url(../images/website/bullet_orange.gif);
	text-decoration: underline;
}
* html ul#submenu li a {
   height:1em;
}
#content hr {
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	border-width: 0;
}
.clear {
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.call_to_action {
	background-color: #eeeff1;
	margin-bottom: 30px;
	padding: 10px;
}
#content .call_to_action img {
	float: left;
	margin-bottom: 0;
}
#content .call_to_action h3 {
	font-size: 140%;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
	border-bottom-style: none;
	margin-top: 0;
}
#content .call_to_action p {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 8px;
}
#content h2 {
	color: #ff8500;
	font-weight: normal;
	font-style: normal;
	font-size: 200%;
	margin-bottom: 12px;
	border-bottom: 1px solid #f1f0f7;
}
.private #content h2 {
	font-size: 175%;
}
#content h3 {
	color: #29292a;
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 12px;
	border-bottom: 1px solid #f1f0f7;
	margin-top: 25px;
}
.frame #content h3 {
	margin-top: 0px;
}
#content h4 {
	color: #29292a;
	font-size: 120%;
	margin-bottom: 12px;
	color: #414142;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #f1f0f7;
	margin-top: 25px;
}
.frame #content h4 {
	margin-top: 0px;
}
#content p {
	margin-bottom: 14px;
	line-height: 150%;
}
#content ul, #content ol {
	margin-bottom: 14px;
	margin-left: 20px;
	color: #5f5f61;
	font: 90% "Lucida Grande", Lucida, Verdana, sans-serif;
}
#content ul ul, #content ul ul ul, #content ul ul ul ul, #content ol ol, #content ol ol ol, #content ol ol ol ol  {
	font-size: 100%;
}
#content ul li {
	margin-bottom: 5px;
	background: url(../images/website/bullet_orange.png) no-repeat 0 6px;
	_background: url(../images/website/bullet_orange.gif) no-repeat 0 6px;
	padding-left: 9px;
}
#content ol li {
	margin-bottom: 3px;
	list-style-type: decimal;
	padding-left: 0;
	margin-left: 9px;
}
#content img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
#content .important {
	border: 1px solid #f1f0f7;
	padding: 12px;
	font: 90%/170% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #404041;
	color: #fff;
}
#content a {
	color: #FF8500;
	text-decoration: none;
	border-bottom: 1px solid #FDDDBB;
}
#content a:hover {
	border-bottom: 1px solid #f78f1e;
}
#content a:visited {
	border-bottom: 1px solid #cfd1d4;
}
.box_sub_two img {
	margin-bottom: 20px;
	_width: 225px;
	_margin-right: 0px;
}
.box_sub_two img.no_margin {
	margin-bottom: 5px;
}
#content p.caption {
	color: #87878b;
	margin-bottom: 20px;
	margin-top: 1px;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
}
.inhoud .kader_call_to_action p.logo  {
	margin-bottom: 0;
}
#content ul.members_img {
	margin-left: 0;
}
#content ul.members_img img {
	margin: 0;
	padding: 0;
}
#content ul.members_img a {
        float:left;
}
#content ul.members_img p {
	text-align: right;
	margin-bottom: 0;
}
#content ul.members_img p a {
        float:none;
}
#content ul.members_img p strong{
	font-size: 120%;
}
#content ul.members_img li {
	border-bottom: 1px solid #eaebec;
	display: block;
	height: 75px;
	background-image: none;
	margin: 0;
	padding: 20px 0;
}
ul.members_img li a {
	display: block;
	border-bottom: none;
}
#content ul.members_img li a:link,
#content ul.members_img li a:visited {
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
	border-bottom-style: none;
}

#content ul.members_img li a:hover,
#content ul.members_img li a:active {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	border-bottom-style: none;
}
#content .news {
	margin-bottom: 50px;
}
.news .text {
	width: 450px;
	margin-right: 30px;
	float: left;
}
#content .news img {
	float: left;
	margin-right: 0;
}
#page_sub .date {
	margin-top: -10px;
}
#content ul.pagination {
	margin: 0 auto;
	border-top: 1px solid #eaebec;
	padding: 14px 0 2px 14px;;
}
#content ul.pagination li {	
	margin: 0 5px 0 0;
	background-image: none;
	float: left;
	text-align: center;
	padding: 0 20px;
	width: 96px;
}
.imagebox {
	border-top: 1px solid #eaebec;
	padding: 14px 0 2px 14px;
}
#content .imagebox img {
	margin: 0;
	padding-right: 12px;
	padding-bottom: 12px;
}
#content h3.small {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 3px;
	border-bottom-style: none;
}
.date {
	color: #a6a6a6;
	margin-bottom: 8px;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
}
.publication_detail {
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
#content .publication_detail p {
	margin-bottom: 0;
}
#content ul.nav_private {
	margin-bottom: 14px;
	margin-left: 0px;
	color: #5f5f61;
	font: 90% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #f0f0f0;
	padding-top: 9px;
	padding-left: 10px;
	padding-bottom: 9px;
}
#content ul.nav_private li {
	margin-bottom: 0;
	background: none no-repeat;
	float: left;
	padding-left: 0;
	padding-right: 30px;
}
#content ul.nav_private li a.active{
	font-weight: bold;
}
#content ul.nav_private img {
	margin: 0;
	padding-right: 8px;
}
table.table_private {
	width: 100%;
	border: 1px solid #f0f0f0;
}
table.table_private td {
	padding: 8px;
}
table.table_private th {
	padding: 8px;
	background-color: #f0f0f0;
}
table.table_private .tbl_date{
	width: 15%;
	text-align: center;
}
table.table_private td.tbl_date{
	color: #80848c;
}
table.table_private .tbl_title{
	width: 55%;
	text-align: left;
}
table.table_private .tbl_edit{
	width: 15%;
	text-align: center;
}
table.table_private .tbl_delete{
	width: 15%;
	text-align: center;
}
/* subscribe */
/* login */
#subForm {
	padding-top: 10px;
	padding-bottom: 25px;
}
#subForm label {
    cursor:pointer;
    width: 45px;
    float: left;
    display: block;
    padding: 5px 5px 5px 0;
	clear: both;
}
#content #subForm p {
	margin-bottom: 9px;
}
#subForm input.submit {
	background: #fff;
	padding: 6px 10px 6px 8px;
	text-align: center;
	font-size: 11px;
	width: 150px;
	color: #6c5b5b;
}
#subForm input {
    padding:5px;
    border: 1px solid #f1f0f7;
    width: 242px;
}
#subForm input:hover,#subForm input:focus {
    border: 1px solid #a1a1a1;
}
/* login */
#box_login {
	width: 400px;
	padding: 20px 20px 11px;
	margin: 40px auto 120px;
}
#box_login #logo {
	width: 114px;
	height: 121px;
	background: url(../images/website/logo_leru.png) no-repeat;
	text-indent: -9999px;
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
}
#box_login #logo a {
	width: 114px;
	height: 121px;
	display: block;
}
#content #box_login #logo a, #content #box_login #logo a:hover {
	border-style: none;
}
#box_login h2 {
	margin-bottom: 19px;
}
#content #box_login p.subline {
	margin-top: 30px;
	margin-bottom: 9px;
	color: #9fa1a4;
}
#box_login label {
    cursor:pointer;
    width: 135px;
    float: left;
    display: block;
    padding: 5px 5px 5px 0;
	clear: both;
}
#content #box_login p {
	margin-bottom: 9px;
	font-size: 12px;
}
#box_login input.submit {
	background: #fff;
	padding: 6px 10px 6px 8px;
	text-align: center;
	font-size: 11px;
	width: 150px;
	color: #6c5b5b;
}
#box_login input {
    padding:5px;
    border: 1px solid #f1f0f7;
    width: 242px;
}
#box_login input.checkbox {
    padding:5px;
    border: 1px solid #f1f0f7;
    width: 12px;
}
#box_login input:hover,#box_login input:focus {
    border: 1px solid #a1a1a1;
}
/* COLS HOMEPAGE */
.box_home_one {
	width: 465px;
	float: left;
	padding-right: 15px;
}
.box_home_two {
	width: 210px;
	float: left;
	border-left: 1px solid #E2E3E4;
	padding-right: 17px;
	padding-left: 12px;
}
.box_home_three {
	width: 210px;
	float: left;
	border-left: 1px solid #E2E3E4;
	padding-right: 17px;
	padding-left: 12px;
}
/* COLS SUBPAGE */
.box_sub_one {
	float: left;
	width: 450px;
	padding-right: 30px;
}
.box_sub_one_wide {
	float: left;
	width: 720px;
}
.box_sub_two {
	width: 240px;
	float: left;
}
.box_wide {
	float: left;
	width: 690px;
	padding-right: 30px;
}
.comment {
	border-top: 1px solid #f1f0f7;
	padding: 15px 0;
}
#content .comment p {
	margin-bottom: 0;
}
#content p.comment_by {
	font-weight: normal;
	font-style: normal;
	color: #7b8285;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f0f7;
}
#content .comment h3 {
	color: #7b8285;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
}
#content h4.comments_title {
	margin-top: 35px;
	border-bottom-style: none;
}
#comment_form {
	border-top: 1px solid #f1f0f7;
	padding-top: 15px;
	clear: both;
	margin-top: 25px;
	margin-bottom: 35px;
}
#comment_form p {
	clear: both;
	margin-bottom: 8px;
}
#comment_form h5 {
	margin-bottom: 8px;
	font: 130% Arial, Helvetica, Geneva, sans-serif;
}
#comment_form label {
    cursor:pointer;
    text-align: left;
    display: block;
    padding: 2px;
}
#comment_form label.naast {
    width: 480px;
}
#comment_form label.lang {
    width: 450px;
}
#comment_form input {
	width: 340px;
}
#comment_form input.checkbox {
	width: 15px;
	float: left;
}
#comment_form input.submit {
	width: 150px;
	color: #fff;
	background-color: #3e4148;
    border: none;
}
#comment_form textarea {
    cursor:pointer;
    width: 340px;
    text-align: left;
    display: block;
    padding:5px;
	height: 180px;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
}
#comment_form input.submit:hover, #comment_form input.submit:focus {
	background-color: #f78f1e;
	border: none;
}
#comment_form input, #comment_form textarea , #comment_form select {
    padding:5px;
    border: 1px solid #ebe9f1;
}
#comment_form input:hover,#comment_form input:focus, #comment_form textarea:hover, #comment_form textarea:focus , #comment_form select:hover, #comment_form select:focus {
    padding:5px;
    border: 1px solid #a1a1a1;
}
.frame input#title {
	width: 650px;
}
.frame input#submit {
	margin-top: 12px;
}
/* NEWSLETTER */
.newsletter {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.newsletter_header {
	color: #a1a1a1;
	text-align: center;
	font-size: 11px;
}
#content .newsletter_image img {
	margin-bottom: 30px;
	float: none;
	margin-right: 0;
}
#content .newsletter_intro p, #content .newsletter_intro ul, #content .newsletter_intro li {
	font-size: 12px;
}
#content .newsletter_intro p.date {
	font-size: 10px;
}
#content .newsletter_intro h2 {
	font-size: 24px;
}
#content .newsletter_news li, #content .newsletter_calendar li {
	font-size: 11px;
}
.newsletter_news, .newsletter_calendar {
	padding-bottom: 30px;
}
#content .newsletter_news h3, #content .newsletter_calendar h3 {
	margin-bottom: 20px;
}
.newsletter_footer {
	color: #a1a1a1;
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
	border-top: 1px solid #f1f0f7;
}
/* FOOTER */
html {
	height: 100%;
}
body {
	height: 100%;
}
body.frame {
	height: 90%;
	margin: 20px;
}
#wrapper {
	margin: 0 auto -309px auto;
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
}
.private #wrapper {
	margin: 0 auto -150px auto;
}
#footer, #push {
	height: 280px;
	padding-top: 29px;
}
.private #footer, .private #push {
	height: 150px;
	padding-top: 0;
}
#footer {
	width: 100%;
	clear: both;
	background: url(../images/website/background_footer.jpg) no-repeat center 0;
}
.private #footer {
	background: url(../images/website/background_footer_private.jpg) repeat-x center -156px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #8d8d8d;
}
#footer a:hover {
	border-bottom-color: #b7b7b7;
}
#footer .wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer ul.box_one_col {
	width: 215px;
	float: left;
	border-style: none;
	height: 117px;
	overflow: hidden;
	padding-right: 12px;
	padding-top: 10px;
	padding-left: 12px;
}
#footer .box_one_col.last {
	padding-right: 12px;
}
#footer ul.box_one_col li {
	background: url(../images/website/bullet_white.png) no-repeat 0 5px;
	_background: url(../images/website/bullet_white.gif) no-repeat 0 5px;
	padding-left: 8px;
	margin-bottom: 4px;
	*margin-bottom: 3px;
	line-height: 140%;
}
#footer .members {
	line-height: 13px;
	padding: 8px 7px 4px 58px;
	clear: both;
	background: url(../images/website/logo_leru_footer.png) no-repeat 0 17px;
	height: 64px;
}
#footer .members li {
	display: inline;
	font-size: 11px;
	margin-right: 4px;
	line-height: 15px;
	text-align: left;
}
#footer .members a {
	text-decoration: none;
	color: #828282;
	white-space: nowrap;
	border-bottom-style: none;
}
#footer .members a:hover {
	color: #FFF;
}
#footer .line01, #footer .line02 {
	text-align: right;
	margin-top: 18px;
	color: #505358;
}
#footer .line01 {
	margin-top: 18px;
}
#footer .line02 {
	margin-top: 6px;
}
#footer .line01 a, #footer .line02 a {
	color: #505358;
	border-bottom: 1px solid #dfdfdf;
}
#footer .line01 a:hover, #footer .line02 a:hover {
	border-bottom-color: #505358;
}

/** google map styles **/
#googlemap{
    background: transparent url('../images/loader.gif') no-repeat center center;
    height:550px;
    margin-bottom:25px;
}

.school *{
    margin:0;
    padding:0;
    height:auto;
    width:auto;
}

#content img.floatnone{
float:none;
margin:0 auto;
}
