
/* CSS Document */
import url(reset.css);

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 62.5%;
	color: #666666; 
		/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align:center;
		/* background: url(../images/body_bg2.jpg) no-repeat; */

	background-position: center top;
	background-attachment:fixed;
}

/****
h1 declared in pcdtr/styles.css 
***/

.title {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}

#breadcrumbs {
	float: right;
	margin:10px 10px 0 0;
	color: white;
}

#breadcrumbs a {
	color: white;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

#breadcrumbs a.current {
	text-decoration: none;
}


h1 {
	float: left;
	color: white;
	font-family: "Century Gothic", "Arial", Verdana;
	font-size: 2.1em;
	padding: 10px 10px 10px 20px;
	margin: 0;
	font-weight: normal;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 40px;
	background: url(../images/h2_bg.jpg) no-repeat;
	background-position: left center;
	font-family: "Century Gothic", "Arial", Verdana;
	font-size: 1.7em;
}

h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Century Gothic", "Arial", Verdana;
	font-size: 1.4em;
}

.left {
	float: left;
}

.right {
	float: right;
}

#wrapper {
	overflow: hidden;
	/* font-size: 1.3em; */
		font-size: 1.2em;
	line-height: 1.5;
	text-align: left;
	width: 935px;
	margin: 5px auto 20px auto;

	background-position: left top;
}


#header{
	padding: 25px 0 0 25px;
	margin: 0 auto;
	clear: both;
}

#header img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#header a img {
	border: none;
}

a {
	color: #444444;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.full {
	display: block;
	clear: both;
	text-align: right;
	padding: 0 5px 0 5px;
	text-decoration: none;
}	

a.full:hover {
	color: white;
	border: none;
}

a.full img {
	border: none;
	vertical-align: middle;
	margin: 3px 5px 3px 0;
	float: none;
}


a.txt_left {
	text-align: left;
}

strong.label {
	width: 70px;
	float: left;
}

strong.label.large {
	width: 100px;
}

strong.full {
	width: auto;
	float: left;
}

.reset {
	clear: both;
	margin: 0;
	padding: 0;
}

.float {
	overflow: hidden;
}

.contact_img {
	padding: 0;
	margin: 0 5px 0 0px;
	float: left;
}

/* ------------------------------------------------------------------------------------------------------- */
/* MAIN NAVIGATION */

#navigation_holder {

	height: 43px;
	padding: 0 0 0 12px;
	
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	clear: both;
	z-index: 999;
}

#nav li {
	float: left;
	display: block;
    position: relative;
    width: 128px;
	border-right: 1px solid #D7D7D7;
}
#nav li.first {
	border-left: 1px solid #D7D7D7;
}

#nav li a {
	text-align: center;
	color: #353535;
	height: 38px;
	width: 128px;
	display: block; 
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 0 0 0;
}

#nav li:hover, 
#nav li:hover a, 
#nav li:hover a,
#nav li a.current {
    color: white;
}

/*
#nav li.over, #nav li:hover {
	background: red;
}
*/

#nav li.home:hover, 
#nav li.home a.current  {
    background: #B41616;
}

#nav li.persoon:hover, 
#nav li.persoon a.current {
    background: #F2AF00;
}

#nav li.werk:hover, 
#nav li.werk a.current {
    background: #48BB20;
}
#nav li.gemeente:hover,
#nav li.gemeente a.current {
    background: #0A9C5B;
}
#nav li.contact:hover, 
#nav li.contact a.current {
    background: #499F93;
}
#nav li.links:hover, 
#nav li.links a.current {
    background: #267AAC;
}


/* Button colors */
li.home {
    background: url(../images/color_home.gif) bottom repeat-x;
}

li.persoon, li.persoon ul li.last {
     background: url(../images/color_persoon.gif) bottom repeat-x;
}
li.werk, li.werk ul li.last  {
     background: url(../images/color_werk.gif) bottom repeat-x;
}
li.gemeente, li.gemeente ul li.last  {
     background: url(../images/color_gemeente.gif) bottom repeat-x;
}
li.contact, li.contact ul li.last  {
     background: url(../images/color_contact.gif) bottom repeat-x;
}
li.links, li.links ul li.last  {
     background: url(../images/color_links.gif) bottom repeat-x;
}

/** SUB MENU **/
#nav ul {
	display: block; 
    position: absolute; 
    top: 43px; 
    left: 0; 
    background: white;
    color: black;
	padding: 0;
	margin: 0;
	border: 1px solid #D7D7D7;
	border-bottom: none;
	z-index: 999;
}

#nav ul li {
	display: block;
	width: 127px;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
}

#nav ul li a,
#nav li:hover ul li a {
	color: #353535;
	font-size: 1.1em;
	text-align: left;
	width: auto;
	height: auto;
	padding: 10px;
	border-bottom: 1px solid #D7D7D7;
}



#nav ul li a:hover {
	background: #D8D8D8;
}

#nav ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#nav ul,
#nav li:hover ul ul,
#nav ul li:hover ul ul
{
	display: none;
}

#nav li.over ul,
#nav li:hover ul,
#nav ul li.over ul,
#nav ul li:hover ul,
#nav ul ul li.over ul
#nav ul ul li:hover ul
{
	display: block;
	z-index: 888;
}

#nav li.over ul li.over, #nav li:hover ul li:hover {
	background: none;
}



/* END MAIN NAVIGATION */
/* ------------------------------------------------------------------------------------------------------- */


