/*
#################
#	ALGEMEEN	#
#################
*/
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, object { margin: 0; padding: 0; }
html { font: 62.5%/200% Arial, Verdana, Tahoma, sans-serif; overflow-y: scroll; }
body { 
	background: #ff6f00 url(/img/bg.png) no-repeat 50% 0;
	font-size: 1.2em; 
}

/* Quicksand font 'inladen'  \o/ hip!
------------------------------------------------------------------*/
@font-face {
    font-family: 'QuicksandBold';
    src: url('/fonts/Quicksand_Bold-webfont.eot');
    src: url('/fonts/Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Quicksand_Bold-webfont.woff') format('woff'),
         url('/fonts/Quicksand_Bold-webfont.ttf') format('truetype'),
         url('/fonts/Quicksand_Bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'QuicksandBook';
    src: url('/fonts/Quicksand_Book-webfont.eot');
    src: url('/fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Quicksand_Book-webfont.woff') format('woff'),
         url('/fonts/Quicksand_Book-webfont.ttf') format('truetype'),
         url('/fonts/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lane';
    src: url('/fonts/lanenar-webfont.eot');
    src: url('/fonts/lanenar-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lanenar-webfont.woff') format('woff'),
         url('/fonts/lanenar-webfont.ttf') format('truetype'),
         url('/fonts/lanenar-webfont.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Algemene classnames
------------------------------------------------------------------*/
.nomargin, .nom { margin: 0; }
.nopadding .nop { padding: 0; }
.nomp { margin: 0; padding: 0; }

.block { display: block; }
.inline { display: inline; }

.center { display: block; margin: auto; }

.hide, .hidden { position: absolute; left: -9999px; }

.fleft { float: left; }
.fright { float: right; }

.clear { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }

.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }

.vbottom { vertical-align: bottom; }
.vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }

.absolute { position: absolute; }
.relative { position: relative; }

.bold, .b, .strong { font-weight: bold; }
.em, .italic, .i { font-style: italic; }
.normal { font-weight: normal; }
.u, .underline { text-decoration: underline; }
.small { font-size: 11px; }
.lower { text-transform: lowercase; }
.upper { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

.wide { width: 100%; }

.default { cursor: default; }
.pointer { cursor: pointer; }

body.js-on  .noscript { display: none; }

/* Afbeeldingen
------------------------------------------------------------------*/
img { border: none; display: block; vertical-align: middle; }

/* Flash
------------------------------------------------------------------*/
object { display: block; }

/* Alinea's en paragafen
------------------------------------------------------------------*/
p, div.alinea { margin-bottom: 1.2em; }

/* Overflow en clearfix
------------------------------------------------------------------*/
.overflow { overflow: hidden; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* Headings
------------------------------------------------------------------*/
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

/* Hyperlinks
------------------------------------------------------------------*/
a { color: #0070bc; }
a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }
a span { cursor: pointer; }

.alinea a { color: #0070bc; }

a img.non-hover,
a:hover img.hover,
a:focus img.hover,
a.active img.hover { display: block; }

a img.hover,
a:hover img.non-hover,
a:focus img.non-hover,
a.active img.non-hover { display: none; }

/* a.logout, body div a.logout {
    color: white;
    text-decoration: none;
    font-weight: bold;
}*/

#subinhoud-rechts img {margin-top: 5px; margin-bottom: 5px;}

/* Overig
------------------------------------------------------------------*/
address { font-style: normal; }

/*
################
#	LAYOUT	   #
################
*/

/* Container
------------------------------------------------------------------*/
div#container {
	margin: 0 auto;
	width: 992px;
}

/* Logo
------------------------------------------------------------------*/
p#logo {
	float: left;
	width: 475px;
	height: 65px;
	margin-bottom: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/img/sefa.png) no-repeat;
	/*margin-right: 117px;*/
}
p#logo a { display: block; height: 140px; }

div.headerrechts { float: right; }

div#header { padding: 12px 0; position:relative; }

/* Meldingen
------------------------------------------------------------------*/
.melding {
	margin: 8px 0;
	border: 1px solid #fff;
	line-height: 130%;
	padding: 8px;
}
.melding.info {
	background-color: #d8e4ff;
	border-color: #2447ad;
}

.melding.error {
	background-color: #ffd6d5;
	border-color: #f7403a;
	color: #f7403a;
}

.melding.success {
	background-color: #ddffd1;
	border-color: #54bd30;
	color: #54bd30;
}

/* Breadcrumbs
------------------------------------------------------------------*/
p#breadcrumbs { 
	margin: 5px 0 24px;
	font-weight: bold;
	color: #fff;
} 

p#breadcrumbs img {
	display: inline;	
} 

p#breadcrumbs a { background: url(/img/breadcrumb.gif) right center no-repeat; display: block; float: left; padding: 0 24px 0 0; }  

div.alinea table {
	width: 100%;
	margin-bottom: 8px;
}

/*
	Alumni Members
*/

div#alumni_info {
	margin-bottom: 45px;
}

ul.alumni_list {
	
}

ul.alumni_list li {
	background: url("/img/blok-bg.gif") repeat-x scroll 0 0 #fff;
	padding: 6px;
	margin-top: 8px;
}

ul.alumni_list li.dark {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
}

ul.alumni_list li a {
	color: #F48E24;
	font-weight: bold;
	text-decoration: none;
}

ul.alumni_list li a:hover {
	text-decoration: underline;	
}

ul.alumni_list li a img {
	float: left;
	border: 1px solid #ddd;
	padding: 2px;
	margin-right: 10px;
}

ul.alumni_list li a:hover img {
	border-color: #F48E24;
}

