/*Lettertype, grootte en kleur*/
* {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9px;
	line-height: 13px;
	color: #19226E;
}

/*Donkere kleur*/
td.news_head_left, td.news_head_right {
	background-color: #D3DDFF;
}
/*Border om het plaatje bij een nieuwsitem*/
.td.news_content_image{
	border: 1px solid #183F7B;
}
/*Lichte kleur*/
td.news_content, td.news_date {
	background-color : #D3DDFF;
}
/*Kleur van de links*/
a:hover {
	color: #19226E;
	text-decoration: none;
}
/*Kleur van de links in de nieuwsitems*/
td.news_content A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/*Kleur van de image border bij de nieuwsitems*/
td.news_content_image{ 
	border: 1px solid #A9C7EC ;
	margin: 0px 4px 0px 2px;
}

td.news_content p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}



/* Scrollbalk en achtergrondkleur*/
body {
	scrollbar-3dlight-color : #769CE8;
	scrollbar-arrow-color : #769CE8;
	scrollbar-base-color : #F5F4FF;
	scrollbar-darkshadow-color : #AAB0D5;
	scrollbar-face-color : #D3DDFF;
	scrollbar-highlight-color : #E6EBEF;
	scrollbar-shadow-color : #BAC6EF;
	scrollbar-track-color : #F5F4FF;
	background-color: #F5F4FF;
	margin-right: 0px;
	/*background-image: url(../../images/backgroundphotos/bg_main_01.jpg);*/
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
}

b {
	font-weight: bolder;
}

li {
	list-style-image: url("../images/bullet.gif");
}

hr {
	height : 1px;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

td {
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

H5 {
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight:bold;
	color: #19226E;
}

td.news_head_left {	
	font-weight : bold;
	text-align: left;
	padding : 0px 2px 0px 2px;
}

td.news_head_right {
	text-align: right;
	padding : 0px 2px 2px 2px;
}

td.news_content {
	text-align: left;
	padding : 0px 2px 0px 2px;
}

td.news_content A {
	font-weight: bold;
	text-decoration: underline;
}

td.news_content A:link {
	font-weight: bold;
	text-decoration: underline;
}

td.news_date {
	font-style: italic;
	text-align: left;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

.date {
	position: absolute;
	top: 8px;
	right: 75px;
	font-weight: bold;
	width: 130px;
	height: 18px;
	padding: 2px 0px 1px 0px;
}

.time {
	position: absolute;
	top: 8px;
	right: 0px;
	font-weight: bold;
	width: 55px;
	height: 18px;
    padding: 2px 0px 1px 0px;
	border: 0px;
	background-color: #F5F4FF;
}

.input_text_zoeken {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 13px;
	color: #19226E;
	border: 1px solid #DD0000;
	background-image:url(../images/backgrounds/inputbox.gif);
	background-repeat:repeat-x;
	position:relative; 
/*	left:364px; 
	top:40px; */
	width:180px; 
	height:22px; 
	z-index:2
}

.td_dotted_line {
	width:4px;
	background-image:url(../images/backgrounds/dotted_line.gif);
	background-repeat:repeat-y;
}

.meer_link {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 2px;
	margin-right: 2px;
}