/*
werkt vanaf IE 5.5
Plain text: Arial 12pt
*/

body {
/*einstellen globale stileigenschaften die sich auf das gesammte Dokument auswirken*/
/*body margin = 0 um am oberen rand aus zu richten, padding selber effekt wie margin aber fuer andere browser */
margin: 0;
padding: 0;
/* algemeen aangeven serif of sans, daarnaast fonts in volgorde*/  
/* zwarte font voor het hele document behalve waar anders aangegeven */ 
font-family: Arial, Helvetica, sans-serif;
/*instellen van de achtergrondkleur voor flexiebele schermresolutie*/
background: #fff url(../images/bg.png) repeat-x;
/*IE 5 hack, hack om het hele design te centreren, eigenlijk moet deze eigenschap NIET worden gebruikt om elementen te centreren
echter IE 5 maakt deze hack nodig, later moet dus ook voor individuele elementen de center eigenschap weer teniet worden gemaakt*/
text-align: center;
behavior: url(../fileadmin/csshover.htc); /*IE 5,6 rollover hack door behavior call, maakt alle elementen dus niet alleen <a rollover-able>*/
height:100%; /*als reference om in kolomen b.v. #links ook 100% height te kunnen zetten*/
}

/*bof shadow rechts en links*/
div#mshadow1 {
	background: url(../images/shadow_bottom_right.png) 0 0 repeat-y;
	position: relative;
}

div#mshadow2 {
	background: url(../images/shadow_bottom_left.png) 100% 0 repeat-y;
	position: relative;
}

div#mshadow3 {
	background: url(../images/shadow_top_left.png) 0 0 no-repeat;
	position: relative;
}

div#mshadow4 {
	background: url(../images/shadow_top_right.png) 100% 0 no-repeat;
	padding: 0 3px;
	position: relative;
}
/*eof shadow rechts en links*/

/*bof algemene tekstlinks*/
a {
	 text-decoration: none;
}
/*onbezochte, bezochte en active links zijn groen*/
a:link, a:active, a:visited {
	 color: #547260;
}

/*mouseover links zijn zwart*/
a:hover {
	 color: Black;
}
/*eof algemene tekstlinks*/

/*basis definities van id container die de gehele site inhoud omsluit*/
#container {
	/*de breedte van de inhoud is 925px + twee randen van elk 3px*/
	width: 931px;
	/*afstand van border naar binnen is 0*/
	padding: 0;
	/*afstand van border naar buiten*/
	/*trick om de hele container te centreren voor moderne browser dus ex IE 5,
	rechter en linker rand moeten op auto - dit in combinatie met vaste width centreerd de container,
	op deze manier in combinatie met body tekst-align center is dus cross browser gecentreerd*/
	margin: 0 auto 0 auto;
	background: White;
	/*hier corrigeren van IE hack om tekst alsnog aan linker kant te krijgen*/
	text-align: left;
	/*HEEL BELANGRIJK, alle elementen worden relatief tot container gepostitioneerd,
	daarom hier aangeven*/
	position: relative;
}

/*definitie masthead*/
#masthead {
/*achtergrond is plaatje 65 hoog op 60 % jpg*/
	 background: url(../images/bg_masthead_ouders.jpg);
	 height: 65px;
}

#slogan {
position: absolute; left: 85; top: 40px;
width: 600px;
/*border: 1px solid #600;*/
font-size: 11px;
color: Black;
}

#sitemap {
position: absolute; right: 0; top: 45px;
text-align: right;
width: 140px;
padding-right: 10px;
/*voor witte streep*/
color: White;
font-size: 11px;
/*border: 1px solid #600;*/
}

/*sitemap*/
a#sitemap_no, a#sitemap_act {         
color: White;
font-size: 11px;
} 

/*definitie mouseover gewone link*/
a#sitemap_no:link, a#sitemap_no:visited, a#sitemap_no:active {         
} 

a#sitemap_no:hover {    
color: Black;
} 

/*definitie geselecteerde link*/
a#sitemap_act:link, a#sitemap_act:visited, a#sitemap_act:active, a#sitemap_act:hover  {
font-weight: bolder;
/*font-style: italic;*/
} 

#header_image_bg {
width: 925px;
height: 21px;
background: #547260;
}

/*hoofdnav*/
/*container rechts gepositioneerd*/
#hoofdnav {
float: right;
/*border: 1px solid #600;*/
color: White;
font-size: 12px;
/*vertical centreren*/
height: 21px;
line-height: 21px;
}

