@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

body{
  background: #d7e7ff url(/file/static/_img/body-bg.png) repeat-x;
      font-family: Tahoma, Arial, sans-serif;
font-size:12px;
  color:#345F06;
}

h1{
  float:left;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:22px;
  color:#EF6B00;
}

h2{
  float:left;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:22px;
  color:#EF6B00;
}

h3 {
  float:left;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:18px;
  color:#EF6B00;
}

h4 {
   float:left;
   font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
   font-size:14px;
   color:#EF6B00;
 }

h5 {
    float:left;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:10px;
    color:#EF6B00;
  }

h2.pagename {
    color: #EF6B00;
   
}

h2 a {
    text-decoration: none;
    color: #EF6B00;
}

h3 a {
    text-decoration: none;
    color: #EF6B00;
}

h2 a:hover {
    text-decoration: underline;
} 

h3 a:hover {
    text-decoration: underline;
} 

a {
    color: #EF6B00;
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
}

p{
  float:left;
  font-family: Tahoma, Arial, sans-serif;
  font-size:12px;
  color:#345F06;
  width:460px;
  margin-bottom:12px;

}

table tr td {
  vertical-align: top;
}

img{
        border:none;
    }

ul, ol {
    list-style: none;
    clear:left;
}

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

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


.imgleft{
  float:left;
}
.imgright{
  float:right;
}

.clear {
 clear:both;
}

.upcontainer {
    text-align: center;
    
}

.container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 720px;
}

.content {
    
    width: 720px;
}


.header {
    width: 716px;
    height: 217px;
    background: url(/file/static/_img/header.png);
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer {
    width: 100%;
    height: 136px;
    background: url(/file/static/_img/bottom-bg.png) repeat-x;
}

.content-top {
    width: 716px;
    height: 19px;
    background: url(/file/static/_img/content-top-bg.png);
}

.content-middle {
    min-height: 500px;
     width: 716px;
     background: url(/file/static/_img/content-middle-bg.png) repeat-y;
}

.content-bottom {
    width: 716px;
     height: 19px;
     background: url(/file/static/_img/content-bottom-bg.png);
}

.submenubody {
    width: 200px;
    padding-left: 20px;
    padding-top: 30px;
    float: left;
   
}

.submenubody a {
    color: #007BBF;
    text-decoration: none;
    display: block;
    width: 170px;
    height: 25px;
    border-top: 1px dotted #dddddd;
    line-height: 25px;
    padding-left: 5px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
}

.active {
    background: url(/file/static/_img/menu-bg.png) 155px 0 no-repeat !important;
}




.submenubody a:hover {
    background-color: #D1E5EF;
}



.contentbody {
    width: 480px;
    float: left;

}
.contentbody img {
    padding: 2px;
    border: 1px solid #cccccc;
    
}

.facebookImg { 
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}



.facebookTitle {
    color: #EF6B00;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
   font-size:18px;
    float: left;
    margin-bottom: 5px;
}

.facebookText {
    float: left;
   
    
}

.facebookText p {
     width: 300px !important;
}

a.icewislink {   
        
    display: inline-block;
    width: 100px;
    height: 32px;
    background: no-repeat top left;      
        
    overflow: hidden;                         
    border: none;
    cursor: pointer; 
    outline: none;   
        
    text-decoration: none;
    text-indent: -999px;
}    
    
a.icewislink.black {
    background-image: url(http://icewis.com/file/static/img/icewistag_black.gif);  
}     
    
a.icewislink.white {
    background-image: url(http://icewis.com/file/static/img/icewistag_white.gif);
}

/* gastenboek */

div.gastenboekEntries {
}

div.gastenboekEntries .entrie {
    width:430px;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
}

div.gastenboekEntries .entrie .person {
    width: 130px;
    float: left;
}
div.gastenboekEntries .entrie .person .date {
    font-size: 8pt;
    font-style: italic;
}


.newsitem h6 
{
    font-size: 10pt;
    clear: both;
    display: block;
}
.newsitem 
{
  clear: both;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #666;
}
.newsitem div 
{
    clear: both;
}
