/* Body */
body.bodyClass {
	background-color: #003077;
	color: #000847;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}
img {
	border: 0px;
}
table {
	border-spacing: 0px 0px;
	border-collapse: collapse;
}
td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	border: 0px;
	color: #000847;
}
hr {
	border: 0px;
	height: 1px;
	border-bottom: 1px solid #f2bf6b;
}

/* Pagina */
#pagina_wrapper {
	width: 1060px;
	margin: 0 auto;
	height: auto;
}
#pagina {
	background-image: url(images/site_body.gif);
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
	float: left;
}

/* Notenschrift achtergrond */
#header {
	background-image: url(images/achtergrond_noten.gif);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -9;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 426px;
}

/* Logo onclick */
#header_logo_click {
	position: absolute;
	top: 25px;
	left: 60px;
	width: 130px;
	height: 130px;
	cursor: pointer;
}

/* Hoofdcontainer */
#container {
	background-image: url(images/site_header.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 250px;
	padding-top: 185px;
	padding-left: 90px;
}

/* Scheiding tussen links en rechts */
#left_container {
	float: left;
}
#right_container {
	float: left;
}

/* Menu container */
#menu {
	background-image: url(images/widget_background.gif);
	background-repeat: repeat-y;
	width: 167px;
}
#menu_header {
	background-image: url(images/menu_header.gif);
	background-repeat: no-repeat;
	width: 167px;
	height: 37px;
	margin-bottom: 0px;
}
#menu_header h1 {
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	margin: 0px;
}
#menu_body {
	background-image: url(images/menu_body.gif);
	background-repeat: no-repeat;
	width: 167px;
	padding: 0px;
}
#menu_footer {
	background-image: url(images/menu_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 167px;
	height: 9px;
}

/* Agenda container */
#widget1div {
	background-image: url(images/widget_background.gif);
	background-repeat: repeat-y;
	width: 167px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#widget1header {
	background-image: url(images/agenda_header.gif);
	background-repeat: no-repeat;
	width: 167px;
	height: 37px;
}
#widget1header h1 {
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	margin: 0px;
}
#widget1content {
	background-image: url(images/agenda_body.gif);
	background-repeat: no-repeat;
	width: 167px;
	padding: 5px;
	font-size: 10px;
}
#widget1footer {
	background-image: url(images/agenda_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 167px;
	height: 8px;
}

/* Content container */
#content {
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
	width: 617px;
	margin-left: 25px;
}
#content_header {
	background-image: url(images/content_header.gif);
	background-repeat: no-repeat;
	width: 617px;
	height: 37px;
}
#content_header h1 {
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	margin: 0px;
}
#content_body {
	background-image: url(images/content_body.gif);
	background-repeat: no-repeat;
	width: 617px;
	padding-left: 5px;
	padding-top: 5px;
}
#content_footer {
	background-image: url(images/content_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 617px;
	height: 12px;
}

/* Pagina footer */
#pagina_footer {
	color: #000055;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	text-align: center;
}

/* Pagina wrapper footer */
#pagina_wrapper_footer {
	background-image: url(images/site_footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1060px;
	height: 22px;
	clear: both;
	margin: 0 auto;
}

/* Menu items */
ul.menu_main {
	list-style-type: none;
	margin-left: 1px;
	padding-left: 0px;
	margin-top: 0px;
}
li.menu_item_main {
	line-height: 20px;
	font-weight: bold;
	padding-left: 5px;
}
li.menu_item_main:hover {
	background: url(images/menu_item_highlight.gif) no-repeat;
}
li.menu_item_main:hover > a:link {
	color: white;
}
li.menu_item_main:hover > a:visited {
	color: white;
}
ul.menu_sub {
	list-style-type: none;
	margin-left: -5px;
	padding-left: 0px;
	overflow: hidden;
}
li.menu_item_sub {
	font-weight: normal;
	margin-left: 0px;
	padding-left: 10px;
}
li.menu_item_sub:hover a:link {
	color: white;
}
li.menu_item_sub:hover a:visited {
	color: white;
}
li.menu_item_sub:hover {
	background: url(images/menu_item_highlight.gif) no-repeat;
}

/* Header texts */
h1 {
	font-weight: bold;
	font-size: 18px;
}
h2 {
	font-weight: bold;
	font-size: 14px;
}

/* Links */
a:link {color: #0000FF; text-decoration: none}
a:visited {color: #0000FF; text-decoration: none}
a:hover {color: #0000FF; text-decoration: underline}
a:active {color: #0000FF; text-decoration: none}
a:focus {color: #0000FF; text-decoration: none}
ul.menu_main a:link {color: #000847; text-decoration: none}
ul.menu_main a:visited {color: #000847; text-decoration: none}
ul.menu_main a:hover {color: #FFFFFF; text-decoration: none}
ul.menu_main a:active {color: #000847; text-decoration: none}
ul.menu_main a:focus {color: #000847; text-decoration: none}

/* Content area's */
div.contentarea_container {
	margin-right: 10px;
}

/* Guestbook */
div.guestbook_button_newmsg {
	cursor: pointer;
	border-left: 2px solid #DDDDDD;
	border-top: 2px solid #DDDDDD;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	background: #BBBBBB;
	float: left;
	padding: 2px;
}
div.guestbook_button_submit {
	cursor: pointer;
	border-left: 2px solid #DDDDDD;
	border-top: 2px solid #DDDDDD;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	background: #BBBBBB;
	float: left;
	padding: 2px;
}
div.guestbook_button_cancel {
	cursor: pointer;
	border-left: 2px solid #DDDDDD;
	border-top: 2px solid #DDDDDD;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	background: #BBBBBB;
	float: left;
	padding: 2px;
}
div.guestbook_button_feedmanager {
	cursor: pointer;
	border-left: 2px solid #DDDDDD;
	border-top: 2px solid #DDDDDD;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	background: #BBBBBB;
	float: left;
	padding: 2px;
}
div.guestbook_newmsg_footer {
	clear: left;
}
table.guestbookTable {
	border: 2px solid #f2bf6b;
	border-collapse: collapse;
	width: 100%;
	clear: left;
}
table.guestbookTable tr.headerRow td {
	border-bottom: 2px solid #f2bf6b;
}
table.guestbookTable td {
	border: 1px solid #f2bf6b;
	padding: 2px;
}

/* Override some defaults */
div.login_form {
	margin-top: 30px;
	margin-bottom: 30px;
}
fieldset.genericContainer {
	border: 1px solid #f2bf6b;
}
table.simpleTable {
	border: 2px solid #f2bf6b;
	border-collapse: collapse;
}
table.simpleTable tr.headerRow td {
	border-bottom: 2px solid #f2bf6b;
}
table.simpleTable td {
	border: 1px solid #f2bf6b;
	padding: 2px;
}
table.hoverTable {
	border: 2px solid #f2bf6b;
	border-collapse: collapse;
}
table.hoverTable tr.headerRow td {
	border-bottom: 2px solid #f2bf6b;
}
table.hoverTable tr.simpleRow:hover {
	background: #DADFFF;
}
table.hoverTable td {
	border: 1px solid #f2bf6b;
	padding: 2px;
}
div#pb_thumbs_wrapper {
	width: 100%;
	height: 125px;
	white-space: nowrap;
}
div#pb_main div.pb_image_wrapper {
	margin-top: 128px;
}

