/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	color: #ffffff;
	font-weight:normal;
	margin: 0;
	padding: 0;	
}

h1 {
	font-size: 2em;	
}

h2 {
	font-size: 1.8em;	
}


h3 {
	font-size: 1.6em;	
}


p, ul, ol {
	margin-top: 0;
	line-height: 120%;
}


#index a:visited{
	font-family: verdana;
	font-size: 16px;
	color: #00589d;
	text-decoration: underline;
}
#index a:active{
	font-family: verdana;
	font-size: 16px;
	color: #00589d;
	text-decoration: underline;
}

#index a:link{
	font-family: verdana;
	font-size: 16px;
	color: #00589d;
	text-decoration: underline;
}

#index a:hover{
	font-family: verdana;
	font-size: 16px;
	color: #00589d;
	text-decoration: underline;
	font-weight: bold;
}



#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 960px;
	height: 160px;
	margin-top: 0;
	margin-bottom: 0;
}

#logo {
	width: 200px;
	height: 160px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #ffffff;
	text-align: center;
	float: left;
}

#headmenu {
	width: 760px;
	height: 160px;
	background-color: #585858;
	float: right;
}


/* Page */

#page {
	width: 960px;
	padding: 0;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#page-bgtop {
	background-color: #ffde00;
	height: 31px;
	padding-top: 20px;
}

#page-bgtop .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc3333;
	text-decoration: none;
	text-indent: 20px;
}

#page-bgbtm {
}


/* Content */

#content {
	float: left;
	width: 540px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


#content .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d2232a;
	text-decoration: none;
}

#content .subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00589d;
	text-decoration: none;
}

#content .frmFill {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #d2232a;
	text-decoration: none;
}

#content p a:visited{
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	color: #00589d;
	text-decoration: underline;
}
#content p a:active{
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: #00589d;
	text-decoration: underline;
}

#content p a:link{
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: #00589d;
	text-decoration: underline;
}

#content p a:hover{
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: #00589d;
	text-decoration: underline;
	font-weight: bold;
}



/* Sidebar */

#sidebarleft {
	width: 200px;
	padding: 0px;
	background-color: #FFF;
	height: 100%;
	float: left;
}


#sidebarright {
	width: 180px;
	padding: 5px;
	float: right;
	height: auto;
	background-color: #d2232a;
}

#sidebarright h2 {
	height: 38px;
	padding-left: 0px;
	letter-spacing: -0.5px;
	font-size: 1.8em;
	padding-top: 10px;
	padding-bottom: 5px;
}

#sidebarright p {
	margin: 0 0px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

#sidebarright a {
	border: none;
}

#sidebarright a:hover {
	text-decoration: underline;
	color: #FFDE00;
}

.agenda {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	margin-top: 10px;
	}

.agenda .meta {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
}

.agenda .meta .datum {
	float: left;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.agenda .meta .tijd {
	float: right;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}

.agenda .meta .info {
	float: left;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
	width: 160px;
}

.agenda .meta .stad {
	float: left;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 160px;
	font-weight: bold;
	font-size: 12px;
}

.agenda .meta a {
	color: #FFFFFF;
	text-decoration: underline;
}


/* zoeken */

#zoeken {
	width: 280px;
	padding: 5px 0px 0px 0px;
	background-color: #df755c;
}

#zoeken form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#zoeken fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#zoeken-text {
	width: 170px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #CC3333;
	background: #FFFFFF;
	text-transform: lowercase;
	color: #cc3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#zoeken-submit {
	width: 50px;
	height: 23px;
	border: 1px solid #CC3333;
	font-weight: bold;
	font-size: 10px;
	color: #CC3333;
	background-color: #FFFFFF;
	background-image: none;
}



/* Footer */

#footer {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	clear: both;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #5389E0;
}



/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    {
	padding: .2em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	font-weight: bold;
	color: #000000;
}

.error      {
	color: #8a1f11;
	border-color: #FBC2C4;
	text-align: center;
	background-attachment: fixed;
	background-color: #FBE3E4;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.notice     {
	color: #514721;
	border-color: #FFD324;
	text-align: center;
	background-attachment: fixed;
	background-color: #FFF6BF;
	background-repeat: no-repeat;
	background-position: 5px center;
}
.success    {
	color: #264409;
	border-color: #C6D880;
	text-align: center;
	background-attachment: fixed;
	background-color: #E6EFC2;
	background-repeat: no-repeat;
	background-position: 5px center;
}
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/***********************************************/
/* Eigne stijl                                 */
/***********************************************/
.errmsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}