@charset "utf-8";
@import url("editinplace.css");

/***********************
	Standaard tags
***********************/

a {
	color: #f68220;
	text-decoration: underline;
}

a:hover {
	color: #cb5d00;
}

body {
	background: #000 url(../images/bg-body.gif) top repeat-x fixed;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

h1, h2 {
	font-size: 30px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #bababa;
} 

ol li {
	list-style-type: decimal;
}

ol,
ul {
	margin: 0 0 0 16px;
}

li {
	list-style: disc;
}

p {
	margin: 0 0 1em 0;
    line-height:18px;
}

strong {
	font-weight: bold;
}

td {
	vertical-align: top;
}
       
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/***********************
	Layout DIVs
***********************/

#siteWrap {
	margin: 0 auto;
	position: relative;
	width: 946px;
}

#header {
	/*background: url(../images/header1.jpg) 0 44px no-repeat;*/
	height: 231px;
	position: relative;
	width: 946px;
}

    #header img {
        margin: 44px 0px 0px 0px;
    }

h1 {
	background: url(../images/logo.png) no-repeat;   
    behavior: url(iepngfix.htc);
	height: 252px;
	left: 624px;
	position: absolute;
	top: 0;
	width: 130px;
	z-index: 10;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

h1 a span {
	display: none;
}

#header #breadCrumb {
	background: url(../images/bg-breadcrumb.gif) no-repeat;
	color: #8c8c8d;
	height: 27px;
	left: 0;
	padding: 6px 0 0 27px;
	position: absolute;
	top: 198px;
	width: 622px;
}

#header #breadCrumb a {
	color: #333333;
	font-size: 18px;
	text-decoration: none;
    background-image: url(images/bulletbox1.png);
}

#header #breadCrumb a:hover {
	color: #f68220;
}

#header #search {
	background: #f68220 url(../images/bg-zoek.gif) top repeat-x;
	height: 154px;
	position: absolute;
	right: 0;
	top: 77px;
	width: 253px;
}

#header #search h4 {
	color: #fff;
	left: 66px;
	position: absolute;
	top: 18px;	
}

#header #search input {
	left: 66px;
	position: absolute;
	top: 44px;	
}

#header #search .inputText {
	background: url(../images/bg-zoekveld.gif) no-repeat;
	border: none;
	color: #333333;
	height: 15px;
	left: 66px;
	padding: 2px 0 0 3px;
	position: absolute;
	top: 44px;	
	width: 157px;
}


#header #search .inputBtn {
	background:url(../images/btn-zoek.gif);
	border: none;
	font-size: 0; /* zorgt ervoor dat de tekst op de button buiten beeld valt */
	height: 24px;
	line-height: 100px; /* zorgt ervoor dat de tekst op de button buiten beeld valt */
	left: 148px;
	position: absolute;
	top: 75px;	
	width: 79px;
}  

.inputBtnZoek {
    background:url(../images/btn-zoek2.gif);
    border: none;
    font-size: 0; /* zorgt ervoor dat de tekst op de button buiten beeld valt */
    height: 24px;
    line-height: 100px; /* zorgt ervoor dat de tekst op de button buiten beeld valt */
    width: 79px;
    height: 25px;      
} 

.inputBtnVerstuur {
    background:url(../images/btn-verstuur.gif);
    border: none;
    font-size: 0; /* zorgt ervoor dat de tekst op de button buiten beeld valt */
    height: 24px;
    line-height: 100px; /* zorgt ervoor dat de tekst op de button buiten beeld valt */
    width: 79px;
    height: 25px;      
} 

#content {
	background: #fff url(../images/bg-content.gif) repeat-y;
	border-bottom: 1px solid #bababa;
	position: relative;
	width: 946px;
}

body #content {
	/*background: url('../images/content_bg.gif') top left repeat-y;*/
    background-image:none;
} 
               
#col1,
#col2breed,
#col2,
#col3 {                  
    float: left;
    overflow: hidden;
}                     

