@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f4d1a9;
	/* background-position: 50% 0%;
	background-repeat: repeat-y; */
}

#box {
	width: 1024px;
	background-image:url(images/content_background.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#border {
	width: 777px;
	background-image: url(images/kader.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 123px;
	margin-right: 124px;
	margin-top: 0px;
	padding-top: 122px;
}
#inhoud {
	background-color: #FFFFFF;
	width: 557px;
	margin-left: 79px;
	margin-right: 92px;
	padding-left: 25px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 40px;
	color: #683f1f;
	text-align: justify;
}
#inhoud a {
	color: #cc0033;
}
#box #content {
	margin-left: 240px;
	padding-right: 185px;
	margin-bottom: 250px;
	color: #513c1e;
	font-size: medium;
	font-weight: bold;
	text-align: justify;
}
#box #content a {
	color: #d2232a;
}
/* in concert */
ul.concerts {
	display: block;
    list-style: none;
	font-size: medium;
}
ul.concerts li {
	list-style: none;
	display: block;
	/* float: left; */
}
ul.concerts li.date {
	color: #d2232a;
	font-weight: bold;
	width: 55%;
	padding-left: 0;
	margin-left: 0;
}
ul.concerts li.location {
	padding-left: 2%;
	width: 43%;
	font-weight: bold;
	padding-bottom: 0.5em;
}

