﻿*{
	font-size: 12px;
	font-family: tahoma;	
}
html,body 
{
    padding:0;
	margin:0;	    
    background-image: url('../../images/background-repeat.png');
    background-repeat:repeat-x;   
    background-color: #fffffe;  
    color: #02403c;  /* Kleur aanpassen! */
}
div#container
{
    width: 864px;
    height: 100%;
    margin: 0 auto;        
}
div#containermain
{
    width: 849px;
    height: 100%;    
    float:left;
}
div#right
{
    width: 15px;
    height: 500px;
    background-image: url('../../images/weg-right.png');        
    float:left;
}
div#header
{
    width: 100%;
    height: 185px;
    background-image: url('../../images/header.png');    
}
div#containermenu
{
    height: 24px;
    width: 100%;
    background-image: url('../../images/menu-repeat.png');
    background-repeat: repeat-x;    
}    
div#menuleft
{
    height: 24px;
    width: 137px;
    background-image: url('../../images/menu-left.png');    
    float: left;
}
div#menu
{    
    float: left;
}
div#subheader
{
    height: 48px;
    width: 100%;
    background-image: url('../../images/subheader.png');    
}
div#contentcontainer
{    
    width: 100%;
    background-image: url('../../images/contentbackgroundrepeat.png');       
    background-repeat: repeat-y;      
}
div#contentContainerBackground
{
    min-height: 393px;
    width: 100%;
    background-image: url('../../images/header_11.png'); 
    background-repeat: no-repeat;
}
div#content
{    
    width: 510px;
    padding: 30px;
    float:left;
}
div#contentRight
{
    float: left;
    margin-left: 15px;    
    width: 224px;    
}
div#footer
{
    height: 92px;
    width: 100%;
    background-image: url('../../images/footer.png');    
}
div#RightHeader
{
    background-image: url('../../images/medemogelijk.png');    
    width: 265px;
    height: 42px;    
}
div#RightContent
{
    width: 100%;
    padding: 10px 0px 10px 14px;
}
div.GastbookItem
{
    width: 400px;
    background-color: #EEF1AD;
    padding: 10px;
    margin: 10px 0px 0px 0px;
}
div.clear
{
    clear: both;
}
.gastenboek-header
{
    font-weight: bold;
}
.gastenboek-header a
{
    font-weight: bold;    
    color: #02403c;  /* Kleur aanpassen! */
}
.knop, .knop a
{
    font-weight: bold;
    font-size: 14px;
    color: #02403c;  /* Kleur aanpassen! */
}
.header
{       
    font-size: 20px;            
}
.subheader
{
    font-style: italic;    
}
.content
{
    color: #4e4e4b;
    font-size: 11px;    
}
.error
{
    color: Red;
}
.img
{
   border: 1px solid #7BA28B !important;  
}
