/*
	# $Id: main.css,v 1.4 2007/11/05 14:47:17 danielk Exp $
*/

body	{
	background: #FF6E02 url('/images/bg.gif') repeat-x fixed;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#body {
	text-align:center;
}

#container {
	width:736px;
	height:450px;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:#FFF;
	display:table;
}

#header {
	width:736px;
	height:134px;
	background: #ffffff url('/images/zeeuwseagenda.gif') no-repeat top center;
}

td, input, textarea	{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

select, option {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul	{
	margin:0;
	padding: 0 0 15px 0;
	margin-top:-15px;
	list-style-type:none;
	float:left;
	background: transparent url('/images/bg_lijn.gif') repeat-y top left;
}


li	{
	float:left;
	padding:0 7pt;
}


.button	{
	padding: 10pt 0 5pt 12pt;
	background: #ffffff url('/images/bg_lijn.gif') repeat-y top left;
}



#content {
	padding:18px 8px;
	background: #ffffff url('/images/bg_lijn.gif') repeat-y top left;
}





h1	{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color:#FF6E02;
}

h2	{
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
}


.footer {
	width:740px;
	height:156px;
	text-align:center;
	margin:0;
	position:relative;
	background-color:#FFF;
	background: url('/images/bg_tip.gif') repeat-y top left;
	border-left: 2px solid #4F7BAA;
	display:table;
	padding:auto;
}

.footerTop	{
	background: url('/images/bg_tip_lijn.gif') repeat-x top left;
	text-align:left;
}

.form {
	width:720px;
	margin:0 auto;
	text-align:center;
}

.field	{
	width:330px;
	padding:10px;
	font-weight:bold;
	color:#ffffff;
	border: 1px solid #000;
}


.tip	{
	font-weight:bold;
	color:#ffffff;
}

legend {
	font-weight:bold;
	color:#ffffff;
}