/*CSS*/

body
{
    margin:         0px;
    padding:        0px;
    color:          #575757;
}

div,td
{
    font-family:    arial;
    font-size:      12px;
}

.tabsContainer
{
    padding-top:    68px;
    padding-left:   31px;   
}

.tabItem
{
    height:             20px;
    width:              85px;
    background-color:   #FFF;
    padding-top:        3px;
}

#leftContainer
{
    position:       relative;
    width:          211px;    
    padding-top:    30px; 
    padding-bottom: 12px;
    background:     url("../images/public/leftBack.jpg") repeat-y; 
}

ul
{
    margin-left:    30px;
    padding-left:   0;
    list-style:     none;
}

li
{
    padding-left:           18px;
    background-image:       url("../images/listArrow.jpg");
    background-repeat:      no-repeat;
    background-position:    2px 5px;
    line-height:            16px;
}


p.catTitle{
    margin-top: 10px;
    padding-bottom: 0px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}


#mainContainer
{
    position: relative;
    width: 973px;
    margin: auto;
    text-align: left;
}

h1
{
    color:          #0053a0;
    font-size:      24px;
}
h2
{
    color:          #0053a0;
    font-size:      22px;    
}
h3
{
    color:          #0053a0;
    font-size:      19px;
    margin:         16px 0 6px 0;    
}

p
{   
    margin:         2px 0 8px 0;
}

#headerLink{
    position: absolute;
    left: 180px;
    top: 0px;
}

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


a.tabLink:link, a.tabLink:active, a.tabLink:visited
{    
    font-family: 		arial, verdana;
    font-size: 			11px;
	color:				#575757;
	text-decoration:	none; 
	font-weight: 		normal;
}
a.tabLink:hover
{
    font-family: 		arial, verdana;
    font-size: 			11px;
	color:				#0053a0;
	font-weight:        bold;
	text-decoration:	none;
}
a.tabLinkActive:link, a.tabLinkActive:active, a.tabLinkActive:visited, a.tabLinkActive:hover
{    
    font-family: 		arial, verdana;
    font-size: 			11px;
	color:				#0053a0;
	font-weight:        bold;
	text-decoration:	none; 
}


a.themeLink:link, a.themeLink:active, a.themeLink:visited
{    
    display:    		block;
    font-family: 		arial, verdana;
    font-size: 			11px;
	color:				#696969;
    background: 		url('../images/public/lineTheme.jpg') no-repeat 0% 100%;    
    text-align: 		right;
    width:      		193px;
    height:     		16px;
    padding:    		4px 15px 0px 0px;
    margin:     		0px;  
	text-decoration:	none;  
	font-weight: 		normal;
}
a.themeLink:hover
{
    display:    		block;    
    font-family: 		arial, verdana;
    font-size: 			11px;
	color:				#696969;
    background-color: 	#FFF;    
    text-align: 		right;
    width:      		193px;
    height:     		16px;
    padding:    		4px 15px 0px 0px;
    margin:     		0 0 0 0;    
	text-decoration:	none;
	font-weight: 		normal;
}

a.themeLinkActive:link, a.themeLinkActive:active, a.themeLinkActive:visited, a.themeLinkActive:hover
{
    display:    		block;    
    font-family: 		arial, verdana;
    font-size: 			11px;
	color:				#696969;
    background-color: 	#FFF;    
    text-align: 		right;
    width:      		193px;
    height:     		16px;
    padding:    		4px 15px 0px 0px;
    margin:     		0 0 0 0;    
	text-decoration:	none;
	font-weight: 		normal;
}

#leftMenu{
    position: relative;
    width: auto;
    margin-top: 30px;
}

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;
}

#logo{
    position: absolute;
    top: 0px;
    right: 0px;
}

#pageTitleBox{
    position: absolute;
    top: 45px;
    left: 15px;
    font-family: verdana;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

#middle{
    width: 100%;
    margin-top: 2px !important;
}

.themeItem{
    position: relative;
    width: auto; 
    height: 17px;       
    text-align: right;
    margin-right: 16px;
    padding: 0px;
    padding-right: 2px;
    padding-bottom: 2px;
    border: 0px solid black;    
}

.themeLine{
    position: absolute;     
    bottom: -1px;
    right: 2px;
}

.themeItemActive{
    position: relative;
    width: auto;    
    height: 17px;
    text-align: right;
    margin-right: 8px;
    padding-right: 2px;
    padding-top: 2px;
    border: 1px solid black;
    
}


#contentContainer
{
    position:       relative;
    width:          auto;
    padding-left:   50px;
    padding-right:  10px;
    padding-bottom: 10px;
    color:          #575757;
    margin-top: 	-118px;
    z-index:		50;
}


#contentContainerTabs
{
    position:       relative;
    width:          auto;
    padding-top:    15px;
    padding-left:   50px;
    padding-right:  10px;
    padding-bottom: 10px;
    color:          #575757;
    margin-top:		-118px;
}

table.tvHistorie {
	border-collapse: collapse;
	border: 0;
}

table.tvHistorie td {
	border: 1px solid #DDDDDD;
}

#printContainer{
    position: relative;
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

#siteType{
    position: absolute;
    top: 35px;
    left: 25px;
    font-size: 11px;
    color: #0053a0;
    font-weight: bold;
}

/*ContactForm*/
.tField{
    width: 99%;
    margin-bottom: 4px;
    border: 1px solid gray;    
    font-family: arial, verdana;
    font-size: 12px;
}

.tFieldSmall{
	width: 30px;
	border: 1px solid gray;    
    font-family: arial, verdana;
}

.tArea{
    width: 99%;
    height: 120px;
    border: 1px solid gray;
    font-family: arial, verdana;
}

.tButton{
    font-family: arial, verdana;
    font-size: 10px;
    height: 20px;
    border: none;
    background: url("../images/buttonBack.jpg") repeat-y top left;
    color: white;
    margin-top: 10px;
    cursor: pointer;
}

/*Footer*/
#footer{
    position: relative;
    width: 764px;
    float: right;
    height: 12px;
    margin-top: 10px;
}

.resultItem{
    position: relative;
    width: auto;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
}

a.resultItemTitle{    
    font-weight: bold;
    text-decoration: none;
}

#resultsInfoBar{
    position: relative;
    padding-bottom: 10px;   
}

#newsContainer{
    position: relative;
    width: 100%;
}

.downloadItem{
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

a.downloadTitle{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}

