/*oude contect_shift.css */

#extra_controls, #scrollbar { 
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn	{ 
	position:relative;
	width:427px; height:334px; /*hoogte en breedte textvak*/
	overflow:hidden;
	background:url(../back.gif) repeat fixed;
	border: 0px solid #eaeaea;
	}
div.content { /* hide content to be swapped in */
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	font-size:10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	}
	
.links {
	text-decoration:none;
	font-size:10px;
	color:000000;
	background-color:#eaeaea;
	width:410px; height:14px;
	}

/*div#lyr1 { /* show first div */
/*    visibility:visible;
    }
*/
	
div#scrollbar { 
  position:relative;
  width:11px; height:335px;  /*hoogte en breedte textvak*/
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:0px; height:313px;
  background: #eaeaea;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#eaeaea;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block;
    } 
    
/* for safari, to prevent selection problem */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/*oude main.css */
/***************** HTML ****************/

/***************** MAIN DIV"S ****************/
.nounderline {
text-decoration: none;
border-width: 0px;
}

#wrapper
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}


#main
{
	font-size:10px;
	color:#666666;
	min-height:375px;
	height:auto !important;
	height:375px;
}

#main2
{
	font-size:10px;
	}

#content_wrapper
{
	width: 950px;
}

#main_header
{
	background-color:white;
	padding-bottom:3px;
}

div#main #content_left_wrapper
{
	width:400px;
	margin:0px;
	float:left;
	color:#333333;
	font-family:Arial, Verdana, Tahoma;
	font-size:11px;
	line-height:16px;
	padding-left:20px; /*verschuiven foto links */

}

div#main #content_right_wrapper
{
	width:450px;
	margin:0px;
	float:right;
	padding-right:10px; /*verschuiven textbox */
}

div#main #content_left
{
	margin: 20px 52px 20px 26px
}

div#main #content_right
{
	margin: 0px 40px 0px 0px;
}

/************************ IMAGEOVERVIEW ***********************/
#imageOverview, #imageLeftSide
{
	float:left;
	margin-bottom:5px; /* textvak naar boven verschuiven */
}

/* oude contentslider.css */

.sliderwrapper{
text-align: center;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid black;
border-bottom-width: 0px;
width: 450px; /*width of featured content slider*/
height: 385px;
}

.sliderwrapper2{
text-align: center;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid black;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: 160px;
}

.sliderwrapper3{
text-align: center;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid black;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: 478px; /*hoogte bijstellen voor de menus op de hoofdpagina (onderste borders in menus zichtbaar maken)*/
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
background: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper3 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
background: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
border: 0px solid black;
background-color: white;
padding: 0px 0px;
}

.pagination a{
padding: 0px 0px;
text-decoration: none; 
border: 0px solid black;
color: #FFFFFF;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #FFFFFF;
}

.pagination2{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
border: 0px solid black;
background-color: white;
padding: 0px 0px;
}

.pagination2 a{
padding: 0 0px;
text-decoration: none; 
border: 0px solid black;
color: #FFFFFF;
background: white;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #FFF;
background-color: #FFFFFF;
}

.borders{
border-style: solid;
border-color: black;
border-width: 1px;
color: #000000;
background-color: #FFFFFF;
}

.normaltext{
font-family: arial,Helvetica;
font-size: 0.8em; 
color: #000000;
background-color: #FFFFFF;
}

.normaltext2{
font-family: arial,Helvetica;
font-size: 0.8em; 
color: #000000;
background-color: #FFFFFF;
overflow: scroll;
}

.normaltextfooter{
font-family: arial,Helvetica;
font-size: 0.8em; 
color: #000000;
background-color: #F5F5F5;
}

.normaltextfooter2{
font-family: arial,Helvetica;
font-size: 0.7em; 
color: #333333;
background-color: #F0F0F2;
}

.removeunderline{
font-family: arial,Helvetica;
font-size: 0.8em; 
color: #000000;
background-color: #F5F5F5;
text-decoration: none;
}

.removeunderline2{
font-family: arial,Helvetica;
font-size: 0.7em; 
color: #333333;
background-color: #F0F0F2;
text-decoration: none;
}

.removeunderline3{
font-family: arial,Helvetica;
font-size: 1.2em; 
color: #333333;
background-color: #F0F0F2;
text-decoration: none;
}

tr.ruimte{
padding: 20px 20px 20px 20px;
}

a:visited{
color:#333333;
text-decoration: none;
} 

a:link{
color:#333333;
text-decoration: none;
} 

a:hover { color: #FF9900;
text-decoration: none;
font-weight: none;
background-color: #F0F0F2;
}

.noborders{
background-color: #FFFFFF;
}

.noborders2{
border-style: solid;
border-color: black;
border-width: 0px;
color: #000000;
background-color: #FFFFFF;
padding: 0px 0px;
}


a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   100px;

  border:  0px solid black;
  padding: 2px 5px;

  background: #F5F5F5;


  text-decoration: none;
  font-family: arial,Helvetica;
  font-size: 0.8em;
  color:   #000000;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
#sample_attach_menu_child             { border-bottom: 0px solid black; }

