/*===========================*/
/* font styles etc
=============================*/

* {
	margin: 0pt;
	padding: 0pt;
	z-index: 1;
}
  
body, #whole_page {
	color: #000;
	text-align: center;
	background-color: #FFFFFF; 
	font-size: 12px; 
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-family: "Tahoma", "Helvetica", "Verdana", arial, sans-serif; 
	line-height: 140%;
}

a {
	text-decoration: none; 
}	

img {			
	border: 0px; 
}

h1 {
	font-size: 21pt;
	font-stretch: condensed; 
	font-weight: bold;
	font-family: "Times New Roman", times;
	font-style: italic;
	color: #e92d00;
	line-height: 100%;
}

h2 {
	font-size: 17pt;
	font-stretch: condensed; 
	font-weight: bold;
	font-family: "Times New Roman", times;
	font-style: italic;
	color: #e92d00;
	line-height: 100%;
}

h3 {
	font-size: 14pt;
	font-stretch: condensed; 
	font-weight: bold;
	font-family: "Times New Roman", times;
	font-style: italic;
	color: #e92d00;
	line-height: 100%;
}

#right h1 {
	margin: 9px 0px 9px 15px;
}

#right h2 {
	position: relative;
	left: -5px;
	margin: 2px 0px 3px 0px;
}

#right h3 {
}

#right h4 {
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-family: Georgia, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	letter-spacing: 0pt;
	text-transform: none;
	margin-bottom: 1pt;
	color: #333333;
}

#sidebar h1 {
	font-size: 14pt;
}

#sidebar h2 {
	font-size: 12pt;
}

#sidebar h3 {
	font-size: 11pt;
}

#right {
	text-align: left; 
	font-size: 12px; 
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-family: "Tahoma", "Helvetica", "Verdana", arial, sans-serif; 
	line-height: 140%;
}

textarea, input {
	font-size: 11px; 
	font-family: "Tahoma", "Helvetica", "Verdana", arial, sans-serif; 
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
}

#content #body_block {
	padding-bottom: 20px;
}

#content #body_block p {
	margin: 0; 
	padding: 0; 
}

#content blockquote {
	margin: 0 0px; 
}

#content ul {
	list-style: disc outside none; /* url('http://www.dgcbovenveluwe.nl/public/images/dgc2/list_raquo.gif') */
	margin: 0 20px; 
} 

#content ul li {
	margin: 0;
} 

#content ul li.listSpaced {
	margin: 8px 0 2px 0;
} 

.menu ul {
	list-style: none outside none;
}

.menu ul li {
	height: 18px;
}

#adminMenu ul {
	list-style: none inside none;
}

/*===========================*/
/* containers (positioning)
=============================*/

#header {
	width: 586px;
	height: 224px;
	background: transparent url('http://www.dgcbovenveluwe.nl/public/images/dgc2/top.jpg') no-repeat top right;
}

#main {
	margin: 0 auto;
	text-align: left;
	width: 783px;
	background: #eff5c4 url('http://www.dgcbovenveluwe.nl/public/images/dgc2/main_backleft.gif') repeat-y scroll 0px 0px; 
	min-height: 2000px;
} 

#right {
	float: right;
	top: 224px;
	width: 586px;
	background: #eff5c4 url('http://www.dgcbovenveluwe.nl/public/images/dgc2/main_backleft.gif') repeat-y scroll -197px 0px; 
	overflow: hidden; 
}

#content {
	width: 546px; /* 586 - 2*20 */
	margin: 0 20px 170px 20px;
}

#nav_at_start {
	display: none;
	position: absolute;
	left: 30px; 
	top: 150px; 
}

#sidebar {
	float: left;
	width: 197px;
	background: transparent url('http://www.dgcbovenveluwe.nl/public/images/dgc2/sidebar1.jpg') no-repeat top left; 
}

#sidebarLogo {
	background: transparent url('http://www.dgcbovenveluwe.nl/public/images/dgc2/logoDGC.jpg') no-repeat top left; 
	position: relative; 
	left: 21px;
	height: 60px;
	width: 176px;
} * html #sidebarLogo {
	left: 17px;
}

#sidebarContent {
	width: 166px; 
	margin-left: 25px; 
} * html #sidebarContent {
	width: 166px; 
	margin-left: 22px; 
}


#address {
	border: 0;
	background: #fbfaf4 url('http://www.dgcbovenveluwe.nl/public/images/dgc2/addressbar.jpg') no-repeat scroll left;
	clear: both;
	margin: 0 auto;
	width: 783px;
	font-size: 0.85em;
	text-align: right;
}

