<?php header("Content-type: text/css");  ?>

/* GENERAL */

a{
  color: #0087af;
}

a:hover{
  border-bottom: solid 1px #0087af;
}

/* UITLEENDIENST */

.categorietree{
  float: left;
  background-color: white;
  padding-right: 30px;
}

.categorietree ul{
  list-style: none;
  margin-left: 0;
  font-weight: bold;
}

.categorietree ul a{
  text-decoration: none;
}
.categorietree ul ul{
  margin-left: 30px;
  font-weight: normal;   
}

.itemOdd{
  background-color: #d0f1f6;
}



.uitleenItem img{

  float: left;
}

/* FOTOREEKSEN */

/* frontend */


.fotoreeks{
  text-align: center;
}

.fotoreeks .pic{
  margin-top: 20px;
  /*width: 200px;*/

}


/* admin */


.fotoreeksContainer{
  float: right;
  width: 100%;
}

.fotoreeksOverview{
  margin-top: 10px;
  
}

.fotoreeksOverview img{
  float: left;
  border-right: solid 10px #b6dd12;
}

.fotoreeksOverview img:hover{
  border-left: solid 10px #0087af;
  border-right: none;
}

.fotoreeksOverview .fotoreeksInfo{
  float: left;
  margin-left: 10px;
  vertical-align: middle;
  height: 50px;

}

.fotoreeksOverview .fotoreeksNaam{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.fotoreeksOverview .fotoreeksDatum{
  color: gray;
}

/* HOME PAGINA */

.volgendeJeugdraad{
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;

}

.volgendeJeugdraad .datum{
  font-weight: bold;
}

.volgendeJeugdraad .next{
  color: #0087af;
}

.volgendeJeugdraad .lokatie{
  margin-top: 5px;
  font-size: 10px;
}

.volgendeJeugdraad .agenda{
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: left;
}

.volgendeJeugdraad .agenda ul,.volgendeJeugdraad .agenda p{
  margin-top: 0px;
  margin-bottom: 0px;
}

.nieuwsbericht{
  text-align: justify;
  margin-top: 5px;

}

.nieuwsbericht .postinfo{
  float: right;
  /*font-style: italic;*/
  font-size: 9px;
  margin-top: 3px;
  margin-right: 3px;
  /*color: #969ea1;*/

}

.nieuwsbericht p{
  margin-top: 0px;
}

.kalender .datum{
  float: left;
  border-right: 2px solid #9ed10a;
  margin-bottom: 5px;  
  padding-right: 5px;
  margin-right: 5px;
}



.kalender .naam{
  float: left;
  margin-bottom: 5px;
}

.kalender .clear{
  clear: both;
}

.kalender .kalendercontent{
  padding: 5px;
}

.kalender .vollediglink, .volgendeJeugdraad .vollediglink{
  text-align: right;
    padding: 3px;
  margin: 3px;
}

.kalender .vollediglink a{
  color: #fd5f00;
  border-bottom: 1px solid #9ed10a;
}

.volgendeJeugdraad .vollediglink a{
  color: #0087af;
  border-bottom: 1px solid #9ed10a;
}

.vollediglink a{
  color: #fd5f00;
  border-bottom: 1px solid #9ed10a;
  text-decoration: none;
  padding: -2px;
  margin: 3px;
  font-weight: bold;
}

.vollediglink a:hover{
  font-style: italic;
}

body{
  behavior:url('/layout/css/csshover.htc'); 
  font-family: Arial, Helvetica, sans-serif;
  color: #033C5A;
  background-color: #dae2e5;
  margin: 0;
  height: 100%;

}
html{
  height: 100%;
}

#contentcolumn{

  positon: absolute
  left: 30px;
  top: 290px;
  margin-left: 170px;
  font-size: 80%;
  
  /*border: 1px solid blue;*/
  
}


/*HOMEPAGINA*/

div.homerightcolumn{
  float: right;
  padding-left: 20px;
  width: 220px;
  /*border: solid 1px blue;*/
  background-color: white;
}

.homerightcolumn img.pic{
  width: 200px;
  border: solid 10px #fd5f00;
  margin-bottom: 8px;
}

/*END HOMEPAGINA*/

#footer{
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
}

#footer a{
  color: #033C5A;
}

#footer a:hover{
  border: none;
}

h1{
  font-size: 16px;
  border-left: 10px solid #ffff00;
  padding: 2px 2px 2px 5px;
  padding-top: 0px;
  margin:0px;
  background-color: #e60166;
  color: white;
}

h2{
  font-size: 100%;
}

div.color0 h1{
  background-color: #ffff00;
  border-left: 10px solid #e60166;
}

div.color1 h1{
  background-color: #0087af;
  border-left: 10px solid #b6dd12;
}

div.color2 h1{
  background-color: #fd5f00;
  border-left: 10px solid #ffff00;
}

div.color3 h1{
  background-color: #9ed10a;
  border-left: 10px solid #fd5f00;
}

div.color4 h1{
  background-color: #65025d;
  border-left: 10px solid #0087af;
}

div.content{  
  background-image: url("../images/r-schaduw.jpg");
  background-repeat: repeat-y;
  background-position: right; 
  background-color: white;
  margin: 0;

  padding: 0px 65px 30px 0px;
  height: 100%;
  margin-top: -10px;
  
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.banner{
  cursor: hand;
}

div.banner{
  background-image: url("../images/banner.gif");
  background-repeat: no-repeat ;
  height: 55px;
}

#rb-schaduw{
  background-image: url("../images/rb-schaduw.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-position: right top; 
  height: 30px;
  /*width: 10px;
  margin-right: 30px;
  border: solid 1px red;
  /*float: right;*/
}

#ro-schaduw{
  background-image: url("../images/ro-schaduw.jpg");
  background-repeat: no-repeat;
  background-position: right; 
  height: 22px;
  
}
#lo-schaduw{
  background-image: url("../images/lo-schaduw.jpg");
  background-repeat: no-repeat;
  background-position: left; 
  height: 22px;

}

#o-schaduw{
  background-image: url("../images/o-schaduw.jpg");
  background-repeat: repeat-x;
  background-color: white;
  height: 22px;
}

.logoback{
  /*background-image: url("logo-back2.gif");
  background-repeat: no-repeat;
  background-position: left bottom;*/
  background-color: white;
}



div.container {
	margin-left: 4%;
	margin-right: 0%;
	width: 96%;
}