ul.alumni_list li.dark img {

}

ul.alumni_list span.more_info {
	float: right;
	padding-right: 10px;	
}

body#component-tempodoeloeoverzicht ul.pages {
	border-top: 1px solid #ddd;
	padding: 6px 0 0 6px;
	margin-top: 16px;
}

body#component-tempodoeloeoverzicht ul.pages li {
	
}

/* form */



form.webbeheer-formulier input.text {
	padding: 4px;
	border: 1px solid #bbb;	
}

form.webbeheer-formulier label em {
	color: #b30000;	
}

form.webbeheer-formulier {
	margin-bottom: 12px;	
}

form.webbeheer-formulier fieldset {
	padding: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

form.webbeheer-formulier fieldset legende {
	padding-left: 5px;
}

form.webbeheer-formulier label {
	padding-left: 5px;
	padding-bottom: 2px;	
}

form.webbeheer-formulier select {
	padding: 4px;
}

form.webbeheer-formulier h2 {
	font-size: 1.2em;
	padding-left: 5px;
}

form.webbeheer-formulier input.button, fieldset.mijnsefa input.button {
	font-size: 1.1em;
	background: url(/img/button-gradient.gif) left top repeat-x #5c5c5c;
	border: 1px solid #3e3e3e;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 8px;
	text-transform: uppercase;
	font-weight: bold;
}

form.webbeheer-formulier input.button-hover, fieldset.mijnsefa input.button-hover {
	background: #818181;
}

form.webbeheer-formulier li.form-input-checkbox {
	border: 1px dotted #DEDEDE;
	padding: 2px 0 2px 5px;
}

form.webbeheer-formulier a {
	color: #F48E24;
	font-weight: bold;
}

/* einde form */

fieldset {
	border: 1px solid #DEDEDE;	
}

ul.pages {
	overflow: hidden;	
}

ul.pages li {
	float: left;
	margin-right: 4px;
}

ul.pages li a {
	display: block;
	background: #F1F1F1;
	border: 1px solid #DBDBDB;
	padding: 4px 8px;
	color: #f68b1f;
	font-weight: bold;
}

ul.pages li a:hover,
ul.pages li a:focus,
ul.pages li.active a {
	background:	#f68b1f;
	border: 1px solid #f68b1f;
	color: #fff;
}

/* Homepage intro
------------------------------------------------------------------*/
a.button {
	display: block;
	height: 29px;
	background: url(/img/button-bg-right.gif) no-repeat right;	
}

span.button-orange a,
span.button a {
	display: block;
	padding: 8px 0 0 5px;
	height: 21px;
	background: url(/img/button-bg.gif) repeat-x;	
}

span.button-orange a {
	background: url(/img/button-bg-orange.gif) repeat-x;	
}

div#banner-container a {
	display: block;
	margin-bottom: 15px;
	border: 1px #d0d0d0 solid;
}
div#bannerblok-rechtsonder img{
	margin-bottom: 24px;
}

div#homepage-intro a.introimg {
	position: absolute;
	top: 128px;
	left: 342px;
	width: 180px;
	height: 54px;
	display:block;
}

div#homepage-intro a.introimg img {
	width: 180px;
	height: 54px;
	}
/* Kolommen
------------------------------------------------------------------*/
div.kolom-wrapper {
	background: #fff;
}
div.kolom-wrapper-rechts { float: right; }

body#component-homepage div.kolom-wrapper { padding: 10px; }
body#component-homepage div.kolom-midden {
	float: left;
	position: static;
	width: 630px;
	padding: 0;
}

div.kolom-midden {
	float: right;
	padding: 50px 30px 15px 0;
	position: relative;
	width: 690px;
}

div.kolom-midden-breed {
	float: right;
	padding: 50px 30px 15px;
	position: relative;
	width: 960px;
}

div.midden-catalogus {
	width: 725px;	
}

div.kolom-wrapper-rechts div.kolom-midden { float: left; }
div.kolom-wrapper-rechts div.kolom-midden-breed,
div.kolom-midden-breed { float: none; width: auto; }

div.zijkolom { min-height: 10px; overflow: hidden; }
div.kolom-links {
	float: left;
	width: 258px;
	/* margin-right: 35px; */
}

div.links-catalogus {
	width: 230px;
	margin-right: 0;	
}

div.kolom-rechts {
	float: right;
	width: 200px;
}

body#component-homepage div.kolom-rechts {
	margin: 13px 22px 0 0;
	width: 287px;
}

/* Inhoud kolom-midden
------------------------------------------------------------------*/
div.kolom-midden-breed h1, 
div.kolom-midden h1 { 
	margin-bottom: 1em;
	font-family: QuicksandBook, Lane, sans-serif;
	color: #222;
	font-size: 37px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: normal;	 
}
div.kolom-midden-breed h2,
div.kolom-midden h2 { 
	margin-bottom: .3em;
	font-family: QuicksandBold, Lane, sans-serif;
	font-size: 20px;
	color: #0070BC;
	font-weight: normal;
	line-height: normal;
}

body#component-homepage div.intro h1 {
	font-family: QuicksandBold, Lane, sans-serif;
	font-size: 35px;
	margin-bottom: .2em;	
}

body#component-homepage div.intro {
	font-family: QuicksandBold, Lane, sans-serif;
	font-size: 14px;
}

body#component-homepage div.intro a { text-decoration: none; }
body#component-homepage div.intro a:hover { text-decoration: underline; }

/* In- en uitklapbare blokken
------------------------------------------------------------------*/
.ingeklapt h2, .uitgeklapt h2 { cursor: pointer; }
.ingeklapt .inhoud { display: none; }
.uitgeklapt .inhoud { display: block; }

