/*standaard html onderdelen*/
body,html {
margin: 0px;
padding: 0px;
}

body {
font-family: 'Verdana';
font-size: 13px;
color: #000;
height: 100%;
background: url('../images/theme/back_body.jpg') center top;
}

input, select, textarea {
padding-left: 2px;
padding-right: 2px;
}

select {
font-size: 11px;
}

img {
border: 0px;
}

table {
border-collapse: collapse;
width: 100%;
}

table img {
margin: 0px;
}

table a {
background: none;
}

td{
padding: 2px;
padding-left: 5px;
padding-right: 5px;
vertical-align: top;
}

h1, h2, h3, h4, p, form {
margin: 0px;
padding: 0px;
}

a {
text-decoration: none;
}

hr {
border: 0;
height: 1px;
width: 80%;
margin: 0px auto;
padding: 0px;
clear: both;
text-align: center;
}

blockquote {
padding: 0px 10px;
margin: 10px;
}

ul {
list-style-type: square;
}

/*onderhoudsmededeling*/
.maintenance-text {
background: #ffffe1;
font-size: 1.1em;
text-align: center;
padding: 4px 0px;
border-bottom: solid 1px #000;
color: #000;
}

.maintenance-text a {
color: #ff6000;
}

/*de positioning en opmaak van de onderdelen site*/
.wrap {
width: 100%;
padding: 0px;
margin: 0px;
}

/* header */
div.header-wrap {
width: 100%;
height: 263px;
}

div.header {
width: 1040px;
height: 263px;
padding: 0px 0px 0px 0px;
margin: 0px auto;
position: relative;
}

div.header div.header-image {
width: 980px;
height: 250px;
padding: 0px 0px 0px 0px;
margin: 13px 34px 3px 27px;
position: absolute;
z-index: 5;
border-top: solid 3px #fff;
border-right: solid 3px #fff;
border-bottom: solid 3px #fff;
border-left: solid 3px #fff;
}


div.header div.header-overlay {
position: absolute;
top: 0px;
bottom: 0px;
width: 1040px;
height: 263px;
z-index: 10;
background: url('../images/theme/back_header_overlay.png') no-repeat top;
}

div.header div.header-overlay a {
position: absolute;
top: 0px;
bottom: 0px;
width: 1020px;
height: 263px;
z-index: 20;
}

div.header img {
margin: 0px 5px 0px 0px;
}

/* bericht tussen header en menu*/
div.header-message {
background: #9fc04d;
height: 10px;
padding: 5px 10px 15px 10px;
margin: 6px auto -6px auto;
width: 962px;
border: solid 1px #fff;
color: #fff;
font-size: 14px;
}

div.header-message a {
text-decoration: underline;
color: #fff;
}

div.header-message span.close-message {
float: right;
cursor: pointer;
}

/*de rest van het frame*/
.main-wrap {
width: 100%;
}

.main {
width: 980px;
padding: 10px 0px 0px 0px;
margin: 0px auto;
overflow: visible;
}

/*general waarschuwingen*/
.general-error {
display: block;
padding: 3px 0px 3px 30px;
background: #fab9a0;
border: solid 1px #cf3d04;
margin: 0px 0px 2px 0px;
color: #3d3d3d;
}

.general-error a {
color: #cf3d04;
}

.general-warning {
display: block;
padding: 3px 0px 3px 30px;
background: #fff8b1;
border: solid 1px #f79d00;
margin: 0px 0px 2px 0px;
color: #3d3d3d;
}

.general-warning a {
color: #f79d00;
}

.general-info {
display: block;
padding: 3px 0px 3px 30px;
background: #e2eaf5;
border: solid 1px #88a3c9;
margin: 0px 0px 2px 0px;
color: #3d3d3d;
}

.general-info a {
color: #88a3c9;
}

.general-error img, .general-warning img, .general-info img {
vertical-align: middle;
}


/* linker submenu */
div.submenu-left {
float: left;
width: 238px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/*optredens*/
div.submenu-left h3.bezig {
padding: 5px;
color: #fff;
display: block;
font-size: 16px;
font-weight: bold;
background: #bd0503;
margin: 0px 0px 3px 0px;
}

div.performance {
font-size: 15px;
line-height: 18px;
color: #fff;
margin: 0px 0px 10px 0px;
}

div.performance div.t {
height: 4px;
}

div.performance div.t div.tl {
float: left;
height: 4px;
width: 4px;
background: url('../images/theme/back_performance_1.png') no-repeat top left;
}

div#performances_container div.favorite div.t div.tl {
background-image: url('../images/theme/back_performance_1_favorite.png');
}

