.sprite-no-repeat-left, 
    #routeForm form span div,
    div.searchWrapper .searchIcon,
    .location_menu a img,
    .location_menu ul.locations,
    .toggleAll span span.toggle,
    .location_menu ul.subCats, 
    .location_menu ul.mainCats li.cat_item_open,
    div.buttonWrap input.button,
    #mapMaker_header #mapMaker_crosshair,
    #mapMaker_step2,
    .locaties-content ul li .location_icon, .locaties-content ul li .go, .locaties-content ul li span.plus 
{background: url(../images/sprite-no-repeat.gif) no-repeat top left;}

.sprite-no-repeat-right, 
    div.buttonWrap, 
    #mainMenu dt, 
    #mainMenu dt a
{background: url(../images/sprite-no-repeat.gif) no-repeat top right;}

div.msg_box div.msg_box_header,
div.msg_box_content div.preload_bar,
#geoMapFooter,
#geoMapHeader,
.sprite-repeat-x {background: url(../images/sprite-repeat-x.gif) repeat-x top right;}
.sprite-repeat-y {}


/* body.js toggles */
.toggleAll { visibility:hidden; }
body.js .toggleAll { visibility:visible;  }

#menu_loader { visibility:hidden;  }
body.js #menu_loader { visibility:visible;  }

.searchWrapper { visibility: hidden; }
body.js .searchWrapper { visibility: visible; }

#mapMenu { visibility: hidden; }
body.js #mapMenu { visibility: visible; }

#yui-history-iframe {                           position:absolute;
                                                top:0; left:0;
                                                width:1px; height:1px;
                                                visibility:hidden;}

/*html, body{                                     margin: 0px;
                                                padding: 0px;
                                                font-family:"Lucida Sans Unicode", Corbel, "Lucida Grande", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
                                                font-size: 11px;
                                                background: #EFEFEF url(../images/geostartBackground.gif) repeat-y top left;
                                                color: #555;}*/
body.js { overflow:hidden; }
                                                
body{                                           width:100%;
                                                height:100%;
                                                padding:0px;
                                                margin:0px;}
                                                
#geoStart input{                                          font-family:"Lucida Sans Unicode", Corbel, "Lucida Grande", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
                                                font-size: 11px;}                                                

/** Header **/
/*
#header{                                        height:79px;
                                                margin:0px;
                                                
                                                }

#header img{                                    vertical-align:middle;}

#header img#printlogo{                          display:none;} 

#header #betaText {                             margin-top:5px;font-weight:normal; display:inline; }
*/
/** GeoStart container: wraps everything except the header **/

#geoStart{                                      position:absolute;
                                                left:0;
                                                top:0;
                                                bottom:0;
                                                right:0;
                                                color: #555555;
                                                font-family: "Lucida Sans Unicode",Corbel,"Lucida Grande","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,"Verdana Ref",sans-serif;
                                                font-size: 11px;
                                                padding:0px;
                                                padding-top:0px;
                                                margin:80px auto 0px auto;}
                                                
/** Topbar contains: Search and mapMenu **/

#topbar{                                        float:left;
                                                width:100%;
                                                height:38px;
                                                padding:0px;
                                                margin:0px;}

/** Slidingdoors background **/                                                
                                                
#geoStart #searchContainer{                               float:left;
                                                width:280px;
                                                height:38px;
                                                background-position: right -495px;
                                                /*background:url(../images/topMenuRight.gif) no-repeat top right;*/
                                                padding:0px;
                                                margin:0px;}

#geoStart .topMenuLeft{                                   float:left;
                                                background-position: -450px -407px;
                                                /*background:url(../images/topMenuLeft.gif) no-repeat top left;*/
                                                height:24px;
                                                line-height:38px;
                                                padding:7px 10px;}

#geoStart div.searchWrapper {                             background-color:white;
                                                border:1px solid #c6c6c6;
                                                float:left;
                                                display:block;
                                                width:250px;
                                                height:19px;}

