@charset "utf-8";

/* Reset */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

html {
	background-image: url("../images/bg.png");
	background-color: #000000;
	background-repeat: repeat-x;
	width: 100%;
}
body {
	width: 100%;
}
h1, h2 {
	color: #f68f1e;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #8395a4;
	margin-bottom: 10px;
}
h2{
	border: 0;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a {
	color: #585858;
	text-decoration: none;
}
a:hover {
	color: #f68f1e!important;
	text-decoration: underline;
}

p.align-center{
	text-align: center;
}

input[type=text], input[type=password], select {
	background-image: url("../images/contact_input_bg.png");
	font-size: 10px;
	height: 17px;
	border: 1px solid #7a7a7a;
	padding-left: 7px;
	padding-top: 2px;
	line-height: 14px;
}
textarea {
	background-image: url("../images/contact_textarea_bg.png");
	border: 1px solid #7a7a7a;
	padding-left: 7px;
}
option {
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* HEADER */
#header {
	background: #fff;
	border-bottom: 3px solid #f68f1e;
	height: 79px;
	margin-bottom: 12px;
	width: 100%;
}
#header_wrapper {
	margin: 0px auto;
	width: 941px;
	clear: both;
}
#logo {
	width: 748px;
	float: left;
}
#search {
	float: left;
	width: 193px;
	margin-top: 58px;
}
#search form {
	display: block;
	clear: both;
}
#search #indexedsearch_home_sword {
	float: left;
	background-image: url("../images/contact_input_bg.png");
	font-size: 10px;
	height: 14px;
	border: 1px solid #cacaca;
	padding-left: 7px;
	padding-top: 1px;
	line-height: 13px;
	width: 106px;
}
#search input[type=image] {
	background-image: url("../images/search_button.png");
	width: 68px;
	height: 17px;
	float: left;
	border: 0;
}

/* MENU */
#wrapper {
	margin: 0px auto;
	width: 941px;
}

#left {
	float: left;
	width: 748px;
}

#menu {
	width: 748px;
	height: 25px;
	background-image: url("../images/menu_bg.png");
}
#menu ul {
	margin-left: 2px;
}
#menu ul li {
	display: block;
	list-style: none;
	float: left;
	height: 25px;
}
#menu ul li a {
	color: #585858;
	font-size: 10px;
	text-decoration: none;
	padding: 7px 7px 0px 7px;
	display: block;
	border-right: 1px solid #EAEAEA;
	text-transform: uppercase;
	height: 19px;
}
#menu ul li ul {
	position: absolute;
	background-color: #44484b;
	margin-top: 0px;
	margin-left: 0px;
	display: none;
}
#menu ul li ul li {
	float: none;
	height: auto!important;
}
#menu ul li ul li a {
	color: #FFFFFF;
	border: none;
	width: 150px;
	height: auto!important;
	padding: 5px 7px 5px 7px;
}
#menu ul li.active a, #menu ul li.active ul li.active a, #menu ul li.active ul li.active ul li.active a  {
	color: #f68f1e;
}
#menu ul li.active ul li a, #menu ul li.active ul li.active ul li a {
	color: #FFFFFF;
}

#menu ul li ul li ul {
	position: absolute;
	background-color: #44484b;
	margin-top: -23px;
	margin-left: 164px;
	display: none;
}


#balk {
	width: 728px;
	height: 26px;
	background-image: url("../images/balk_bg.png");
	padding-top: 15px;
	padding-left: 20px;
}
#balk ul li {
	float: left;
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	padding: 0px;
}
#balk ul li a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#balk ul li u {
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	padding: 0px;
}

