/* MAIN */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	
	background-color: #FFFFFF;
}

.header_intro_bottom {
	background-image: url(../images/layout/header_intro_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ptrn_left_intro {
	background-image: url(../images/layout/ptrn_left_intro.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.ptrn_right_intro {
	background-image: url(../images/layout/ptrn_right_intro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.header_main_bottom {
	background-image: url(../images/layout/header_main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 10px;
	COLOR: #000000;
	font-weight: bold;
}
.ptrn_left_main {
	background-image: url(../images/layout/ptrn_left_main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.ptrn_right_main {
	background-image: url(../images/layout/ptrn_right_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ptrn_snav {
	background-image: url(../images/layout/ptrn_snav.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* **** */

/* LINKS */

A {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #7E7E7E;
	font-weight: normal;
	text-decoration: none;
}
A:hover {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #7E7E7E;
	font-weight: normal;
    text-decoration: underline;
}

.talen
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 15px;
	COLOR: #000000;
	font-weight: bold;
    text-decoration: none;
}
.talen:hover
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 15px;
	COLOR: #000000;
	font-weight: bold;
    text-decoration: none;
}
.talentext
{
	FONT-FAMILY: Century Gothic;
	FONT-SIZE: 10px;
	COLOR: #000000;
	font-weight: bold;
}

/* ***** */

/* CONTENT */

h1 { margin: 0px; }

/*.contenttitel {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 15px;
	COLOR: #C30040;
	font-weight: bold;
	font-style: italic;
	
    padding-left: 25px;
    padding-bottom: 10px;
    padding-right: 0px;
}
.contenttitel_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 15px;
	COLOR: #C30040;
	font-weight: bold;
	font-style: italic;
}*/

.contenttext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #7E7E7E;
	font-weight: normal;
	
    padding-left: 30px;
    padding-top: 25px;
    padding-right: 0px;
}
.contenttext_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #7E7E7E;
	font-weight: normal;
}

/* ******* */

/* OTHERS */

.listbg {
	background-image: url(../images/layout/list_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.copy {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 5px;
	COLOR: #000000;
	font-weight: normal;
}

/* ******* */

/* 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-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li
{
	background-image: url(../images/layout/list.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	
	padding-left: 10px;
}