body, img, div, td, table {
   margin: 0px;
   padding: 0px;
}

body {
   font-family: Arial, sans-serif, Helvetica;
   font-size: 12px;
   color: #000000;
   background-color: #757575;
}

html {
   overflow-y: scroll;
}

table {
   border-collapse: collapse;
}

h1 {
   margin: 0px;
   margin-left: 10px;
   margin-top: 10px;
   font-size: 14px;
   font-weight: bold;
}

h2 {
   margin: 0px;
   font-size: 14px;
   font-weight: bold;
}

p {
   margin: 0px;
   margin-left: 10px;
   margin-top: 10px;
   text-align: justify;
}

input[type="text"], select, textarea {
   color: #000000;
   margin: 2px;
   border-width: 1px;
   border-color: #821913;
   background-color: #E0E0E0;
   border-style: solid;
}

input[disabled] {
   border-color: #E0E0E0;
}

a, span.link {
   color: #A63635;
   font-weight: bold;
}

a.info {
   color: black;
   text-decoration: none;
   font-weight: normal;
}

a.info:hover {
   text-decoration: underline;
}

.tbl_main {
   margin: 0px auto;
   background-color: #CCCCCC;
}

.td_header {
   background-color: #821913;
   background-image: url('images/header.jpg');
   background-repeat: repeat-y;
   width: 810px;
   height: 150px;
}

.td_menu {
   background-color: #821913;
   background-image: url('images/menu.jpg');
   width: 810px;
   height: 32px;
   vertical-align: middle;
}

.td_content {
   background-color: #CCCCCC;
   background-image: url('images/content.jpg');
   width: 810px;
}

.td_footer {
   background-color: #757575;
   background-image: url('images/footer.jpg');
   width: 810px;
   height: 17px;
}

.separator {
   margin: 0px 10px;
}

div.head_link {
   color: #C7C1C0;
   font-weight: bold;
   width: 180px;
   height: 50px;
   margin-left: 30px;
   margin-top: 30px;
   float: left;
}

img.head_link {
   margin-right: 5px;
}

a.head_link {
   color: #C7C1C0;
   font-weight: bold;
   text-decoration: none;
}

a.head_link:hover {
   color: #B8503F;
}

a.menu_link {
   color: #C7C1C0;
   font-weight: bold;
   text-decoration: none;
}

a.menu_link:hover {
   color: #B8503F;
}

td.content_agenda {
   padding: 30px 40px;
}

td.content_text {
   padding: 30px 0px;
   width: 500px;
}

table.concert_agenda {
   margin-top: 10px;
   width: 480px;
}

td.concert_agenda {
   padding: 10px 10px;
   vertical-align: top;
   border-width: 1px 0px;
   border-color: #A63635;
   border-style: solid;
}

td.agenda_head {
   padding: 5px;
   font-weight: bold;
   color: #A63635;
}

td.reservering_head {
   font-weight: bold;
   font-size: 14px;
   padding: 0px 0px 10px 0px;
}

table.reservering {
   width: 480px;
}

td.reservering {
   padding: 10px 0px;
   border-width: 1px 0px 0px 0px;
   border-color: #A63635;
   border-style: solid;
}

table.agenda {
   margin-bottom: 10px;
}

td.agenda {
   background-image: url('images/h1.jpg');
   background-repeat: repeat-x;
   height: 22px;
   width: 170px;
}

h1.agenda {
   color: #D2D2D4;
   font-size: 12px;
   font-weight: bold;
   margin: 0px;
}

h2.agenda {
   color: #A63635;
   font-size: 12px;
   font-weight: bold;
   margin: 0px;
   margin-top: 10px;
}

h3.agenda {
   color: #000000;
   font-size: 12px;
   font-weight: bold;
   margin: 10px 0px 0px 10px;
}

h4.agenda {
   color: #757575;
   font-size: 12px;
   font-weight: normal;
   margin: 0px;
   margin-left: 20px;
}

a.agenda, span.agenda {
   color: #A63635;
   font-weight: bold;
   line-height: 25px;
   vertical-align: bottom;
}

td.content {
   background-image: url('images/h1.jpg');
   background-repeat: repeat-x;
   height: 22px;
   width: 485px;
}

h1.content {
   color: #D2D2D4;
   font-size: 12px;
   font-weight: bold;
   margin: 0px;
}

h1.title {
   color: #000000;
   font-size: 16px;
   font-weight: bold;
   margin: 0px;
}

h2.content {
   color: #A63635;
   font-size: 12px;
   font-weight: bold;
   margin: 0px;
   margin-top: 10px;
}

h2.title {
   color: #A63635;
   font-size: 12px;
   font-weight: bold;
   margin: 0px;
}

span.mark {
   color: #A63635;
   font-weight: bold;
}

a.content, span.content {
   color: #A63635;
   font-weight: bold;
   line-height: 25px;
   vertical-align: bottom;
   margin-left: 10px;
}

table.content {
   margin-bottom: 10px;
}

span.error {
   color: red;
   font-size: 9px;
}