div.performance-highlight div.t div.tl {
background: url('../images/theme/back_performance_2.png') no-repeat top left;
}

div#performances_container div.favorite-performance-highlight div.t div.tl {
background: url('../images/theme/back_performance_2_favorite.png') no-repeat top left;
}

div.performance div.t div.tr {
float: left;
height: 4px;
background: url('../images/theme/back_performance_1.png') no-repeat top right;
}

div#performances_container div.favorite div.t div.tr {
background-image: url('../images/theme/back_performance_1_favorite.png');
}

div.performance-highlight div.t div.tr {
background: url('../images/theme/back_performance_2.png') no-repeat top right;
}

div#performances_container div.favorite-performance-highlight div.t div.tr {
background: url('../images/theme/back_performance_2_favorite.png') no-repeat top right;
}

div.performance div.m {

}

div.performance div.m div.ml {
float: left;
background: url('../images/theme/back_performance_1.png') no-repeat 0px -4px;
width: 4px;
}

div#performances_container div.favorite div.m div.ml {
background-image: url('../images/theme/back_performance_1_favorite.png');
}

div.performance-highlight div.m div.ml {
background: url('../images/theme/back_performance_2.png') no-repeat 0px -4px;
}

div#performances_container div.favorite-performance-highlight div.m div.ml {
background: url('../images/theme/back_performance_2_favorite.png') no-repeat 0px -4px;
}

div.performance div.m div.ml span.time {
font-size: 10px
}

div.performance div.m div.mr {
float: left;
padding: 0px 4px 0px 0px;
overflow: hidden;
background: url('../images/theme/back_performance_1.png') no-repeat 100% -4px;
}

div#performances_container div.favorite div.m div.mr {
background-image: url('../images/theme/back_performance_1_favorite.png');
}

div.performance-highlight div.m div.mr {
background: url('../images/theme/back_performance_2.png') no-repeat 100% -4px;
}

div#performances_container div.favorite-performance-highlight div.m div.mr {
background: url('../images/theme/back_performance_2_favorite.png') no-repeat 100% -4px;
}


div.performance div.b {
height: 4px;
}

div.performance div.b div.bl {
float: left;
height: 4px;
width: 4px;
background: url('../images/theme/back_performance_1.png') no-repeat bottom left;
}

div#performances_container div.favorite div.b div.bl {
background-image: url('../images/theme/back_performance_1_favorite.png');
}

div.performance-highlight div.b div.bl {
background: url('../images/theme/back_performance_2.png') no-repeat bottom left;
}

div#performances_container div.favorite-performance-highlight div.b div.bl {
background: url('../images/theme/back_performance_2_favorite.png') no-repeat bottom left;
}

div.performance div.b div.br {
float: left;
height: 4px;
background: url('../images/theme/back_performance_1.png') no-repeat bottom right;
}

div#performances_container div.favorite div.b div.br {
background-image: url('../images/theme/back_performance_1_favorite.png');
}

div.performance-highlight div.b div.br {
background: url('../images/theme/back_performance_2.png') no-repeat bottom right;
}

div#performances_container div.favorite-performance-highlight div.b div.br {
background: url('../images/theme/back_performance_2_favorite.png') no-repeat bottom right;
}

div.submenu-left a.all_schema {
padding: 5px;
color: #fff;
display: block;
font-size: 14px;
font-weight: bold;
background: #bd0503;
}

div.submenu-left div.gallery {
margin: 10px 0px 1px 0px;
position: relative;
width: 238px;
height: 140px;
}

div.submenu-left div.gallery a {
width: 238px;
height: 140px;
position: absolute;
display: block;
}

div.submenu-left div.gallery div.gallery-header {
height: 30px;
width: 238px;
background: url('../images/theme/submenu_left_gallery_header.png');
z-index: 100;
position: absolute;
top: -15px;
}

div.submenu-left ul.galleries {
list-style-type: none;
margin: 0px;
padding: 0px;
}

div.submenu-left ul.galleries li {
background: #bd0503;
display: block;
margin: 0px 0px 1px 0px;
}

div.submenu-left ul.galleries li a {
padding: 5px;
color: #fff;
display: block;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}

div.submenu-left div.webcam {
margin: 25px 0px 1px 0px;
position: relative;
width: 238px;
height: 140px;
}

