html,body { 
       background: #f0f0f0 url(caritas/images/i/bg.gif) repeat-x; 
       margin: 0px; 
       padding: 0px; 
       border: 0; 
       font-family: Verdana, Arial, Helvetica, sans-serif;
       text-align: center;
}

a {
	display: inline;
}


img { border: 0; }

#container { 
       text-align: left;
       width: 100%;
       padding-right: 1px;
       padding-left: 1px;
       margin:0 auto;
}

#content div#themasmetfoto {	
       display: none;
}

#content div#themas {	
	display: none;
}

table#minheightspacer {

}

table#minheightspacer td.spacer {

}

/* Header */

#header { 

}

#logo_anchor {
	display: none;
}
       
#header_img {
	display : none;
}

#img_taal_FR {
	display: none;
}

#img_taal_EN {
    display: none;
}

#img_taal_NL {
	display: none;
}

#searchField {
    display: none;
}

#zoek {
    display: none;
}

/* Navigation */

#navbar {
    display: none;
}


/* Diagonals */

.diag {
       display: block;
       height: 9px;
       background: #fff url(caritas/images/i/diag.gif); 
       border-top: 1px solid #fff; 
       border-bottom: 1px solid #fff;
       overflow: hidden;
}

html>body .diag {
       overflow: visible;
}

#diagbottom {
       clear: both;
}

/* Sidebar */

#sidebar {
       display: none;
}


/* Content */

#content {
       position: relative;
       color: #000;
       padding-top: 20px;
       padding-right: 30px;
       padding-bottom: 4px;
       padding-left: 30px;

}

ul#bread {
       margin-left: 0;
	   padding-left: 0;
	   display: inline;
	   border: none;
	   font-size: 9px;
}

ul#bread li {
	    list-style: none;
	    display: inline;
	    color: #4e4e4e;
}

ul#bread li a {
	   color: #4e4e4e;
	   text-decoration: underline;
}

ul#bread li a:hover {
	   color: #b4b4b4;
	   text-decoration: none;
}

#content h1 {
       font-size: 14px;
       font-weight: lighter;
       color: #9f0102;
       margin: 0;
}

#content h1.first {
       padding-top: 3px;
}

#content h2, h2 {
       font-size: 12px;
       font-weight: lighter;
       color: #999;
       margin: 0;
       padding-top: 8px;
}

#content h3 {
       font-size: 10px;
       font-weight: bold;
       color: #666;
       margin: 0;
       padding-top: 18px;
}

#content p {
       font-size: 10px;
       color: #666;
       line-height: 16px;
       margin: 0;
       padding-bottom: 12px;
}

#content td {
       font-size: 10px;
       color: #666;
       line-height: 16px;
       margin: 0;
       padding-bottom: 12px;
}

#content th {
       font-size: 11px;
       color: #d63334;
       line-height: 16px;
       margin: 0;
       padding-bottom: 12px;
}

#content p.dots, p.dots {
       border-bottom: 1px dotted #cfcfcf;
       padding-bottom: 21px;
}

#content ul, ul {
       font-size: 10px;
       color: #666;
       line-height: 18px;
} 

#content a:link {
        color: #333;
        text-decoration: underline;
}

#content a:visited {
        color: #666;
        text-decoration: underline;
}

#content a:hover {
        color: #cc0000;
        text-decoration: none;
}


#constituanten {
       display: block;
       border-top: 1px solid #eaeaea;
       padding-top: 4px;
       margin-top: 20px;
}

#constituanten a {
	text-decoration: none;
}

#constituanten img.log {
       border: 0;
       margin-left: 18px;
}

#constituanten p {
       font-size: 11px;
       font-weight: bold;
       float: left;
       color: #999;
       padding-top: 6px;
}
 

/* Footer*/

#footer {
	   background: #fff url(caritas/images/i/footer.gif) no-repeat; 
	   border-bottom: 1px solid #fff;
	   font-size: 9px; 
	   color: #666;
	   padding-top: 10px;
	   padding-left: 12px;
	   width: 100%;
}