form.sample_attach
{
  position: absolute;
  visibility: hidden;

  border:  1px solid black;
  padding: 0px 5px 2px 5px;

  background: #F5F5F5;
}

#sample_attach_menu_child a:hover{
background-color: #FF9900;
}



form.sample_attach b
{


}

input.sample_attach { margin: 1px 0px; width: 170px; }

/*oude klaas.css */

.klaas-language{
font-family: arial,Helvetica;
font-size: 0.8em; 
border: 1px solid #F1F1F1;
width:   150px;
padding: 2px 5px;
color: #333333;
margin:2px 5px 5px 1px;
background-color: #F5F5F5;
}

a.klaas-attach, a.klaas-attach:visited, div.klaas-attach
{
/*  display: block; */
  width:   150px;
  border:  0px solid black;
  padding: 2px 5px;
  background: #F5F5F5;
  text-decoration: none;
  font-family: arial,Helvetica;
  font-size: 0.8em;
  color:   #333333;
}

a.klaas_attach, a.klaas_attach:visited { border-bottom: none; }
#klaas_attach_menu_child             { border-bottom: 0px solid black; }

form.klaas_attach
{
  position: absolute;
  visibility: hidden;
  border:  1px solid black;
  padding: 0px 5px 2px 5px;
  background: #F5F5F5;
}

#klaas_attach_menu_child a:hover{
color: white;
background-color: #FF9900;
}



.klaas-search{
font-family: arial,Helvetica;
font-size: 0.8em; 
border: 1px solid #F1F1F1;
width:   150px;
padding: 2px 5px;
color: #333333;
margin:0px 0px 0px 1px;
background-color: #F5F5F5;
}

/* 1b. Styles related to body */
.klaas-body {
	width:100%;
		text-align:center;
}
.klaas-body-wrapper {
	width:986px;
	background: url(body_wrapper_sprite.png) repeat-y -2000px 0px;
	margin:auto;
	text-align:left;
}

.klaas-body-innerwrapper{
	background: url(body_wrapper_sprite.png) no-repeat 0px 0px;
	width:960px; 
	padding:2px 13px 13px 13px; /* afstand tussen plaatje en tekstvak en boven- en onderkant */
}

.klaas-body-content {
	width:960px;
	text-align:left;
}

.klaas-body-bottomwrapper {
	background: #EDEEF0 url(body_wrapper_sprite.png) no-repeat -1000px 0px;
	height:9px; /*Ruimte tussen hoofdscherm en footer*/
	margin:0px;
	width:986px;
}

/* 1c. Styles related to footer */
.klaas-footer{
	width:100%;
	text-align:center;
}
.klaas-footer-wrapper{
	width:950px;
	margin:auto;
	text-align:center;
	color:#888B9C;
	position:relative;
}

/*oude global.css */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:17px;
	margin:0;
	padding:0;
	text-align:center;
}

table{
	font-size:100%;
}	

td{
	background-color:#ffffff;
	line-height:17px;
	padding: 0px;
	margin:0px;
}

/* 1a. base element style definitions */

/* 1b. general reusable styles */

table.p-tight{
	border-collapse:collapse;
	border-spacing:0px;
}

table.p-tight td{
	vertical-align:top;
}

table.p-transparent, table.p-transparent td{
	background-color:transparent;
}

td p {
	margin-top:0px;
	margin-bottom:0px;
}
/* General layout options for tables*/
table.p-maxwidth, td.p-maxwidth { 
  width: 100%; 
} 
td.p-nowrap { 
  white-space: nowrap; 
} 

td.p-middle { 
  vertical-align: middle; 
} 

table.p-right {
	float:right;
}
table.p-localelist td.p-header {
	background:#F7F7F9;
	padding:0px;
}
table.p-localelist td.p-header h5 {
	font-size:100%;
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:3px 5px 3px 5px;		
}s
select, input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	vertical-align:top;
}

input.checkbox{
	vertical-align:middle;
}
/* Grid A */
table#p-grid-a {
	margin-top:4px;
}

#p-grid-a #p-slots #p-left{
	width:384px;
	padding:6px 5px 8px 10px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E0E0E8;
}

#p-grid-a #p-slots #p-right{
	width:385px;
	padding:6px 10px 6px 10px;
}

/* Grid A - Themes */
.p-theme #p-grid-a #p-slots #p-main  {
	width:100%;
	padding:9px 10px 8px 10px;
	border-width:0px;
}

.p-theme #p-grid-a #p-slots #p-left  {
	width:504px;
	padding:9px 10px 8px 10px;
	border-width:0px;
}

.p-theme #p-grid-a #p-slots #p-right  {
	width:246px;
	padding:10px 0px 10px 0px;
}

#p-slots hr {	margin-top:1px; margin-bottom:3px; } /* IE Hack */	/* 3,3 */
html > body #p-slots hr { margin-top:8px; margin-bottom:10px; } /* Other browsers */ /* 10,10*/

.p-theme #p-slots #p-right img{
	display:block;
}

.p-theme #p-grid-a .p-intro {
	color:#888B9C;
}

/* Grid B */
table#p-grid-b {
	margin-top:4px;
}