#footer {
	border-style: solid;
	border-color: #666666;
	border-width: 0 0 0 0;
	background: #fbfaf4 url('http://www.dgcbovenveluwe.nl/public/images/dgc2/footerbar.jpg') no-repeat scroll left;
	clear: both;
	margin: 0 auto;
	width: 783px;
	font-size: 0.85em;
	text-align: right;
}

#containerSidebarBottom {
	/*	margin-top: 300px; */
	position: relative;
	bottom: 0px;
	width: 197px;
	height: 297px;
	background: #fff url('http://www.dgcbovenveluwe.nl/public/images/dgc2/sidebar2.jpg') no-repeat top left;
}

#titlebar {
	width: 586px;
	height: 7px;
	overflow: hidden; 
	background: #f88200 url('http://www.dgcbovenveluwe.nl/public/images/dgc2/titlebar.gif') no-repeat top left;
	margin-bottom: 20px;
}

#sidebar1Filler {
	position: relative;
	float: left;
	width: 1px;
	height: 384px;
}

#sidebar2Filler {
	position: relative;
	float: left;
	width: 1px;
	height: 297px;
}

#contentFiller {
	position: relative;
	float: left;
	width: 1px;
	height: 500px; 
}

#adminMenu {
	display: block;
	position: relative; 
	top: 20px;
	left: 246px;
	width: 295px;
	height: 84px;
	padding: 7px 10px;
	background: transparent url('http://www.dgcbovenveluwe.nl/public/images/dgc2/adminMenu.jpg') no-repeat top left;
}

#adminMenu #part1 {
	width: 120px; 
	float: left; 
}

#adminMenu #part2 {
	width: 120px;
	float: right;
	margin-right: 40px;
}

/*===========================*/
/* other
=============================*/

.columnr {
	float: right;
}

.columnl {
	float: left;
}

.hidden {
	display: none;
}

/*===========================*/
/* sidebar
=============================*/

#sidebarContent div#not_in_use {
	border-bottom: 1px dashed #b2b2b2;
	padding: 10px 0;
}

#sidebarContent div.first {
	padding-top: 0pt;
}

#sidebar #notes h2 {
	color: #e92d00;
}

#sidebar .note_content, #sidebar .noteBody {
	color: #bbb; 
	font-size: 10px;
}


/*===========================*/
/* menu's
=============================*/

#adminMenu .disabled {
	text-decoration: line-through;
	color: #888;
	padding-left: 2px;
}

#adminMenu a {
	color: #000;
	padding-left: 2px;
	display: block;
	width: 100%;
}

#adminMenu a:hover {
	color: #fff;
	background-color: #ffaf53;
}

.menu .navbar a {
	color: navy;
	display: block;
	width: 100%; 
	padding-left: 3px;
	line-height: 150%;
}

.menu .navbar a:hover, .menu .navbar a.active:hover {
	color: #fff;
	background-color: #e92d00;
/*	background: navy url('http://www.dgcbovenveluwe.nl/public/images/dgc2/') repeat-x scroll left top;*/
}

.menu .navbar a.active {
	font-weight: bold; 
	color: #fff;
	background-color: #ffaf53;
}

.menu h2 a {
	display: block;
	width: 100%; 
	color: #777;
}

.menu h2 a:hover {
	color: #000;
	background-color: #ccc;
}

.menu .separator {
	width: 100%;
	height: 2px; 
	overflow: hidden; 
	border-bottom: 1px dashed #ddd;
	margin: 1px 0 4px 0;
	padding: 0; 
} * html .menu .separator {
	margin: 2px 0 2px 0;
}

.menu {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
}

/*===========================*/
/* flyout menu
=============================*/

.rollovermenu {
	padding:0px;
	width:291px;
	border:1px solid #333333;
	border-color: #FFFFFF #FFFFFF #CCCCCC #CCCCCC;
	background-color:#f7f3f3;
}

.rollovermenu, .rollovermenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.rollovermenu ul, .flymeout ul{
	border: 1px solid #333333;
	border-color: #FFFFFF #FFFFFF #CCCCCC #CCCCCC;
	background-color:#f7f3f3;
	width: 180px;
	padding: 2px;
}

.rollovermenu ul a:link, .rollovermenu a:visited, .flymeout ul a:link, .flymeout ul a:visited {
	display: block;
	border:none;
	text-decoration:none;
	height: 18px;
	width: 180px;
}

.rollovermenu ul a:hover, .rollovermenu li.current a {
	background: #FF9900;
	color: white;
}

.rollovermenu li, .flymeout { /* all list items */
	position: relative;
	cursor: default;
}

