@import url('nav.css');
@import url('grotelink.css');
@import url('download-with-image.css');
@import url('content.css');
/*

Speciale CMS klassen, voornamelijk voor alinea types

!! ALTIJD INLCUDEN !!

*/
.cms_3kolommen{
    width: 100%;
}

.cms_3kolommen div{
    width: 30%;
    float: left;
    text-align:justify;
}

.cms_3kolommen_last_row{
    padding-right:0px;
}

.cms_3kolommen_row{
    padding-right:20px;
}

.cms_2kolommen{
    width: 100%;
    clear : both;
}

.cms_2kolommen div{
    width: 49%;
    float: left;
}

.cms_afbeeldingrechts{
    padding: 0px 0px 10px 10px;
    float : right;
}

.cms_afbeeldinglinks{
    padding: 0px 10px 10px 0px;
    float : left;
}

.cms_afbeelding{
    padding: 0;
    margin : 0;
    float : left;
}

.cms_cleaner{
    height : 1px;
    width : 100%;
    float : left;
    display:inline;
}

.devider {
  /*background-color: #006987;*/
  width: 100%;
}

.paragraph {
  width: 100%;
  /*padding-bottom: 15px;*/
  padding-bottom: 5px;
  float:left;
  clear: both;
}

/*

einde CMS klassen

*/

/*
---------------------------------------------------------------------------------
ALGEMEEN
---------------------------------------------------------------------------------
*/
BODY {
	font-size: 12px;
	margin: 0px;
	color: #505050;
	font-family: arial, verdana, helvetica, sans-serif;
	/*background-color: #c7d504;*/
	background-image: url('/site_files/img/site-background.jpg');
	background-repeat: repeat-x;
	background-color: #9ca808;
	
	padding-top: 8px;
}

A {
	color: #4a4a4a;
}
A:hover {
	color: #006987;
}
IMG {
	border : 0px;
}
UL {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px
}
INPUT {
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}
TEXTAREA {
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}
SELECT {
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}
P {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 3px;
}
FORM {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

/*
---------------------------------------------------------------------------------
HEADER
---------------------------------------------------------------------------------
*/

#header {
	position: relative;
	background-position: left bottom;
	width: 990px;
	background-repeat: no-repeat;
	height: 91px;
}

/*
---------------------------------------------------------------------------------
HEADER
---------------------------------------------------------------------------------
*/

.breadcrumb {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;	
	margin-bottom: .5em;
	color: #000000;
}
.breadcrumb a { color: #000000; }

.cleaner {
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-bottom-style: none;
}
H1 {
	font-weight: bold;
	font-size: 15px;
	margin: 8px 0px 12px 6px;
	color: #4e4e4e;
}

/*
---------------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------------
*/

#contentContainer {
	line-height: 1.7em;
}

#siteContainer {
	margin: 0px auto;
	width: 1000px;	
}
#leftcontent {
	float: left;
	width: 271px;
	background-image: url( '/site_files/img/menu-bg-fade.jpg' );
	background-repeat: repeat-x;
    background-position: top left;  
    border-right: 1px solid #cccccc;
}
#centercontent {
	padding-right: 10px;
	padding-left: 20px;
	float: left;
	padding-bottom: 10px;
	width: 434px;
	padding-top: 6px;
}
#rightcontent {
	float: left;
	width: 254px;
}
.content {
	width: 560px;
	color: #4b4a4a;
	background-color: #ffffff;
}
.contentText {
	padding-left:6px;
}
.contentLinksText {
	padding-left:14px;
}
.contentParagraph {
	padding: 0px 6px;
}
.content DT {
	padding-right: 8px;
	border-top: #006987 1px solid;
	padding-left: 8px;
	font-weight: bold;
	padding-bottom: 4px;
	color: #4e4e4e;
	padding-top: 4px;
	border-bottom: #006987 1px solid;
	background-color: #eeeeee;
	height: 16px;
}
.content DT A {
	color: #4e4e4e;
	background-color: #eeeeee;
}
.content DT .opties {
	float: right;
}
.content DT .opties A {
	font-weight: normal;
	color: #4e4e4e;
	background-color: #eeeeee;
}
.content DT .opties A:hover {
	font-weight: normal;
	color: #d31297;
	background-color: #eeeeee;
}
.content DD {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 8px
}
.content DL {
	margin: 5px;
}
.contentNavigation {
	margin: 0px 8px 10px;
	width: 540px;
	color: #b0b0b0;
	background-color: #ffffff;
}
.contentNavigation STRONG {
	color: #777777;
	background-color: #ffffff;
}
.contentNavigation A {
	color: #777777;
	background-color: #ffffff;
}
.contentNavigation A:hover {
	color: #006986;
	background-color: #ffffff;
}
.dtLeft{
	float : left;
}
.dtRight{
	float : right;
	font-weight : normal;
}
.indexWrapper {
	width: 542px;
	margin: 0 auto 0 auto; /* center the div within its container */
	border: none;
}
.tableResult {
	width: 550px;
	margin: 0 auto 0 auto;
}
.tableStars {
	width: 75px;
	position: relative;
	float: left;
}
.tableDescription {
	width: 450px;
	position: relative;
	float: left;
}

/*
---------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------
*/

#footer {
	width: 990px;
	height: 36px;
	background-image: url( '/site_files/img/main_footer.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
}

