/*HTML ELEMENTS*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	letter-spacing: 1px;
}
a {
}
img {
	border:none;
}

/*END HTML ELEMENTS*/

/*CONTENTBLOKKEN*/
.contentblok {
	padding:5px 0px 10px;
	border-top:1px solid;
}
.contentblok#orange {
	border-color:#FF9C00;
}
.contentblok#green {
	border-color:#00FF00;
}
.contentblok#yellow {
	border-color:#FFFF00;
}
.contentblok#red {
	border-color:#ff2929;
}
.contentblok#blue {
	border-color:#4bbcee;
}
.contentblok#purple {
	border-color:#ffa4fa;		
}
.contentblok#brown {
border-color:#000000;
	background-image: url(../media/img/content/elements/bg_info.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:100px;
}
/*PINK*/
.contentblok#pink {
	border-color:#FF00A2;
	background-image: url(../media/img/content/elements/bg_info.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:20px;

}
.contentblok#pink li{
	padding-left: 30px;
	margin-left: 0px;
	background-image: url(../media/img/content/elements/li.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	list-style-type: none;
}
.contentblok#pink a{
	color:#FF00A2;
	text-decoration:none;
}
.contentblok#pink a:hover{
	text-decoration:underline;
}
a.contentblok:hover {
	background-color: red;
}
.contentblok#blue a{
	color:#4bbcee;
	text-decoration:none;
	}
.contentblok#red a{
	color:#ff2929;
	text-decoration:none;
}

/*END CONTENTBLOKKEN*/

/*SPANS*/
.bandTitel {
	font-size: 26px;
	font-weight: bold;
}
.bandTitelKlein {
	font-size: 15px;
}
.nieuws_titel {
	color:#FF9C00;
}
.agenda_titel {
	color:#00FF00;
}
.info_titel {
	color:#FF00A2;
}
.closeup_titel {
	color:#FFFF00;
}
/*END SPANS*/
#orange a {

	color:#EF9200;
	text-decoration:none;
}
#blue a {
	color:#4bbcee;
	text-decoration:none;
	}
#brown a {
	color:#b6cf0c;
	text-decoration:none;
	}
#red a {
	color:#ff2929;
	text-decoration:none;
}
#yellow a {
	color:#FFFF00;
	text-decoration:none;
}
#purple a {
	color:#ffa4fa;
	text-decoration:none;
}
.contentblok#green a {
	color:#00FF00;
	text-decoration:none;
}
.contentblok#yellow a {

	color:#FFFF00;
	text-decoration:none;
}
.contentblok#purple a {

	color:#ffa4fa;
	text-decoration:none;
}

/*FORM*/
.textField {
	color: #000000;
	background-color: #E5E8F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3F5F9;
	border-right-color: #465484;
	border-bottom-color: #A4ADCE;
	border-left-color: #F3F5F9;
	cursor: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button {
	color: #000000;
	background-color: #E5E8F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3F5F9;
	border-right-color: #465484;
	border-bottom-color: #A4ADCE;
	border-left-color: #F3F5F9;
	cursor: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000000;
background-color: #ffffff;
border-width: 1;
border-style: solid;
border-color: #505050;

}
textarea{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000000;
background-color: #F0F0F0;
border-width: 1;
border-style: solid;
border-color: #ffffff;
}


