/*
# styles.css
#
# v1.0 - 01/jul/2005 - Bob Kersten - Initial version
#
# (C) Copyright 2005 Fellownet
# All rights reserved.
*/

body,td {
	font-size: 90%;
}
.body_left {
	margin: 0px;
	background : #FFFFFF url('../images/bg-left.gif') repeat-y fixed right;
}
.body_right {
	margin: 0px;
	background: #FFFFFF url('../images/bg-right.gif') repeat-y fixed left;
}
.body_title {
	margin: 0px;
	background: #FFFFFF url('../images/header.jpg') no-repeat fixed top left;
}
.body_main {
	margin: 10px 30px 30px 39px;
	background: #FFFFFF url('../images/bg-main.gif') repeat-x fixed top;
	font-family: Times New Roman, Times, Garamond, serif;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
}
.body_agenda {
	margin: 0px;
	background: #AFC28D url('../images/bg-agenda-vert.gif') repeat-x fixed top;
}
.body_afbeelding {
	margin: 0px;
	background: #AFC28D url('../images/bg-agenda-vert.gif') repeat-x fixed top;
}
.agenda {
	margin: 0px;
	background: #FFFFFF url('../images/bg-agenda.gif') repeat-y fixed left;
	position: absolute;
	top: 145px;
	left: 0px;
	width: 258px;
}
.agenda_datum {
	margin: 10px 25px 0px 25px;
	font-family: Times New Roman, Times, Garamond, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
}
.agenda_content {
	margin: 0px 0px 0px 10px;
	font-family: Times New Roman, Times, Garamond, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}
.oranje,.oranje a {
	color: #FF7B2F;
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
}
.oranje a:hover {
	text-decoration:none;
}
.agenda_hr {
	margin: 5px 0px 10px 0px;
}
.titlebar {
	margin: 0px;
	position: absolute;
	top: 231px;
}
.fields {
	padding: 0px 20px 0px 0px;
	font-family: Times New Roman, Times, Garamond, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 100%;
	color: #000000;
}
.header {
	margin: 0px 0px 25px 0px;
	font-family: Times New Roman, Times, Garamond, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 300%;
	color: #B6C39F;
}
.title {
	font-family: Times New Roman, Times, Garamond, serif;
	color: #000000;
	font-size: 140%;
	font-weight: normal;
}
.subtitle {
	font-family: Times New Roman, Times, Garamond, serif;
	color: #FF712B;
	font-size: 140%;
	font-weight: normal;
}
.afbeelding {
	border: 1px solid #AFC28D;
	margin: 10px 20px 10px 0px;
}
.korte_tekst {
	border: solid 1px #ED592E;
	width: 270px;
	font-size: 80%;
	font-family: Times New Roman, Times, Garamond, serif;
	background: #F3F3F3 url('../images/bg-form.gif') norepeat;
}
.langa_tekst {
	border: solid 1px #ED592E;
	width: 270px;
	font-size: 80%;
	font-family: Times New Roman, Times, Garamond, serif;
	background: #F3F3F3 url('../images/bg-form.gif') norepeat;
	height: 160px;
}
.kleiner {
	font-size: 90%;
}