#geoStart div.searchWrapper input.searchInput{            float:left;
                                                width:226px;
                                                padding:0;
                                                margin:0;
                                                height:14px;
                                                color:#494949;
                                                font-size:11px;
                                                padding:2px 3px;
                                                border:none;
                                                background:#FFF;
                                                margin:0px auto;
                                                vertical-align: middle;}

#geoStart div.searchWrapper .searchIcon{                  float:right;
                                                display:block;
                                                width:16px;
                                                height:16px;
                                                background-position: left -17px;
                                                cursor:pointer;
                                                padding-top:2px;
                                                padding-right:2px;}


                                                
/** mapMaker sliding doors **/
       
#geoStart #mapMenuContainer{                              float:left;
                                                padding:0px;
                                                margin:0px;
                                                margin-left:5px;
                                                width:675px;
                                                
                                                height:38px;
                                                background-position: right -495px;
                                                /*background:url(../images/topMenuRight.gif) no-repeat top right;*/}

#geoStart #mapMenu{                                       float:left;
                                                height:23px;
                                                width:652px;
                                                padding:0px;
                                                margin:0px;
                                                border:1px solid #cdcdcd;
                                                background-position: 0 0;
                                                /*background:url(../images/mapMenuBackground.gif) repeat-x top left;*/}

#geoStart #mapMenu li{                                    float:left;
                                                display:block;
                                                list-style-type:none;
                                                border-right:1px solid #c6c6c6;
                                                line-height:0px;}

#geoStart #mapMenu li#copy{                               float:right;
                                                border-right:none;
                                                background-position: -445px 5px;
                                                border-left:1px solid #c6c6c6;}
#geoStart #mapMenu li#fullscreen_btn_off {                background-position: -446px -62px; }
#geoStart #mapMenu li#fullscreen_btn_on {                 display:none;
                                                background-position: -446px -127px;}
#geoStart #mapMenu li.help {                              background-position: -446px -193px;}
#geoStart #mapMenu li.intro {                              background-position: -446px -161px;}

#geoStart #mapMenu li a{                                  display:block;
                                                float:left;
                                                padding:3px 5px 3px 25px;
                                                height:17px;
                                                line-height:17px;
                                                text-decoration:none;
                                                color:#585858;}

#geoStart #mapMenu li a:hover{                            color:black;}

#geoStart #mapMenu li a img{                              text-decoration:none;
                                                border:none;
                                                vertical-align:bottom;}

/** content wraps menu and map **/
                                                
#geoStart #content{                                       float:left;
                                                margin:0px;
                                                padding:0px;}

/** leftPaneContainer contains menu + handle and infoPane + handle **/
                                                
#geoStart #leftPaneContainer {                            float:left;
                                                display:inline;
                                                margin-right:5px;}

/** Main menu **/
                                        
#geoStart #menuContainer{                                 clear:both;
                                                float:left;
                                                overflow:hidden;
                                                width:278px;
                                                height:420px;
                                                padding:0px;
                                                margin:5px 0px 5px 0px;
                                                background:#FFF;
                                                border:1px solid #c6c6c6;
                                                border-top:none;}

#geoStart #menu_loader {                                  display:block;margin-top:10px; }

#geoStart #menu_loader img {                              vertical-align:middle;margin-right:5px; }
                                                
                                                
#geoStart #mainMenu{                                      float:left;
                                                width:100%;
                                                height:100%;
                                                padding:0px;
                                                margin:0px;}

#geoStart #mainMenu dt{                                   display:block;
                                                float:left;
                                                position:relative;
                                                outline:none;
                                                width:278px;
                                                height:29px;
                                                padding:0px;
                                                margin:0px;
                                                margin-top:3px;
                                                background-position: -450px -263px;
                                                /*background:url(../images/menu_item_bg.gif) no-repeat top right;*/ }
                                        
