﻿
div#description 
{
    width: 100%;
}
        
div#gemeente 
{
}
        
div#gemeente div.field 
{
    float:left;
    margin-right: 30px;
}
        
div#googlemap 
{
    width: 700px;
    float: left;
    margin-top: 15px;
}
div#visitorCenter 
{
    float:left;
    display: none;
    margin: 15px 0px 0px 10px;
    width: 300px;
}
div#visitorCenter div#visitorCenter_innerDiv
{
    min-height: 500px;
    border: 1px solid #998675;
}

div.ecosystem_metaInfo 
{
    width: 100%;
}
        
div.ecosystem_media 
{
    float: left;
    width: 350px;
    margin-right: 25px;
}
        
div.ecosystem_media img.large 
{
    max-width: 250px;
    min-width: 55px;
    max-height: 250px;
    display: block;
    margin: 0px 0px 5px 5px;
}
        
div.ecosystem_media img.small
{
    max-width: 150px;
    min-width: 50px;
    display: inline;
    margin: 0px 0px 5px 5px;
}
        
div.ecosystem_description 
{
    text-align:justify;
    float: left;
    width: 530px;
}
        
div.ecosystem_categories 
{
    width: 100%;
    margin-top: 15px;
    min-height: 250px;
}
        
div.ecosystem_categories div.category, div.ecosystem_categories div.category_open
{
    float: left;
    border: 1px solid #998675;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 90%;
    background-image: url(../images/arrow_down_small.png) ;
    background-repeat: no-repeat;
    background-position: center right;
}

div.ecosystem_categories div.category_open 
{
    background-image: url(../images/arrow_up_small.png);
    float: left;
    border: 1px solid #998675;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 90%;
    background-repeat: no-repeat;
    background-position: center right;
} 
div.ecosystem_categories div.category h3, div.ecosystem_categories div.category_open h3
{
    margin: 0px;
    font-weight: normal;
}
        
div.ecosystem_categories div.category_detail 
{
    width: 90%;
    margin-left: 10px;
    display: none;
}
div.ecosystem_categories div.category_detail ul
{
    margin: 0px 0px 0px 5px;
    padding-left: 0px 0px 0px 5px;
}
        
div.ecosystem_categories div.category_wrapper
{
    width: 45%;
    float: left;
    margin: 5px 25px 5px 0px;
}
        
div.category_fullwidth 
{
    width: 100%;
}
        
div.catMedia 
{
    width: 90%;
}
        
                
div.catMedia_wrapper 
{
    float: left;
    margin: 0px 5px 15px 5px;
    width: 175px;
    text-align: center;
}
        
div.catMedia_wrapper img 
{
    margin: 5px 0px 5px 0px;
}
        
div.catMedia_wrapper div.catMedia_img 
{
    min-height: 80px;
}
div.catMedia_title 
{
    font-weight: bold;
}
        
div.catMedia div.copyrightText 
{
    font-style: italic;
    margin-bottom: 10px;
    font-size: 10px;
}
        
div.ecosystem_extra 
{
    float: right;
    width: 350px;
}
        
div.ecosystem_extra div.button, div.ecosystemen_wrapper div.button
{
    float: left;
    margin: 5px 15px 5px 15px;
    padding: 5px;
    border: 1px solid #998675;
    cursor: pointer;
}

div.button.arrow 
{
    background-image: url(../images/arrow_right_small.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    
}
div.button.arrow a 
{
    margin-right: 10px;
}
div.button.orange 
{
    background-color: rgb(255, 102, 0);
    border: rgb(255, 102, 0) !important;
    padding: 10px !important;
}
div.button.orange a, div.button.orange a:active, div.button.orange a:visited
{
    color: #FFF !important;
    font-weight: bold;
}
div.button.orange a:hover 
{
    color: #EEE !important;
}
div.ecosystem_extra div.button a, div.ecosystem_extra div.button a:active, div.ecosystem_extra div.button a:hover, div.ecosystemen_wrapper div.button a, div.ecosystemen_wrapper div.button a:hover, div.ecosystemen_wrapper div.button a:active
{
    color: #998675;
    text-decoration: none;
}

div.detail_body 
{
    padding: 5px;
}
        
div.detail_body div.title 
{
}
        
div.detail_body div.title h1 
{
    font-size: 12px;
    font-weight: bold;
}
        
div.photos 
{
}
        
div.photos img 
{
    /*float: left;*/
}
        
div.photos img.large 
{
    max-width: 150px;
    min-width: 75px;
  
    margin: 0px 5px 5px 5px;
    display: inline;
}
        
div.photos img.small
{
    max-width: 150px;
    min-width: 75px;
    display: inline;
    margin: 0px 5px 5px 5px;
            
}