#p-grid-b #p-slots #p-left{
	width:292px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E0E0E8;
	padding:6px 5px 8px 10px;
}

#p-grid-b #p-slots #p-center{
	width:292px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#E0E0E8;	
	padding:6px 10px 8px 10px;
}

#p-grid-b #p-slots #p-right{
	width:184px;
	padding:5px 5px 10px 10px;
}

/* GRIDS - 800 */
/* --  C -- */
#p-grid-c #p-columns #p-center{	
	width:370px;
}
#p-grid-c #p-columns #p-main{
	width:560px;
}
#p-grid-c #p-columns #p-right{
	width:180px;
}
/* -- D -- */
#p-grid-d #p-columns #p-main{
	width:560px;
}
/* -- E -- */
#p-grid-e #p-columns #p-left{
	width:180px;
}
#p-grid-e #p-columns #p-center{
	width:370px;
}
#p-grid-e #p-columns #p-right{
	width:180px;
}
#p-grid-e h1{
	padding-left:200px;
}
/* -- F -- */
#p-grid-f #p-columns #p-left{
	width:180px;
}
#p-grid-f #p-columns #p-main{
	width:560px;
}
#p-grid-f h1{
	padding-left:200px;
}
/* -- G -- */
#p-grid-g #p-columns #p-left{
	width:370px;
}
#p-grid-g #p-columns #p-right{
	width:370px;
}
/* -- H -- */
#p-grid-h #p-columns #p-content{
	width:750px;
}
/* -- I -- */
#p-grid-i #p-columns #p-main{
	width:560px;
}
#p-grid-i #p-columns #p-right{
	width:180px;
}
/* GRIDS - 1024 - Overrides */
#p-grid-c.p-size-1024 #p-columns #p-center{
	width:560px;
}
#p-grid-d.p-size-1024 #p-columns #p-main{
	width:750px;
}
#p-grid-e.p-size-1024 #p-columns #p-center{
	width:560px;
}
#p-grid-f.p-size-1024 #p-columns #p-main{
	width:750px;
}
#p-grid-g.p-size-1024 #p-columns #p-left{
	width:465px;
}
#p-grid-g.p-size-1024 #p-columns #p-right{
	width:465px;
}
#p-grid-h.p-size-1024 #p-columns #p-content{
	width:940px;
}
#p-grid-i.p-size-1024 #p-columns #p-main{
	width:750px;
}

/* 1d. Styles related to left navigation grid */
#p-leftnav {
	border-width:0;
	width:186px;
	padding:10px 0px 10px 4px;
}

.p-content-grid {
	width:770px;
	border-spacing:0px;
	border-color:#E0E0E8;
	border-width:0px 0px 1px 0px;	
	border-style:solid;
}

.p-content-grid.p-size-1024 {
	width:960px;
}

.p-content-grid td {
	vertical-align:top;
}

.p-content-grid .p-bottomleft {
	background: url(/crsc/images/bottomcorner_l.gif) no-repeat left bottom;
	padding-bottom:4px;
	height:4px;
}

.p-content-grid .p-bottomright {
	background: url(/crsc/images/bottomcorner_r.gif) no-repeat right bottom;
	padding-bottom:4px;
}


/* sIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}

.sIFR-active h1 {
	visibility: hidden;
	font-size:285%;
}

.sIFR-active object {
	outline: none;
}

.wrap1 {
margin-top:-6px;
padding-top:0px;
vertical-align:top;
width: 450px;
height: 19px;
margin-bottom:0px;
}

.f {
background-color: #ffffff;
font-family: arial;
font-size: 13px;
color: #663398;
width: 82px;
height: 100%;
float: left;
text-align: center;
}

/*Afbeelding links standaard*/
.g {
background-color: #ffffff;
font-family: arial;
font-size: 12px;
color: #663398;
margin-left: 4px;
text-align:center;
width: 82px;
height: 100%;
float: left;
text-align: center;
}

/*.g:hover {
color: #ff9900;}*/

/*Afbeelding links geselecteerd*/
.h {
background-color: #ffffff;
font-family: arial;
font-size: 12px;
/*font-weight:bold;*/
color: #ff9900;
margin-left: 4px;
width: 82px;
height: 100%;
float: left;
text-align: center;
text-decoration:none;
}

/*Afbeelding plaatje links standaard*/
.i {
background-color: #ffffff;
font-family: arial;
font-size: 12px;
color: #663398;
margin-left: 0px;
text-align:center;
width: 82px;
height: 100%;
float: left;
text-align: center;
}

/*.i:hover {
color: #ff9900;}*/

/*Afbeelding plaatje links geselecteerd*/
.j {
background-color: #ffffff;
font-family: arial;
font-size: 12px;
/*font-weight:bold;*/
color: #ff9900;
margin-left: 0px;
width: 82px;
height: 100%;
float: left;
text-align: center;
text-decoration:none;
}

.otherbox {

background:url(../back.gif) repeat fixed;
text-align:left;
width:450px;
/*height:200px;*/
border-style:solid;
border-width:1px;
border-color:#dddddd;
padding:5px;
overflow:auto;
}