#geoStart #mainMenu dt.first{                             margin-top:0px;}
#geoStart #mainMenu #statistiek-header img                { margin-right:5px; vertical-align:middle; border:none;}
#geoStart #mainMenu dt a{                                 display:block; 
                                                float:left;
                                                outline:none;
                                                width:258px;
                                                height:29px;
                                                line-height:29px;
                                                padding:0px 10px; 
                                                background-position: right -49px;
                                                /*background:url(../images/icons/arrow_closed.gif) no-repeat 96% 50%;*/
                                                color:#494949;
                                                font-size:13px;
                                                font-weight:normal;
                                                text-decoration:none;}

#geoStart #mainMenu dt.active a{                          /* background-image:url(../images/icons/arrow_open.gif); */
                                                background-position: right -106px;
                                                cursor:default}
                                        

#geoStart #mainMenu dt a span{                            display:block;     
                                                float:right;
                                                width:25px;
                                                height:29px;
                                                text-align:center;
                                                line-height:29px;
                                                border:none;
                                                border-left:1px solid #c6c6c6;}

#geoStart #mainMenu dt a span.menuHeader{                 display:block;
                                                float:left;
                                                border:none;}

#geoStart #mainMenu dd{                                   display:none;
                                                padding:0px;
                                                clear:both;
                                                height:360px;
                                                position:relative;
                                                width:100%;
                                                overflow:hidden;
                                                margin:0px;}
#geoStart #mainMenu dd.active{                            display:block;}

#geoStart #mainMenu dd div.inner{                         float:left;
                                                width:258px;
                                                height:100%;
                                                overflow:scroll;
                                                padding:10px;
                                                position:relative;}
                                                
#geoStart div.inner ul#kaartlagen_list{                   list-style-type:none;
                                                padding:5px 0;
                                                width:241px;
                                                margin:0px;}
                                                
#geoStart div.inner ul#kaartlagen_list li{                border-top:1px dashed #cbcbcb;
                                                line-height: 20px;
                                                display:block;
                                                float:left;
                                                width:100%;}                                                                                                

/** menuHandle style for sliding the menu in fullscreen **/
                                                
#geoStart #menuHandle{                                    float:left;
                                                display:none;
                                                margin-top:5px;                              
                                                width:5px;
                                                border:1px solid #c6c6c6;
                                                border-left:none;
                                                background:#d0d0d0;
                                                cursor:pointer;}

#geoStart #menuHandle_img{                                position:absolute;
                                                width:20px;
                                                z-index:99999;                                                   
                                                height:95px;
                                                margin-left:5px;}

/** Sliding infoPane + contents **/

/** Mapoverlay when infoPane is visible **/

#geoStart #permLinkDiv{                                   position:absolute;
                                                display:none;
                                                top:50%;
                                                margin-top:-45px;
                                                height:90px;                                                
                                                z-index:999;
                                                left:50%;}
                                                
#geoStart #permLinkDiv input#permLinkInput{               width:300px;
                                                margin-top:10px;}

#geoStart #closeInfoPaneOverlay {                         position:absolute;
                                                top:0px;
                                                left:0px; 
                                                z-index:2;
                                                display:none;
                                                opacity: 0.2;
                                                background-color:#000;
                                                cursor:pointer;}
                                        
#geoStart #infoPane{                                      background-color:white;
                                                position:absolute;
                                                border-right:1px solid #C6C6C6;
                                                display:none;
                                                padding:0px;
                                                width:0px;
                                                z-index:4;
                                                margin-top:6px;}

/** infoPane close link **/                                                
                                                
#geoStart div.infoPane_close{                             display:block;
                                                float:right;
                                                height:20px;
                                                line-height:20px;
                                                margin-top:13px;
                                                margin-right:20px;}

#geoStart div.infoPane_close a{                           color:#585858;
                                                text-transform:uppercase;
                                                text-decoration:none;}
                                            
#geoStart div.infoPane_close a img{                       border:none;
                                                vertical-align:middle;}

#geoStart #infoPaneContent{                               height:100%;
                                                margin:0px 8px 0px 20px;
                                                width:555px;
                                                overflow:auto;}

#geoStart #infoPaneContent_inner{                         margin:0px;
                                                padding:0px;
                                                padding-bottom:10px;
                                                /*padding-right:15px;*/
                                                width:517px;}

