/*Lettertype, grootte en kleur*/
* {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10px;
	color: #1C387F;
	line-height: 17px;
}

/*Donkere kleur*/
td.news_head_left, td.news_head_right {
	background-color: #FFF0D5;
}
/*Lichte kleur*/
.td.news_content_image, td.news_content, td.news_date {
	background-color : #FFF0D5;
}
/*Kleur van de links*/
a:hover {
	color: #5575C6;
	text-decoration: none;
}
/*Kleur van de links in de nieuwsitems*/
td.news_content A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #5575C6;
}
/*Kleur van de image border bij de nieuwsitems*/
td.news_content_image, td.news_content img{ 
	border : 1px solid #D9AB5A;
	margin: 0px 4px 0px 2px;
}

/* Scrollbalk en achtergrondkleur*/
body {
	scrollbar-3dlight-color : #FEE2B1;
	scrollbar-arrow-color : #D9AB5A;
	scrollbar-base-color : #FEE2B1;
	scrollbar-darkshadow-color : #FEE2B1;
	scrollbar-face-color : #FFF0D5;
	scrollbar-highlight-color : #FEC969;
	scrollbar-shadow-color : #D9AB5A;
	scrollbar-track-color : #FEE2B1;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FEE2B1;
	background-image: url(../images/backgrounds/mainframe_background.gif);
}
body#top {
	background-repeat: no-repeat;
	background-color: White;
	background-image: url(../images/header/background.gif);
}

b {
	font-weight: bolder;
}

li {
	list-style-image: url("../images/bullet.gif");
}

hr {
	height : 1px;
}

a {
	color: #5575C6;
	font-weight: bold;
	text-decoration: underline;
}

td {
}

td.news_head_left {	
	font-weight : bold;
	text-align: left;
	padding : 0px 2px 2px 2px;
}

td.news_head_right {
	text-align: right;
	padding : 0px 2px 2px 2px;
}

td.news_content {
	text-align: left;
	padding : 2px 2px 0px 2px;
}

td.news_content A {
	font-weight: bold;
	text-decoration: underline;
}

td.news_content A:link {
	font-weight: bold;
	text-decoration: underline;
}

.input_text_zoeken {
	font-family: Verdana, Arial, sans-serif ;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #FEC969;
	height: 19px;
	width: 102px;
	color: #071C32;
}

/*.td_header {
	background-image: url(../images/header/background.gif);
	background-position: top;
	background-color: #FFF0D5;
	background-repeat: no-repeat;
}*/

.td_rightframe{
	background-image: url(../images/backgrounds/rightframe_background.gif);
	background-repeat: no-repeat;
	background-color: #9EA0CB;
	background-position: top left;
}

.rechtsonder_adminlogin{
	cursor: crosshair;
	position: absolute;
	/*top: 24px;*/
	bottom: 20px;
	left: 20px;
	width:50px; 
	height:30px; 
	z-index:2;
}