a#hoofdnav_no, a#hoofdnav_act {         
color: White;
font-size: 12px;
text-align: center;
padding: 0px 5px 0 5px;
/*border: 1px solid;*/
} 

/*definitie mouseover gewone link*/
a#hoofdnav_no:link, a#hoofdnav_no:visited, a#hoofdnav_no:active {         
} 

a#hoofdnav_no:hover {    
color: Black;
} 

/*definitie geselecteerde link*/
a#hoofdnav_act:link, a#hoofdnav_act:visited, a#hoofdnav_act:active, a#hoofdnav_act:hover  {
font-weight: bold;
/*font-style: italic;*/
} 

/*bof linker colom*/
#links {
background-color: #a9b8af;
height:100%; /*zet ook de kolom op 100% heights*/
border-right: 1px solid black;
}

#links_home {
padding: 5px 0px 0px 0px;
background-color: white;
height: 100%;
}

/*mainnavigatie links begin*/
/*afstand linker rand*/
#navcontainer { margin-left: 0px; }

/*bof niveau 1*/
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;/*hide*/
font-weight: bold;
}

#navcontainer li { margin: 0 0 0 0; }/*hide*//*afstand vertikaal tussen hoofdmenupunten*/

#navcontainer a
{
display: none;/*hide*/
padding: 0px 0px 0px 0px;/*hide*/
width: 190;
color: #a9b8af;/*hide*/
background-color: #a9b8af;/*hide*/
text-decoration: none;
/*border: 1px solid red;*/
}

/*eof niveau 1*/
/*bof niveau 2*/
#navcontainer ul ul li { margin: 0 0 1px 0; }/*afstand tussen menupunten*/

#navcontainer ul ul a
{
display: block;
padding: 8px 10px 8px 10px;
width: 190;
color: #fff;
background-color: #a9b8af;
text-decoration: none;
/*border: 1px solid blue;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #547260;
text-decoration: none;
}

#navcontainer ul ul #n2_current, #navcontainer ul ul #n2_current a
{
color: #fff;
background-color: #717674;
text-decoration: none;
}

/*eof niveau 2*/
/*bof niveau 3*/
#navcontainer ul ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul ul a
{
display: block;
/*witte ruimte links en rechts*/
margin: 0px 10px 0px 10px;
/*laaste is tekst inspringen links*/
padding: 2px 5px 2px 10px;
width: 150px;
color: #fff;
background-color: #a9b8af;
text-decoration: none;
/*border-bottom: 1px solid #609048;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

#navcontainer ul ul ul a:hover
{
color: #fff;
background-color: #a9b8af;
text-decoration: none;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
/*border: 1px solid blue;*/
}

#navcontainer ul ul ul #n3_current, #navcontainer ul ul #n3_current a
{
color: #666;
background-color: #a9b8af;
text-decoration: none;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
/*border: 1px solid red;*/
}
/*mainnavigatie einde*/

/*kruimelpad*/
#kruimelpad {
color: #666;
font-size: 11px;
font-style: italic;
}

/*definitie mouseover gewone link*/
a#kruimelpad_no:link, a#kruimelpad_no:visited, a#kruimelpad_no:active {  
color: #666;       
} 

a#kruimelpad_no:hover {    
color: black;
} 

/*definitie geselecteerde link*/
a#kruimelpad_act:link, a#kruimelpad_act:visited, a#kruimelpad_act:active, a#kruimelpad_act:hover  {
color: #666;
font-weight: bold;
} 

h1 {
color: #000;
font-size: 14px;
font-weight: bold;
}

h2 {
color: #547260;
font-size: 14px;
font-weight: bold;
}

/*ruimte maken dat tekst niet aan de rand kleeft*/
#content {
padding: 5px 15px 15px 15px;
border-right: 1px solid Black;
height:100%; /*zet ook de kolom op 100% heights*/
}

#content_home {
padding: 5px 15px 5px 15px;
height:100%; /*zet ook de kolom op 100% heights*/
}

/* list in rte*/
ul, li
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* rte tabel*/
table.contenttable
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

table.contenttable thead td
{
background-color: #a9b8af;
padding: 4px;
text-align: left;
border-bottom: 1px solid black;
border-top: 1px solid black;
font-weight: bold;
}

table.contenttable tbody td
{
background-color: #fff;
padding: 4px;
text-align: left;
border-bottom: 1px solid black;
}