/* CONTENT */
#content {
	display: block;
	background-color: #FFFFFF;
	width: 723px;
	min-height: 274px;
	margin-top: -3px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.vervolg {
	min-height: 342px!important;
}
#content_main {
	width: 698px;
	padding-right: 25px;
	line-height: 20px;
}
#content_main p { 
	margin-bottom: 18px;
}
#content_main a { 
	color: #f68f1e;
}
.csc-sitemap a {
	color: #585858!important;
}
#content_main td p { 
	margin-bottom: 0px;
}
#content_main li {
	list-style: none;
	background-image: url("../images/li.png");
	background-repeat: no-repeat;
	padding-left: 18px;
}

/* FOOTER */
#footer {
	background-image: url("../images/footer_bg.png");
	background-repeat: no-repeat;
	width: 726px;
	height: 43px;
	padding: 20px 0 0 22px;
	color: #FFFFFF;
	margin-top: 5px;
}
#footer a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* COPYRIGHT */
#copyright {
	padding-top: 20px;
	padding-left: 22px;
	height: 40px;
	font-size: 11px;
	color: #FFFFFF;
	clear: both;
}
#copyright a {
	font-size: 11px;
	color: #f68f1e;
	text-decoration: none;
}
.plusport_logo, .plusport_text {
	float: left;
	font-size: 11px;
	color: #FFFFFF;
}
.plusport_text {
	margin-left: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 193px;
}
.inschrijven {
	height: 66px;
	width: 193px;
}

.news-latest {
	display: block;
	width: 163px;
	height: 81px;
	background-color: #FBFBFB;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.news-latest form {
	display: block;
}
.news-latest form input[type=text], .news-latest form input[type=password] {
	width: 150px;
	border: 1px solid #cacaca;
	margin-bottom: 5px;
}
.news-latest form input[type=image] {
	margin-left: 90px!important;
}


.normal .news-latest {
	height: 76px;
}
.news-latest-item {
	color: #585858;
	font-size: 10px;
}
.news-list-item{
	clear: both;
	padding-top: 15px;
}
.news-list-image {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #f68f1e;
}
.news-list-image a {
	display: block;
	padding-top: 2px;
	padding-left: 2px;
}
.news-list-image a img {
	display: block;
}
.news-list-wrap {
	float: left;
	width: 580px;	
}
.news-list-title {
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f68f1e;
}
.news-list-title a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
.news-list-text {
	padding-left: 10px;
	padding-top: 5px;
}
.news-list-more {
	float: right;
	width: 107px;
	height: 16px;
	margin-right: 15px;
}
.news-single-image, .news-single-img {
	width: 180px;
}
.news-single-image {
	float: left;
	margin-right: 25px;
	padding-top: 5px;
}
.news-single-wrap {
	float: left;
	width: 493px;
}
.news-single-backlink {
	border-top: 1px solid #f68f1e;
	margin-top: 15px;
	padding-top: 10px;
}
.news-single-text ul {
	padding-bottom: 18px;
}

#teasers {
	background-color: #FBFBFB;
}
#teasers ul li {
	list-style: none;
}
#teasers ul li a {
	background-image: url("../images/teaser_bg.png");
	display: block;
	width: 193px;
	height: 18px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 7px;
}
#teasers ul li a:hover, #teasers ul li.active a {
	background-image: url("../images/teaser_hover.png");
	color: #000000;
}
#teasers ul ul {
	background-color: #2e2e2e;
}
#teasers ul ul li a {
	background-image: none!important;
	color: #FFFFFF!important;
	height: 15px;
	border-bottom: 1px dashed #FFFFFF;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold!important;
}
#teasers ul ul li a:hover, #teasers ul ul li.active a {
	background-image: none!important;
	color: #f68f1e!important;
}

#agenda {
	width: 163px;
	background-color: #2e2e2e;
	font-size: 10px;
	padding: 15px;
}
#agenda span {
	font-size: 12px;
	text-transform: uppercase;
	color: #f68f1e;
	font-weight: bold!important;
}
#agenda b {
	font-size: 10px;
	text-transform: uppercase;
	color: #585858;
	font-weight: bolder!important;
}
#agenda a {
	font-size: 10px;
	color: #f68f1e;
	text-decoration: none;
	font-weight: bolder!important;
}
#agenda #tx_ppagenda_pi1 .agenda_item {
	margin-bottom: 12px;
	font-size: 10px;
	color: #FBFBFB;
	text-decoration: none;
}
#opleidingen #agenda {
	display: none;
}

