body {
  padding: 0;
  margin: 0;
  text-align: center;
  font: 100% verdana, tahoma, helvetica, sans-serif;
  background: #B8B8D9 url(../images/backgr_body.gif) repeat-x;
  color: #5A4977;
}

div, p, h1, h2, h3, h4, h5, ul, li, a, form, fieldset, label, input, legend, textarea
{
	margin: 0;
	padding: 0;
}

p
{
	padding: 0 0 5px 0;
}

a:link, a:visited {
  color: #5b5925;
  text-decoration: none;
}

a:hover, a:active {
  color: #000000;
  text-decoration: underline;
}

img {
  border: 0;
}

hr {
  display: none;
}

.hidden {
  display: none;
}

.visible {
  display: inline;
}

.clear {
	clear: both;
}

/* CONTAINERS *****************************************************************/

#navbar{
	width: 998px;
	clear: none;
	color: red;
	position: relative;
	z-index: 2;
	height: 234px;
	text-align: left;
	margin: 0 auto;
	font-size: .73em;
	/*left: 60px;*/
}

#header{
	position: relative;
	background: url(../images/backgr_purple.gif) repeat-x 0 0;
	height: 234px;
	width:auto;
	float: none;
}
#header div#addon{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 882px;
	height: 234px;
	background: url(../images/backgr_green.gif) repeat-x 0 0;	
}

#backgr_container {
  background: yellow;
  height: 212px;
  width: auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
}
#banner{
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 120px;
}

#banner ul{
	list-style-type: none;
}
#banner ul li a img{
	margin: 10px 0px 0px 0px;
	display: block;
	border: solid 1px #5A4977;
	width: 118px;
}
#page{
	position: relative;
	left: 158px;
	/*background: red;*/
	width: 720px;
	clear: none;
}

#main {
	
  position: relative;
  width: 998px;
  text-align: left;
  margin: 0 auto;
  font: 73%/130% verdana, tahoma, helvetica, sans-serif;
  float: none;
}

#leftcontainer {
  float: left;
  width: 240px;
}

#rightcontainer {
  float: right;
  padding: 0 0 0 30px;
  width: 450px;
}

#pagecontainer {
  float: left;
  padding-left: 14em;
  width: 45em /* 61.9em; */
}

#footer {
  width: 90%;
  float: right;
  text-align: center;
  margin: 18px 0 12px 0;
}

/* HEADER STYLES **************************************************************/

#header a:link, #header a:visited {
  color: #fff;
  text-decoration: none;
}

#header a:hover, #header a:active {
  color: #fff;
  text-decoration: underline;
}

#header ul {
  margin: 25px 0;
  padding: 0;
}

#header li {
  list-style-type: none;
  padding: 4px 12px;
}

.backgr_green {
  background: #818349 url(../images/backgr_green.gif) repeat-x;
  color: white;
  float: left;
  height: 214px;
  width: 49%;
}

#logo
{
	width: 158px;
	height: 214px;
	background: url(../images/logo_ovaa.jpg);
	clear: none;
	float: left;
}
#logo span{
	visibility: hidden;
}

.backgr_purple {
  background: #8F80AD url(../images/backgr_purple.gif) repeat-x;
  color: white;
  float: right;
  height: 214px;
  width: 50%;
}

/* NAVIGATION *****************************************************************/

.buttonLink span span {visibility: hidden;}
.navbutton {
	position: relative;
}
.navbutton, .navbutton div{
	width: 120px;
	height: 234px;
	clear: none;
	float: left;
	color: white;
	position: relative;
}
.navbutton div{
	visibility: hidden;
	left: 0px;
}
.navbutton span{
	position: absolute;
	bottom: 0px;
	height: 21px;
	width: 120px;
	left: 12px;
}

.navbutton span.line2{
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 120px;
	left: 5px;
}
.navbutton span strong{
}

.navbutton ul{
	position: absolute;
	top: 0px;
	height: 214px;
}

#nav_home {
	position: absolute;
	top: 0px;
	background-color: #719B4F;
	color: white;
}

#nav_overovaa {
	position: absolute;
	top: 0px;
	background-color: #4F9B54;
	color: white;
}

#nav_actueel {
	position: absolute;
	top: 0px;
	background-color: #4F9B78;
	color: white;
}

#nav_projecten {
	position: absolute;
	top: 0px;
	background-color: #4F979B;
	color: white;
}

#nav_links {
	position: absolute;
	top: 0px;
	background-color: #4F729B;
	color: white;
}

#nav_contact {
	position: absolute;
	top: 0px;
	background-color: #524F9B;
	color: white;
}

#nav_diversiteitsprijs{
	position: absolute;
	top: 0px;
	background-color: #724da0;
	color: white;
}

.nav_title {
  position: absolute;
  z-index: 16;
  left: 12px;
  bottom: 0px;
}

