/* CSS Document */

/* main classes */
html {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	overflow: auto;
}
body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
}
img {
	padding: 0px;
	margin: 0px;
}
a, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover, a.active {
	text-decoration: underline;
}
p {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 15px;
}

p a, p a:visited {
	text-decoration: underline;
	color: #000;
}
p a:hover, p a.active {
	text-decoration: none;
}	
h1 {
	margin:0 0 15px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
h2 {
	margin:0 0 15px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
h3 {
	margin:0 0 15px;
	line-height:15px;
	font-size: 12px;
	font-weight: normal;
}
h4 {
	margin:0 0 15px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}
ol {
	padding: 0;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	border: none;
}


/* layout */

#wrap {
	position: absolute;
	z-index: 5;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
	overflow: auto;
}
#mainwrap {
	width: 980px;
	height: 101%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	position: relative;
	text-align: left;
	/*display: none;*/
}
#topnavwrap {
	width: 930px;
	height: 30px;
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 0;
}
#logo {	
	display:block;
	text-align:center;
	padding:0;
	position: relative;
	margin-left:-2px;
	margin-bottom:10px;
	margin-top:20px;
	width:100%;
}
#logo img {
	border: none;
}
#payoff {
	display:block;
	text-align:left;
	padding:0;
	position: absolute;
	left: 17px;
	bottom: 17px;
}
#left {
	width:320px;
	text-align:left;
	padding:0px;
	margin:0;
	position: absolute;
	left: 20px;
	top: 80px;
	background: #f1f1f1;
	z-index: 20;
}
#right {
	width:250px;
	text-align:left;
	padding:0px;
	margin:0;
	position: absolute;
	left: 700px;
	top: 80px;
	overflow: hidden;
}
#center {
	width: 320px;
	margin: 0;
	padding-bottom: 20px;
	text-align:left;
	position: absolute;
	left: 360px;
	top: 80px;
	z-index: 10;
}
#agendacenter {
	width: 590px;
	margin: 0;
	padding-bottom: 20px;
	text-align:left;
	position: absolute;
	left: 360px;
	top: 50px;
	z-index: 20;
	background: #FFF;
}
#contentwrap {
	width: 320px;
	margin: 0;
	padding: 0px;
	background-color: #f1f1f1;
}
#agendawrap {
	width: 590px;
	margin: 0;
	padding: 0px
	background: #FFF;
}
#content {
	position: relative;
	padding: 10px;
}
#content img {
	display: block;
	margin-bottom: 15px;
}
#content a img {
	border: none;
}
#content ul {
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	border: none;
}
#content li {
	padding: 0;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	border: none;
	list-style-image: url(http://www.iabr.nl/site_images/bullit.gif);
	list-style-type: none;
}
#startbutton {
	width:226px;
	height:226px;
	text-align:center;
	padding:0;
	position: absolute;
	z-index: 10;
	background-image: url(../site_images/opencity.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#startbutton:hover {
	background-image: url(../site_images/opencity_over.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#startimage {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width:250px;
	text-align:left;
}
#startimage .text {
	display: block;
	background-color: #f1f1f1;
	padding: 5px;
}
#startimage strong {
	display: block;
}
#startimage .image {
	width:250px;
	padding: 0;
	margin: 0;
}
#startimage .image img {
	padding: 0;
	margin: 0;
}
.imagewrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	/* display: none; */
}

#poster {
	display: block;
	padding: 0px;
	position: relative;
	margin-top: 20px;
	width:320px;
	height:450px;
	text-align:center;
	background-color: #ffea00;
	background-image: url(../site_images/opencity/pageheader.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	overflow: hidden;
}
#poster:hover {
	background-color: #f1f1f1;
}
#poster a {
	padding: 0px;
	overflow: hidden;
	width:320px;
	height:450px;
	text-align:center;
	margin: 0;
	padding: 0;
	display: block;
}
#poster a img {
	border: none;
	margin: 0;
	padding: 0;
	width: 214px;
	height: 302px;
	margin-top: 80px;
	position: relative;
	background-color: #FFF;
}
#poster_groot {
	display: block;
	padding: 0px;
	position: relative;
	margin-top: 20px;
	width:320px;
	height:450px;
	text-align:center;
	background-color: #FFF;
	overflow: hidden;
}
#poster_groot div {
	padding: 0px;
	overflow: hidden;
	width:320px;
	height:450px;
	text-align:center;
	margin: 0;
	padding: 0;
	display: block;
}
#poster_groot div img {
	border: none;
	margin: 0;
	padding: 0;
	width: 214px;
	height: 302px;
	margin-top: 80px;
	position: relative;
	background-color: #FFF;
}