/*
---------------------------------------------------------------------------------
BLOCKS
---------------------------------------------------------------------------------
*/
.blockContainer {
	width: 232px;
}
.blockContainer dl {
	margin: 0px 0px 15px 0px;
	border: 1px solid #006987;
}
.blockContainer dt {
	color: #ffffff;
	font-weight: bold;
	padding: 6px 8px;
	background-color: #006987;
}
.blockContainer dd {
	padding: 8px;
	margin: 0px;
	text-align: left;
}
.blockContainer img {
}
.blockContainer a {
	color: #4e4e4e;
	background-color: #ffffff;
}
.blockContainer .blockContent {
	padding: 8px;
}
.stuurdoorContainer{
	margin-left: 6px;
}
.submitRegular{
	float:right;
}

/*
---------------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------------
*/

#menuContainer{
    width: 268px;
    padding-top: 0px;
    margin-left: 2px;
    height: 400px;
    margin-top: 0px;
    padding: 0px;
}

#centercontent {
	background-color: #ffffff;
}

/** titel vervangen door plaatje met logo */
#header-logo h1 a span { display: none; }
#header-logo h1 { 
	display: block;
	position: absolute; 
	width: 340px;
	height: 91px;
	margin: 0px;
	padding: 0px;
}
#header-logo h1 a {
	position: absolute; 
	display: block;
	width: 340px;
	height: 91px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url( '/site_files/img/logo-kinderprik.jpg' );
}

#header-foto { 
	width: 990px; 
	background-repeat: no-repeat;
}

.rubriek-1 #header-foto {
	background-image: url( '/site_files/img/header-rubriek-1.jpg' );
	height: 227px;
}

.rubriek-2 #header-foto{
	background-image: url( '/site_files/img/header-rubriek-2.jpg' );
	height: 140px;
}

.rubriek-3 #header-foto{
	background-image: url( '/site_files/img/header-rubriek-3.jpg' );
	height: 140px;
}

.rubriek-4 #header-foto{
	background-image: url( '/site_files/img/header-rubriek-4.jpg' );
	height: 140px;
}

.rubriek-5 #header-foto{
	background-image: url( '/site_files/img/header-rubriek-5.jpg' );
	height: 140px;
}

#siteContainer {
	margin-top: 0px;
	width: 990px;
}

#contentContainer{
	background-image: url( '/site_files/img/main_gb.jpg' );
	background-repeat: repeat-y;
    background-position: top left;
    width: 990px;
}
.header-links { 
	height: 20px;
	width: 968px;
	text-align: right;
	position: absolute;	
	color: #006788;
	font-size: 11px;
	top: 0px;
}
.header-links a { 
	padding-left: 8px;
	padding-right: 8px;
	color: #006788;	
}

.abc_letter, .abc_letter2 { line-height: 1em; }

#nav.nav_letter {
	font-size: 20px;
	
}

h2.abc_letter, h2.abc_letter2 { margin-bottom: 6px; }
/*h2.abc_letter2 { margin-bottom: -4px; }*/

h2.abc_letter2 , h2.abc_letter{ margin-top: 4px; }
#rechterbalk h2 { margin-top: 0px; }

/** rechterbalk **/
#rechterbalk {
	width: 252px;
	overflow: hidden;
}

#rechterbalk h2 { 
	color: white; 	
	background-color: #959e0c;
	background-image: none; 
	padding-left: 20px; 	
	padding-top: 8px;
	padding-bottom: 6px;
	height: 23px;
	width: 234px;
	margin-bottom: 0em;
}

#rechterbalk img { width: 252px; }

#rechterbalk .tekst {
	color: #000000;
	padding-left: 20px; 
	padding-right: 20px; 
}

#rechterbalk a { background-color: transparent; color: #000000; }

/** <<rechterbalk **/

/** content fixes **/
#centercontent ul, #centercontent ol {
	margin-top: 0em;
	margin-bottom: 0em;
}

/** als no-right-panel is gezet, dan rechterbalk weg laten vallen */
.no-right-panel #rechterbalk {
	display: none;
}
.no-right-panel #centercontent {
	width: 684px;
}
.no-right-panel #contentContainer {
	background-image: url( '/site_files/img/main_gb-5.jpg' );
}

/** in rubriek 1 (home) valt de linkerbalk weg en is de content breder */
.rubriek-1 #leftcontent { display: none; }
.rubriek-1 #contentContainer { padding-left: 2px; }
.rubriek-1 #centercontent { width: 704px; }
/*.rubriek-1 .breadcrumb { display: none; } niet verbergen, we gebruiken het voor padding */
.rubriek-1 .breadcrumb { padding-top: 0px; }
/*.rubriek-1 .breadcrumb { display: none; }*/

.rubriek-1 #contentContainer {
	background-image: url( '/site_files/img/main_gb-1.jpg' );
}

#rubriek-title h2{
	border: none;
	color: black;
	background-image: none;
	padding-top: 32px;
	padding-left: 26px;
	font-size: 32px;
}
#rubriek-title h2 .boven {
	display: block;
}
#rubriek-title h2 .onder {
	padding-left: 110px;
}
.rubriek-1 #rubriek-title h2 {
	padding-top: 88px;
}
.rubriek-1 #rubriek-title h2 {
	padding-left: 35px;
}
