body {
	/*background-color: #FFFFFF;*/
	/* The following gives the body element the max height of content and window. This will affect background layout, borders, and absolutely positioned children with 'bottom: 0px;', but will prevent 'height:100%' or 'min-height:100%' from working on any non-absolutely-positioned child elements. Note that if you want this to happen on the site-wrapper instead, you have to disable this for the body element. */
	min-height: 100%;
	height: auto;
	position: relative;
}

.sitewrapper {
	/*padding: 10px 0px 0px 10px;*/
	padding: 0px;
	width:100%;
	margin: 0 auto;
	border:0px solid red;
}

.contentcontainer, .main-header {
	/*float:left;*/
	width:960px;
	margin:0 auto;
	border: 0px solid green;
}
.main-header {
	height: 70px;
}
.contentcontainer {
	margin-top: 25px;
	min-height: 200px;
	width: 920px;
}

footer {
	margin:0 auto;
	width:960px;
	border-bottom: 1px solid #767676;
	padding-top: 40px;
	font-size: 11px;
}
footer .copyright {
	float: left;
	margin-top: 11px;
}
footer .social {
	float: right;
	margin-top: 8px;
}
footer .social div {
	float: right;
	margin-left: 10px;
}
footer .social .twitter {
	margin-right: 5px;
}
.cmsbackbutton {
	
}

.pagecontents {
	padding: 0px;
}

body, #tinymce.mceContentBody, input {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height:normal;
	color: #000000;
}
input[type="email"], input[type="text"], textarea {
	padding: 4px;
}
input[type="submit"] {
    background-color: #00ACE7;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 4px 8px;
}
input[type="submit"]:hover {
    opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
    color: #000;
}
a {
	color: #000000;
	outline:none;
}

h1 {
	font-size: 17px;
	margin-bottom: 20px;
	text-transform: uppercase;	
}
h2{
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h3, h4 {
	font-size: 14px;
}
pre, code {
	font-family: "Courier", fixed;
}

.image {
	line-height: 0px; /* EV: ter voorkoming van ondermarge */
	margin-top: 2px; /* EV: zodat deze op zelfde hoogte staat als de tekst zou staan. Dit omdat bij tekst line-height altijd voor wat padding zorgt */
}
/*
.cmstext, .cmstext p, body.mceContentBody, body.mceContentBody p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}
.cmstext p:first-child, body.mceContentBody p:first-child {
	margin-top: 0px;
}
.cmstext p:last-child, body.mceContentBody p:last-child {
	margin-bottom: 0px;
}
*/

.cmstext, body.mceContentBody {
	max-width: 920px;
}
.cmstext img[style*="float"][style*="left"]{
	margin-right: 5px; 
}
.cmstext img[style*="float"][style*="right"]{
	margin-left: 5px; 
}
.labeltextarea {
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	padding-left:5px;
}
/*
input[type=submit], .submitbutton{
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 2px ridge #DDDDDD;
}
*/
.submission-in-progress {
	cursor: progress;
}
.submission-in-progress input[type="submit"],
.submission-in-progress .submitbutton {
	color: #AAAAAA;
}



li {
	margin-top: 1ex;
}

/*
.myavenueclass1 {
	color: red;
}
*/

.list-items {
	margin-top:20px;
}

.list-items .item {
	margin-top:5px;
}

.prev-next-container {
	text-align:center;
	padding-top:10px;
	white-space: nowrap;
}

.prev-next-container a, .prev-next-container span {
	display: inline-block;
	text-decoration: none;
}

.prev-next-container .paged-navigation .selected {
	font-weight: bold;
}

.prev-button-container, .next-button-container {
	width: 80px;
}
.prev-button-container {
	float: left;
	text-align: left;
	margin-top: 0px;
}
.paged-navigation {
	float: left;
	text-align: center;
	width: 590px;
}
.next-button-container {
	float: right;
	text-align: right;
	margin-top: 0px;
}
.sharebuttons-container {
  float: right;
  border: 1px solid #DDD;
  background-color: #FFF;
  padding: 4px 5px 0px 5px;
}
.sharebuttons-container div {
	float:left;
	margin-right:10px;
}
.sharebuttons-container div.twitter {
	margin-right: 2px;
}
.sharebuttons-container .share-header {
	margin-top: 1px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #767676;
}
.breadcrumbscontainer {
	width: 960px;
	margin: 0 auto;
	padding-top: 8px;
}
.breadcrumb {
	font-size:11px;
}
div.breadcrumb {
	display:inline;
}
div.logo {
	padding: 16px 0px 0px 0px;
	float:left;
}
.logo img {
	width: 224px;
	height: auto;
}
.active .ifInactive,
.inactive .ifActive {
	display: none;
}
/* Don't show mobile & tablet versions on desktop */
.mobile-version {
		display: none;
	}
.tablet-version {
	display: none;
}

/* Uncomment & adapt the commented subsection in order to have only the
   specified printcontents section visible when printing.
   IMPORTANT: the left/top margins and offsets MUST be adjusted for your site.
   For multi-page printing of containers with large contents, note:
   - position:absolute inhibits multi-page printing
   - overflow: auto inhibits multi-page printing
   - height: (something other than auto) inhibits multi-page printing
   - top: -XXXpx shifts contains of post-first pages in Firefox
   - margin-top: -XXXpx causes double-printing of lines in IE
 */
/*
@media print {
	body {
		visibility: hidden;
	}
	div.printcontents {
		visibility: visible;
		position: relative;
		left: -320px;
		margin-top: -170px;
		width: 700px;
	}
	.browserMSIE div.printcontents {
		top: -170px;
		margin-top: 0px;
	}
	img#printbutton, input[type=submit], .noprint {
		visibility: hidden;
	}
	option {
		visibility: hidden;
		color: white;
	}
	select {
		color: white;
		height: 2ex;
	}
}
*/
