/*
Theme: Emmaus Friesland
Theme URI: http://www.emmaus-friesland.nl/
Description: 
Version: 0.1
Author: Sjoerd A. Blom
Author URI: http://www.blomnet.net
*/


/* kleur codes

rood  #990000
cyaan #84C0C0
lichtblauw #E1F0F0
*/

{
        /*
        First remove all the margin and padding that browser automatically set by default to elements
        */
      padding: 0px;
      margin: 0px;
}


BODY {
      font-family: Verdana, sans-serif;
      padding-left: 0px;
      padding-right: 0px;
      margin: 0px;
      background-image: url('images/990000.png');
      background-repeat: repeat-y;
}


#main { 
      width: 100%;
      height: 100%;
      background: #e1f0f0;
      padding: 0px;
      margin: 0px;
      border: 0px;
      position: absolute;
      float: left;
}

#main #content {
      top: 220px;
      padding-left: 0px;
      padding-right: 0px;
      right: 20px;
      left: 210px;
      border: 0px;
      overflow: auto;
      float: right;
      position: absolute;
      font-size: 12px;
}

#main #header { 
      width: 100%;
      height: 195px;
      background: #84c0c0;
      top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      margin: 0px;
      border: 0px;
}

#main #header #header_logo { 
      width : 709px;
      height: 152px;
      background: url('images/emmaus.kop.jpg') no-repeat top left;
      left: 200px;
      top: 0px;
      position: absolute;
      }


#main #sidebar {
      width: 200px;
      height: 100%;
      background: #990000;
      top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      margin: 0px;
      border: 0px;
      float: left;
      position: absolute;
}

#main #sidebar #sidebar_logo{
      width : 151px;
      height: 120px;
      background: url('images/emmaus-bloem.gif') no-repeat top left;
      top: 0px;
      border: 0px;
}


#main #sidebar #sidebar_tekst{
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 0px;
      top: 185px;
      color: #ffffff;
      font-size: 11px;
      font-weight: normal;
      text-decoration: none;
      border: 0px;
}

h2#sidebar_h2{
      font-size: 15px;
      font-weight: bold;
}
#main #sidebar #sidebar_tekst a{
      text-decoration: none;
      color: #ffffff;
      font-size: 11px;
}
#main #sidebar #sidebar_tekst a:hover{
      text-decoration: underline;
      color: #ffffff;
      font-size: 11px;
}

/* Pages Nav */
#pages_nav {
        left: 189px;
	position: absolute;
	top: 160px;
	padding: 5px 5px 4px 5px;
}

#pages_nav ul {
        margin:0px;
        padding:5px 5px 5px 5px;
	background-color: #84C0C0;

	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;

        list-style: none;
}

#pages_nav ul.level2 {
        background-color:#5497CE;
}

#pages_nav ul.children {
        background-color:#6BADE1;
}

#pages_nav li {
        margin: 0px;
        padding:5px 5px 5px 5px;
        border: solid 1px #deebe5;
        display:inline;
}
#pages_nav  a{
        padding:5px 5px 5px 5px;
        color:#990000;
        font-weight: bold;
	text-decoration: none;
}

#pages_nav  a:hover {
        padding:5px 5px 5px 5px;
	color: #ffffff;
        border: 0px;
}

/* active */
#pages_nav li.current {
        background-color:#990000;
        padding:5px 5px 5px 5px;
}
#pages_nav li.current a{
        color:#deebe5;
        background-color:#990000;
	text-decoration: none;
}