/* Powermail */
#afmelden {
	margin-top: -30px;
	margin-left: 120px;
	width: 420px;
}
.tx-powermail-pi1 legend {
	display: none;
}
.tx-powermail-pi1 fieldset, tx_powermail_pi1_form { 
	width: 400px;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	clear: both;
}
.tx-powermail-pi1 label {
	display: block;
	width: 130px;
	float: left;
}
.tx-powermail-pi1 input[type=text] {
	float: left;
	width: 236px;
	margin-bottom: 10px;
}
.tx-powermail-pi1 select {
	float: left;
	width: 246px;
	margin-bottom: 10px;
	height: 21px;
}
.tx-powermail-pi1 textarea {
	background-image: url("../images/contact_textarea_bg.png");
	float: left;
	width: 236px;
	height: 65px;
	margin-bottom: 10px;
	border: 1px solid #7a7a7a;
	padding-left: 7px;
}
.tx-powermail-pi1 input[type=image] {
	margin-left: 277px;
	height: 16px;
	width: 99px;
}
.tx-powermail-pi1 .powermail_mandatory {
	color: #FF0000;
}
.tx-powermail-pi1 .powermail_mandatory_js {
	float: left;
	width: 170px;
	margin-top: -2px;
	margin-bottom: 4px;
	margin-left: 100px;
	font-size: 10px;
	font-style: italic;
	color: #FF0000;
}
#powermaildiv_uid34 .tx_powermail_pi1_fieldwrap_html_checkbox_title{
	display: none;
}
#powermaildiv_uid34 label {
	display: none;
}
#powermaildiv_uid34 input {
	float: left;
	margin-left: 130px;
}
label#algemene_voorwaarden {
	width: 270px;
	margin-top: -16px;
	margin-left: 150px;
	margin-bottom: 10px;
}
#powermaildiv_uid37 p {
	font-size: 10px;
}
#powermaildiv_uid37 p span {
	color: red;
}

/* INDEXED SEARCH */
.tx-indexedsearch-browsebox {
 	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}
.tx-indexedsearch-form {
	float: left;
	width: 132px;
	margin-right: 4px;
}
.tx-indexedsearch-form input{
	display: block;
}
.tx-indexedsearch-search-submit input {
	display: block;
	background-image: url("../images/search_bg.png");
	font-size: 10px;
	width: 68px;
	height: 17px;
	border: 0;
	float: left;
	margin-left: 30px;
	margin-top: 2px;
}
#tx-indexedsearch-searchbox-sword {
	float: left;
	background-image: url("../images/contact_input_bg.png");
	font-size: 10px;
	width: 150px;
	height: 17px;
	border: 1px solid #7a7a7a;
	padding-left: 7px;
	padding-top: 2px;
	line-height: 0px;
}
.tx-indexedsearch-title a {
	text-transform: uppercase;
	text-decoration: none;
	color: #f68f1e;
}