/*nav button title backgrounds*/
.home div span{background: url(../images/title_home.gif) no-repeat 0 0;}
.overovaa div span{background: url(../images/title_overovaa.gif) no-repeat 0 0;}
.actueel div span{background: url(../images/title_actueel.gif) no-repeat 0 0;}
.projecten div span{background: url(../images/title_projecten.gif) no-repeat 0 0;}
.links div span{background: url(../images/title_links.gif) no-repeat 0 0;}
.contact div span{background: url(../images/title_contact.gif) no-repeat 0 0;}
.diversiteitsprijs div span{background: url(../images/title_diversiteitsprijs.gif) no-repeat 0 0;}
/* RIGHT STYLES (MAIN CONTENT) ************************************************/

#pagina_html h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.4em;
}
#pagina_html p {
	/* margin: 0 0 0 0.5em; */
}

#rightcontainer h2 {
  padding: 0;
  margin: 0;
  font-size: 1.3em;
}

#rightcontainer p {
  padding: 0 10px 0 0;
  line-height: 1.3;
}

#rightcontainer a:link, #rightcontainer a:visited {
  color: #5b5925;
  font-weight: bold;
  text-decoration: none;
}

#rightcontainer a:hover, #rightcontainer a:active {
  color: #5A4977;
  font-weight: bold;
  text-decoration: none;
}

#nieuwsitemcontainer
{
	border-bottom: 2px solid #818349;
	padding: 0.8em;
	margin: 0 0 5px 0;
}

#blogitemcontainer
{
	padding: 0.8em;
	margin: 0 0 5px 0;
}

.blogitem {
  padding-top: 5px;
  margin-bottom: 1em;
}

.blogfooter {
  padding: 2px 11px 4px 11px;
  margin: 0;
}

.blogfooter ul {
  padding: 0;
  margin: 0;
}

.blogfooter ul li {
  display: inline;
  padding-right: 5px;
}

#pagina_titel
{
	padding: 0 0 5px 0;
}

/* LEFT STYLES ****************************************************************/

#leftcontainer a:link, #leftcontainer a:visited {
  color: #fff;
  text-decoration: none;
}

#leftcontainer a:hover, #leftcontainer a:active {
  color: #5A4977;
  text-decoration: none;
}

#leftcontainer li {
  list-style-type: none;
}

.left {
  position: relative;
  padding: 12px;
  margin: 0 0 16px 0;
  width: auto;
  background-color: #AAAACE;
  font-size: 0.9em;
}

.left h2 {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 1.3em;
}

.left p {
  padding: 0 0 5px 0;
  margin: 0;
}

#poll_question {
  margin: 0;
  padding: 0;
}

#poll_question form
{
	display: block;
}	

.poll_submit {
  border: none;
  margin: 6px 0 0 18px;
  background: none;
  color: #fff;
  font-weight: bold;
}

#poll_results {
  position: relative;
  width: auto;
  padding-left: 0;
}

#poll_results p {
  padding: 0;
  margin: 0;
}

.pollbar_container {
  position: relative;
  margin: 2px 0 10px 8px;
}

.pollbar_color {
  position: relative;
  z-index: 101;
  top: 0;
  left: 0;
  height: 1.4em;
}

.pollbar_color img {
  width: 0;
  height: 1.4em;
  border: 2px solid #9A9ABB;
}

.pollbar_text {
  position: absolute;
  z-index: 102;
  top: 0;
  left: 0;
  color: #fff;
  background-color: transparent;
  margin: .2em .4em;
}

.agendaitem {
  line-height: 1.3;
  padding: 0 0 0 0.1em;
}

.agendaitem:hover {
  background-color: #A4A4C7;
}

.agendaitem date {
  color: white;
}

.agendalink {
  padding: 5px 0 0 0;
  font-weight: bold;
  text-align: right;
  margin: 0;
}

/* CSS for poll */
.hide {
	display: none;
}
.visible {
	display: block;

}

/* FOOTER *********************************************************************/

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: inline;
  padding-right: 5px;
}

#footer a:link, #footer a:visited {
  color: #5A4977;
  font-weight: bold;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  color: #5b5925;
  font-weight: bold;
  text-decoration: none;
}

/* FORM *********************************************************************/

form
{
}

fieldset
{
	border: 0px;
	margin-bottom: 1em;
	float: left;
}

legend
{
	font-weight: bold;
	color:  #5A4977;
	margin-bottom: 0.4em;
}

form div
{
	display: block;
	clear: both;
}


form div.radiobutton
{
	padding: 0 0 0.3em 0;
}

form div.radiobutton input {
	vertical-align: middle;
}

form label
{
	display: block;
	clear: both;	
	float: left;
	width: 13em;
	text-align: left;
}

form div.radiobutton label
{
	display: inline;
	clear: none;	
	float: none;
/*	float: left;*/
	padding: 0em 0 0.2em 0;
	
}

form input.text
{
	display: block;
	float: left;
	width: 14em;
	border: 1px solid #5A4977;
	margin: 0 0 3px 0;
}

form .submitContainer {
	padding: 0em 0 0 13em;
}

form input.submit
{
	display: block;
	clear: both;
	float: left;
	width: 7em;
	border: 1px solid #666;
	margin-top: 0.5em;
}

form textarea
{
	display: block;
	float: left;
	width: 20em;
	height: 10em;
	border: 1px solid #5A4977;
	margin: 0 0 3px 0;
}