#geoStart #infoPaneContent infoPaneWrapper {              display:none; }
                                            
#geoStart #infoPaneContent_inner h2{                      font-size:18px;
                                                font-weight:normal;
                                                margin:10px 0px;
                                                padding:0px;} 
                                                
#geoStart #infoPaneContent_inner h3{                      font-size:15px;
                                                font-weight:500;
                                                margin-top:5px;
                                                margin-bottom:0px;}
                                                
#geoStart #infoPaneContent_inner h4{                      font-size:12px;
                                                font-weight:bold;
                                                margin:5px 0px 0px 0px;
                                                padding:0px;}
                                                
#geoStart #helpWrap h3{                                   margin-top:20px;
                                                margin-bottom:5px;
                                                width:100%;
                                                float:left;}
                                                
#geoStart #helpWrap h4{                                   width:100%;
                                                float:left;
                                                margin-bottom:5px;}                                                
#geoStart #helpWrap p{                                    margin-top:0px;
                                                margin-bottom:10px;
                                                float:left;}
#geoStart #helpWrap p img{                                margin: 0px 10px 10px 0px; 
                                                float: left;} 

#geoStart #helpWrap hr{                                   clear:both;
                                                width:100%;
                                                margin:20px auto 5px auto;
                                                height:1px;
                                                color:#CCC;
                                                background-color:#CCC;
                                                border:none;}                                                                                                                                                                                              



/** Meerinfo styles **/

#geoStart #infoPaneContent_inner div div.location_info{   float:left;
                                                margin-right:10px;
                                                width:527px;
                                                overflow:hidden;
                                                padding:0px;}
                                                
#geoStart .location_info ul.no_margin{                    margin:0px;
                                                padding:0px;
                                                list-style-type:none;}

#geoStart #location_images .info_extra_thumbs{            border:1px solid #C6C6C6;
                                                display:block;
                                                float:left;
                                                overflow:hidden;
                                                padding:5px;
                                                text-align:center;
                                                width:515px;}
                                            
#geoStart #location_images a, 
#geoStart #location_images img{                           border: 0; }

#geoStart #location_images .thumb {                       border:none;
                                                display:block;
                                                float:left;
                                                margin:4px;}
                                                
/********************************
****Style used when using meerinfo_marker_tabbed.tpl for slideshow usage 
                                           
#location_images #location_large_img{           float:left;
                                                padding:5px;
                                                margin:10px auto;
                                                text-align:center;
                                                width:507px;}

#location_images img#imgLoader{                 display:none;
                                                margin:0px auto;}
                                            
#location_images #location_large_img img{       margin:10px auto;
                                                vertical-align: middle;}
                                                
                                                
/** Tabs inside infoPane (meerinfo marker)                                                 
                                        
ul#infoPane_tabs{                               border-bottom:1px solid #C6C6C6;
                                                float:left;
                                                padding:0px;
                                                padding-left:5px;
                                                margin:0px;
                                                margin-right:10px;
                                                width:522px;}
                                            
ul#infoPane_tabs li{                            float:left;
                                                width:auto;
                                                height:20px;
                                                list-style-type:none;
                                                margin-right:5px;}
                                            
ul#infoPane_tabs li a{                          border:1px solid #c6c6c6; 
                                                color:#585858;
                                                display:block;
                                                height:13px;
                                                padding:3px;
                                                text-decoration:none;
                                                outline:none;} 

ul#infoPane_tabs li a:hover{                    color:#000;}
                                            
ul#infoPane_tabs li a.active{                   border-bottom-color:#FFF;
                                                color:#000;}                                                
*******************************************/                                                

#geoStart #location_details{                              background-color:#F2F2F2;
                                                float:left;
                                                margin:10px 0px;
                                                padding:10px;
                                                padding-top:0;
                                                width:507px;}                                                
                                            
#geoStart #infoPaneContent_inner div div#location_address{float:left;
                                                padding:5px;
                                                display: block; 
                                                width: 45%;}
                                                
