#portal_bottom_container {
    position: relative;
    overflow:hidden;
    width: 100%;
    height:auto;
    background: url(../gfx/bottom_bg.gif) repeat-x left top ;
}
#portal_bottom {
    margin: auto;
    position: relative;
    display:block;
    width:940px;
    height:auto;
    background: url(../gfx/bottom_bg.gif) repeat-x left top ;
    overflow:hidden;
}
.portal_text {
    padding: 5px 0 5px 0;
}
.headerSpan {
    color:#58a618;
    text-align:left;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    height:20px;
    overflow:hidden;
    display: block;
}

#NieuwsTab{
    position: relative;
    float:left;
    width: 345px;
	padding:0 0px 0 0px;
    min-height: 180px;
    overflow:hidden; 
    margin-right:10px;
}
#NieuwsTab .bodyTxt,.BodyTxt {
    padding-right:10px;
    text-align:justify;
}
#PhotoAlbumTab{
    padding-top: 15px;
    
    position: relative;
    float:left;
    width: 350px;
    min-height: 170px;
    overflow:hidden; 
    margin-right:20px;

}
#AdvertentieTab {
    padding-top: 25px;
    position: relative;
    float:left;
    width: 190px;
    min-height: 170px;
    overflow:hidden; 
    text-align:center;
}
#AdvertentieTab img {
    margin-top: 10px;
}
#Tabs_container {
    position: relative;
    float:left;
    width: 340px;
    min-height: 170px;
    overflow:hidden; 
	/*background:url(../../gfx/vvv-bg.gif) no-repeat left top;*/	
}
#tabbed_section {
   height:45px; 
   float:left; 
   text-align:center; 
   font-family: "Trebuchet MS";
   color: #333333;
}
#tabbed_section .tabs{

    float:left;
    width: 70px;
    height: 25px;
    margin-left: 5px;
    background: #eaf0e0;
    cursor: pointer;

   
}
#tabbed_section .tabs_sel {
    float:left;
    width: 70px;
    height: 25px;
    margin-left: 5px;
    background: #88f6a7;
    cursor: default;

}
#tabbed_section #HeaderTabLeft {
    float:left;
    width: 86px;
    height: 45px;
    padding-top: 15px;
    color:#58a618;
    text-align:left;
    font-size: 20px;
    font-weight: bold;
    cursor: default;
    b/ackground: #eef6e7 url("/gfx/btn/tab-subportal-rightcorner.gif") no-repeat right top ;
}
#tabbed_section #HeaderTabRight {
    float:left;
    width: 5px;
    height: 45px;
    cursor: default;
    text-align:left;
    font-size: 20px;
    font-weight: bold;
    color:#58a618;
    b/ackground: #eef6e7 url("/gfx/btn/tab-subportal-leftcorner.gif") no-repeat left bottom ;
}
.tab_content {
    margin-top:15px;
	padding-top:-5px;
    position:relative;
    float:left;
    width: 300px;
    min-height:180px;
    display:none;

}
#tab1 {
    float:left;
    width: 78px;
    height: 42px;
    cursor: pointer;
}

#tab2 {
    float:left;
    width: 78px;
    height: 42px;
    cursor: pointer;
}

#tab3 {
    float:left;
    width: 78px;
    height: 42px;
    cursor: pointer;
}
#tab1:hover {
    background: #ffffff url("/gfx/vvv-btn-hover.gif") no-repeat left bottom ;
}

#tab2:hover {
    background: #ffffff url("/gfx/vvv-btn-hover.gif") no-repeat left bottom ;
}

#tab3:hover{
    background: #ffffff url("/gfx/vvv-btn-hover.gif") no-repeat left bottom ;
}