#curious {
       display: none;
}

#disclaimer {
	display: none;
}

#bottom {
       height: 8px;
       background: #525151;
}

/* Form*/

form {
       margin-top: 22px;
       font-size: 10px;
       color: #666;
}

.formText {
       display: block;
       width: 150px;
       float: left;
       vertical-align: middle;
       padding-top: 4px;
}

#content select {
       margin-bottom: 5px;
       font-size: 11px;
}

#content input {
       width: 250;
       margin-bottom: 5px;
       border-color: 1px solid #333;
       font-size: 11px; 
       color: #333;
}


#content .button {
       border: 0;
       width: 100px;
       background: #cc0000;
       color: #fff;
       font-size: 11px;
       padding: 2px;
}
/* Kalender styles */

tr.week{
     text-align: right;
     vertical-align: top;
}

tr.holiday{
     font-weight: bold;
     color: #FFFFFF;
     background-color: #FE6802;
     vertical-align:top;
}

tr.day_name{
     background-color: #d63334;
     color: #FFFFFF;
     font-size: 7pt;
}

th.day_name_title {
	color: white;
}

tr.day_name th {
	color: #FFF;
}

td.right_box{
     text-align: left;
}

td.left_box{
     text-align: right;
}

.weekend_link{
     color: #FFFFFF;
     font-size: 8pt;
}

.weekend_box{
     background-color: #EEE;
     border-bottom: thin solid #E0E0E0;
     color: #FFFFFF;
     width: 50pt;
     height: 36pt;
}

td.dark_date_box{
     background-color: white;
     width: 50pt;
     height: 36pt;
}

td.date_box{
     background-color: #E0E0E0;
     width: 50pt;
     height: 36pt;
}

div.hoverdiv {
   position: absolute;
   background: white;
   padding: 4px;
   border: 1px solid gray;
   text-align:left;
   width:200px;
}

td.today_date_box{
     background-color: #d63334;
     width: 50pt;
     height: 36pt;
     color:#FFFFFF;
}

td.date_box{
     background-color: #E0E0E0;
     width: 50pt;
     height: 36pt;
}

div.hoverdiv {
   position: absolute;
   background: white;
   padding: 4px;
   border: 1px solid gray;
   text-align:left;
   width:200px;
}

table.list {
	border-collapse: collapse;
}

table.list th {
	text-align: center;
	line-height: 12px !important;
	padding-bottom: 3px !important;
}

table.list td {
	border: 1px solid #EEE;
	padding: 3px;
	vertical-align: top;
}


/* Downloads */

div.downloads
{
	margin:0 0 1.5em 0;
	line-height:1.2em;
	font-size:90%;
	list-style-type:none;
	width:60%;
}

div.downloads a
{
	font-weight:bold;
	margin:0.25em 0 0;
	margin:0;
	padding:0.7em 0 0.7em 3em;
	border-bottom:1px solid #E7E7E7;
	background-repeat:no-repeat;
	background-position:left 50%;
	display:block;
}

a.pdf
{
	background-image:url(caritas/images/icon_pdf.gif);
}

a.word
{
	background-image:url(caritas/images/icon_word.gif);
}

a.web
{
	background-image:url(caritas/images/icon_web.gif);
}

a.xls
{
	background-image:url(caritas/images/icon_xls.gif);
}

a.ppt
{
	background-image:url(caritas/images/icon_ppt.gif);
}

a.doc
{
	background-image:url(caritas/images/icon_doc.gif);
}

a.zip
{
	background-image:url(caritas/images/package.png);
}


/* Page Counter */

div.page-counter {
	font-size: 13px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	text-align: center;
}

div.page-counter-bottom {
	font-size: 13px;
	border-top: 1px solid #EEE;
	margin-top: 10px;
	text-align: center;
}


div.page-counter a, div.page-counter-bottom a {
	text-decoration: none !important;
}

div.page-counter a.selected, div.page-counter-bottom a.selected {
	color: red !important;
	font-weight: bold;
}