#content_holder {
	font-size: 1em;
	line-height: 23px;
	letter-spacing: .04em;
	color: #525252;
	padding: 0 23px 0 12px;
	width: 900px;
	display: block;
	overflow: hidden;
	float: left;	
	clear: both;
}

.content_main {
	padding: 10px 10px 20px 12px;
	position: relative;
	float: left;
		width: 97%;
}

.content_main img.left {
	margin: 5px 10px 5px 5px;
	float: left;
}

.content_main img.border {
	border: 2px solid #6A6A6A;
}

.content_main .links ul li {
	margin: 0 0 10px 0;
}

/* ------------------------------------------------------------------------------------------------------- */
/* COLUMNS*/

.content_main .large_left {
	width: 58%;
	padding: 0 10px 0 0;
	float: left;
	overflow: hidden;
	border-right: 1px dotted #999999;
	display: block;
}

.content_main .small_right {
	width: 39%;
	float: right;
	overflow: hidden;
	display: block;
}

.content_main .xlarge_left {
	width: 68%;
	padding: 0 5px 0 0;
	float: left;
	overflow: hidden;
	border-right: 1px dotted #999999;
	display: block;
}

.content_main .xsmall_right {
	width: 30%;
	float: right;
	padding: 0 0 0 5px;
	overflow: hidden;
	display: block;
}


.book_of_the_month, .article_block, .column {
	padding: 5px 5px 20px 5px;
	margin: 0 0 5px 0;
	background: url(../images/paragraph_line.jpg) no-repeat;
	background-position: bottom center; 
}

.book_of_the_month img, .article_block img, .column img {
	margin: 5px;
	vertical-align: top;
	border: 1px solid #A3A3A3;
	float: left;
}

.column .date, .article_block .date {
	font-size: .9em;
	clear: both;
}

.sub_block {
	padding: 5px 5px 20px 5px;
	margin: 0 10px 10px 0;
	background: url(../images/divider_large.jpg) no-repeat;
	background-position: bottom center;
}

.row {
	overflow: hidden;
	margin: 0 0 5px 0;
	clear: both;
}

.split_left {
	width: 47%;
	padding: 0 10px 0 0;
	float: left;
	overflow: hidden;
	border-right: 1px dotted #999999;
	display: block;
}

.split_right {
	width: 47%;
	padding: 0 10px 0 0;
	float: right;
	overflow: hidden;
	display: block;
}

.row.fixed {
	min-height: 430px;
}

/* END COLUMNS*/
/* ------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------------- */
/* PAGE NUMBERS */

.pageBrowserHolder, .filters {
	padding: 5px;
	margin: 0 0 5px 0;
	clear: both;
	width: 98%;
	position: relative;
	overflow: hidden;
	float: left;
	border: 1px solid #E0E0E0;
	background: #F9F9F9;
}

.pageBrowserHolder {
	margin: 0;
}

.pageNumber {
    display: block;
    border: 1px solid #A8A6A7;
    position: relative;
    float: left;
	margin: 0 3px 0 3px;
	width: 20px;
	text-align: center;
}

.pageSpacer {
	display: block;
    position: relative;
    float: left;
	margin: 0 2px 0 2px;
	text-align: center;
}

.pageNumber a {
    color: #5C5A5B;
    text-decoration: none;
    display: block;
}

.pageNumber a:hover,  .pageNumber a.current {
    background: #C7C7C7;
}

/* END PAGE NUMBERS */
/* ------------------------------------------------------------------------------------------------------- */


#footer {
	height: 30px;
	padding: 10px 0 10px 0;
	font-size: .8em;
	text-align: center;
	clear: both;
	background-position: left bottom;
	background-repeat: no-repeat;

}

#footer .content {
	border-top: 1px solid #C2C2BA;
	margin: 0px 23px 0 12px;
}



/* ------------------------------------------------------------------------------------------------------- */
/* FORMS */

.user_details {
	margin: 0;
	padding: 0;
}

input.field {
	margin: 0 0 10px 0;
	width: 200px;
}

 label {
	float: left;
	font-weight: bold;
	display: block;
	margin: 0 5px 0 0;
}

label.large {
	width: 150px;
}

input.field {
	margin: 0 0 10px 0;
	width: 200px;
}

select.field {
	width: 200px;
}

fieldset {
	border: 1px solid #C5C5C5;
	padding: 10px;
}

fieldset legend {
	font-weight: bold;
	font-size: 1.1em;
	color: #525252;
}

form.react_form {
	margin: 0;
	padding: 0;
}


form.search {
	margin: 0;
	padding: 0;
}

form.search input, form.search select {
	 width: 100px; 
	 float: left;
	 margin: 3px 10px 0 0;
}

form.search .submit {
	width: 75px;
}

input.field, textarea.field {
	width: 200px;
	margin: 0 0 10px 0;
}

.notice-alert, .validation-advice {
	color: #992D35;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 0;
}

.notice-alert.border {
	border: 2px solid #992D35;
	color: #5F5F5F;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0 5px 0;
}

.notice-alert ul, .validation-advice ul {
	margin: 0 0 0 15px;
	
}

.validation-failed {
	border: 1px solid #992D35;
}

.validation-passed {
	border: 1px solid #7AA620;
}

.notice-ok {
	border: 2px solid #7AA620;
	color: #5F5F5F;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0 5px 0;
}



/* END FORMS */
/* ------------------------------------------------------------------------------------------------------- */
