/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
  color: #ff2611;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid grey;
}

/* nice squares for the #big table */
#big th
{
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid #CCCCCC;
  vertical-align: top;
  padding: 4px;
  height: 75px;
  width: 75px;
  overflow: hidden;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border: none;
}

/* background colours for #big */
#big td
{
  background-color: silver;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #f1efe2;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

/* Start of CMSMS style sheet 'crea3metdonkervlak' */
html,body {
margin:0px;
padding:0px;
}

body {
background-image:url(img/bgrep.jpg);
background-position:center top;
background-repeat: repeat-y;
height:100%;
}

img {
border:none;
border-width:0px;
margin:0px;
padding:0px;
}

h1 {
font-family: tahoma;
font-size:18px;
color: #ff2611;
font-weight:bold;
}

h2 {
font-family: tahoma;
font-size:14px;
color: #fff;
font-weight:bold;
margin-top:30px;
margin-bottom:4px;
background-image:url(img/h2bgg.jpg);
background-color:#555;
background-position:bottom right;
background-repeat:repeat-x;
padding:5px;
padding-top:1px;
padding-left:7px;
padding-bottom:3px;
border:solid 1px #bbb;
}

h3 {
color:#ff2611;
font-family: tahoma;
font-size:12px;
}

ul {
margin:0px;
padding:0px;
list-style:none;
}

li {
border-bottom:solid;
border-bottom-width:1px;
border-bottom-color:#87d1fd;
height: 18px;
}

.currentpage {
padding:1px;
color:#ff2611;
background-color:#ff2611;
font-weight:bold;
height: 18px;
}

a {
margin:0px;
padding:0px;
}

a:focus {
outline:none;
}

.column {
width:1020px;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
position:relative;
height:700px;
background-image:url(img/bg3donker.jpg);
background-position: center top;
background-repeat: no-repeat;
}

img.nomargin{
margin:0px;
padding:0px
}

}

.thumb {
border:none;

}
.sticker {
	padding:0px;
	margin:0px;
	position:absolute;
	top:12px;
	left: 732px;
	width:190px;
	height:118px;
}

.nav {
	padding:5px;
	margin:0px;
	position:absolute;
	top:120px;
	left: 160px;
	width:116px;
	height:311px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.contenthead {
	padding:10px;
	margin:0px;
	position:absolute;
	top:121px;
	left: 295px;
	width: 482px;
	height:62px;
}

.content img {
margin-left:10px;
margin-right:10px;
margin-top:5px;
margin-bottom:5px
}

.content {
	padding:10px;
	margin:0px;
	position:absolute;
	top:123px;
	left: 295px;
	width: 482px;
	background-color:#f1efe2;
font-family: tahoma;
font-size: 12px;
color: #404040;
font-weight:normal;
line-height: 16px;
overflow:hidden;
}

.vrhouder {
padding:0px;
margin:0px;
position:absolute;
top:139px;
left: 810px;
width: 155px;
}

.vrhouder img {
margin-top:20px;
margin-left:20px;
}

.vakrechts {
width:155px;
	margin:0px;
        padding:5px;
        padding-top:0px;
	font-family: tahoma;
	font-size: 12px;
	color: #fff;
	font-weight:normal;
	line-height: 16px;
	background-color:#363779;
	text-align:center;
}

.vakrechts ul {
list-style-type:circle;
text-align:left;
}

.vakrechts a {
font-family: tahoma;
font-size: 12px;
color: #fff;
text-decoration: underline;
}

.vakrechts a:hover {
font-family: tahoma;
font-size: 12px;
color: #2ceafa;
text-decoration: none;
}

.vakrechts li {
border:none;
text-decoration:none;
}

.nav a {
font-family: tahoma;
font-size: 11px;
color: #ffffff;
text-decoration: none;
}

.nav a:hover {
font-family: tahoma;
font-size: 11px;
color: #404040;
text-decoration: none;
}

.content a {
font-family: tahoma;
font-size: 12px;
color: #5fc4ff;
text-decoration: underline;
}

.content a:hover {
font-family: tahoma;
font-size: 12px;
color: #404040;
text-decoration: underline;
}

img#vier {
border:none;
float: right;
}

img#pand {
border: solid;
border-width: 3px;
border-color: #FFFFFF;
float: right;
}

.content ul {
margin-left:20px;
list-style-type:circle;
}

.content li {
border:none;
}

div#pollcontent {
width:153px;
text-align:left;
font-family:tahoma;
margin:0px;
padding:0px;
}

div#chatarea {
width:450px;
}

form#chatform {
width:450px;
}

input#chatline {
width:400px;
}

a.opendag {
margin-bottom: 20px;
font-weight: bold;
font-size:24px;
color:#fff;
text-decoration:none;
}

a.opendag:hover {
color:#ffe400;
font-size:24px;
}

td.les {
border-bottom:solid;
border-bottom-color:#bbb;
border-bottom-width:1px;
}

.slink {
	position:absolute;
	top:490px;
	left: 215px;
	width:116px;
background-color:#fff;
color:#555;
font-size:11px;
font-family:tahoma;
}

.slink a {
text-decoration: none;
	color:#555;
}

.slink a:hover {
color:#000;
}
/* End of 'crea3metdonkervlak' */