#geoStart #location_description table.factsTable tr th{   font-weight:normal;
                                                font-size:14px;
                                                text-align:left;}                                                
                                                
#geoStart #location_address h3{                           font-size:16px;
                                                font-weight:normal;
                                                margin-bottom:5px;
                                                margin-top:0px;}

#geoStart #location_address table tr td{                  vertical-align:top;}
#geoStart #location_address table tr td a{                color:#0779AC;}

#geoStart #location_address table tr td.title{            font-size:12px;
                                                color:#3a3a3a;}

#geoStart #infoPane_img{                                  position:absolute;
                                                width:14px;
                                                height:35px;
                                                cursor:pointer;}
                                                
#geoStart #infoPaneContent_inner div div#location_cats{   display: block; 
                                                width: 45%;
                                                padding:5px;}

#geoStart .accomodatie_info {                             background:#F2F2F2;
                                                float: left;
                                                width:507px;
                                                padding:0 10px 10px;
                                                margin:10px 0;}

#geoStart .accomodatie_info a {                           text-decoration:none;
                                                color:#0779AC;}
                                                
#geoStart #location_cats h3{                              font-size:16px;
                                                font-weight:normal;
                                                margin-bottom:5px;
                                                margin-top:0px;}

#geoStart #location_cats a{                               text-decoration:none;
                                                color:#0779AC;}
                                                
#geoStart #location_link{                                 border-top:1px solid #CECECE;
                                                display:block;
                                                margin-top:10px;
                                                padding-top:10px;
                                                width:507px;}

#geoStart #location_link img{                             display:block;
                                                float:left;
                                                margin-top:8px;
                                                vertical-align:bottom;}
                                            
#geoStart #location_link input#permLink{                  float:right;
                                                width:480px;
                                                margin:0px;}

/** Catlist panel **/

#geoStart div.listOverview{                               margin-right:10px;
                                                width:527px;}

#geoStart div.catListContent table.catList{               width:100%;margin-right:10px;}

#geoStart div.catListContent table.catList tr{            margin:10px auto;}

#geoStart table.catList tr td{                            border-top:1px dashed #C6C6C6;
                                                width:320px;
                                                padding-top:3px;
                                                margin-bottom:3px;}
                                                
#geoStart table.catList tr td div.catList_clubList{       background-color:#F1F1F1;
                                                margin:5px 0px;
                                                padding:5px;}                                                
                                                
#geoStart table.catList tr td span.title a{               color:#0779AC;}                                                

#geoStart table.catList tr td div.catList_clubList a{     color:#0779AC;
                                                text-decoration:none;} 

#geoStart table.catList tr td.catList_icon{               width:30px;
                                                vertical-align:top;}
                                                
#geoStart table.catList tr td div.catList_actions{        border-left:1px solid #C6C6C6;
                                                line-height:24px;
                                                padding-left:20px;
                                                width:120px;}

#geoStart table.catList tr td div.catList_actions a{      text-decoration:none;
                                                color:#0779AC;}
                                                
#geoStart table.catList tr td div.catList_actions img{    vertical-align:middle;}

/** Search panel **/
#geoStart div#searchResultWrap div.searchLoader{          margin-top:100px;
                                                width:527px;
                                                text-align:center;}


#geoStart div#searchBox{                                  width:100%;
                                                float:left;
                                                margin-bottom:10px;}

/** Pagination style **/

#geoStart div.list_pagination{                            margin:10px auto;
                                                width:527px;
                                                height:16px;}

#geoStart div#spBottom{                                   border-top:1px dashed #C6C6C6;
                                                padding-top:10px;}

#geoStart .list_pagination a{                             display: block;
                                                height: 16px;
                                                width : 18px;
                                                border: 1px solid #C6C6C6;
                                                text-align: center;
                                                float: left;
                                                color: #585858;
                                                text-decoration: none;
                                                margin: 1px; }
                                                
#geoStart .list_pagination a.current{                     color:#585858;
                                                border-color:#585858;}
                                                
