.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

html, body {
	margin:0;
	padding:0;
	background:#e9e9e9;
	color:#646464;
	font:12px arial;
}

form {
	margin:0;
	padding:0;
	display:inline;
}

p {
	margin-top:0;
	margin-bottom:1em;
}


a, img, object, embed {
	outline:0;
	border:0;
}

ul, ol {
        list-style-position:outside;
        margin-top: 0px; margin-bottom: 0px; margin-left: 1.3em; padding-left: 0em;
}

#shadow {
	background:url(../images/shadow.gif) repeat-y center;
	margin-top:35px;
	text-align:center;
}

#shadowtop {
	height:37px;
	background:url(../images/shadowtop.gif) no-repeat bottom center;
	position:relative;
	margin-bottom:-19px;
}

#shadowbottom {
	height:37px;
	background:url(../images/shadowbottom.gif) no-repeat top center;
	position:relative;
	margin-top:-19px;
}


#container {
	width:975px;
	position:relative;
	z-index:2;
	margin:0 auto;
	background:#fff;
	text-align:left;
}

#innercontainer {
	padding:28px 25px;
	padding-bottom:0;
}

#header {
	background:url(../images/n&s_header.jpg) no-repeat top right;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #e9e9e9;
	height:50px;
	margin-bottom:20px;
}

#menu, #menu li {
	margin:0;
	padding:0;
	list-style-type:none;
	font:12px arial;
}

#header h1 {
	margin:0;
	padding:0;
}


#header h1 a {
	position:absolute;
	top:0;
	right:0;
	width:100px;
	height:35px;
	text-indent:-999em;
}

#lang-select {
	width:975px;
	text-align:right;
	margin:0 auto;
	padding-bottom:5px;
	position:relative;
	top:-10px;
	z-index:2;
}

#lang-select a {
	color:#717174;
	font:10px arial;
	text-decoration:none;
}

#lang-select img {
	vertical-align:-2px;
}

#menu li {
	float:left;
	padding-right:6px;
}

#menu a {
	display:block;
	padding:7px 11px;
	color:#717174;
	text-decoration:none;
}

#menu a.actief, #menu a:hover{
	background:#e20e00;
	color:#fff;
	text-decoration:none
}

#content {
	float:right;
	width:720px;
}

#content a {
	text-decoration:none;
	color:#e20e00;
}

#content a:visited {
	color:#e20e00;
	/*padding-left:16px;
	background:url('../images/visited.gif') top left no-repeat;*/
}

#content a:hover {
	color:#717174;
}

#content a:visited:active {
	text-decoration:underline;
	color:#e20e00;
}

#nieuws-front {
	padding:10px;
	background:#f1f1f1;
	position:absolute;
	bottom:10px;
	right:0;
	width:330px !important;
	width:350px;
}

#sidebar {
	float:left;
	width:180px;
	font-size:11px;
}

#footer_foto {
	margin:16px 0;
	border:1px solid #e51937;
	border-width:1px 0;
	padding:16px 0;
	clear:both;
}

#footer {
	background:#a1a1a5 url(../images/n&s.jpg) no-repeat 18px center;
	overflow:hidden;
	height:60px;
}

#footer table {
	float:right;
	border-spacing:0;
	border-collapse:collapse;
	margin:16px 20px 0 0;
}

#footer table td {
	padding:0;
	padding-left:30px;
	color:#fff;
	font:10px arial;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {text-decoration:underline}

#admium-link {
	width:975px;
	text-align:right;
	margin:0 auto;
	color:#a1a1a5;
	font-size:10px;
	position:relative;
	top:25px;
	padding-bottom:10px;
}

#admium-link img {
	vertical-align:text-bottom;
}

#admium-link a {
	color:#a1a1a5;
}

/***********************\
*************************
*******FORMULIEREN*******
*************************
\***********************/

.input-zoeken, .input-nieuwsbrief {
	border:1px solid #e0e0e0;
	font:11px arial;
	color:#717174;
	padding:2px;
	width:110px;
	margin-top:4px;
}

.submit-zoeken, .submit-nieuwsbrief {
	font:11px arial;
	color:#e20e00;
	border:0;
	background:transparent;
	padding:0;
	margin:0;
	margin-top:7px;
	cursor:pointer;
}

