/*CSS*/
.tabDivider
{
    height:         23px;
    width:          27px;
    background:     #FFF url("../../images/public/tabDivider.jpg") no-repeat top left; 
}
.tabEnd
{
    height:         23px;
    width:          27px;
    background:     #FFF url("../../images/public/tabEnd.jpg") no-repeat top left; 
}
.tabFiller
{
    height:         23px;
    width:          85px;
    background:     #FFF url("../../images/public/tabFiller.jpg") repeat-x top left; 
}

a:link, a:active, a:visited, a:hover
{    
    font-family: 		arial, verdana;
    font-size: 			11px;
	color:				#ff4e12;
	text-decoration:	none; 
	font-weight: 		bold;		
}

a:hover{
	/*text-decoration: underline;*/
}

a.menu{
    font-family: verdana, arial;
    font-size: 11px;
    color: black;
    text-decoration: none;
    font-weight: 		normal;
}

a.menu:hover, a.menu:active, a.menu:visited{
    font-family: verdana, arial;
    font-size: 11px;
    color: black;
    text-decoration: none;    
    font-weight: 		normal;
}

a.menuhover{
    font-family: verdana, arial;
    font-size: 11px;
    color: white;
    text-decoration: none;
    font-weight: 		normal;
}

a.menuhover:hover, a.menuhover:active, a.menuhover:visited{
    font-family: verdana, arial;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    font-weight: 		normal;
}


#header{
    position: relative;
    width: 100%;
    height: 80px;
    background: url("../../images/public/headerBack.jpg") repeat-y top left;
}

#mainMenu{
    position: relative;
    font-family: verdana, arial;
    font-size: 11px;
    color: black;    
    margin-left: 5px;    
    padding-top: 5px !important; /*Vuurvos probleempje*/    
    text-align: left;
}



#navContainer{
    position: relative;
    width: 564px;
    height: 227px;
    background: URL("../../images/public/navBack.jpg") no-repeat; 
}


#rightContainer{
    position: relative;
    width: 165px;
    min-height: 450px;
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 10px;
    background: URL("../../images/public/rightBack.jpg") no-repeat top right; 
}


#footerBar
{
    position: relative;
    width: 100%;
    height: 12px;
    background: url("../../images/public/footerBar.jpg") repeat-y top right; 
}