/* menu */

#wrap #mainwrap #nav {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 150px;	
	}
#wrap #mainwrap #nav ul {
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	list-style-type: none;
}
#wrap #mainwrap #nav ul li ul {
	list-style-type: none;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	border: none;
	margin-top: 5px;
}
#wrap #mainwrap #nav ul li {
	list-style-type: none;
	padding: 0;
	display: block;
	margin-bottom: 5px;
}
#wrap #mainwrap #nav ul li ul li {
	list-style-type: none;
	padding: 0;
	display: block;
	margin-bottom: 2px;
}
#wrap #mainwrap #nav ul li a, #wrap #mainwrap #nav ul li a:visited {
	height: 15px;
}
#wrap #mainwrap #nav ul li a.active {
	text-decoration: underline;
}
#topnavwrap {
	width: 930px;
	height: 30px;
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 0;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
 	-moz-opacity: 0.80;
	opacity:0.8;
	z-index: 9;
}
#topnavwrapoc {
	width: 930px;
	height: 60px;
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 0;
	background-color: #ffea00;
	background-image: url(../site_images/opencity/pageheader.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	z-index: 9;
}
#wrap #mainwrap #topnav {
	margin: 0;
	text-align:right;
	position: absolute;
	right: 40px;
	top: 8px;
	z-index: 10;
	text-transform: uppercase;
}
#wrap #mainwrap #topnav ul {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	list-style-type: none;
}
#wrap #mainwrap #topnav li, #wrap #mainwrap #topnav li:visited {
	float: right;
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
}
#wrap #mainwrap #topnav ul li a, #wrap #mainwrap #topnav ul li a:visited {
	height: 15px;
}
#wrap #mainwrap #topnav ul li a.active {
	text-decoration: underline;
}





/* pagenav  */

#content #pagenav ul {
	text-align: left;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 15px;
	position: relative;
	list-style-type: none;
}
#content #pagenav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
#content #pagenav ul li a, #content #pagenav ul li a:visited {
	height: 15px;
	display: inline;
	padding-right: 15px;
}
#content #pagenav ul li a.active {
	text-decoration: underline;
}
.clear {
	clear: left;
	height: 0;
}

/* random images */

#beeld1, #beeld2, #beeld3 {
	padding: 0px;
	margin: 0px;
	position: absolute;
	display: none;
}
#beeld1 {
	z-index: 1;
}
#beeld2 {
	z-index: 2;
}
#beeld3 {
	z-index: 3;
}

/* zoek*/

#zoek {
	display: block;
	margin-bottom: 20px;
}
.zoek {
	width: 98%;
	font-size: 12px;
	cursor: text;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #CCC;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
#zoek a {
	text-decoration: underline;
}
#zoek a:hover {
	text-decoration: none;
}

/* lijst */
.lijst {
	margin-top: 20px;
	padding-bottom: 20px;
	}
.lijst .item {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-decoration: none;
	clear: left;
	margin: 0;
}
.lijst a:hover {
	text-decoration: underline;
}
#content .lijst .item img {
	width: 150px;
	float: left;
	margin-bottom: 15px;
	margin-top: 0;
	border: 1px solid #CCC;
}
.lijst .item  h1, .lijst .item h2, .lijst .item p {
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
.lijst .item p, .lijst .item p a, .lijst .item p div {
	font-size: 11px;
	line-height: 15px;
}
.lijst .item p a {
	text-decoration: underline;
}
.lijst .item p a:hover {
	text-decoration: none;
}


/* lijstgroot */
.lijstgroot {
	margin-top: 0px;
	padding-bottom: 0px;
	}
.lijstgroot .item {
	display: block;
	border: none;
	text-decoration: none;
	clear: left;
	margin: 0;
}
.lijstgroot a:hover {
	text-decoration: underline;
}
#content .lijstgroot .item img {
	margin-bottom: 15px;
	margin-top: 0;
}
.lijstgroot .item  h1 {
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}
.lijstgroot .item h2, .lijstgroot .item p {
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
.lijstgroot .item p, .lijstgroot .item p a, .lijstgroot .item p div {
	font-size: 12px;
	line-height: 15px;
}
.lijstgroot .item p a {
	text-decoration: underline;
}
.lijstgroot .item p a:hover {
	text-decoration: none;
}


#lijstelement {
	margin-top: 20px;
	}