div.submenu-left div.webcam div.webcam-header {
padding: 5px;
width: 238px;
background: #bd0503;
z-index: 100;
position: absolute;
top: -15px;
font-size: 17px;
color: #fff;
font-weight: bold;
}

div.submenu-left div.flevo-met {
position: relative;
width: 238px;
height: 199px;
margin: -10px 0px 20px 0px;
}

div.submenu-left div.flevo-met h3.flevo-met {
position: relative;
top: 10px;
left: 5px;
height: 30px;
width: 220px;
overflow: hidden;
text-indent: -9999px;
background: url('../images/theme/submenu_left_flevo_met_h3.png');
z-index: 10;
}

div.submenu-left div.flevo-met div.images {
position: relative;
width: 238px;
height: 159px;
overflow: hidden;
}

div.submenu-left div.flevo-met div.images div.image {
float: left;
width: 238px;
height: 159px;
position: absolute;
overflow: hidden;
}

div.submenu-left div.flevo-met div.images div.image img {
width: 238px;
height: 159px;
}

div.submenu-left div.flevo-met div.overlay {
z-index: 9;
position: absolute;
top: 30px;
left: 0px;
}

div.submenu-left div.flevo-met div.overlay a {
width: 238px;
height: 159px;
display: block;
}

div.submenu-left div.flevo-met h3.artist {
background: #fff;
padding: 3px;
position: relative;
top: -10px;
left: 15px;
display: inline;
color: #bd0503;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

div.submenu-left div.sponsors {
margin: 0px 0px 10px 0px;
}

div.submenu-left div.sponsors div.sponsors-banner img {
width: 238px;
}

/* de pagina zelf */
div.text {
float: left;
width: 484px;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 00px;
}

/* rechter submenu */
div.submenu-right {
float: left;
width: 238px;
padding: 0px 0px 0px 00px;
margin: 0px 0px 0px 0px;
}

div.submenu-right div#webradio {
margin: 0px 0px 10px 0px;
}

div.submenu-right div.social {
margin: 0px 0px 10px 0px;
}

div.submenu-right div.social div.social-header {
height: 30px;
width: 238px;
background: url('../images/theme/submenu_right_social_header.png');
}

div.submenu-right div.social ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

div.submenu-right div.social ul li {
background: #bd0503;
display: block;
margin: 1px 0px 0px 0px;
}

div.submenu-right div.social ul li a {
padding: 5px;
color: #fff;
display: block;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}

div.submenu-right div.social ul li a img {
vertical-align: middle;
}

div.submenu-right div.sponsors {
margin: 0px 0px 10px 0px;
}

div.submenu-right div.sponsors div.sponsors-header {
height: 30px;
width: 238px;
background: url('../images/theme/submenu_right_sponsors_header.png');
}

div.submenu-right div.sponsors div.sponsors-banner {
width: 238px;
background: #fff;
text-align: center;
}

div.submenu-right div.sponsors div.sponsors-banner img {
width: 238px;
}

/* enews */
div.submenu-right div.enews {
margin: 0px 0px 10px 0px;
}

div.submenu-right div.enews div.enews-header {
height: 30px;
width: 238px;
background: url('../images/theme/submenu_right_enews_header.png');
}

div.submenu-right div.enews div.enews-body {
background: #bd0503;
}

div.submenu-right div.enews div.enews-body ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

div.submenu-right div.enews div.enews-body ul li {
padding: 6px 4px;
}

div.submenu-right div.enews div.enews-body ul li label {
width: 238px;
display: block;
color: #fff;
font-weight: bold;
}

div.submenu-right div.enews div.enews-body ul li input.text-input {
background: #f19d9c;
padding: 3px;
width: 221px;
border: solid 1px #f8e3e3;
}

div.submenu-right div.enews div.enews-body ul li input.submit {
background: #fff;
border: solid 2px #791514;
color: #bd0503;
font-weight: bold;
width: 228px;
padding: 3px 0px;
}

/*de footer*/
.footer-wrap {
width: 100%;
margin: 0px;
padding: 50px 0px 10px 0px;
}

.footer {
width: 980px;
text-align: right;
font-size: 0.8em;
margin: 0px auto;
color: #fff;
}

.footer div.footer-logos {
width: 550px;
height: 259px;
margin: 0px auto;
background: url('../images/theme/footer_logos.png');
}

.footer a {
color: #000;
}

.footer a:hover {
text-decoration: underline;
color: #bd0503;
}

