/* MAIN */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	
	background-color: #FFFFFF;
}

.table_main
{
	background-color: #FFFFFF;
	
	background-image: url(../images/layout/ptrn.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.LOGO {
	background-image: url(../images/layout/LOGO.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.main_balk {
	background-image: url(../images/layout/mainbalk_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main_balk_snav {
	background-image: url(../images/layout/mainbalk_bg_snav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer {
	background-image: url(../images/layout/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*.ptrn_left {
	background-image: url(../images/layout/ptrn_left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.ptrn_right {
	background-image: url(../images/layout/ptrn_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}*/

/* **** */

/* LINKS */

A {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: normal;
	text-decoration: none;
}
A:hover {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: normal;
    text-decoration: none;
}
.Atext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #737A7E;
	font-weight: bold;
}

.talen
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #212121;
	font-weight: normal;
    text-decoration: none;
}
.talen:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: normal;
    text-decoration: none;
}
.talentext
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #212121;
	font-weight: normal;
}

.yellow
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #B3B80F;
	font-weight: bold;
	font-style: italic;
    text-decoration: none;
}
.yellow:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #B3B80F;
	font-weight: bold;
	font-style: italic;
    text-decoration: none;
}

.white
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: normal;
    text-decoration: none;
}
.white:hover
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: normal;
    text-decoration: underline;
}
.whitetext
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: normal;
}

/* ***** */

/* CONTENT */

h1 { margin: 0px; }

.contenttitel {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	COLOR: #000000;
	font-weight: bold;
	font-style: italic;
	
    padding-left: 0px;
    padding-bottom: 15px;
    padding-right: 0px;
    
    background-image: url(../images/layout/ptrn_titel.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.contenttitel_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	COLOR: #000000;
	font-weight: bold;
	font-style: italic;
}
.contenttitel_home {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #B3B80F;
	font-weight: bold;
	font-style: italic;
	
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
}

.contenttext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: normal;
	
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
}
.contenttext_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: normal;
}
.contenttext_home {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: normal;
	
    padding-left: 15px;
    padding-bottom: 0px;
    padding-right: 10px;
}

.listtitel {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #000000;
	font-weight: bold;
	
	padding-left: 5px;
}

/* ******* */

/* OTHERS */



/* ******* */

/* SPECIALS */

.lijn
{
	background-image: url(../images/layout/lijn.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.list_tss
{
	background-image: url(../images/layout/list_tss.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.list_tss_top
{
	background-image: url(../images/layout/list_tss.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

ul
{
	/*list-style-image: url(../images/layout/bullet.gif);
	list-style-position: outside;*/
	margin-left: 0;
}

li
{
	list-style-image: url(../images/layout/bullet.gif);
	list-style-position: outside;
	margin-left: 25px;
}