/** DEFAULT STYLING **/
* {
	margin: 0;
	padding: 0;
}

.group:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.group {
	zoom: 1;
	-ms-zoom: 1;
}

a img {
	border: none;
}

/*html,body {
	height: 100%;
}*/

body {
	font-family: georgia;
	background-color: #000;
}

#wrapper {
	position: relative;
	left: 50%;
	width: 920px;
	height: 600px;
	margin-top: 40px;
	margin-left: -460px;
}

#left {
	padding-top: 60px;
	width: 600px;
	height: 490px;
	padding-bottom: 50px;
	float: left;
	overflow-y: auto;
	background-color: #fff;
}

#home #left {
	overflow-y: hidden;
}

.menuwrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #FFF;
}

.menuwrapper .border_bottom_content_menu_items {
	margin-right: 0;
}

#logo {
	float: left;
	width: 32px;
	height: auto;
	margin-left: 50px;
	padding-top: 15px;
	padding-right: 28px;
	text-align: center;
}

#menu {
	font-family: Arial, Helvetica, "Myriad Pro";
	font-weight: bold;
	font-size: 11px;
	width: 450px;
	height: 43px;
	padding-top: 12px;
	float: left;
}

#menu li {
	display: inline;
	list-style: none;
	padding-right: 14px;
	text-transform: uppercase;
}

#menu a {
	text-decoration: none;
	color: #000;
}

#menu a:hover,#menu a.current {
	text-decoration: underline;
}

#header {
	position: relative;
	width: 526px;
	font-size: 72px;
	line-height: 58px;
	margin-left: 25px;
	padding-left: 25px;
	padding-top: 30px;
}

#about #header {
	margin-bottom: 35px;
}

#home h1,#home h1 a {
	display: block;
	width: 381px;
	height: 143px;
	overflow: hidden;
}

#home h1 a {
	/*background: transparent url(/images/header-home.gif) top left no-repeat;*/
	background: transparent url(/images/wd.gif) -10px -10px no-repeat;
	text-indent: -9999em;
}

#home #button-over-waarom-cultuur {
	position: absolute;
	width: 81px;
	height: 71px;
	top: 30px;
	right: 30px;
}

#about h1 {
	width: 323px;
	height: 129px;
	overflow: hidden;
	text-indent: -9999em;
	background: transparent url(/images/header-about.png) top left no-repeat
		;
}

#about h1,#home h1 {
	border-top: none;
	margin: 0;
	padding: 0;
}

#about #header img {
	position: absolute;
	top: 30px;
	right: 30px;
}

#content {
	width: 476px;
	height: auto;
	font-size: 14px;
	margin-left: 25px;
	padding-left: 25px;
}

h1 {
	width: 501px;
	height: auto;
	font-size: 68px;
	font-family: Georgia;
	line-height: 50px;
	margin-left: 25px;
	padding-left: 25px;
	padding-top: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	border-top: 3px dotted;
	font: 30px Arial, Helvetica, sans-serif;
	margin: 0 25px 5px;
	padding: 3px 60px 0;
	/*background: transparent url(/images/pijl_button.png) 25px center no-repeat;*/
	background: transparent url("/images/pijl_button.png") scroll 25px 12px
		no-repeat;
	cursor: pointer;
	cursor: hand;
}

h2.active {
	/*background: transparent url(/images/pijl_button_down.png) 25px center no-repeat;*/
	background: transparent url("/images/pijl_button_down.png") scroll 25px
		12px no-repeat;
}

h2 a:link,h2 a:visited {
	color: #000;
	text-decoration: none;
}

/*h2.section-title.active {
	font-size:40px;
}*/

h2.section-title.active span.subtitle {
	font-size: 30px;
}

h2.section-title.active span.title {
	font-size: 14px;
	margin-top: 8px;
}

h2.section-title span.subtitle {
	display: none;
}


h2.section-title.active span.title, h2.section-title.active span.subtitle {
	display: block;
}

h3 {
	font: normal 20px Arial, Helvetica, sans-serif;
	padding-left: 60px;
	margin-left: -60px;
	background: transparent url(/images/pijl_button.png) 25px center
		no-repeat;
}

h3.active {
	font-weight: bold;
	background: transparent url(/images/pijl_button_down.png) 25px center
		no-repeat;
}

.hasJS h3 {
	cursor: pointer;
}

p {
	margin-bottom: 1em;
	font-size: 14px;
}

p a:link,p a:hover,p a:visited {
	color: #000;
	text-decoration: underline;
}

p.credits {
	font-size: 11px;
	border-top: 3px dotted;
	padding-top: 15px;
}