.rollovermenu li ul, .flymeout ul { /* second-level lists */
	position: absolute;
	border: 1px solid #333333;
	border-color: #f7f3f3 #FFFFFF #CCCCCC #CCCCCC;
	background-color:#f7f3f3;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.rollovermenu li.flymeout:hover ul, .rollovermenu .sfhover ul, .flymeout:hover ul, li.sfhover ul { /* lists nested under hovered list items */
	left: 160px;
	top: 0px;
}

/* li#invite {
	text-align:left;
	text-transform:uppercase;
	font-size:9px;
	margin: 0 0 0px 20px;
	padding:4px 0 0 0;
	color:black;
} */


/*===========================*/
/* footer
=============================*/

#footer span {
	border-left: 1px solid #555;
	padding: 0 10px;
}

#footer span {
	color: #000;
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 8pt;
	line-height: 120%;
	font-size-adjust: none;
	font-stretch: normal;
/*	text-transform: uppercase; */
	letter-spacing: 1pt; 
}

#footer .years {
	padding-left: 0;
	border-left: 0;
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	text-transform: uppercase;
	letter-spacing: 0.33em;
}

#footer span .first {
	border: 0;
}

#address a:link, #address a:active, #address a:visited {
	text-decoration: none;
	color: #000;
}

#address a:hover {
	text-decoration: underline;
	color: #e92d00;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
	color: #e92d00;
}

/*===========================*/
/* other
=============================*/

.field {
	padding: 4px 5px 0 4px; 
	background-color: #ffcd94;
	background-image: url('http://www.dgcbovenveluwe.nl/public/images/dgc2/field1_back.gif');
	color: #000;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #ffaf53;
	border-bottom: 1px solid #ffaf53;
} * html .field {
	padding: 3px 5px 1px 4px; 
}

.field2 {
	padding: 4px 5px 0 4px; 
/*	margin: 0 10px 0 0; */
	background-color: #ffaf53;
	background-image: url('http://www.dgcbovenveluwe.nl/public/images/dgc2/field2_back.gif');
	color: #000;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #ffaf53;
	border-bottom: 1px solid #ffaf53;
} * html .field2 {
	padding: 3px 5px 1px 4px; 
}

/*===========================*/
/* cms notes
=============================*/

#notes_block label, #notes_block2 label {
	width: 40px;
	float: left;
	text-align: right;
	margin: 0 5px 0 0;
	display: block;
}

/*===========================*/
/* mod-login
=============================*/

#login #one, #login #two {
	width: 200px;
	height: 16px;
}

#login span {
	clear: both;
	padding: 10px 0 0 0;
	display: block;
}

#login label {
	width: 40px;
	float: left;
	text-align: right;
	margin: 0 5px 0 0;
	display: block;
}

#login .submit {
	padding: 2px 10px; 
	margin: 0px;
}

/*===========================*/
/* mod-vars
=============================*/

#mod_vars input.field, #mod_vars input.field2 {
	width: 300px;
}

#mod_vars textarea {
	width: 300px;
	height: 100px;
}

#mod_vars {
	margin: 0 30px 0 0;
	font-size: 10pt;
}

#mod_vars span {
	clear: both;
	padding: 10px 0 0 0;
	display: block;
}

#mod_vars label {
	width: 100px;
	float: left;
	text-align: right;
	margin: 0 5px 0 0;
	display: block;
}

#mod_vars .submit {
	padding: 2px 10px; 
	margin: 0px;
}

/*===========================*/
/* mod-contact
=============================*/

#mod_contact label {
	width: 100px;
	float: left;
	text-align: right;
	margin: 0 5px 0 0;
	display: block;
}

#mod_contact span {
	display: block;
	clear: both;
	padding: 10px 0 0 0;
}

#mod_contact input[type="text"] {
	width: 200px;
	height: 16px;
} * html #mod_contact #one, * html #mod_contact #two, * html #mod_contact #three {
	width: 200px;
	height: 16px;
}

#mod_contact #three {
	width: 400px;
}

#mod_contact textarea {
	width: 400px;
	line-height: 100%;
}

#mod_contact .submit {
	padding: 2px 10px; 
	margin: 0px;
}

/*===========================*/
/* inspiration
=============================*/

#search, #search input[type="text"], #search input[type="password"], #search textarea {
	border-style: solid;
	border-color: #999999 #d9d9d9 #d9d9d9 #999999;
	background: #fbfaf4 none repeat scroll 0%;
}

#search, #submit {
	vertical-align: bottom;
}

#search {
	width: 80px;
}


#topiclist a, #lucre a, #colophon a {
	border-bottom-width: 0pt;
}