/* Illustraties
------------------------------------------------------------------*/
p.illustratie img { margin: 0 auto; }
p.illustratie span {
	display: block;
	font-size: .9em;
	font-style: italic;
	text-align: center;
}
img.illustratie {
	float: right;
	margin-right: 0; margin-left: 8px;
}
img.illustratie-links {
	float: left;
	margin: .5em 8px .3em 0;
}
div.zijkolom img.illustratie {
	display: block;
	float: none;
	margin: 0 auto 2em;
}

/* Foto-albums
------------------------------------------------------------------*/
a.albumfoto {
	background: #fff;
	border: 1px solid #b8b8b8;
	float: left;
	margin: 0 8px 8px 0;
	padding: 6px;
	position: relative;
	text-decoration: none;
	width: 148px;
}
a.albumfoto:hover,
a.albumfoto:focus { border-color: #b8b8b8; }

a.albumfoto img { margin: 0 auto; }
a.albumfoto span { display: block; }
a.albumfoto span.aantal {
	bottom: 6px;
	position: absolute;
	right: 6px;
}

a.fotoalbum-preview { border-color: #fff; height: 148px; }
a.fotoalbum-preview:hover,
a.fotoalbum-preview:focus { border-color: #b8b8b8; }
a.fotoalbum-preview img { margin-bottom: 4px; }

/* Preview
------------------------------------------------------------------*/
div.preview { margin-bottom: 2em; }
div.preview h2 { font-size: 1.3em; }
div.preview p { margin-bottom: 0; }

/* Navigatie
------------------------------------------------------------------*/
p.navigatie { float: right; font-size: .9em; }
p.navigatie a {
	background: #58585a;
	color: #fff;
	float: left;
	line-height: 100%;
	margin-left: 4px;
	padding: .4em 0;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
p.navigatie a:hover,
p.navigatie a:focus,
p.navigatie a.active {
	background: none;
	color: #58585a;
}
p.navigatie a.active { cursor: default; }

/* Downloads
------------------------------------------------------------------*/
a.download {
	background: #fff;
	color: #292929;
	display: block;
	line-height: 100%;
	margin-bottom: 2px;
	padding: 10px;
	text-decoration: none;
}

a.download:hover,
a.download:focus { background-position: bottom left; }

a.download span { padding: 2px 0; }
a.download span.titel {
	background: url(/img/downloads/default.gif) no-repeat;
	float: left;
	padding-left: 28px;
}
a.download span.download { float: right; }
a.download:hover span.download,
a.download:focus span.download { text-decoration: underline; }

a.doc span.titel { background-image: url(/img/downloads/doc.gif); }
a.pdf span.titel { background-image: url(/img/downloads/pdf.gif); }
a.ppt span.titel { background-image: url(/img/downloads/ppt.gif); }
a.xls span.titel { background-image: url(/img/downloads/xls.gif); }

/* Google Maps
------------------------------------------------------------------*/
div.google-maps {
	border: 3px solid silver;
	height: 400px;
	margin: 1.2em auto;
	overflow: hidden;
}

/* Zoekresultaten
------------------------------------------------------------------*/
div.zoekresultaat { margin-bottom: 1.2em; }

/* Footer
------------------------------------------------------------------*/
div#footer,
div#footermenu { font-size: 9px;  color: #000; }
div#footermenu { background: #ff8f38; position: relative;}
div#footer a,
div#footermenu a { color: #000; }
div#footer p,
div#footermenu p { margin-bottom: 0; }
div#footer .fleft,
div#footer .fright,
div#footermenu .fleft,
div#footermenu .fright { 
	font-size: 1.112em;
	font-weight: bold;
	color: #7f3700; 
}
div#footermenu .fleft { clear: left; }
div#footermenu .fright { clear: right; }
div#footermenu .kolom { 
	float: left;
	font-size: 12px;
	padding: 22px 0 7px 30px;
	width: 137px; 
}
div#footermenu .kolom.last { /*width: 138px;*/ }
div#footermenu .kolom .titel { 
	display: block;
	font-size: 1.182em;
	font-weight: bold;
	padding: 0 0 6px;
	font-family: QuicksandBold, Lane, sans-serif;
	font-size: 15px;
}
div#footermenu .kolom ul { padding: 0 10px 0 0; }
div#footermenu .kolom .titel a,
div#footermenu .kolom ul li a { text-decoration: none; }

div#footermenu .kolom ul li a {
	display: block;
	padding-left: 8px;
	background: url(/img/footerarrow.gif) no-repeat 0 7px;
}

div#footermenu .kolom .titel a:hover,
div#footermenu .kolom ul li a:hover { text-decoration: underline; }  

div#footermenu .contact { 
	float: right;
	padding-right: 20px;
	padding-left: 0;
}
	
div#footermenu .kolom.contact address { font-style: normal; display: block; }
div#footermenu .kolom.contact label { float: left; font-size: 0.91em; font-weight: bold; width: 58px; }
div#footermenu .kolom.contact span,
div#footermenu .kolom.contact a { float: left; overflow: hidden; text-decoration: none; }
div#footermenu .kolom.contact a:hover { color: #333; }
div#footermenu .kolom.contact span.titel { float: none; }

div#footer {
	margin: 0 auto;
	width: 932px;
	padding: 6px 30px 8px;
}

div.boekBeschrijving2 {
	color: #666;	
}
div.boekBeschrijving2 p.titel {
	font-weight: bold;
	margin-bottom: 0;
}

div.boekBeschrijving2 a {
	color: #f68b1f;	
}