#lijstelement  h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-decoration: none;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	cursor: pointer;
	background-image: none;

}
#lijstelement  h3:hover {
	text-decoration: none;
	background-image: url(/site_images/arrow_down_hover.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #999;
}
#lijstelement p {
	padding-top: 5px;
	padding-bottom: 10px;
	}
.archief  {
	position: absolute;
	z-index: 20;
	right: 10px;
	top: 11px;
	font-size: 11px;
	line-height: 15px;
}
#icons {
	display: block;
	margin: 0;
	height: 17px;
}
#icons a {
	float: right;
	margin: 0 0 0 5px;
}
#icons .addthis_toolbox {
	float: right;
	margin: 0;
}
#icons .addthis_button_email {
	float: left;
	margin: 0 5px 0 0;
}
#icons .addthis_button_print {
	float: left;
	margin: 0 5px 0 0;
}

/* scroll */

#nieuws {
	text-align:left;
	position: relative;
	padding:0;
	border: none;
	width: 250px;
	height: 300px;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 20px;
}
#actueel {
	text-align:left;
	position: relative;
	padding:0;
	border: none;
	width: 250px;
	height: 300px;
	z-index: 10;
	overflow: hidden;
}
#agenda {
	text-align:left;
	position: relative;
	padding:0;
	border: none;
	width: 250px;
	height: 300px;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 20px;
}
#notes {
	text-align:left;
	position: relative;
	padding:0;
	border: none;
	width: 250px;
	height: 300px;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 20px;
}
.scroll-pane titel {
	display: block;
	margin-bottom: 5px;
	padding: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.scroll-pane h1 {
	display: block;
	margin-bottom: 5px;
	padding: 10px;
	display: block;
}
.scroll-pane .archief  {
	position: absolute;
	z-index: 20;
	right: 5px;
	top: 11px;
	font-size: 11px;
	line-height: 15px;
}
.scroll-pane .item {
	display: block;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 215px;
}
.scroll-pane .item img {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.scroll-pane .item p {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	line-height: 15px;
}
.scroll-pane .item h1 {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.scroll-pane .item h4 {
	display: block;
	margin: 0;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
}
.scroll-pane p .item:hover, .scroll-pane .item:hover h1 {
	text-decoration: underline;
}
.clear {
	clear: left;
}

.rssFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 250px;
	margin-bottom: 20px;
}
.rssFeed a
{
	color: #000;
	text-decoration: none;
}
.rssFeed a:hover
{
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 10px 0; font-weight: bold; }

.rssBody { border-top: 1px solid #999;, border-bottom: 1px solid #999; }
.rssRow h1, .rssRow p
{
	margin: 0;
	padding: 5px 0 5px 0;
}
.rssRow .date
{
	font-size: 10px;
}

/* scrollpane */
.scroll-pane {
	width: 250px;
	height: 300px;
	overflow: auto;
	background: #f1f1f1;
}
#notes .scroll-pane {
	background-color: #f1f1f1;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #f1f1f1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.jScrollPaneDrag {
	position: absolute;
	background: #CCC;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


/* kleuren */

.red, .red:visited {
	color: #E41028;
}
.blue, .blue:visited {
	color: #666666;
}
.pink, .pink:visited {
	color: #E2007A;
}
.green, .green:visited {
	color: #B1C903;
}
.orange, .orange:visited {
	color: #F18E00;
}

/* sitemap */

#sitemap ul {
	list-style: none;  
	list-style-type: none;
	list-style: none;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
}
#sitemap ul li {    
	list-style-type: none;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 15px;
	border-bottom: 1px solid #CCC;
	border-top: none;
	font-weight: bold;
}
#sitemap li ul {
	padding: 0px;
	margin: 0px;
}
#sitemap li ul li {
	list-style-type: none;
	list-style: none;
	border: none;
	padding-top: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 15px;
	font-weight: normal;
}
#sitemap ul li li {    
	list-style-type: none;
	padding-top: 2px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}