/*default content text*/
p.bodytext {
font-family: arial, helvetica, sans-serif; 
font-size: 12px;
/*line-height: 1.5em;*/
/*verwijderd ruimte tussen de p tags*/
margin-bottom: 0px;
margin-top: 0px;
}

#rechts {
padding: 5px 15px 25px 15px;
background-color: white;
height: 100%;
}

/*box voor footer menu*/
#footer_bg {
width: 925px;
height: 100px;
background: #547260;
}

/*footer_links*/
#footer_links {
/*border: 1px solid #600;*/
color: White;
font-size: 11px;
padding: 10px 0px 0px 20px;
}

a#menu_footer_no, a#menu_footer_act {         
color: White;
font-size: 11px;
text-align: center;
padding: 0px 1px 0 1px;
/*border: 1px solid;*/
} 

/*definitie mouseover gewone link*/
a#menu_footer_no:link, a#menu_footer_no:visited, a#menu_footer_no:active {         
} 

a#menu_footer_no:hover {    
color: Black;
} 

/*definitie geselecteerde link*/
a#menu_footer_act:link, a#menu_footer_act:visited, a#menu_footer_act:active, a#menu_footer_act:hover  {
font-weight: bold;
} 

/*box voor copy staat naast footer menu = net zo breed als rechter kolom*/
#copy {
font-size: 10px;
color: White;
/*border: 1px solid black;*/
padding: 35px 5px 0 0;
}


/*definitie form oud
/* Felder und Submit Button für Email-Formulare */
.csc-mailform-field input {
background-color: #ffffff;
border: 1px solid;
border-color: #BDBDBD;
font-size: 11px;
line-height:15px;
}
 
.csc-mailform-field textarea {
background-color: #ffffff;
border: 1px solid;
 
border-color: #BDBDBD;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:15px;
}

.csc-mailform-field label {
/*afstand tussen regels oorspronkelijk 2px*/
margin:3px;
font-size:11px;
line-height:15px;
color:#000000;
float: left;
text-align: left;
margin-right: 0px;
/*ruimte tussen label en input field*/
width: 150px;
display: block;
}
 
/*Border um gesamtes Formular wenn gewünscht
.csc-mailform {
border-style: solid;
border-width: 1px;
border-color: #993300;
}*/
 
/*Ausrichtung des Submit Buttons*/
#mailformformtype_mail 
{
margin-left: 0px;
margin-top: 15px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*kleur submitbutton*/
color: White;
background-color: #547260;
border-width: 1px;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-bottom-color: #A2A2A2;
border-right-color: #A2A2A2;
border-style: solid;
} 

.csc-mailform-field {
font-size: 11px;
line-height:15px;
clear:both;
} 

/*styling redio buttons begin*/
.csc-mailform-radio label {
/*border: 1px solid red;*/
width: 110px;
}

/*betreft*/
#mailformBetreftmeisje
{
margin: 0 100px 0 5px;
}

#mailformBetreftjongen
{
margin: 0 100px 0 0;
}

/*Studiebegeleiding*/
#mailformStudiebegeleidingja
{
margin: 0 100px 0 5px;
}

#mailformStudiebegeleidingnee
{
margin: 0 100px 0 0;
}

/*Huiswerkbegeleiding*/
#mailformHuiswerkbegeleidingja
{
margin: 0 100px 0 5px;
}

#mailformHuiswerkbegeleidingnee
{
margin: 0 100px 0 0;
}

/*Examentrainingweekend*/
#mailformExamentrainingweekendja
{
margin: 0 100px 0 5px;
}

#mailformExamentrainingweekendnee
{
margin: 0 100px 0 0;
}

/*AGB*/
#mailformalgemene_voorwaardenja
{
margin: 0 100px 0 5px;
}

#mailformalgemene_voorwaardennee
{
margin: 0 100px 0 0;
}
/*styling radiobuttons eind*/

/* select field formateren
.csc-mailform-field select {
background-color: #ffffff;
border: 1px solid;
border-color: #BDBDBD;
} */

/*bof definitie powermail*/

.tx-powermail-pi1
{
font-size: 12px;
} 

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color: #efefef;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 150px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	/*radio title dus b.v Studiebeleiding*/
	/*font-weight: bold;*/
	/*border: 1px solid red;*/
	/*width: 30px;*/
}

div.powermail_radio_inner {
/*border: 1px solid blue;*/
text-align: center;
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

table, td.mailform {
font-size: 12px;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title {
/*text voor checkbox loopt door*/
display: inline;
}


/*eof definitie powermail*/