#geoStart .list_pagination a:hover {                      color: #0779AC;
                                                border-color:#0779AC;}
                                                
/** geoMapContainer contains map and mapfooter **/
                                        
#geoStart #geoMapContainer{                               float:left;
                                                width:672px;
                                                z-index:1;
                                                display:inline;
                                                margin:5px 0px 0px 0px;
                                                background-color: #FFF;
                                                border: 1px solid #c6c6c6;}

#geoStart #geoMapHeader{                                  line-height:24px;
                                                display:none;
                                                height:24px;
                                                width:100%;
                                                border-bottom:1px solid #cdcdcd;
                                                background-position: 0 0;
                                                /*background:url(../images/mapMenuBackground.gif) repeat-x top left;
                                                background-position: right -495px;*/
                                                text-align:left;
                                                padding-left:5px;}
#geoStart #geoMapHeader a, #geoMapHeader a img {          border:0; text-decoration: none;line-height: 20px; padding-right:5px;font-size:11px }
#geoStart #geoMapHeader a {                               float:right; color:#626262;height:23px;padding:0 5px;border-left:1px solid #C6C6C6; }
#geoStart #geoMapHeader a:hover {                         text-decoration:underline; }

#geoStart #geoMap{                                        float:left;
                                                position:relative;
                                                width:100%;
                                                height:419px;}  

#geoStart #geoMapFooter{                                  float:left;
                                                height:23px;
                                                width:100%;
                                                border-top:1px solid #cdcdcd;
                                                background:#E7E7E7 url(../images/mapMenuBackground.gif) repeat-x top left;
                                                text-align:center;}
                                                
#geoStart #geoMapFooter a{                                text-decoration:none;
                                                color:#0779AC;}

#geoStart #locationCounter{                               height:24px;
                                                line-height:24px;}

#geoStart #locationCounter img{                           vertical-align:text-bottom;}

#geoStart #locationCounter span{                          padding:0px;
                                                margin:0px;}

#geoStart a.zoomAnchor{                                   text-decoration: none;
                                                color:#0779AC;}

/** Messagebox styles **/
/*                                        
div.msg_box{                                    position: absolute;
                                                
                                                margin-left:-175px;
                                                
                                                background:#FFF;
                                                border:1px solid #c6c6c6;
                                                text-align:center;}
*/                                                
#geoStart div.msg_box{                                    position: absolute;
                                                left:50%;
                                                margin-left:-175px;
                                                width:350px;
                                                background:#FFF;
                                                border:1px solid #c6c6c6;
                                                text-align:center;}
                                                
#geoStart div#geo_preloader_container{                    }
                                        
#geoStart div.msg_box div.msg_box_header{                 width:294px;
                                                height:22px;
                                                line-height:22px;
                                                border:none;
                                                border-bottom:1px solid #C6C6C6;
                                                background-position: 0 0;
                                                /*background:url(../images/mapMenuBackground.gif) repeat-x top left;*/
                                                text-align:left;
                                                font-size:14px;
                                                padding:0px 8px;}
                                                
#geoStart  div.msg_box div.msg_box_header img{            vertical-align:middle;}
                                        
#geoStart  div.msg_box div.msg_box_content{               padding:15px;
                                                background-color:#FFF;
                                                font-size:11px;
                                                text-align:left;
                                                color:#494949;}
                                                
#geoStart div.msg_box div#zoomMessage_text{               font-size:14px;}

#geoStart div.msg_box div#msg_tip{                        margin-top:10px;}
                                        
#geoStart div.msg_box_content div.preload_bar{            width:221px;
                                                height:11px;
                                                margin:0px;
                                                padding:0px;
                                                background-position: 0 -24px;
                                                /*background:url(../images/preloader_bg.gif) repeat-x center left; */ } 
                                                
#geoStart div.msg_box_content #sluitLink {                position: absolute; right: 5px; top: 5px; cursor:pointer; }

