/* MAIN */

BODY { padding: 0px; margin: 0px; background-color: #3e4e57; }

.table_main { background-color: #3e4e57; }

.table_intro { background-color: #3e4e57; }

.bg_main
{
	background-image: url(../images/layout/bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_left
{
	background-image: url(../images/layout/bg_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_right
{
	background-image: url(../images/layout/bg_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_header
{
	background-image: url(../images/layout/bg_header.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
.bg_header_left
{
	background-image: url(../images/layout/bg_header_left.gif);
	background-repeat: repeat;
	background-position: right bottom;
}
.bg_header_right
{
	background-image: url(../images/layout/bg_header_right.gif);
	background-repeat: repeat;
	background-position: left bottom;
}

.footer
{
	background-image: url(../images/layout/ptrn.gif);
	background-repeat: repeat;
	background-position: left top;
	
	padding-bottom: 5px;
}

/* ***** */

/* CONTENT */

h1 { margin: 0px; }

.contenttitel {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #dfd8cb;
	font-weight: bold;
	
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.contenttitel_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #dfd8cb;
	font-weight: bold;
}

.contenttext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #dfd8cb;
	font-weight: normal;
	
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.contenttext_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #dfd8cb;
	font-weight: normal;
}

/* ******* */

/* OTHERS */

.item_tit {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 13px;
	COLOR: #dfd8cb;
	font-weight: bold;
	
	padding-left: 20px;
	
	background-image: url(../images/layout/bg_item_tit.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.contacteer {
	background-image: url(../images/layout/bg_item_tit.gif);
	background-repeat: no-repeat;
	background-position: -50 2;
}
.contacteer2 {
	background-image: url(../images/layout/bg_item_tit.gif);
	background-repeat: no-repeat;
	background-position: -200 3;
}

.green {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #a4a510;
	font-weight: normal;
}

.agenda {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #dfd8cb;
	font-weight: normal;
	
    padding-left: 20px;
    padding-bottom: 1px;
    padding-right: 0px;
    
    cursor: pointer;
}
.agenda_a {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #dfd8cb;
	font-weight: normal;
	
    padding-left: 20px;
    padding-bottom: 1px;
    padding-right: 0px;
    
    cursor: pointer;
    
    background-image: url(../images/layout/agenda_bg.gif);
	background-repeat: no-repeat;
	background-position: 10 center;
}
.agenda_tit {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #dfd8cb;
	font-weight: bold;
	
	padding-left: 20px;
	
	background-image: url(../images/layout/agenda_bg.gif);
	background-repeat: no-repeat;
	background-position: 10 center;
}

/* ******* */

/* SPECIALS */

.img_border { border: solid 1px #adb6a8; }

hr { margin: 0px; }

.scroller {
	overflow: auto;
	
	scrollbar-face-color: #3e4e57;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #3e4e57;
	scrollbar-darkshadow-color: #3e4e57;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #3e4e57;
}

/*.lijn_vert
{
	background-image: url(../images/layout/lijn.gif);
	background-repeat: repeat-y;
	background-position: right 50;
}


.lijn_streep_top
{
	background-image: url(../images/layout/lijn_streep.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.lijn
{
	background-image: url(../images/layout/lijn.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.lijn_midden
{
	background-image: url(../images/layout/lijn.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

li 
{
	list-style-image: url(../images/layout/ul_grijs.gif);
	padding-top: 0px;
	margin:0 0 0 0;
}
*/