#col1 {	width: 186px; margin: 0 1px 0 0; }
#col2 {	width: 506px; }
#col3 {	width: 253px; }
#col2breed { width: 630px; }     

.home #col1 { width: 253px; margin: 0; }
.home #col2 { width: 440px; }

#col2 h1 {
    background-image: none;
    position: inherit;
    height: auto;
    width: auto;
    margin: 0 0 30px 0;
}

#col2 .box4 h2 {
    color: #f68220;
    margin: 0 0 0px 0;
}

#col2 h3 {
    color: #525252;   
}

#quote {
    height: 220px;
    width: 253px;
    
    
    background: url('../images/bg-quote.png');
    vertical-align: middle;
}
    #quote img {
        position: absolute;   
        right: 0px;
        top: 120px;
        z-index: 1;
    }
    #quote #tekst {
        position: absolute;         
        
        width: 253px;  
        height: 120px; 
                                                         
        z-index: 2;    
    }
    #quote #gegevens {
        position: absolute;  
        top: 120px;
        right: 100px;                
        
        width: 153px;  
        height: 100px;                
        
        vertical-align: bottom;
        z-index: 3;
    }
    #quote #tekst h3 {    
        z-index: 2;
        padding: 10px;   
        
        height: 120px;    
        
        display: table-cell;          
        vertical-align: middle;
                                
        font-family: Verdana, sans-serif, arial;
        font-size: 14px;  
        color: #ffffff;
    }
    #quote h4 {
        z-index: 2;
        padding: 10px;
        
        font-family: Verdana, sans-serif, arial;
        font-size: 12px;  
        color: #ffffff;
    }

#footer {
	background-color: #fff;
	color: #dedede;
	font-size: 11px;
	padding: 17px;
}

#footer a {
	color: #a2a1a0;
	text-decoration: none;
}

#footer a:hover {
	color: #f68220;
}

/***********************     
	Classes
***********************/

#col1 .actueel,
#col1 .box1,
#col1 .box2,
#col1 .box3,
#col1 .box3b {
	padding: 0px 14px 15px 14px;
}

#col1 .actueel h4,
#col1 .box1 h3,
#col1 .box2 h3,
#col1 .box3 h3,
#col1 .box3b h3 {
	margin: 0px 0px 0px 13px;
}

#col1 .actueel { background-color: #f68220; }
#col1 .box1 { background-color: #ebebeb; }
#col1 .box2 { background-color: #d0d0d0; }
#col1 .box3 { background-color: #ababab; }
#col1 .box3b { background-color: #999999; }

    #col1 .actueel h4 a {
        color: #525252;
    }
    #col1 .actueel h4 a:hover {
        color: #525252;
    }
    #col1 .actueel a {
        float: right;
        
        font-size: 12px;
        color: #525252;
        text-decoration: none;
        
        _margin: 10px 10px 10px 10px;
    }
    #col1 .actueel a:hover {      
        color: #525252;
        text-decoration: underline;
    }                     

#col2 .box4 {             
	padding: 20px 27px 100px 27px; 
    position: relative;
}
    #col2 {
        line-height:18px;
    }
    
    #col2 .box4 a {
	    color: #525252;
	    font-size: 20px;
	    line-height: 1em;
	    text-decoration: none;
    }

    #col2 .box4 a:hover {
	    color: #f68220;
    }

    #col2 .box4 #tips a {
        color: #525252;
        font-size: 16px;
        line-height: 25px;
        text-decoration: none;
    }

    #col2 .box4 #tips a:hover {
        color: #f68220;
    }

    #col2 .box4 ul a {
        color: #525252;
        font-size: 16px;
        line-height: 1em;
        text-decoration: none;
    }
    
    #col2 .box4 span {
        font-size: 12px;
    }

    #col2 .box4 .sub {
        background-color: #ebebeb;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #e1e1e1;
    }

        #col2 .box4 .sub a {
            font-size: 16px;
        }

        #col2 .box4 .sub ul {
            margin-left: 10px;
        }
        
        #col2 .box4 .sub p {
            font-style: italic;
        }
        