body div.extramargin {
	margin-top: 24px;	
}



/*
####################
#	LIJSTEN		   #
####################
*/

/* Algemeen
------------------------------------------------------------------*/
ul, form ol { list-style: none; }

/* Hoofdmenu
------------------------------------------------------------------*/
ul#hoofdmenu {
	z-index: 999;
	position: relative;
	width: 700px;
}

ul#hoofdmenu li { 
	float: left; 
	margin-right: 2px;
	height: 1%;
}

ul#hoofdmenu a { 
	display: block; 
	padding: 10px;
	color: #fff;
	text-decoration: none;
	background: #ffae6f;
	color: #222;
	font-family: QuicksandBold, Lane, sans-serif;
	font-size: 14px;
}
/*
ul#hoofdmenu li.more a,
ul#hoofdmenu li.more a.active,
ul#hoofdmenu li.more a:hover,
ul#hoofdmenu li.more a:focus {
	padding-right: 30px;
	background-image: url(/img/nav-more.gif);
	background-repeat: no-repeat;
	background-position: right 18px;
}
*/

ul#hoofdmenu a.active,
ul#hoofdmenu a:focus,
ul#hoofdmenu a:hover,
ul#hoofdmenu li.hover-ie a { 
	background: #fff;
}
ul#hoofdmenu li.hover-ie a img.hover { display: block; }
ul#hoofdmenu li.hover-ie a img.non-hover { display: none; }

ul#hoofdmenu ul {
	clear: both;
	display: none;
	position: absolute;
	width: 200px;
	border: 1px solid #ccc;
	margin-left: -1px;
	padding: 0;
	background: #fff;
}
ul#hoofdmenu li:hover ul,
ul#hoofdmenu li.hover-ie ul { display: block; }

ul#hoofdmenu li:hover ul ul,
ul#hoofdmenu li.hover-ie ul ul { display: none; }

ul#hoofdmenu li:hover ul li:hover ul,
ul#hoofdmenu li.hover-ie ul li.hover-ie ul { display: block; }

ul#hoofdmenu ul ul {
	margin: -38px 0 0 200px;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
	padding-top: 0;
}

ul#hoofdmenu ul li {	
	float: none;
	margin: 0; 
}

ul#hoofdmenu li.more ul a {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	padding: 5px 0; 
	height: auto;
	background: #fff;
	color: #666;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px;
}

ul#hoofdmenu ul li.more a,
ul#hoofdmenu ul li.more a:hover,
ul#hoofdmenu ul li.more a:focus { 
	background-image: url(/img/submenuarrow.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}

ul#hoofdmenu li.more ul a:hover { background-color: #e6e7e8; }

ul#hoofdmenu ul ul a { background-image: none !important; }

ul#hoofdmenu ul a.last { border-bottom: none; }

div#overzicht span.bericht span.meer a {
	color: #00B6DE;
}

div#overzicht span.bericht span.meer a:hover {
	color: #666;
}

/* Logo's (footer)
------------------------------------------------------------------*/
ul#logos {
	display: block;
	clear: both;
	text-align: center;
	padding-bottom: 20px;
}

ul#logos li,
ul#logos a,
ul#logos img { display: inline; }

ul#logos a { text-decoration: none; }

div#follow { float: right; margin-bottom: 23px; }
div#follow a {
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 20px;
	width: 20px;
	background: url(/img/social.png) no-repeat;
	margin-left: 12px;
}

div#follow a.tw { background-position: 0 0; }
div#follow a.fb { background-position: -20px 0; }
div#follow a.li { background-position: -40px 0; }

div#follow img {
	display: inline;
	vertical-align: none;
	margin-left: 5px;
}

/* Logo's (company profiles)
------------------------------------------------------------------*/
.logo { border: 1px solid #666465; float: left; margin: 10px 21px 10px 0; width: 214px; }
.logo.logo-breed { display: block; float: none; margin-right: 0; height: 140px; width: auto; }
a:hover.logo { border: 1px solid #FF8500; }
.logo img { margin: auto; }
.logo.last { margin-right: 0; }

/* Taalmenu
------------------------------------------------------------------*/
ul#taalmenu {
	float: right;
	margin-bottom: 12px;
}
ul#taalmenu li { float: left; margin-left: 8px; }

/* Optie-menu (mail & stuur door)
------------------------------------------------------------------*/
ul#opties { float: right; padding: 10px; }
ul#opties li { float: left; margin-left: 14px; }
ul#opties a {
	background: url(/img/opties.gif) no-repeat 0 .5em;
	color: #808080;
	display: block;
	padding-left: 18px;
}
ul#opties a.mail { background-position: -289px .4em; }

/* Error-menu
------------------------------------------------------------------*/
ul.errors, ol.errors, li.input-error, div.form-error {
	background: #ffd6d5;
	border: 1px solid #f7403a;
	color: #f7403a;
	margin: 1em 0;
	padding: .2em 0;
}
ul.errors li, ol.errors li { 
	list-style: disc;
	margin: 0 0 0 20px;
	padding: .2em 0; 
}

li.input-error,
div.form-error { padding: 5px; }

li div.input-error,
div.form-error { font-weight: bold; }

/* Jaarfilter
------------------------------------------------------------------*/
fieldset.jaarfilter {
	border: 1px solid #a2a297;
	border-width: 1px 0;
	font-weight: bold;
	margin: 0 0 24px 0; padding: 4px 0;
	position: relative;
}
fieldset.jaarfilter legend { display: none; }

