* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #252525;
	background-color: #252525;
}

/* Fonts */
A, A:LINK,  A:VISITED
{
	color : #000;
	text-decoration: underline;
	font-weight: bold;
}
A:HOVER
{
	color : #00F;
	font-weight: bold;
}

H1
{
	font-family : "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	margin-right: 5px;
	margin-left: 5px;
	text-align : left;
	text-transform: uppercase;
}
H2
{
	font-family : Arial;
	font-size: 20px;
	color: #FFF;
	padding: 5px;
}
H3
{
	font-family : Arial;
	font-size: 12px;
	color: #333;
}
H4
{
	font-family : Arial;
	font-size: 12px;
	color: #333;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
P{
	font-family: "Trebuchet MS";
	font-size : 13px;
	padding-right: 5px;
	padding-left: 5px;
}
img.lefttop {
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
}

P.light{
	color: #FFF;
}

UL{
	margin: 5px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size : 12px;
	list-style-position: inside;
	padding-left: 5px;
	list-style-type: none;
	list-style-image: url(../images/list_box_blue.jpg);
}

UL UL{
	padding-left: 10px;
	list-style-type: square;
	list-style-image: url(#);
}

TABLE
{
	font-family : Verdana;
	font-size : 14px;
}
table.tableborder
{
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
td.td_bottomline
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B5B5B5;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	border-left-color: #B5B5B5;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
td.td_gradientblue
{
	background-image: url(../images/backgr_header_info.jpg);
	background-repeat: repeat-x;
}
td.td_gradientblack
{
	background-image: url(../images/backgr_black.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}
td.td_shadow
{
	background-image: url(../images/backgr_inner_shadow.jpg);
	background-repeat: repeat-x;
}
td.td_prompt
{
	background-color: #CCC;
}
th
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2FF;
}

/* Template blocks */
.box_kalender{
	width: 282px;
	height:220px;
	background-image: url(/images/box_agenda.jpg);
	background-repeat: no-repeat;
}
.box_nieuws{
	width: 282px;
	height:206px;
	background-image: url(/images/box_flits.jpg);
	background-repeat: no-repeat;
}
.tpl_content {
	background-color : #D4D4D4;
	background-image: url(../images/backgr_main_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.tpl_content .source{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.tpl_footer {
	height: 55px;
	margin-right: 0px;
	background-color: #252525;
	background-image: url(../images/Trailer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
}

.tpl_footer_content{
	height: 55px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.tpl_header {
	background-color: #252525;
}
.tpl_header .banner{
	width: 900px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Banner_Top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.tpl_header .middle{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.color_blue{
	color: #0000BF;
}
.color_white{
	color: #FFF;
}

