html, body {
	background: silver;
	font-family: "Trebuchet ms", trebuchet;
	font-size: 10pt;
}

p {
	text-align: justify;
}

.error {
	color: red;
	font-size: larger;
	margin: 3px;
}

a {
	color: rgb(244,227,152);
}
a:hover {
	color: black;
	background: rgb(244,227,152);
}

.middlepad h1 {
	color: rgb(128,128,128);
	background: url(bluebar.gif) repeat-x bottom;
	font-size: 160%;
}

.middlepad h2 {
	font-size: 120%;
	font-weight: bold;
}

.middlepad h2 small {
	font-size: 60%;
	font-weight: normal;
}

.iteminfo {
	margin-top: 10px;
}

.pollbar {
	height: 6px;
	background: rgb(233,191,119);
}
.fieldset {
	border: 0px;
}

h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*----------------------------------------------------*/
.clear { clear: both; }

.wrapper {
	min-width:400px;
	border: 1px solid silver;
	width: 717px;
	background: url(bg-main.png) black;
	background-attachment: fixed;
	margin: 15px auto 6px auto;
}

.outer {
	width:490px;
	border: 0px;
	border-right: 240px;
	color: rgb(254,247,202);
}

.middlecol {
	min-height: 750px;
	float:left;
	width:100%;
	position:relative;
	z-index:12;
	font-size:1.0em;
	line-height:160%;
	color:#2A2A2A; }

.middlepad {
	padding:6px 15px 15px 15px;
	color: rgb(254,247,202);
	margin-left: 2px;
	margin-right: -2px;}

.rightcol {
	float:left;
	position:relative;
	z-index:11;
	width:230px;
	margin-right:-230px;
	font-size:0.9em;
	line-height:130%;
	color:#3E3E3E; }

.rightpad { padding:10px 10px 10px 13px; }
/*---------------------------------------------------------------*/
#header, #footer {
	margin: 0 auto;
	width: 717px;
	margin-bottom: -10px;
	color: rgb(244,227,152);
}

#header {
	background: url(border-bottom.gif) black bottom repeat-x;
	padding-bottom: 5px;
}

#innerheader {
	background: url(header.png) no-repeat;
	height: 120px;
}

#main-navigation {
	font-weight: normal;
	font-size: 120%;
	position: relative;
	top: 87px;
	left: 135px;
	letter-spacing: 0.05em;
}
#main-navigation a {
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

#footer {
	background: url(border-top.gif) black top repeat-x;
}

#footercontent {
	padding: 10px;
	padding-bottom: 5px;
}

#main-border-top {
	background: url(border-top.gif) top repeat-x;
	height: 5px;
}

#main-border-bottom {
	 background: url(border-bottom.gif) bottom repeat-x;
	 height: 4px;
}
/* ------------------------------------------------------------- */

.sidebox {
	width: 85%;
	background: url(sidebox-hbg.gif) no-repeat;
	padding: 5px;
	color: rgb(233,191,119);
	margin-top: 20px;
}
.sidebox h1 {
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 160%;
}

#agenda td {
	vertical-align: top;
}
#agenda td.agenda_datum {
	/*little fix for Opera*/
	width: 5ex;
}

#agenda_extended td {
	vertical-align: top;
}

#agendabox p {
	margin: 0px;
	text-align: right;
	width: 100%;
}
#agendabox a {
	color: inherit;
}
#agendabox a:hover {
	background: transparent;
}
#agendabox p a {
	color: rgb(244,227,152);
}
#agendabox p a:hover {
	color: black;
	background: rgb(244,227,152);
}

#getfirefox {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* form elements van de MyNewsletter plugin */
#MyNewsletter input[type=text] {
	width: 90%;
	margin-left: 10px;
}

/* form elements of commentform */
.commentform {
	width: 300px;
}
.commentform input[type=text] {
	width: 275px;
	margin-left: 10px;
}