/* volgende */
	
#volgende {
	float: right;
	padding: 0;
	margin: 0px;
	display: block;
}
#vorige {
	float: left;
	padding: 0;
	margin: 0px;
	display: block;
}
#vorige a, #vorige a:visited, #volgende a, #volgende a:visited {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#vorige a:hover, #volgende a:hover {
	text-decoration: none;
}

/* forms en buttons */

form {
	padding: 0px;
	margin: 0px;
}
fieldset {
	border: 1px solid #999;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}
legend {
	color: #000;
}
#textlijn legend {
	color: #FFF;
}
.form {
	width: 98%;
	font-size: 12px;
	cursor: text;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	color: #666;
	border: 1px solid #999;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
form input:focus, .form input:focus, .persformulier input:focus {
	border: 1px dotted #999;
	color: #000;
}
form input.error, .form input.error, .persformulier input.error {
	border: 1px dotted #CC0000;
}
form label.error, label.error {
	color: #CC0000;
	font-style: italic;
	display: block;
 	margin-bottom: 5px;
}
form div.error { display: block; }
.check {
	padding: 0px;
	margin-bottom: -1px;
	margin-left: -1px;
}
.radio{
	padding: 0px;
	margin: 15px 5px 15px 3px;
	width:auto;
}
.persformulier p input {
	padding: 0px;
	margin-bottom: -1px;
	margin-left: -1px;
	margin-right: 5px;
	cursor: pointer;
}

.highlight {
	color:#999 !important;
	}
.highlight-selected {
	color:#999 !important;
	}

a.verstuur, .verstuur{
	color: #FFF;
	background-color: #CCC;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}
a.verstuur:hover {
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}
.send {
	color: #FFF;
	background-color: #666;
	padding: 4px;
	border: none;
}
.send:hover {
	color: #FFF;
	background-color: #CCC;
	text-decoration: none;
}

/* edit */

.editblock, .editblock div, .wetextinput, .wetextarea {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
}
.weEditmodeStyle body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	overflow: auto;
	font-size: 13px;
	line-height: 20px;
	color: #940031;
}
.editblock img {
	margin: 0;
	padding: 0;
}
.edit {
	border: 1px solid #006DB8;
	padding-left: 2px;
	width: 420px;
}
.editcontent {
	border: none;
	background-color: #FFF;
	overflow: auto;
	font-size: 13px;
	line-height: 20px;
	color: #940031;
}
.weEditmodeStyle input, .weEditmodeStyle select {
	border: 1px solid #006DB8;
	font-size: 13px;
	line-height: 20px;
}
.editblock table {
	margin-top: 1px;
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
}
.editblock td, .editblock tr {
	margin: 0px;
	padding: 0px;
}
.editblock tr {
	vertical-align: middle;
}
.editblock img, .editblock table img, .editblock td img, .weEditmodeStyle, td.weEditmodeStyle {
	border: none;
	padding-top: 2px;
}
.weBtnLeft, .weBtnLeftDisabled, .weBtnRight, .weBtnRightDisabled {
	background-repeat: no-repeat;
}

/* Linkimage */

a.linkimage img, a.linkimage:visited img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
 	opacity:1;
}
a.linkimage:hover img { 
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.70;
	opacity:0.7;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #eee;
	padding: 5px;
	opacity: 0.90;
	width: 250px;
}
#tooltip h3, #tooltip div { 
margin: 0; 
}
#thickboxwrapper {
	margin-top: 10px;
	padding: 0;
	display: block;
	width: 320px;
}
#thickboxwrapper a {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
	width: 91px;
	height: 91px;
	border: 1px solid #CCC;
}
#thickboxwrapper a:hover img { 
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50; 
	opacity:0.5;
}
#thickboxwrapper a img {
	border: none;
	padding: 0;
}