.input-nieuwsbrief {
	width:170px;
	margin-top:10px;
}

.submit-nieuwsbrief {
	float:right;
}

:root #cursus_id,
:root #cursusdatumtijd {
	width:200px;
}

.textinput {
	width:200px;
	border:1px solid #ccc;
}

input.error,
select.error {
	border:1px solid red;
}

td input,
td select {
	margin-bottom:4px;
}

/***********************\
*************************
******TEXT CLASSES*******
*************************
\***********************/

.introtext {
	color:#e20e00;
}

.column-left,
.column-right{
	width:350px;
	margin:1em 0;
}

#body_page .column-left,
#body_page .column-right {
	margin:0;
}

.column-left {
	float:left;
}

.column-right {
	float:right;
}

.arrow-links, .arrow-links li{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.5em;
}

.arrow-links {
	position:relative;
	margin-top:-5px;
}

.arrow-links a{
	font-size:17px;
	font-family: "arial black", arial;
	text-decoration:none;
	color:#e20e00;
	background:url(../images/arrow.gif) no-repeat 10px 8px;
	padding-left:26px;
}

a.links_arrow
{
	font-size:17px;
	font-family: "arial black", arial;
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat 10px 8px;
	padding-left:26px;
}

a.links_arrow:link, a.links_arrow:visited, a.links_arrow:active
{
	color:#e20e00!important;
}

a.links_arrow:hover
{
	color:#a1a1a5!important;
}

#body_cursuskalender .arrow-links a {
	padding-left:16px;
	background-position:0 8px;
}

.cursus_col {
	width:270px;
}

.block {
	background:#e9e9e9;
	padding:10px;
	padding-bottom:0;
	margin:.5em 0;
}

.block-item {
	padding-bottom:10px;
}

#body_vacatures .block{
	width:200px;
	text-align:center;
	font-weight:bold;
}

.block-item img {
	float:left;
	margin-right:10px;
}

:root .block-item img {
	margin-top:5px;
}

#content .block-item h4 {
	position:relative;
	margin-top:-5px;
	color:#e73b30;
}

.hr hr {
	display:none;
}

.hr {
	border-top:1px solid #e9e9e9;
	clear:both;
}


h2, h3, h4 {
	font-family:"arial black", arial;
	margin:0;
	font-size:16px;
}

h3.pagetitel {
	text-transform:uppercase;
}

h4.pagetitel {
	margin-bottom:.75em
}


h2, h2 a,
h4, h4 a
{color:#e20e00}
h3, h3 a {color:#a1a1a5}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration:none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration:none;
}

#content h3 {
	margin-bottom:.75em;
}

.nieuws-post {
	margin-bottom:2em;
}

#sidebar .hr {
	margin-top:.75em;
}

#sidebar h2, #sidebar h3 {
	margin:.5em 0;
}

#sidebar h3 a {
	color:#a1a1a5;
	text-decoration:none;
}

.submenu {

}

.submenu a {
	color:#646464;
	text-decoration:none;
	display:block;
	padding-left:1em;
}

.submenu br {
	display:none;
}

.subsubmenu {
	background:#e8e8e8;
	padding-right:5px;
	margin:2px 0;
	padding-bottom:2px;
}

.menusub-link-header{
	padding:1px 5px;
}

.menusub-link-header.actief:visited,
.menusub-link-header.actief,
.menusub-link-header:hover {
	background:#e20e00;
	color:#fff;
	text-decoration:none;
}

.subsubmenu .menusubsub-link-header {
	padding:0;
	padding-left:20px;
	padding-top:2px;
}

.subsubmenu .menusubsub-link-header.actief:visited,
.subsubmenu .menusubsub-link-header.actief,
.subsubmenu .menusubsub-link-header:hover{
	background:url(../images/arrow2.gif) no-repeat 10px 6px;
	color:#646464;
}

#cursustabel tbody td {
	height:2em;
}

tr.odd td, tr.odd th {
	background:#f1f1f1;
}

/* Landingspagina's */
.landingspagina_left {
    width: 345px;
    float: left;
}

.landingspagina_right {
    width: 350px;
    float: right;
}