/* AGENDA */
#tx_ppagenda_pi1 .agenda_buttons {
	display: block;
	clear: both;
	height: 134px;
	margin-left: 60px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#tx_ppagenda_pi1 .agenda_buttons a {
	display: block;
	float: left;
	margin-left: 40px;
}
#tx_ppagenda_pi1 .search_form {
	float: left;
	width: 330px;
}
#tx_ppagenda_pi1 .search_form .field {
	clear: both;
}
#tx_ppagenda_pi1 .search_form select {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	height: 21px;
}
#tx_ppagenda_pi1 .search_form label {
	float: left;
	width: 120px;
	margin-bottom: 10px;
	height: 21px;
}
#tx_ppagenda_pi1 .search_form .provincie_text {
	color: #f68f1e;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#tx_ppagenda_pi1 .search_form #search_form_submit {
	margin-left: 120px;
	margin-top: 10px;
}
#tx_ppagenda_pi1 #inschrijven b {
	color: #f68f1e;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#tx_ppagenda_pi1 #inschrijven .field {
	clear: both;
	width: 350px;
}
#tx_ppagenda_pi1 #inschrijven select {
	float: left;
	width: 209px;
	margin-bottom: 10px;
	height: 21px;
}
#tx_ppagenda_pi1 #inschrijven input[type=text] {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	height: 17px;
}
#tx_ppagenda_pi1 #inschrijven textarea {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
#tx_ppagenda_pi1 #inschrijven label {
	float: left;
	width: 130px;
	margin-bottom: 10px;
	height: 21px;
}
#tx_ppagenda_pi1 #inschrijven #inschrijven_postcode {
	width: 50px;
	margin-right: 5px;
}
#tx_ppagenda_pi1 #inschrijven #inschrijven_woonplaats {
	width: 136px;
}
#tx_ppagenda_pi1 #inschrijven #search_form_submit {
	margin-left: 130px;
	margin-top: 10px;
}
#tx_ppagenda_pi1 #search_map {
	float: left;
	width: 270px;
	height: 285px;
	margin-left: 20px;
	margin-top: -10px;
}

.cursisten tr th {
	color: #f68f1e;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
}
.cursisten tr td {
	padding-bottom: 10px;
}
.cursisten tr td input, .cursisten tr td select {
	margin-bottom: 0px!important;
}

.ppagenda_items tr th {
	color: #f68f1e;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	border-bottom: 1px solid #f68f1e;
	padding-left: 5px;
}
.ppagenda_items tr td {
	border-bottom: 1px solid #f68f1e;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 12px;
}
.ppagenda_items tr td.left {
	border-left: 1px solid #f68f1e;
}
.ppagenda_items tr td.right {
	border-right: 1px solid #f68f1e;
	text-align: right;
}

#search_form .field select {
	width: 208px;
}

.inschrijven_cursist_voornaam {
	width: 90px!important;
}
.inschrijven_cursist_achternaam {
	width: 90px!important;
}
.inschrijven_cursist_email {
	width: 140px!important;
}
.inschrijven_cursist_geslacht {
	width: 70px!important;
}
.inschrijven_cursist_dag {
	float: left;
	width: 50px!important;
	margin-right: 5px;
}
.inschrijven_cursist_maand {
	float: left;
	width: 50px!important;
	margin-right: 5px;
}
.inschrijven_cursist_jaar {
	float: left;
	width: 65px!important;
}
.inschrijven_submit {
	display: block;
	background-image: url('../images/inschrijven_button.png');
	background-repeat: no-repeat;
	width: 107px;
	height: 16px;
}
.inschrijven_submit:hover {
	background-image: url('../images/inschrijven_button_hover.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

.loading {
	display: none;
	text-align: center;
	width: 200px;
}
.loading img {
	margin-top: 14px;
	margin-left: 120px;
}
.accepteren_cursisten {
	width: 320px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #b2b2b2;
}


/* OVERIGE */
.csc-sitemap ul {
	margin-left: 16px;
}

.tx_lumogooglemaps_pi1_infobox, .tx_lumogooglemaps_pi1_infobox b, .gmapDir {
	font-size: 12px;
	line-height: normal;
}
.tx_lumogooglemaps_pi1_infobox b {
	color: #f68f1e!important;
}
.gmapDir p {
	margin-bottom: 0px!important;
}

#myform .field {
	clear: both;
	height: 17px;
}
#myform .field label {
	float: left;
	width: 110px;
}
#myform .field input {
	float: left;
	width: 110px;
	margin-bottom: 10px;
}
#myform input[type=image] {
	margin-left: 110px;
}

p img {
	margin-right: 10px;
}