.jaarfilter ul.navigatie { font-size: 1.7em; }
.jaarfilter ul.navigatie li { position: absolute; left: 0; margin-top: -2px; }
.jaarfilter ul.navigatie li.volgende { left: auto; right: 0; }
.jaarfilter ul.navigatie a { text-decoration: none; }
.jaarfilter ul.navigatie a:hover,
.jaarfilter ul.navigatie a:focus { color: #000; }

.jaarfilter ul.jaren { margin-left: 40px; }
.jaarfilter ul.jaren li { float: left; margin: 0 8px; }
.jaarfilter ul.jaren a.active { color: #000; }

/* Error-menu
------------------------------------------------------------------*/
ul.errors, ol.errors {
	border: 3px solid red;
	list-style: disc;
	margin: 1em 0; 
	padding: .2em 0;
}
ul.errors li, ol.errors li { 
	list-style: disc;
	margin: 0 0 0 20px;
	padding: .2em 0; 
}

/* FCK-editor-lijst
------------------------------------------------------------------*/
div.alinea ul { list-style: disc; }
div.alinea ul, div.alinea ol { margin: 1em 0 1em 16px; }
div.alinea ol { margin-left: 24px; }

div.alinea { color: #222; }

/* Sitemap
------------------------------------------------------------------*/
ul.sitemap { list-style: disc; margin: 0 0 1em 24px; }

/* <dl>'s
------------------------------------------------------------------*/
dt { font-size: 1.4em; font-weight: bold; margin-bottom: .6em; }

/* <dl>'s in middenkolom
------------------------------------------------------------------*/
div.kolom-midden dl { margin: 1em 0;  }

/* <dl> in zijkolom
------------------------------------------------------------------*/
div.zijkolom dl { 
	margin-bottom: 2em;
	clear: both;
}

div.socialmedia {
	margin-bottom: 2em;	
	padding: 14px 20px;
	border: 1px solid #d7d7d7;
}

div.socialmedia h2 {
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	margin-top: 8px;
}

div.socialmedia a {
	display: block;
	float: right;
	margin-left: 8px;
}


/* Blok
------------------------------------------------------------------*/
dl.blok { padding: 26px; }
dl.blok.text { 
	color: #666;
	/*
	background: url(/img/blok.gif) right bottom no-repeat;
	padding-bottom: 90px;
	*/
}

dl.blok dt,
dl.blok dt a {
	display: block;
	text-decoration: none;
	color: #222;
	text-transform: uppercase;
	font-weight: normal;
	font-family: QuicksandBold, Lane, sans-serif;
}
dl.blok dt a:hover { text-decoration: underline; }

dl.blok ul.menu { border-top: #d0d0d0 solid 1px; }
dl.blok ul.menu a {
	color: #0070bc; 	
	text-decoration: none;
	display: block;
	float: right;
	padding: 7px 9px 6px;
	border-bottom: #d0d0d0 solid 1px;
	font-weight:bold;
	width: 156px;
}
dl.blok ul.menu.normal a{ width: 188px; }
div.links-catalogus dl.blok ul.menu.normal a{ width: 162px; } 
dl.blok ul.menu ul a { font-weight:normal; float: none; }
dl.blok li.menuitem-extra a { color: #7C7C7C; }
dl.blok ul.menu a:hover { text-decoration: underline; }

dl.blok ul.menu a.more,
dl.blok ul.menu a.moreactive {
	padding-left: 29px;
	background: url(/img/plus.gif) no-repeat 4px 50%;
}
dl.blok ul.menu a.moreactive { background-image: url(/img/min.gif); }

dl.blok ul.menu a.active {	
	font-weight: bold;
}

dl.blok ul.menu li.submenuitem {
    margin-left: 15px;
}

ul.menu-extra { margin-left: 35px; }
ul.menu-extra ul { margin-left: 15px; }
li.menuitem-extra {
    margin-left: 15px;
}

ul.menu.fold li { border-bottom: 1px solid #D0D0D0; }
ul.menu.fold ul a { border-top: 1px solid #D0D0D0; }
ul.menu.fold ul li { border: none; }
dl.blok ul.menu.fold a { float: right; border-bottom: none; width: 162px; }
dl.blok ul.menu.fold a.submenu-fold-control {
	float: left;
	height: 20px;
    margin-top: 5px;
    padding: 0;
    width: 20px;
}

/* Blok - Openingstijden
------------------------------------------------------------------*/
dl.blok.openingstijden { color: #666; }
dl.blok.openingstijden .week,
dl.blok.openingstijden .dag,
dl.blok.openingstijden .tijd { display: block; }	
dl.blok.openingstijden .week { clear: both; font-weight: bold; }
dl.blok.openingstijden .dag { float: left; width: 180px;}
dl.blok.openingstijden .tijd { float: left; }
dl.blok.openingstijden span.dag.last,
dl.blok.openingstijden span.tijd.last {margin-bottom: 10px;}

div.links-catalogus dl.blok.openingstijden .dag,
div.links-catalogus dl.blok.openingstijden .tijd {
	float: left;
	width: 88px;
}

div.links-catalogus dl.blok.openingstijden .tijd {
	text-align: right;	
}

/* Bttn
------------------------------------------------------------------*/
a.bttn {
	background: #e6e7e8;
	border: 2px #3a3a3a solid;
	border-width: 0 2px 2px 0;
	color: #0070bc;
	float: left;
	padding: 4px 10px;
	text-decoration: none;
}

/* Content homepage
------------------------------------------------------------------*/
body#component-homepage div#content { padding: 20px; }

ul.newsloop li {
	padding: 15px 0 5px;
	border-bottom: 1px solid #d7d7d7;
}

ul.newsloop li.last { border: 0; }
ul.newsloop li.last a {
	float: left;
	color: #0070bc;
	background: #e6e7e8;
	padding: 4px 10px;
	border: 2px #3a3a3a solid;
	border-width: 0 2px 2px 0;
	text-decoration: none;
}

ul.newsloop h2,
ul.newsloop h2 a {
	font-family: QuicksandBold, Lane, sans-serif;
	font-size: 20px;
	color: #0070bc;	
	text-decoration: none;
}
ul.newsloop h2 a:hover,
ul.newsloop h2 a:focus { text-decoration: underline; }

ul.newsloop .content { padding-bottom: 12px; }
ul.newsloop .content p { display: inline; }

/* Nieuws overzicht
------------------------------------------------------------------*/
div.kolom-midden dl.nieuws-overzicht {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
}

div.kolom-midden dl.nieuws-overzicht.last {
    border-bottom: none;
}

dl.nieuws-overzicht a {
	color: #29a7db;
	font-weight: bold;
}

dl.nieuws-overzicht a.more {
	background: url(/img/arrow.gif) no-repeat 0 1px;
	display: block;
	margin-top: 10px;
	padding: 0 0 0 15px;
	width: 100px;
}

/* Upcoming events
------------------------------------------------------------------*/
div#banner-container dt,
dl.upcoming-vacancies dt,
dl.upcoming-events dt { margin-bottom: 0.5em; }

dl.upcoming-vacancies dt a,
div#banner-container dt,
dl.upcoming-events dt a {
	text-transform: uppercase;
	color: #222;
	font-family: QuicksandBold, Lane, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

dl.upcoming-vacancies ul,
dl.upcoming-events ul { border-bottom: 1px #d0d0d0 solid; margin-bottom: 12px; }
dl.upcoming-vacancies li a,
dl.upcoming-events li a {
	display: block;
	color: #727272;
	text-decoration: none;
	padding: 10px 5px;
	border-top: 1px #d0d0d0 solid;
}

dl.upcoming-vacancies li a:hover,
dl.upcoming-events li a:hover,
dl.upcoming-events li a:focus {
	color: #29679d;
	background: #e6e7e8;
}

dl.upcoming-vacancies li a strong,
dl.upcoming-events li a strong {
	display: block;
	font-family: QuicksandBold, Lane, sans-serif;
	color: #0070bc;
	font-size: 18px;
	font-weight: normal;
}

dl.upcoming-vacancies li a.last,
dl.upcoming-events li a.last { border-bottom: 1px #d0d0d0 solid; }
dl.upcoming-vacancies a.more,
dl.upcoming-events a.more { background: url(/img/arrow-grijs.gif) no-repeat 11px 15px #f4f4f4; float: left; margin: 18px 0 0 0; padding: 10px 10px 7px 26px; }

dl.upcoming-vacancies li a{ padding: 5px; }
dl.upcoming-vacancies li a span.categorie{ font-style: italic; }

/* Catalogus
------------------------------------------------------------------*/
#component-catalogus .course-select { position: absolute; right: 10px; top: 10px; width: 420px;}
#component-catalogus .course-select label { color: #666; float: left; font-size: 0.917em; font-weight: bold; padding: 0 10px 0 0; }
#component-catalogus .course-select select { float: left; margin: 0 10px 0 0; padding: 2px; width: 248px; }
#component-catalogus .course-select input { width: 70px; }

#component-catalogus table { line-height: 1.334em;  width: 100%; }
#component-catalogus table th { background-color: #676767; color: #fff; font-weight: bold; padding: 4px 7px; width: 14.2%; }
#component-catalogus table th.breed { padding: 0 0 0 14px; width: 42.6%; }
#component-catalogus table th,
#component-catalogus table td { border-right: 1px solid #fff; border-top: 1px solid #fff; }
#component-catalogus table td { padding: 7px; vertical-align: top; }
#component-catalogus table tr { background-color: #e9e9e9; color: #666; }
#component-catalogus table tr.odd { background-color: #f4f4f4; }
#component-catalogus table span { display: block; }
#component-catalogus span.course,
#component-catalogus span.titel,
#component-catalogus span.auteur { padding: 0 0 0 7px; }
#component-catalogus span.course { font-weight: bold; }
#component-catalogus span.auteur { font-style: italic; }
#component-catalogus span.isbn-publisher { font-style: italic; }
#component-catalogus span.price-sefa { color: #F68B1F; font-weight: bold; }

/* (nieuws)Overzicht
------------------------------------------------------------------*/
div#overzicht { margin: -42px 0 0 0; }
div#overzicht li.titel { border-bottom: 1px solid #cecece; color: #a3a3a3; font-size: 1.334em; font-weight: bold; padding: 0 0 8px 155px; }
div#overzicht span.period { float: left; }
div#overzicht a.prev,
div#overzicht a.next { background: url(/img/prevnext.gif) right -36px no-repeat; color: #a3a3a3; float: right; font-size: 0.75em; font-weight: bold; padding: 0 16px 0 0; text-decoration: none; }
div#overzicht a:hover.prev,
div#overzicht a:hover.next { color: #f68b1f; }
div#overzicht a.prev { background-position: left 4px; padding: 0 20px 0 16px;  }

div#overzicht li { border-bottom: 1px solid #cecece; padding: 15px 15px 10px 0; }
div#overzicht li a { color: #666; display: block; text-decoration: none; }
div#overzicht li span { display: block; }
div#overzicht li span.datum { color: #f68b1f; float: left; font-size: 1.334em; font-weight: bold; padding: 0 10px 0 0; width: 145px; }

div#overzicht li span.bericht { float: left; overflow: hidden; width: 425px; }
div#overzicht li span.titel { font-size: 1.167em; font-weight: bold; }
div#overzicht li span.meer { background: url(/img/arrow-blauw.gif) left center no-repeat; color: #00b6de; float: right; font-weight: bold; padding: 0 0 0 14px; }
div#overzicht li a:hover span.meer { color: #666; }

div#overzicht li.last { border-bottom: none; }

div#content div.calendar {
    margin: 0 0 0 0;
    position: relative;
    z-index: 2;
    top: -42px;
}

/*
####################
#	FORMULIEREN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
label { display: block; vertical-align: middle; }
.keuze label { display: inline; }
input { vertical-align: middle; }
input.text, textarea { padding: 2px 3px; vertical-align: middle; width: 60%; }
textarea { font-size: 12px; overflow: auto; }
select { vertical-align: middle; width: 62%; }
select.auto, li.form-input-date select { width: auto; }
textarea { height: 80px; }
input, select, textarea { font-family: Arial, Verdana, Tahoma, sans-serif; }
input.radio, input.checkbox { margin: 0; margin-right: 6px; }
input.button, input.submit { cursor: pointer; overflow: visible; }

fieldset.none { border: none; margin: 0; padding: 0; }
fieldset.none legend { display: none; }
form li { padding: .2em 0; margin-bottom: 5px; }
form .keuze li { margin-bottom: 0; padding: 0; }
form em.verplicht { margin-left: 4px; }
form img.unitip { display: inline; }

/* Zoekformulier
------------------------------------------------------------------*/
form#zoeken, form.zoekformulier fieldset { float: right; }
form#zoeken input { float: left; }
form#zoeken input.text { margin-right: 8px; width: 160px; }

/* Webbeheer formulier
------------------------------------------------------------------*/
li.checkbox { position: relative; }
li.checkbox input.checkbox { left: 0; position: absolute; top: 3px; }
li.checkbox label { margin-left: 20px; }
div.webbeheer-formulier-thanks {
	border: 3px solid green;
	padding: .6em;
}
div.webbeheer-formulier-thanks p { margin-bottom: 0; }

/* Inloggen
------------------------------------------------------------------*/
dl#inloggen { position:absolute; top: 50px; right:0; width: 272px; }
dl#inloggen li { float: left; }

dl#inloggen input {
	color: #fff;
	width: 120px;
	background: #e0731b;
	border: 0;
	padding: 5px;
	font-style: italic;
	font-size: 12px;
	margin-right: 5px;
}

dl#inloggen input#login-studentnummer {	width: 112px; }
dl#inloggen input#login-wachtwoord { width: 80px; }

dl#inloggen dd > p {
	background-color: #ffd6d5;
	border: 1px solid #f7403a;
	color: #f7403a;
	font-weight: bold;
	padding: 5px 8px;
	position: absolute;
	right: 0;
	top: -42px;
	width: 400px;
}

dl#inloggen input.button, form.imasonry-filter input.button {
	width: 50px;
	padding: 3px;
	border: 2px #2a2a2b solid;
	border-width: 0 2px 2px 0;
	background: #a7a9ac;
	font-style: normal;
	margin: 0;
}

dl#inloggen input.button:hover,
dl#inloggen input.button:focus { background: #919295; }

dl#inloggen dd.options {
	line-height: 100%;
	position: absolute;
	top: 45px;
	width: 240px;
}

dl#inloggen dd.options a {
	color: #fff;
	font-size: 11px;
}
dl#inloggen dd.options a.forgotpass { margin-left: 84px; }

ul.mijnsefamenu { float: right; }
ul.mijnsefamenu li { float: left; }
ul.mijnsefamenu a { display: block; color: #fff; padding: 3px 10px; }

a.logout {
	display: block;
	padding: 3px 10px;
	border: 2px #2a2a2b solid;
	border-width: 0 2px 2px 0;
	background: #a7a9ac;
	font-style: normal;
	margin: 0;
	text-decoration: none;
	margin-left: 15px;
}
a.logout:hover { background: #919295; }


/*
####################
#	TABELLEN   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
th, td { padding: 3px; }
th { text-align: left; }

/* FCK-editor-tabel
------------------------------------------------------------------*/
div.alinea table,
table.webapp-table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	color: #545454;
	width: 100%;
}

div.alinea table caption,
table.webapp-table caption {
	font-style: italic;
	margin: 1em 6px 3px;
	text-align: left;
}

div.alinea table td,
div.alinea table th,
table.webapp-table td,
table.webapp-table th {
	border: 1px solid #d8d8d8;
	padding: .2em 4px;
}

/*
####################
#      SHARETHIS   #
####################
*/

div.sharethis {
	float: right;
    text-align: right;
}

/*
news items
*/

ul#newsitems {
	color: #fff;
	margin-bottom: 8px;
}

div.newsblok h2 {
	padding-bottom: 14px;
	display: block;
	text-decoration: none;
	color: #222;
	text-transform: uppercase;
	font-weight: normal;
	font-family: QuicksandBold, Lane, sans-serif;
}

ul#newsitems li a {
	display: block;
	padding: 6px 0 10px 0;
	text-decoration: none;
	color: #7a7a7a;
}

ul#newsitems li a:hover {
	color: #f68c1f;
}

ul#newsitems li a.active {
	font-weight: bold;	
}

ul#newsitems li a b {
	font-size: .8em;	
}

ul#newsitems li a span {
	margin-top: -4px;
}

ul#newsitems li a:hover span {
	font-weight: bold;	
}

