/* 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/BG.gif);
	background-repeat: no-repeat;
	background-position: center top;*/
}

.ptrn_left {
	background-image: url(../images/layout/ptrn_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.ptrn_right {
	background-image: url(../images/layout/ptrn_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.ptrn_left2 {
	background-image: url(../images/layout/ptrn_left2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ptrn_right2 {
	background-image: url(../images/layout/ptrn_right2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ptrn_talen {
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 14px;
	COLOR: #003557;
	font-weight: bold;
	
	background-image: url(../images/layout/ptrn_taal_intro.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.ptrn_nav {
	background-image: url(../images/layout/ptrn_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.ptrn_footer {
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: bold;
	
	background-image: url(../images/layout/ptrn_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* **** */

/* LINKS */

A {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003B5A;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003B5A;
	font-weight: bold;
    text-decoration: none;
}
.Atext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003B5A;
	font-weight: bold;
}

.talen
{
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}
.talen:hover
{
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 14px;
	COLOR: #003B5A;
	font-weight: bold;
    text-decoration: none;
}
.talentext
{
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 14px;
	COLOR: #003B5A;
	font-weight: bold;
}

.small {
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}
.small:hover {
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 11px;
	COLOR: #003557;
	font-weight: bold;
    text-decoration: none;
}
.smalltext {
	FONT-FAMILY: Century Gothic, Verdana;
	FONT-SIZE: 11px;
	COLOR: #003557;
	font-weight: bold;
}

.white {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}
.white:hover {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}
.whitetext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: bold;
}

.job {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003B5A;
	font-weight: bold;
	text-decoration: none;
	
	width: 100%;
}
.job:hover {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
    
    width: 100%;
    
    background-image: url(../images/layout/job.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* ***** */

/* CONTENT */

h1 { margin: 0px; }

.contenttitel {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	COLOR: #003B5A;
	font-weight: bold;
	
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 0px;
}
.contenttitel_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	COLOR: #003B5A;
	font-weight: bold;
}

.contenttext {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003B5A;
	font-weight: bold;
	
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 10px;
}
.contenttext_std {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003B5A;
	font-weight: bold;
}

.listtitel {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 15px;
	COLOR: #003B5A;
	font-weight: bold;
}

/* ******* */

/* OTHERS */



/* ******* */

/* SPECIALS */

.lijn
{
	background-image: url(../images/layout/lijn.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