blockquote {
	margin-bottom: 2em;
}

blockquote p {
	margin-bottom: 0;
	font-style: italic;
}

blockquote>em {
	font-size: 14px;
	display: block;
}

blockquote em {
	margin-bottom: 5px;
}

.section {
	margin: 0 25px 20px;
	padding: 0 60px;
}

.hasJS .section {
	display: none;
}

.hasJS .active {
	display: block;
}

.section .section {
	margin: 0;
	padding: 0;
}

.comment {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 15px;
	border-top: 1px solid #000;
}

.comment:first-child {
	border-top: 0;
}

.comment .meta strong {
	font-style: italic;
}

/*form .comment {
	margin-top: 20px;
}*/
form .comment li {
	margin: 0;
	list-style: none;
}

form .comment label, div.help {
	display: block;
	margin: 5px 0;
	font: 11px Arial, Helvetica, sans-serif;
}

form .comment input,form .comment textarea {
	border: 1px solid #000;
	background: transparent;
}

form .comment button {
	border: 0;
	text-align: left;
	background: transparent;
	font: bold 20px Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#content_menu_items {
	width: 456px;
	height: auto;
	margin-left: 25px;
	padding-left: 5px;
	font-size: 30px;
	font-family: myriad pro;
}

#content_menu_items a {
	text-decoration: none;
	color: #000;
}

.border_bottom_content_menu_items {
	border-top: 3px dotted;
	margin: 0 25px;
}

.link_verstuur {
	width: 400px;
	font-size: 23px;
	font-weight: bold;
}

.link_reageer {
	font-size: 20px;
}

.link_trots_3 {
	width: 400px;
	font-size: 23px;
}

#reacties_trots {
	margin-top: 20px;
}

.gebruikers {
	font-weight: bold;
	font-style: italic;
}

.naam {
	font-size: 13px;
	line-height: 13px;
}

.name {
	background-color: #fff;
	border: 1px solid #000;
	margin-top: 10px;
	padding: 3px 3px 3px 3px;
	font-family: myriad pro;
}

#share_print {
	text-transform: uppercase;
	margin: 45px 0 8px 25px;
	padding-left: 25px;
	font: 11px Arial, Helvetica, sans-serif
}

#share_print img {
	margin-right: 5px;
	vertical-align: top;
}

#share_print a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin-right: 20px;
}

body#about #share_print {
	text-transform: uppercase;
	margin: 45px 0 22px 0;
	padding-left: 0px;
	font: 11px Arial, Helvetica, sans-serif
}

#page_menu {
	width: 526px;
	font-size: 72px;
	line-height: 66px;
	padding-left: 25px;
	margin-left: 25px;
	list-style-type: none;
	margin-top: 25px;
}

#page_menu a,#page_menu a:visited,#page_menu a:hover {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}

#page_menu a:hover {
	text-decoration: underline;
}

#footer {
	width: 526px;
	height: 55px;
	background-position: center;
	background-image: url(images/logos_footer.png);
	background-repeat: no-repeat;
}

ul.error_list li,li.error {
	display: block;
	margin: 5px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #f00;
}

li.error {
	padding: 3px;
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
	background-color: #cdcdcd;
	margin: 7px 0;
}

p.notice {
	padding: 3px;
	border: 1px solid #cdcdcd;
	color: #000;
	font-size: 12px;
	display: block;
	margin: 7px 45px;
	width: 400px;
}

#right {
	width: 320px;
	height: 600px;
	float: left;
	background-color: #fff;
	font-family: Arial, Helvetica, Georgia;
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
}

#right.home {
	background-color: #fff;
}

#right.stad {
	background-color: #333;
	color: #fff;
}

#right.mens {
	background-color: #303;
	color: #fff;
}

#right.dna {
	background-color: #90f;
}

#right.economie {
	background-color: #0c0;
}

#right.samenleving {
	background-color: #f30;
}

#download_share {
	margin-top: 10px;
	font-size: 12px;
	position: absolute;
}

#download_share img {
	margin-right: 5px;
	vertical-align: text-top;
}

#download_share a:link,#download_share a:visited {
	margin-left: 45px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.mens #download_share a:link,.mens #download_share a:visited,.stad #download_share a:link,.stad #download_share a:visited
	{
	color: #fff;
}

#logobalk {
	height: 70px;
}

#logobalk span {
	position: relative;
	float: left;
	margin-right: 17px;
}

#logobalk .last {
	margin-right: auto;
}

#credits {
	display: none;
}

div#others p {
	font-size: 11px;
}

div.help {
	color: #333;
}

a img.captcha {
	margin-top: 2px;
  display: block;	
}



