/**
*   Css specifiek aan routes
**/


/** Meer informatie tabblad **/

#tab_contents_route .omschrijving                     { border: 1px solid #c4c4c4;
                                                        padding: 0 15px 0 15px;
                                                        overflow:hidden;
                                                        background: #FEFEFE url('../images/tab_info_bg_main.gif') repeat-x; 
                                                        line-height: 16px;
                                                        color: #666; }
#tab_contents_route .info_extra                       { overflow: hidden;
                                                        border: 1px solid #c4c4c4;
                                                        padding: 0 15px 15px 15px;
                                                        margin: 0 0 15px 0;
                                                        background: #FEFEFE url('../images/tab_info_bg_extra.gif') repeat-x; }
#tab_contents_route .info_extra #info_adres           { float: left;
                                                        /*width: 160px; */
                                                        margin: 0px 0 0 0; }
#tab_contents_route .info_extra #info_rubrieken a     { margin-left: 5px; }
#tab_contents_route .info_extra #info_rubrieken       { float: right;
                                                        /*width: 350px;*/
                                                        padding: 0px 0 0 15px;
                                                        margin: 0px 0 0 0; }

#tab_contents_route .info_route_middleborder          { background: url('../images/tab_route_bg_middleborder.gif') repeat-y; }
#tab_contents_route #info_extra_middleborder          { overflow: hidden;
                                                        margin: 15px 0 0 0;
                                                        background: url('../images/tab_info_bg_middleborder.gif') repeat-y;
                                                        background-position: 261px; }
#tab_contents_route .info_extra h3                    { margin-top: 0px;
                                                        font-size: 15px; }
#tab_contents_route #info_link                        { border: 1px solid #c4c4c4; 
                                                        color: #666;
                                                        background: url('../images/tab_info_bg_link.gif') repeat-x;
                                                        height: 50px;
                                                        padding: 13px 0 0 15px;
                                                        margin: 0 0 25px 0; }
#tab_contents_route #permLink                         { height: 19px;
                                                        font-size: 11px;
                                                        border: 1px solid #c4c4c4; 
                                                        background-color: #FFF;
                                                        padding: 4px 0 0 5px;
                                                        width: 524px;
                                                        color: #666;}
#tab_contents_route .info_extra_thumbs                { overflow: hidden;
                                                        border: 1px solid #c4c4c4;
                                                        padding: 15px 18px 15px 15px;
                                                        text-align: center;
                                                        margin: 15px 0 15px 0;
                                                        background: #FEFEFE url('../images/tab_info_bg_extra.gif') repeat-x; }
#tab_contents_route .info_extra_thumbs a,
#tab_contents_route .info_extra_thumbs img            { border: 0; }
#tab_contents_route .info_extra_thumbs .thumb         { margin: 5px;
                                                        display: inline;
                                                        border: none;}