div.newsblok {
	border: 1px solid #D7D7D7;
	padding: 22px 28px 28px;
}

div.socialwrapper {
	width: 166px;
}

a.folded {
	background: url(/img/plus.gif) 4px 50% no-repeat;
	width: 12px;
	text-indent: -9999px;
	display: block;
	float: left;
	outline: none;
	margin-right: 6px;
}

a.unfolded {
	background: url(/img/min.gif) 4px 50% no-repeat;
	width: 12px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 6px;
	outline: none;
}

div.facebook-blok { margin-bottom: 1em; }
/* iFader
------------------------------------------------------------------*/
div.js-ifader { position: relative; }
div.js-ifader ul.js-ifader-nav,
div.js-ifader a.js-ifader-prev,
div.js-ifader a.js-ifader-next { position: absolute; z-index: 5; }	/* Indien deze boven de items moet komen te liggen */
div.js-ifader div.js-ifader-item { left: 0; position: absolute; top: 0; z-index: 0; }

/*div.js-ifader ul.js-ifader-nav { bottom: 0; right: 0; }*/
div.js-ifader ul.js-ifader-nav li { display: inline; }

div.js-ifader a.js-ifader-prev,
div.js-ifader a.js-ifader-next { top: 45%; }
div.js-ifader a.js-ifader-next { left: auto; right: 0; }

