body, html {
  font: 12px Arial, Helvetica, sans-serif, sans;
  line-height: 16px;
	margin:	 0px;
	padding: 0px;
  width: 100%;
	height:	 100%;
  color: black;
}

img {
  display: block;
}

td {
  font: 12px Arial, Helvetica, sans-serif, sans;
}

a {
	text-decoration: underline;
  color: #4a2f45;
}

a:hover {
	text-decoration: underline;
}

#background_container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#background_raster {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

#page_positioner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.page_border_left {
  width: 27px;
}

.page_border_right {
  width: 27px;
}

#page_container {
  position: relative;
  width: 700px;
  height: 100%;
  z-index: 1000;
}

#instelling_logos_container {
  position: relative;
  font-size: 11px;
  width: 680px;
  padding: 10px 10px 10px 10px;
}

#copyrighttext {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

#page_title {
}

#page_content {
  padding: 30px 50px 30px 50px;
}

#page_buttons {
  position: absolute;
  top: 82px;
  right: 6px;
  font-size: 11px;
  font-weight: bold;
}

#page_buttons a {
  text-decoration: underline;
  color: black;
}

#disclaimer, #help_vragen, #help_resultaat, #waaromdecultuurwijzer, #privacy_statement {
  position: absolute;
  top: 100px;
  right: 12px;
  width: 400px;
  padding: 20px;
  border: 1px solid black;
  background-color: #eeeeee;
  display: none;
}

#disclaimer a, #help_vragen a, #help_resultaat a, #waaromdecultuurwijzer a, #privacy_statement a {
  color: black;
}

#bon_text, #bon_text a, #bon_text a:hover {
  font-size: 18px;
  color: black;
  text-decoration: none;
}

.editbutton {
  position: relative;
  margin-top: 8px;
  font-weight: bold;
  background-color: #754f6e;
  width: 120px;
  text-align: center;
  font: bold 11px Arial, Helvetica, sans-serif, sans;
  line-height: 15px;
  border: 1px solid #290a23;
  color: white;
  cursor: pointer;
}

.editbutton a {
	text-decoration: none;
  color: white;
}

.editbutton:hover {
	text-decoration: none;
}

#user_menu {
  position: absolute;
  left: -135px;
  width: 120px;
	text-align: center;
}


.hidden_question {
	display: none;
}

#current_question_title, #current_question {
	font-size: 16px;
}

#current_answer_container {
	position: relative;
	margin-top: 50px;
	clear: both;
}

#current_answer {
	width: 470px;
}

#current_answer_navigation {
	width: 470px;
	height: 27px;
}

#current_answer_navigation a, #current_answer_navigation td, #current_answer_navigation td a {
	color: black;
	font-weight: bold;
	font-size: 12px;
}

#graph_container {
	position: relative;
	height: 250px;
}
#graph_viewport {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 540px; /* als je deze aanpast dan moet dat ook in de graph_more_button en de scriptjes onderin */
	height: 250px;
	overflow: hidden;
}
#graph {
	position: relative;
}
#graph_less_button {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	display: none;
	background-color: white;
}
#graph_more_button {
	position: absolute;
	top: 0px;
	left: 540px;
	width: 60px;
	background-color: white;
}
.graph_bar {
	width: 45px;
	height: 180px;
}
.graph_seperator {
	width: 60px; /* als je deze aanpast dan moet je ook de graph_viewport aanpassen */
	height: 12px;
}
.graph_text {
	width: 45px;
}
#partijpagina {
	margin-top: 30px;
}
.partijpagina_hidden {
	display: none;
}

#result_tekst {
	font-size: 14px;
	font-weight: bold;
}


#border_container {
	position: relative;
	margin-top: 30px;
	clear: both;
}

#border_content {
	width: 470px;
}

