a {
	color: black;
}

body {
	margin: 0px;
	font-family: sans-serif;
	font-size: 15px;
	background-color: black;
}

div.arrangementen {
	cursor: pointer;
	width: 270px;
	height: 20px;
	background-image: url(/images/noot.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border: solid 2px #F58220;
	color: black;
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;
	font-weight: bold;
	background-color: #F9CB48;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

div.arrangementen a {
	text-decoration: none;
}

div.ringtone {
	cursor: pointer;
	width: 270px;
	height: 20px;
	background-image: url(/images/ringtone.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border: solid 2px #F58220;
	color: black;
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;
	font-weight: bold;
	background-color: #F9CB48;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

div.ringtone a {
	text-decoration: none;
}

div.smstone {
	cursor: pointer;
	width: 270px;
	height: 20px;
	background-image: url(/images/smstone.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border: solid 2px #F58220;
	color: black;
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;
	font-weight: bold;
	background-color: #F9CB48;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

div.smstone a {
	text-decoration: none;
}

div#body {
	width: 100%;
	height: 780px;
	background-image: url(/images/topback.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

div#content {
	width: 1000px;
	height: 580px;
	position: relative;
	top: 150px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/contentback.jpg);
	background-repeat: no-repeat;
}

div#content div.content {
	width: 950px;
	height: 545px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	padding-bottom: 25px;
	text-align: center;
}

body.page-home div#content {
	background-image: url(/images/contentback_home.jpg);
}

body.page-home div#content div.content {
	overflow-y: hidden;
}

div#content div.column {
	width: 450px;
	float: left;
}

div#footer {
	width: 100%;
	height: 30px;
	font-size: 10px;
	background-color: #f9cb48;
	color: black;
	text-align: right;
}

div#footer div {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#footer a.sitemap {
	float: left;
}

div#footer div.icons {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	padding-left: 20px;
	text-align: center;
}

div#footer div.icons img {
	margin-right: 10px;
}

div#menu {
	position: relative;
	top: 150px;
	text-align: center;
	background-color: #070200;
	height: 25px;
	font-size: 18px;
}

div#menu a {
	text-decoration: none;
	color: #f9cb48;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

div#menu2 {
	position: relative;
	top: 150px;
	text-align: center;
	background-color: #070200;
	height: 25px;
	font-size: 18px;
}

div#menu2 a {
	color: #f9cb48;
	font-weight: bold;
	text-decoration: none;
}

div#menu2 div.inside {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#menu2 div.inside div.left {
	width: 225px;
	float: left;
}

div#menu2 div.inside div.right {
	width: 201px;
	float: left;
}

div#bar {
	background-color: #f9cb48;
	color: #070200;
	height: 25px;
	width: 799px;
	float: left;
}

div#bar a {
	color: #070200;
	text-decoration: none;
}

div#bar img {
	margin-left: 10px;
	margin-right: 10px;
}

div.lightbox {
	padding: 10px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

div.lightbox ul {
	list-style: none;
}

div.lightbox ul li {
	display: block;
	width: 180px;
	height: 180px;
	float: left;
}

div.lightbox ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}

div.lightbox ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}

div.lightbox ul a:hover {
	color: #fff;
}

div#musicbar {
	width: 100%;
	height: 25px;
	font-size: 20px;
	background-color: #070200;
	color: #f9cb48;
	text-align: left;
}

div#musicbar div.inside {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#musicbar div.item {
	width: 333px;
	float: left;
}

div#musicbar div.item div.label {
	width: 300px;
	float: left;
}

div#musicbar div.item div.file {
	width: 33px;
	float: left;
}

div.music {
	cursor: pointer;
	width: 270px;
	height: 20px;
	background-image: url(/images/noot.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border: solid 2px #F58220;
	color: black;
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;
	font-weight: bold;
	background-color: #F9CB48;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

div.music a {
	text-decoration: none;
}

div.movie {
	margin-top: 25px;
	margin-bottom: 25px;
}

div.movie a {
	text-decoration: none;
}

div.right {
	float: right;
	width: 500px;
}

div#rightbar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 580px;
	background-color: black;
	border-left: solid 1px black;
	font-size: 0.1px;
}

h2 {
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	color: #070200;
	margin-bottom: 20px;
}

hr {
	border: 0px;
	background-color: black;
	border-top: dotted 2px #F9CB48;
	margin-top: 20px;
	margin-bottom: 20px;
}

span.year {
	font-size: 12px;
	padding-left: 5px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

table td {
	vertical-align: top;
	text-align: left;
}

table#gastenboek th {
	text-align: left;
	vertical-align: top;
}

table#gastenboek input {
	font-family: sans-serif;
	font-size: 12px;
}

table#programma td {
	padding: 5px;
}

table#gastenboek textarea {
	font-family: sans-serif;
	font-size: 12px !important;
}

table#programma th {
	vertical-align: top;
	border-bottom: solid 2px #070200;
}

/* temp ivm brand */
div#flags {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 100%;
	background-image: url(/images/flags.png);
	background-repeat: repeat-x;
	background-position: -18px 0px;
}

img#youtube_wzmn {
	position: absolute;
	right: 40px;
	bottom: 15px;
}

div#wzmn_clip {
	position: absolute;
	left: 45px;
	bottom: 5px;
}

/* temp ivm presentatie */
div#folder {
	background-image: url(/images/t.png);
	color: black;
	width: 375px;
	height: 0px;
	position: absolute;
	top: 15px;
	left: 313px;
	overflow: hidden;
}

/* temp ivm opname */
div#opname {
	background-image: url(/images/t.png);
	color: black;
	width: 400px;
	position: absolute;
	bottom: 1px;
	left: 10px;
	text-align: center;
	padding: 20px;
}

/* temp ivm cd verkoop */
div#cd_verkoop {
	color: black;
	width: 106px;
	position: absolute;
	bottom: 10px;
	left: 20px;
}

div#cd_verkoop img {
	float: left;
}

/* temp ivm filmpjes */
div#filmpjes {
	background-image: url(/images/t.png);
	color: black;
	width: 325px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

/* temp ivm bonnen lvk */
div#bonnen_lvk {
	background-image: url(/images/t.png);
	color: black;
	width: 450px;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* temp ivm ik rammel van d'n dors */
div#ik_rammel_van_dn_dors {
	color: black;
	width: 250px;
	position: absolute;
	bottom: 0px;
	right: 20px;
}

div#ik_rammel_van_dn_dors img {
	float: left;
}

/* temp ivm lvk 2011 finale */
div#lvk_2011_finale {
	color: black;
	width: 156px;
	position: absolute;
	bottom: 10px;
	left: 20px;
}

div#lvk_2011_finale img {
	float: left;
}
