/* Begin default CSS */

body {
    background-color: #70b7ca;
    margin: 0px;
    background-image: url(../images/back_body.gif);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #000000;
}

a, a:hover, a:active, a:link, a:visited {
    color: #bd0045;
}

a:focus
{
    outline: none;
}

form
{
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    padding: 0px;
    margin: 0px;
}

a:focus{
	outline: none;
}

.clear {
    height: 0px;
    overflow: hidden;
    clear: both;
    width: 100%;
}   
        
.pager td {
    padding: 4px;
}

.pagerFirst, .pagerPrevious {
    text-align: left;
    width: 10%;
}

.pagerNext, .pagerLast {
    text-align: right;
    width: 10%;
}

.pagerSelection {
    text-align: center;
    width: 60%;
}

.pagerSelectionItem {
    text-align: center;
}

.pagerSelectionItemActive {
    text-align: center;
    font-weight: bold;
}

.pagerAbstract {
    font-weight: bold;
    text-align: center;
}

.cmsError {
    border: 1px solid black;
    background-color: #D1E428;
}

input.readOnly {
    color: black;
    background-color: #D4D0C8;
}

div.cms-internal-error {
    color: #dd0000;
}

/* Einde default CSS */

#siteContainer {
    width: 928px;
    margin-left: auto;
    margin-right: auto;
}

    #headerContainer {
        height: 179px;
        padding: 0px 6px 5px 6px;
    }
    
        #headerLogo {
            width: 187px;
            height: 179px;
            float: left;
            padding: 0px 5px 0px 0px;
            background-image: url(../images/back_logo.gif);
            background-repeat: no-repeat;
            position: relative;
            float: left;
        }
        
            #headerLogo img{
                top: 5px;
                left: 40px;
                position: absolute;
            }
        
        #headerPicture {
            width: 719px;
            height: 179px;
            float: right;
        }
    
    #Menu{
        height: 30px;
        /* display: inline; */
        margin: 0px 6px 5px 6px;
        background-image: url(../images/menu_Background.jpg);
        background-repeat: repeat-x;
        /* float: left; */
        width: 916px;
        
        
    }
        
        #menuCornerLeft{
            width: 20px;
            height: 30px;
            background-image: url(../images/menu_Corner_left.jpg);
            float: left;
        }
        
    
        #menuCornerRight{
            width: 20px;
            height: 30px;
            background-image: url(../images/menu_Corner_right.jpg);
            float: right;
        }
    
            #Menu ul#menu3Root{
                float: left;
                position: relative;
                z-index: 200;
            }
                
                #Menu ul#menu3Root li{
                        display: block;
                        height: 30px;
                        float: left;
                        position: relative; 
                }
                
                    #Menu ul#menu3Root li a{
                        display: block;
                        height: 25px;
                        float: left;
                        text-transform: uppercase;
                        font-size: 11px;
                        font-weight: bold;
                        text-decoration: none;
                        color: #000000;
                        padding: 5px 10px 0px 10px;
                        background-image: url(../images/menu_Stripe_li.jpg);
                        background-repeat: no-repeat;
                        background-position: top right;
                    }
                    
                    #Menu ul#menu3Root li a:hover{
                        background-color: #fff9bf;
            
                    }
                    
        /* Dropdown */
        
        #Menu ul#menu3Root li ul{
                display: block;
                background-color: #fff9bf;
                background-image: none;
                float: none;
                margin: 30px 0px 0px 0px;
                padding-bottom: 5px;
                height: auto;
                position: absolute;
                z-index: 100;
                visibility: hidden;
                padding: 0px;
                left: 0px;
                
        }
        
            #Menu ul#menu3Root li ul li{
                display: block;
                float: none;
                margin:0px;
                height: auto;
                padding: 0px;
                background-image: none;
                font-variant: normal;
                border-bottom: 1px #fee248 solid;
                text-transform: none;
        
            }
            
                #Menu ul#menu3Root li ul li a{
                    display: block;
                    float: none;
                    padding-top: 3px;
                    padding-bottom: 3px;
                    font-weight: bold;
                    width: 150px;
                    text-transform: none;
                    background-image: none;
                }
            
                #Menu ul#menu3Root li ul a:hover{
                    background-color: #fee248;
            }
            
                        #Menu ul#menu3Root li ul li ul{
                            display: block;
                            background-color: #fee248;
                            background-image: none;
                            float: left;
                            margin: -31px 0px 0px 170px;
                            padding-bottom: 5px;
                            height: auto;
                            position: absolute;
                            z-index: 100;
                            visibility: hidden;
                            padding: 0px;
                            
                    }
                    
                    #Menu ul#menu3Root li ul li ul li a{
                        border: mone;                   
                    }
                    
                    #Menu ul#menu3Root li ul li ul li a:hover{
                            background-color: #fff395;
                        
                    }
            
            
        
            
                
        #Kruimelpad{
            padding: 0px 6px 0px 6px;
            background-image: url(../images/back_kruimelpad.gif);
            overflow: hidden;
            /*float: left;*/
            height: 30px;
        }
        
            #kruimelpadContent{
                background-image: url(../images/back_body_kruimelpad.gif);
                background-position: right;
                background-repeat: no-repeat;
                background-color: #def8ff;
                height: 20px;
                padding: 5px 20px 5px 20px;
                position: relative;
                width: 876px;
            }
            
                #form5{
                    width: 167px;
                    float: right;
                }
                            
                            #form5 .formColumnRight input{
                                background-image: url(../images/back_inputfield_kruimelpad.gif);
                                background-position: right;
                                background-repeat: no-repeat;
                                border: none;
                                width: 125px;
                                height: 17px;
                                /*background-color: #def8ff;*/
                                padding: 4px 5px 0px 5px;
                                font-size: 11px;
                                font-weight: bold;      
                            }
                    
                    
                            #form5 .formColumnSubmit input{
                                background-image: url(../images/arrow_yellow.gif);
                                background-position: right;
                                background-repeat: no-repeat;
                                background-color: #fff47f;
                                border: none;
                                width: 14px;
                                height: 14px;
                                position: absolute;
                                top: 9px;
                                right: 33px;
                            }
                
                #kruimelpadMenu{
                    padding: 0px 0px 0px 8px;
                    float: left;
                    color: #000000;
                    width: 600px;
                }
                
                #kruimelpadMenu .pageTitle{
                        padding: 0px 0px 0px 5px;
                        font-weight: bold;
                }
                
                    #kruimelpadMenu .pageTitle a{
                        text-decoration: none;
                        color: #000000;
                        background-image: url(../images/kruimelpad_arrow.gif);
                        background-position: right 4px;
                        background-repeat: no-repeat;
                        padding: 0px 15px 0px 5px;
                        font-weight: normal;
                }
                
                        #kruimelpadMenu a:hover{
                        text-decoration: underline;
                }
                
                        #kruimelpadMenu a:active{
                        font-weight: bold;
                }
                    #aanmeldTitle{
                        width: 80px;
                        float: left;
                    }
                    
                        #aanmeldTitle h1{
                            padding: 0px;
                            margin: 0px;
                            font-size: 10px;
                            line-height: 10px;
                            text-align: right;
                            font-weight: normal;
                            }
                
        #contentContainer{
            background-image: url(../images/back_content.png);
            background-repeat: repeat-y;
            background-position: center;
            padding: 0px 6px 0px 6px;
            /* overflow: hidden;*/
            /*float: left;*/
            width: 916px; /* 904 */
        }   
        
            #Content{
                padding: 20px 20px 0px 20px;
                background-color: #FFFFFF;
                /*float: left;*/
                width: 876px;               
            }
            
            #Border{
                height: 10px;
                background-color: #ffffff;
                border-bottom: 1px #def8ff solid;
                overflow: hidden;
                width:876px;
                margin-left: auto;
                margin-right: auto;
            }
            
                
                /* Content Home */
                
                #contentHomeleft{
                    float: left;
                    width: 167px;
                    padding-right: 5px;
                }
                
                    #Verhalen{
                        padding-top: 10px;
                    }
                
                        #verhalenTitle{
                            background-color: #dcf087;
                            display: block;
                            height: 20px;
                            font-weight: bold;
                            padding: 0px 20px 0px 20px; 
                        }
                        
                        #vakantieVerhalen{
                            background-image: url(../images/back_verhalen.gif);
                            background-repeat: no-repeat;
                            background-position: top;
                            background-color: #eff5d6;
                            overflow: hidden;
                            padding: 10px 20px 19px 20px;
                            line-height: 14px;
                            font-size: 11px;
                            border-bottom: 5px #FFFFFF solid;
                        }
                        
                            #vakantieVerhalen h1{
                                padding: 0px;
                                margin: 0px;
                                font-size: 11px;
                                font-weight: bold;
                                padding-bottom: 3px;
                        }
                            #vakantieVerhalen a{
                                font-size: 11px;
                                font-weight: bold;
                                color: #000000;
                                text-decoration: underline;
                                background-image: url(../images/arrow_green.gif);
                                background-position: right 4px;
                                background-repeat: no-repeat;
                                padding-top: 3px;
                                padding-bottom: 4px;
                                width: 97px;
                                display: block;                             
                        }
                        
                            #vakantieVerhalen a:hover{
                                text-decoration: underline;                     
                        }
                        
                                #vakantieverhalenItem{
                                    padding: 10px 20px 10px 20px;
                        }
                    
                #contentHomemiddle{
                    float: left;
                    padding-right: 10px;
                }
                    #contentHomemiddle h1{
                        height: 25px;
                        width: 484px;
                        background-color: #dcf087;
                        font-size: 14px;
                        padding: 5px 0px 0px 20px;
                        margin: 0px;
                        text-transform: uppercase;
                        }
                
                        #videoBlock{
                            width: 464px;
                            height: 210px;
                            background-color: #eff5d6;
                            padding: 10px 20px 10px 20px;
                            margin-bottom: 10px;
                        }
                        
                        #videoBlock .video{
                            float: left;
                            width: 283px;
                            padding-right: 15px;
                        }
                        
                        #videoBlock .tekst{
                            float: left;
                            width: 165px;
                            text-align: justify;
                            line-height: 12px;
                        }
                        
                        #videoBlock a{          
                            color: #000000; 
                            background-image: url(../images/arrow_green.gif);
                            background-position: 73px 0px;
                            background-repeat: no-repeat;
                            padding-right: 30px;
                            padding-bottom: 5px;
                        }
                        
                        #mapBlock{
                            width: 494px;
                            height: 236px;
                            background-color: #eff5d6;
                            padding: 5px 5px 5px 5px;
                            margin-bottom: 15px;
                        }
                
                #contentHomeright{
                    float: right;
                    position: relative;
                }
                
                    #Adress{
                        height: 150px;
                    }
                    
                        #Adress .Phonenumber{
                            font-size: 16px;
                            font-weight: bold;
                            padding-left: 20px;
                        }
                        
                        #Adress .boekButton a{
                            padding-top: 5px;
                            padding-bottom: 5px;
                            display: block;                     
                        }
                        
                        #Adress .adress{
                            padding-left: 25px;
                            line-height: 15px;
                            font-size: 11px;
                            padding-top: 3px;
                            padding-bottom: 10px;
                        }
                        
                        #Adress .adress h2{
                            padding: 0px;
                            margin: 0px;
                            font-size: 12px;
                            font-weight: bold;          
                        }
                        
                        #Adress .organisaties{
                            padding-left: 25px;
                            padding-top: 5px;
                            padding-bottom: 5px;    
                        }
                        
                        #Adress .organisaties a{
                            padding: 0px 3px 0px 3px;   
                        }
                        
                        #Adress .logos{
                            padding: 0px 0px 0px 0px;
                            text-align: center;
                            overflow: hidden;
                        
                        }
                        
                                #Adress .logos img{
                                    padding: 0px 8px 0px 8px;
                                }
                        
                    #Uitgelicht{
                        position: relative;
                        height: 520px;
                        width: 183px;
                        
                    }
                        
                        #Uitgelicht h1{
                            padding: 0px;
                            margin: 0px;
                            font-weight: bold;
                            font-size: 11px;
                            background-color: #b5e7f5;
                            padding-left: 15px;
                            height: 20px;
                            display: block;
                            width: 168px;
                        }
                        
                        #Uitgelicht .overlay{
                            background-image: url(../images/overlay_uitgelicht_big.png);
                            position: absolute;
                            height: 225px;
                            width: 183px;
                            top: 18px;
                            z-index: 1;                     
                        }
                        
                        #Uitgelicht .tekst{
                            z-index: 2;
                            position: absolute;
                            display: block;
                            width: 95px;
                            height: 20px;
                            left: 15px;
                            top: 25px;
                            font-size: 10px;
                            font-weight: bold;
                            line-height: 12px;              
                        }
                        
                        #Uitgelicht .prijs{
                            z-index: 2;
                            position: absolute;
                            display: block;
                            width: 95px;
                            height: 20px;
                            right: -30px;
                            top: 75px;
                            font-size: 12px;
                            font-weight: bold;
                            line-height: 14px;
                            color: #FFFFFF;         
                        }
                        
                        #Uitgelicht img{
                            position: absolute;
                            top: 75px;
                            left: 5px;                  
                        }
                        
                        #Uitgelicht a{
                            position: absolute;
                            top: 52px;
                            left: 15px; 
                            z-index: 3;
                            color: #000000; 
                            background-image: url(../images/arrow_blue.gif);
                            background-position: 65px 4px;
                            background-repeat: no-repeat;
                            padding-right: 20px;                
                        }
                        
                        #Acties{
                            width: 183px;
                            height: 302px;
                            position: absolute;
                            top: 355px;
                            background-image: url(../images/actie_1.png);
                            background-repeat: no-repeat;
                            z-index: 4;
                        }
                        
                        #extraButtons{
                        padding-top: 5px;
                    }
                        
                    #extraButtons img{
                        padding-bottom: 10px;
                    }
                    
                    #actiebutton{
                        position: absolute;
                        top: 220px;
                        left: 20px;
                        z-index: 5;
                    }
                    
            
                
                /* End Content Home */
                
                /* Content Page */
                
                #contentPage{
                    width: 679px;
                    background-color: #ecfbff;
                    float: left;
                }
                
                    #contentPage .pageTitle a{
                        color: #000000;
                        font-size: 16px;
                        font-variant: small-caps;
                        font-weight: bold;
                        text-decoration: none;
                        background-color: #b6e7f5;
                        display: block;
                        height: 25px;
                        width: 659px;
                        padding-left: 20px;
                        padding-top: 5px;
                    }
                    
                    #contentPage h1{
                        font-size: 12px;
                        padding-bottom: 5px;
                        font-weight: bold;
                        padding: 0px;
                        margin: 0px;
                    }
                    
                    #contentPage .tekst{
                        padding: 10px 20px 20px 20px;
                    }

 					#contentPage .tekst h2{
                        color: #E32B6E;
						font-size: 11px;
                    }
                    
                    
                    #contentPage img{
                        float: left;
                        margin: 5px 5px 5px 0px;
                        border: 5px #FFFFFF solid;
                    }
                    
                    #contentPage a{
                        text-decoration: none;
                        color: #e32b6e;
                        font-weight: bold;
                    }
                    
                    #contentPage a:hover{
                        text-decoration: underline;
                    }

                    
                    /* Reisinformatie Page */
                    
        #reisinformatiePage{
            width: 874px;
            background-color: #f0f8c7;
            border-bottom: 1px  #c8d48c solid;
            border-left: 1px  #c8d48c solid;
            border-right: 1px  #c8d48c solid;
            float: left;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        
        
        #reisinformatiePage h1{
            font-size: 14px;
            padding-bottom:
            font-weight: bold;
            padding: 0px;
            margin: 0px;
        }
        
        #fotoReisinformatie, #fotoReisinformatie a{
            float: left;
            padding-top: 10px;
            clear: both;
            
        }
        
                    #fotoReisinformatie img{
                        border: 10px #f7faeb solid;             
            
        }
        
            #reisTitle{
                width: 568px;
                float: left;
                padding: 10px 0px 20px 10px;
        
            }
            
                #reisTitle img{
                    padding: 0px 0px 0px 0px;
                    width: 578px;
                    height: 262px;
        
            }
            
            #reisContent{
                width: 100%;
                height: 251px;
                background-color: #0033FF;
            }
            
            #reisinformatiePage .tekst{
                padding: 20px;
                clear: both;
            }
                
        
                #reisImageleft{
                    float: left;
                    width: 373px;
                    height: 251px;
                    padding-left: 10px;
                }
                
                #reisContentright{
                    float: right;
                    width: 246px;
                    padding: 10px 20px 0px 20px;
                }
                
                    #reisContentright ul{
                        padding: 10px 0px 0px 20px;
                        list-style:  square;
                        font-weight: bold;
                    }
                    
                
                #flashMapsmall{
                    float: right;
                    height: 285px;
                    padding-top: 10px;                      
                }
                
                    #flashMapsmall img{
                        border: 10px #f7faeb solid;
            
                }
                
                
                #reisContactrightContainer{
                    float: right;
                    width: 464px;
                    height: 279px;
                    padding-top: 28px;
                }
                
                    #reisContactrightContainer .reisContactright{
                        padding: 10px 10px 0px 10px;
                        background-image: url(../images/back_reisinformatiecontact.gif);
                        height: 269px;
                        position: relative;
                    }
                
                        #reisContactrightContainer .reisContactright img{
                            padding-right: 10px;
                            float: left;
                        }
                        
                        #reisContactrightContainer .reisContactright a{
                            color:#E32B6E;
                            font-weight:bold;
                            text-decoration:none;
                        }
                        
                        #reisContactrightContainer .reisContactright .prijs{
                            position: absolute;
                            color: #FFFFFF;
                            font-size: 16px;
                            font-weight: bold;
                            bottom: 28px;
                            right: 74px;
                            line-height: 20px;
                        }
                        
                        #reisContactrightContainer .reisContactright .Phonenumber{
                            float: left;
                            font-size: 14px;
                            font-weight: bold;
                            padding-left: 20px;
                        }
                            
                            #reisContactrightContainer .reisContactright img{
                                padding-top: 3px;
                            }
                        
                            #reisContactrightContainer .reisContactright .adres{
                            float: left;
                            font-size: 11px;
                            padding-left: 25px;
                            padding-top: 5px;
                            text-align: center;
                        }
            
            #reisText{
                width: 100%;
                height: 200px;
                background-color: #009999;
                clear: both;
            }
            
            #boekTekstlinks{
                width: 400px;
                float: left;
                padding: 0px 0px 20px 10px;
        
            }
            
            #form327, #form425{
                width: 400px;
                padding-left: 20px;
                padding-top: 20px;
                padding-bottom: 20px;
            }
            #form327 .formTable .elementTextarea, .elementText, .elementDate, .elementSelect {
                border: 1px #FF0000 solid;
            } 
            
            #form327 .formTable .elementText, #form425 .formTable .elementText{
                margin-bottom: 5px;
                width: 273px;
            } 
            
            #form327 .formTable .elementDate, .elementSelect{
                margin-bottom: 5px;
            } 
            
            #form327 .formColumnLeft, #form425 .formColumnLeft{
                vertical-align: top;
                text-align: right;
                padding-right: 8px;
            }
            
            #form327 .formSubmitSend, #form425 .formSubmitSend {
                background-color: #53a9c0;
                border: 1px #53a9c0 solid;
                color: #ffffff;
                margin-top: 10px;
                font-size: 11px;
                float: right;
            }
            
            
            #form25, #form220, #form322, #form99, #form144, #form169, #form195, #form245, #form270, #form295, #form320, #form419, #form391, #form465{
                float: right;
                width: 400px;
                padding-right: 20px;
                padding-top: 20px;
                padding-bottom: 20px;
            }
        
            #reisinformatiePage .formTable .elementTextarea, .elementText, .elementDate, .elementSelect, .elementTextarea {
                border: 1px #c8d48c solid;
            } 
            
            #reisinformatiePage .formTable .elementText{
                margin-bottom: 5px;
                width: 273px;
            } 
            
            #reisinformatiePage .formTable .elementDate, .elementSelect{
                margin-bottom: 5px;
            } 
            
            #reisinformatiePage .formColumnLeft{
                vertical-align: top;
                text-align: right;
                padding-right: 8px;
            }
            
            #reisinformatiePage .formSubmitSend {
                background-color: #97aa42;
                border: 1px #5a6c08 solid;
                color: #ffffff;
                margin-top: 10px;
                font-size: 11px;
                float: right;
            }
            
            #formOutput{
                padding: 10px 10px 10px 115px;
                font-weight: bold;
                font-size: 10px;
            }
        
        #tabMenu{
            width: 100%;
            height: 23px;
            background-image:url(../images/border_tab.gif);
            background-repeat: repeat-x;
            background-position: center bottom;
            }
        
            #tabMenu ul{
                margin: 0px;
                padding: 0px;
                
            }
            
                #tabMenu ul li{
                    float: left;
                    list-style: none;
                    padding-right: 2px;
            }
            
                #tabMenu ul li a{
                    text-decoration: none;
                    height: 22px;
                    color: #FFFFFF;
                    padding-right: 6px;
                    padding-left: 6px;
                    float: left;
                    display: block;
                    background-color: #a6ba49;
                    border-top: 1px  #c8d48c solid;
                    border-left: 1px  #c8d48c solid;
                    border-right: 1px  #c8d48c solid;
                    
            }
                #tabMenu ul li.active a{
                    height: 22px;
                    background-color: #f0f8c7;
                    color: #000000;
            }
            
                #tabMenu ul li a:hover{
                    /*height: 22px;
                    background-color: #f0f8c7;
                    color: #000000;*/
            }
            
        #locatieMenu{
            height: 20px;
            width: 100%;
            padding-bottom: 10px;
        }
        
                    #locatieMenu ul{
                    margin: 0px;
                    padding: 0px;               
                
                }
        
                    #locatieMenu ul li{
                        float: left;
    
        }
        
                    #locatieMenu ul li a{
                        text-decoration: none;
                        color: #969696;
                        padding-right: 15px;
                        float: left;
                        display: block;
    
        }
        
                    #locatieMenu ul li a:hover{
                        text-decoration: underline;
                        color: #000000;
    
        }
        
                    #locatieMenu ul li.active a{
                        text-decoration: none;
                        font-weight: bold;
                        font-size: 16px;
                        color: #000000; 
    
        }
        
                        #locatieMenu img{
                            float: right;
                        }
                     
                
        #footerMenu{
                width:876px;
                margin-left: auto;
                margin-right: auto;
                padding-top: 5px;       
        }
        
                #footerMenu ul{
                    margin: 0px;
                    padding: 0px;
                
                }
        
                    #footerMenu ul li{
                        /* float: left; */
                        list-style: none;   
    
        }
        
                    #footerMenu ul li a{
                        text-decoration: underline;
                        color: #000000;
                        padding-right: 10px;
                        float: left;
                        display: block;
    
        }
            
        #Footer{
            height: 23px;
            background-image: url(../images/back_footer.png);
            background-position: bottom;
            background-repeat: no-repeat;
            padding: 0px 6px 0px 6px;
            /*float: left;*/
            width: 916px;
            clear: both;
        }
        
        
        

/* Flash map ------------------------------------------------------------ */
div#flashContainerMap, div#MapNavigation
{
    padding: 5px;
    background-color: #EFF5D6;
    width: 494px; /* 504 */
}

div#MapNavigation li.cleared
{
    clear: both;
}

div#MapNavigation h1
{
    font-size: 11px;
    background: none;
    padding-left: 15px;
    height: auto;
    display: inline;
}
div#MapNavigation ul
{
}
div#MapNavigation ul li
{
    float: left;
    width: 240px;
}
div#MapNavigation ul li ul
{
    padding-bottom: 3px;
}
div#MapNavigation ul li ul li
{
    width: auto;
    float: none;
    padding-left: 25px;
    padding-bottom: 0;
    background-image: url(/client/estivant/images/bullet_map.gif);
    background-repeat: no-repeat;
    background-position: 15px 8px;
}

div#MapNavigation ul li ul li a
{
    color: black;
    text-decoration: none;
}
div#MapNavigation ul li ul li a:hover
{
    text-decoration: underline;
}