.footer img {
vertical-align: middle;
}

/*EINDE POSITIONERING*/


/*het menuutje links*/


/*het hoofdmenu*/


/*algemene zaken*/
.clear {
clear: both;
line-height: 0px;
height: 0px;
overflow: hidden;
}

.mod-today{
font-weight: bold;
}

ul.check-list {
list-style-type: square;
list-style-image: url('../images/check.gif');
margin: 0px 0px 0px 20px;
padding: 0px;
}

.comment {
font-size: 0.9em;
font-style: italic;
}

span.browser-warning {
display: none;
}

/*EINDE ALGEMEEN*/

/*de opmaak van de standaard pagina's*/
.content {
margin: 0px 0px 10px 0px;
padding: 0px;
}

.content h2 {
font-size: 30px;
letter-spacing: -1px;
padding: 0px 0px 3px 0px;
margin: 10px 0px 6px 0px;
font-weight: bold;
color: #fff;
background: #bd0503;
}

.content h3 {
font-size: 20px;
margin: 14px 0px 2px 0px;
font-weight: bold;
color: #fff;
background: #bd0503;
}

.content h4 {
font-size: 16px;
margin: 6px 0px 4px 0px;
font-weight: bold;
color: #fff;
background: #bd0503;
}

.content a , a.content {
color: #bd0503;
}

.content a img {
vertical-align: bottom;
}

.content a:hover , a:hover.content{
text-decoration: underline;
color: #bd0503;
}

.content ul, .content ol {
padding: 10px 0px 10px 10px;
margin: 0px;
background: #fff;
}

.content p {
background: #fff;
padding: 0px 5px;
}

.content p.info {
font-size: 0.8em;
margin: 0px 0px 10px 0px;
display: block;
color: #7e7e7e;
line-height: 1.2em;
}



/*tabellen*/
tbody tr th {
text-align: left;
}

tbody tr.year th {
font-size: 1.3em;
padding: 10px 0px 0px 0px;
}

tbody tr.month th {
font-size: 1.1em;
padding: 5px 0px 0px 0px;
}

.tr-even td, .tr-odd td, .tr-over td {
padding: 2px 3px;
font-size: 0.9em;

border-bottom: solid 1px #2b2b2b;
}

.tr-even td, .tr-odd td {

}

.tr-over td {
background: #ecf1f8;
}

/*formulieren*/
.content form ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

.content form ul li {
display: block;
margin: 0px 0px 0px 0px;
padding: 5px 0px;
overflow: hidden;
}

.content form ul li.required {
border-right: solid 4px #a4c22b;
}

.content form ul li label {
font-size: 0.9em;
font-weight: 600;
margin-top: 4px;
padding-right: 5px;
color: #000;
}

.content form ul li .label {
font-size: 0.9em;
font-weight: 600;
color: #000;
}

.content form ul li h3 {
margin: 0px;
color: #a4c22b;
font-size: 1.4em;
margin: 0px 0px 0px 30px;
}

.content form ul li input, .content form ul li textarea, .content form ul li select {
background: #f4f4f4;
border: solid 1px #bd0503;
padding: 4px 5px 6px 5px;
color: #000;
font-family: 'Tahoma';
font-size: 13px;
}

.content form ul li textarea {
height: 100px;
}

.content form ul li input.required, .content form ul li textarea.required, .content form ul li select.required {
border-right: solid 5px #bd0503;
}

.content form ul li img {
vertical-align: top;
}

.content form ul li.submit {
padding: 12px 10px 10px 280px;
width: 506px;
}

.content form ul li input.checkbox, .content form ul li.submit input {
border-style: none;
background: none;
padding: 0px;
}

.content form ul li input.text-input, .content form ul li textarea.text-input {
width: 440px;
}

.content form ul li input.int-input {
width: 40px;
}

.content form ul li input.file-input {
width: 440px;
}

.content form ul li input.submit {
border: none;
cursor: pointer;
padding: 4px 15px 6px 15px;
background: #bd0503;
color: #fff;
}

.content form ul li.submit img {
vertical-align: top;
}

.content form li .form-element {
margin: 0px 5px 0px 0px;
padding: 0px;
list-style-type: none;
width: 440px;
float: right;
}

.content form h5.form-header {
color: #e3e27d;
font-size: 1.0em;
font-weight: bold;
margin: 10px 0px 0px 0px;
}

.content form h5.form-header span.title {
color: #6270ab;
}