/** Introscreen **/
#geoStart div#introScreen{                                display:none;
                                                width:550px;
                                                height:320px;
                                                padding:15px;
                                                background:#FFF;
                                                border:1px solid #b8b8b8;
                                                position:absolute;
                                                top:50%;
                                                margin-top:-160px;                                                
                                                z-index:999;}
                                                
#geoStart div#introScreen p a{                            color:#58585a;}
                                                
#geoStart div#introScreen a img{                          border:none;
                                                vertical-align: middle;}                                                                                              
                                                
#geoStart div#introScreen h1{                             font-size:20px;
                                                color:#2e2e2e;
                                                font-weight:normal;}
                                                
#geoStart a#sluiten_btn {                                 position: absolute; 
                                                right: 5px; 
                                                top: 5px;
                                                text-transform: uppercase;
                                                text-decoration: none;
                                                color:#58585a; }
                                                
#geoStart div#introScreen p{                              font-size:11px;
                                                line-height:18px;}
                                                
#geoStart div#introScreen p#intro{                        font-size:13px;
                                                line-height:19px;}
                                                
#geoStart div#introScreen div#actionLinks{                background:#51857a;
                                                color:#FFF;
                                                padding:10px;
                                                float:left;
                                                margin-bottom:20px;
                                                width:530px;}
                                                
#geoStart div#actionLinks h2{                             font-size:13px;
                                                font-weight:bold;
                                                margin-top:0px;}

#geoStart div#actionLinks ul{                             width:220px;
                                                float:left;
                                                font-size:13px;
                                                list-style-type: none;
                                                padding:0px;
                                                margin:0px;}
                                                
#geoStart div#actionLinks ul li a{                        text-decoration:none;
                                                color:white;
                                                text-transform: none;} 
                                                
#geoStart div#actionLinks ul li a img{                    border:none;
                                                vertical-align:bottom;}                                                                                                                                              

/** Button style **/
#geoStart div.buttonWrap{                                 /*background:url(../images/buttons/btn_right.gif) no-repeat top right;*/
                                                background-position: 0 -244px;
                                                float:left;
                                                margin:0px;
                                                padding:0px;
                                                height:19px;}
                                        
#geoStart div.buttonWrap input.button{                    float:left;
                                                width:auto;
                                                height:19px;
                                                /*background:url(../images/buttons/btn_left.gif) no-repeat top left;  */                                                   
                                                background-position: 0 -175px;
                                                margin:0px;
                                                padding:0px;
                                                
                                                line-height:17px;
                                                padding-right:2px;
                                                border:none;
                                                text-align:center;
                                                font-size:12px;
                                                color:#494949;}                                                                                                             

#geoStart #seoText {                                      height:382px;width:620px;overflow:auto;padding:20px 0 20px 20px; }                                                    

#geoStart .hidden {                                       display:none; visibility:hidden }

#geoStart div.legend{                                     padding:5px;
                                                background:#e1e1e1 url('../images/legenda_background.png') repeat-x top;
                                                border:1px solid #ABABAB;}

#geoStart div.legend h3 {                                 padding:0;
                                                margin:0;
                                                font-size:12px;}


                                                
#geoStart #statistiek-content h3 {                        margin:0;
                                                font-size:12px;
                                                padding:0; }
#geoStart #statistiek-content ul {                        list-style-type: none;
                                                margin:0;
                                                padding:5px; }
                                                
#geoStart #geoMapFooter #legenda_text    {                float:left; width:183px; }
#geoStart #geoMapFooter #legenda_schaal {                 float:right;width:105px; }

#geoStart #geoMapFooter #legenda_schaal {                 padding-top:7px; text-align:right; }
#geoStart #geoMapFooter #legenda_text {                   padding:4px 0; }
        
#geoStart #geoMapFooter #legenda_text p {                 line-height:14px; }                                                
#geoStart #geoMapFooter #legenda_text #stat_naam {        font-size:11px; margin:0; }                                                    
#geoStart #geoMapFooter #legenda_text #stat_bron {        margin:0; font-size:10px; }

#geoStart #geoMapFooter #legenda_text a {                 text-decoration:none;
                                                color:#0779AC; }
                                                
                                                

