#content-body {
	margin: 8px 0 0;
	padding: 0;
	line-height: 150%;
	color: #404040;
}

#content-body h2 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 37px;
	font-weight: normal;
	color: #CC2C4B;
}

#content-body h2 small {
	font-size: 19px;
}

#content-body.home h2 {
	color: #52663D;
}

#content-body h3 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 25px;
	font-weight: normal;
	color: #52663D;
}

#content-body p {
	margin: 0 0 16px;
	padding: 0;
}

#content-body p img.icon {
	vertical-align: middle;
}

#content-body ul {
	margin: 0 0 16px 0;
	padding: 0 16px;
	list-style: square;
}

#content-body ul li {
}

#content-body dl {
	margin: 0 0 16px;
	padding: 0;
}

#content-body img.border {
	border: 1px solid #52663D;
}

#content-body table {
	margin: 0 0 16px;
}


/**
 * Columns
 */
.columns {
}

.columns .lft,
.columns .rgt {
	margin: 0;
	padding: 0;
	width: 49%;
}

.columns .lft {
	float: left;
}

.columns .rgt{
	float: right;
}


/**
 * Rotator
 */
div#rotator {
	margin: 0;
	padding: 0;
	width: 699px;
	height: 367px;
	float: left;
	overflow: hidden;
}

div#rotator ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}

div#rotator ul li {
	margin: 0;
	padding: 0;
	position: absolute; top: 0; left: 0;
}

div#rotator ul li.selected {
	z-index: 1000;
}

div#rotator ul li a {
	color: #FFF;
	text-decoration: none;
}

div#rotator p {
	margin: 0;
	padding: 4px;
	height: 54px;
	width: 691px;
	position: absolute; bottom: 0; left: 0;
	background-color: #52663D;
	color: #FFF;
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}

div#rotator p span.title {
	font-size: 25px;
	color: #FFF;
}

div#rotator p span.subtitle {
	font-size: 13px;
	color: #FFF;
}


/**
 * Rotator Thumbnails
 */
div#rotator_thumbs {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 367px;
	float: right;
}

div#rotator_thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#rotator_thumbs ul li {
	margin: 0 0 8px;
	padding: 0;
	width: 160px;
	height: 117px;
}


/**
 * Tables
 */
table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-bottom: 1px solid #52663D;
}

table tr th,
table tr td {
	margin: 0;
	padding: 2px 4px;
}

table tr th {
	border-top: 2px solid #52663D;
	border-bottom: 1px solid #52663D;
	text-align: left;
}

table tr td {
}

table tr.border td {
	border-top: 1px solid #52663D;
}


/**
 * Albums
 */
div.albums {
	margin: 16px 0 8px;
	padding: 0;
	width: 699px;
}

div.albums div.album {
	margin: 0 9px 8px 0;
	padding: 0;
	width: 227px;
	float: left;
	text-align: center;
}

div.albums div.album.first {
	clear: left;
}

div.albums div.album.last {
	margin: 0 0 8px 0;
}

div.albums div.album a,
div.albums div.album a:hover {
	text-decoration: none;
}

div.albums div.album div.img {
	width: 227px;
	min-height: 152px;
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 0;
}

div.albums div.album div.img img {
	line-height: 0;
	font-size: 0;
}

div.albums div.album span.title {
	font-weight: bold;
}

div.albums div.album span.subtitle {
	font-weight: normal;
	color: #A3CC7A;
}


/**
 * Albums (4 column)
 */
div.albums.c4 {
}

div.albums.c4 div.album {
	width: 168px;
}


/**
 * Repertoire
 */
ul li span.artist {
	font-size: 12px;
	color: #A3CC7A;
}


/**
 * Repertoire (leden)
 */
table.map tr th,
table.map tr td {
	margin: 0;
	padding: 2px;
}
 
table.map td {
	font-weight: bold;
}

table.map td.unavailable {
	font-weight: normal;
	color: #7a995c;
}

table.datumlijst {
	width: 576px;
	border-top: 2px solid #52663d;
	border-bottom: 2px solid #52663d;
}

table.datumlijst tr.blok td {
	border-top: 1px solid #52663d;
}


/**
 * Agenda
 */
div.agenda .title {
	margin: 4px 0 16px 0 !important;
}

div.agenda .subtitle {
	margin: 0 0 4px 0 !important;
	font-size: 11px;
}

div.agenda img {
	border: 1px solid #52663D;
}

div.agenda img.right {
	float: right;
	margin: 0 0 0 16px;
}

div.agenda dl {
}

div.agenda dl dt {
	margin: 4px 0 0;
	padding: 0;
	font-size: 13px;
	color: #A3CC7A;
	font-variant: small-caps;
	font-weight: bold;
}

div.agenda dl dd {
	margin: 0;
	padding: 0;
}

div.agenda dl dd.past {
	color: #a6a6a6;
}

div.agenda dl dd.past a {
	color: #b8cca3;
}


/**
 * Maps
 */
div#map {
	margin: 0 0 16px;
	padding: 0;
	width: 697px;
	height: 367px;
	border: 1px solid #52663D;
}


/**
 * Sponsors
 */
div.sponsors {
	margin: 16px 0 8px;
	padding: 0;
	width: 699px;
}

div.sponsors div.sponsor {
	margin: 0 9px 8px 0;
	padding: 0;
	width: 227px;
	float: left;
	text-align: center;
}

div.sponsors div.sponsor.first {
	clear: left;
}

div.sponsors div.sponsor.last {
	margin: 0 0 8px 0;
}

div.sponsors div.sponsor a,
div.sponsors div.sponsor a:hover {
	text-decoration: none;
}

div.sponsors div.sponsor img {
	line-height: 0;
	font-size: 0;
}

div.sponsors div.sponsor span.title {
	font-weight: bold;
}

div.sponsors div.sponsor span.subtitle {
	font-weight: normal;
	color: #A3CC7A;
}


/**
 * Other
 */
#content-body .border {
	margin: 8px 0 16px;
	padding: 8px 8px 0;
	border: 1px solid #52663D;
	background: #CDDAAA;
	color: #52663D;
}

#content-body .border p {
	margin: 0 0 8px;
	padding: 0;
}

#content-body div.agenda .border {
	margin: 0 0 16px;
	padding: 0 8px 8px;
}

#content-body div.agenda .border dt {
	color: #52663D;
}

.new {
	color: #7A995C;
	text-decoration: blink;
	animation: blink 1s steps(5, start) infinite;
	-webkit-animation: blink 1s steps(5, start) infinite;
} 

@keyframes blink {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}