/* iSlider
------------------------------------------------------------------*/
.islider { background-color: #fff; clear: both; }
.islider-wrapper {}
.islider-viewport { height: 105px; margin: 0; overflow: hidden; width: 287px; }
.islider-container{ height: 105px; white-space: nowrap; }
.islider-item { width: 287px; float: left; }
.islider-link img { display: inline; }
.islider-previous {	
	float: left;
	height: 95px;
	outline: none;
	text-indent: -999px;
	width: 35px;
}
.islider-next {	
	float: right;
	height: 95px;
	outline: none;
	text-indent: -999px;
	width: 35px;
}

/* Homefader
------------------------------------------------------------------*/
div#homefader {
	width: 630px;
	height: 330px;
	overflow: hidden;
}

div#homefader div.js-fader-item {
	width: 630px;
	height: 330px;
	background: #fff;
}

div#homefader ul.js-ifader-nav { left: 22px; bottom: 15px; }
div#homefader ul.js-ifader-nav li { float: left; margin-right: 12px; }
div#homefader ul.js-ifader-nav a {
	display: block; 
	background: #505150;
	height: 8px;
	width: 8px;
	text-indent: -9999px;
	overflow: hidden;
}
div#homefader ul.js-ifader-nav a.js-ifader-active { background: #fff; }