#col2 .tulpen {        
    position: absolute;
    bottom: 0px;
    right: 253px;
  
    height: 100px;    
    width: 506px;      
    
    background: url(../images/bg-tulpen.jpg) bottom right no-repeat;
}

#col2 .right {
    text-align: right;
}                                  

#col2 .text h2 {
	color: #f68220;
	font-size: 24px;
}

#col2 .text {
	padding: 14px;
}

#col2 .text .date {
	font-size: 11px;
}

/* foutmelding op formulier */
#FormHandler .error {
	background: url('../images/arrow-error.gif') 4px 4px no-repeat;
	color: #ef3e33 !important;
	display: block;
	font-weight: normal;
	padding: 0 0 0 16px;
}

.floatBuster {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.ulFunky {
	margin: 0;
}

.box1 .ulFunky li {
	background:url('../images/bulletbox1.png') 0 5px no-repeat;
	list-style: none;
	padding: 2px 0 2px 14px;	
}

.box2 .ulFunky li {
    background:url('../images/bulletbox2.png') 0 5px no-repeat;
    list-style: none;
    padding: 2px 0 2px 14px;    
}

.box3 .ulFunky li {
    background:url('../images/bulletbox3.png') 0 5px no-repeat;
    list-style: none;
    padding: 2px 0 2px 14px;    
}

.box3b .ulFunky li {
    background:url('../images/bulletbox3b.png') 0 5px no-repeat;
    list-style: none;
    padding: 2px 0 2px 14px;    
}

.box4 .ulFunky li {    
    margin: 0 0 0 20px;     
}

.ulFunky li a {
	color: #525252;
	text-decoration: none;
}

.ulFunky li a:hover {
	color: #f68220;
	text-decoration: underline;
}

/* Vervolgpagina menu aan de linkerkant */
.ulFunky2 {
	margin: 10px 0 0 0;
}

.ulFunky2 li {
	background:url(../images/bullet.png) 15px 5px no-repeat;
	border-top: 1px solid #f3f3f3;
	list-style: none;
	padding: 2px 0 2px 29px;	
}

.ulFunky2 li a {
	color: #525252;
	text-decoration: none;
}

.ulFunky2 li a:hover {
	color: #f68220;
	text-decoration: underline;
}

#popupbox {
    display: none;

    position: absolute;                                        
    
    height: 478px;  
    width: 565px;

	background: url(../images/bg-popup.png) no-repeat;        
	z-index: 11;
}

    #popupbox div {
	    height: 401px;
	    left: 28px;
	    overflow: auto;
	    padding: 14px;
	    position: absolute;
	    top: 30px;
	    width: 492px;
                                
    }  
               
    #popupbox img {
        float: right;	
        clear: right;
        
        position: relative;  
        margin: 0px 0px 30px 10px;
    }

    #popupbox .accent {	
	    color: #f68220;
    }

    #popupbox .closePopupbox {
        height: 20px;
        width: 62px;
        
        padding: 2px 20px 2px 20px;
                   
        position: relative;
        left: 18px;
        top: 0px;    
    }

.navigatie {
    margin: 10px;
}

    .navigatie a.selected{
        font-weight: bold;
    }

.sub ul li {
    background: url(../images/download.jpg) 5px 3px no-repeat;
    list-style: none;
    padding: 2px 0 2px 29px;    
}


.geoCodeZoeken {
    background:url(../images/zoekknop.jpg) top left no-repeat;
    border: none;
    font-size: 0; /* zorgt ervoor dat de tekst op de button buiten beeld valt */
    line-height: 100px; /* zorgt ervoor dat de tekst op de button buiten beeld valt */    
    height: 23px;
    margin-top:1px;
    width: 77px;
}  

/*
*+html .box3 {
    height:104px !important;
}
*/