/* Vacature overzicht
------------------------------------------------------------------*/
div#vacatures-filter {
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
}

div#vacatures-filter div.filterop{
	width: 550px;
	float: left;
}

div#vacatures-filter div.filterop select{
	width: 150px;
	float: left;
	margin-right: 7px;	
}

div#vacatures-filter div.filterop input.button { color: #fff; height: 22px; padding: 0px; }

div#vacatures-filter div.vrijzoeken{
	float: left;
}

div#vacatures-filter div.vrijzoeken input.text{
	width: 150px;
}

div#vacatures-filter p.aantal{ 
	line-height: 20px; 
	margin: 20px 0 0 10px; 
	float: left; 
}

ul#vacatures-folder {
	margin-right: -10px;
}

ul#vacatures-folder li.vacature{
	width: 370px;
	height: 122px;
	float: left;
	border: 1px solid #d7d7d7;
	margin: 0px 10px 10px 0;
	padding: 7px 10px;
	cursor: pointer;
	background: white;
}

ul#vacatures-folder li.vacature table.specs th { width: 120px; }

ul#vacatures-folder li.hover{ border: 1px solid #aaa; }
ul#vacatures-folder li.hover h2 a{
	text-decoration: underline;
}

ul#vacatures-folder li.vacature h2,
ul#vacatures-folder li.vacature h2 a{
	text-decoration: none;
	font-size: 16px;
}

ul#vacatures-folder li.vacature table{
	float: left;
	width: 200px;
}

ul#vacatures-folder li.vacature table th,
ul#vacatures-folder li.vacature table td{ padding: 2px 0; }

span.black { color: #000;  }

/* Vacature detail
------------------------------------------------------------------*/
div.kolom-midden-vacature h1{
	width: 475px;
}

div.kolom-midden-vacature dl { width: 150px; margin-bottom: 20px; margin-top: 0px; }
div.kolom-midden-vacature .overflow { width: 700px;}

div.kolom-links .laatstevacatures{
	margin: 0;
	padding: 0;
	overflow: hidden;	
}


div.kolom-links .laatstevacatures li{
	padding: 10px;
	border-bottom: 1px solid #d7d7d7;
}

div.kolom-links .laatstevacatures li a{
	float: none;
	display: inline;
	border-bottom: 0;
	padding: 0;
}

div.kolom-links ul.laatstevacatures li table th{ padding: 0 5px 0 0; }
div.kolom-links ul.laatstevacatures li table td{ padding: 0; }
div.kolom-links ul.laatstevacatures li table td img{ margin-top: 8px; }

div.kolom-links a.backtovacatureoverzicht{
	background: url(/img/backtosubmenu.png) no-repeat;
	display: block;
	padding: 11px 0 12px 25px;
	text-decoration: none;
	color: #222;
	text-transform: uppercase;
	font-weight: normal;
	font-family: QuicksandBold, Lane, sans-serif;
	margin: 20px 0 5px 25px;
	font-size: 1.35em;
}

div.kolom-links a.backtovacatureoverzicht:hover{
	background-image: url(/img/backtosubmenu-hover.png);
}

