body
{
   background-color: #FFFFFF;
   border-width: 0;
   padding: 0;
   margin: 0;
   width: 100%;
   height: 100%;
}

#all
{
   width: 100%;
   height: 100%;
   padding: 0;
   border-width: 0;
   margin: 0;
   z-index: 0;
}

*.title_bar
{
   position: absolute;
/*   background-color: #008FDD; */
   background-image:url(/pictures/title_bg.jpg);
   background-repeat:repeat-x;
   top: 0;
   left: 0;
   width: 100%;
   height: 111px;
   display: block;
   z-index: 1;
}

*.title_bar.placeholder
{
   width: 400px;
   height: 111px;
   border-width: 0px;
   display: block;
   z-index: 1;
}

*.menu_bar
{
   position: absolute;
/*   background-color: #008FDD; */
   background-image:url(/pictures/menu_bg.jpg);
   background-repeat:repeat-y;
   top: 0;
   left: 0;
   width: 151px;
   height: 100%;
   display: block;
   z-index: 1;
}

*.menu_bar.placeholder
{
   width: 151px;
   height: 500px;
   border-width: 0px;
   display: block;
   z-index: 1;
}

*.corner
{
   position: absolute;
/*   background-color: #008FDD; */
   background-image:url(/pictures/corner_bg.jpg);
   background-repeat:no-repeat;
   top: 0;
   left: 0;
   width: 151px;
   height: 111px;
   display: block;
   z-index: 1;
}

*.corner.placeholder
{
   width: 151px;
   height: 111px;
   border-width: 0px;
   display: block;
   z-index: 1;
}

#main_table
{
   width: 100%;
   height: 100%;
   padding: 0;
   border-width: 0;
   margin: 0;
   z-index: 2;
}

*.menu_title
{
   width: 140px;
   height: 100px;
   background-image:url(/pictures/corner_bg.jpg);
   background-repeat:no-repeat;
   border-width: 0px;
   z-index: 2;
}

*.menu_title.placeholder
{
   width: 140px;
   height: 100px;
   border-width: 0px;
   display: block;
   z-index: 2;
}

*.menu_space_title
{
   width: 30px;
   background-image:url(/pictures/title_bg.jpg);
   background-repeat:repeat-x;
   border-width: 0px;
   z-index: 2;
}

*.menu_space_title.placeholder
{
   width: 30px;
   height: 100px;
   border-width: 0px;
   display: block;
   z-index: 2;
}

*.main_title
{
/*   width: 100%; */
/*   height: 100px; */
   background-image:url(/pictures/title_bg.jpg);
   background-repeat:repeat-x;
   border-width: 0px;
   z-index: 2;
}

*.title_frame
{
   width: 480px;
   height: 100px;
   display: block;
   border-width: 0px;
   z-index: 2;
}

*.logo
{
   position: absolute;
   top: 5px;
   left: 120px;
   z-index: 2;
}

*.slogan
{
   position: absolute;
   top: 5px;
   left: 490px;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 25px;
   font-weight: bold;
   z-index: 2;
}

*.menu
{
/*   width: 140px; */
   background-image:url(/pictures/menu_bg.jpg);
   background-repeat:repeat-y;
   border-width: 0px;
   z-index: 2;
}

*.menu_frame
{
   width: 140px;
   height: 600px;
   display: block;
   border-width: 0px;
   z-index: 2;
}

*.menu_list
{
   position: absolute;
   display: block;
   top: 140px;
   left: 0px;
   width: 100%;
   font-family: Arial;
   font-size: 18px;
   font-weight: bold;
   border-width: 0px;
   z-index: 2;
}

*.menu_space
{
/*   background-color: #FFFFFF; */
/*   width: 30px; */
   border-width: 0px;
   z-index: 2;
}

*.menu_table
{
   position: absolute;
   top: 0px;
   left: 0px;
   height: 100%;
   width: 120px;
   border-spacing:0px;
   padding:0px;
   z-index: 3;
   border-width: 0px;
}

*.menu_ref
{
   position: relative;
   display: block;
   width: 110px;
   height: 22px;
   margin-top: 40px;
   margin-bottom: 40px;
   z-index: 3;
   border-width: 0px;
}

*.menu_link
{
   position: absolute;
   width: 100%;
   height: 100%;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 30px;
   text-align: right;
   vertical-align: middle;
   z-index: 4;
}

*.menu_entry
{
   position: absolute;
   top: 0;
   left: 0;
   width: 140px;
   height: 30px;
   z-index: 3;
}

*.menu_entry_selected
{
   position: absolute;
   top: 0;
   left: 0;
   width: 140px;
   height: 30px;
   background-color: #7EB8E9;
   z-index: 3;
}

*.menu a:link, *.menu a:visited
{
   text-decoration: none;
   color: #FFFFFF;
}

*.menu a:hover
{
   text-decoration: none;
   color: #003090;
}

*.menu_img
{
   position: absolute;
   display: block;
   top: -8px;
   right: -33px;
   border-width:0px;
   z-index: 4;
}

*.main
{
   background-color: #FFFFFF;
   text-align: left;
   vertical-align: top;
   font-family: Arial;
   font-size: 10pt;
   padding: 20px;
   border-width: 0px;
   z-index: 5;
}

*.main_content
{
   position: relative;
   text-align: left;
   z-index: 5;
}

*.footer
{
   position: relative;
   top: 1em;
   font-size: 8pt;
   z-index: 5;
}

h1
{
   font-family: Arial;
   font-size: 24pt;
   font-weight: bold;
   color: #0064A8;
}

h2
{
   font-family: Arial;
   font-size: 16pt;
   font-weight: bold;
   color: #0064A8;
}

h3
{
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color: #0064A8;
}

h4
{
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
   color: #0064A8;
}

h5
{
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold;
   font-style: italic;
   color: #0064A8;
}

h6
{
   font-family: Arial;
   font-size: 10pt;
   font-style: italic;
   color: #0064A8;
}

img
{
   border-width:0px;
}

table
{
   border-width:0px;
   padding:0px;
   border-collapse:collapse;
}

table.withborder
{
   border-width:1px;
}

table.smallfont
{
   font-size: 8pt;
}

td,th
{
   vertical-align:top;
   text-align:left;
   border-width:0px;
   border-style:solid;
   padding:5px;
}

td.withborder,th.withborder
{
   border-color:#FF9900;
   border-width:1px;
}

/* Allgemeine Definitionen für Inhalte */
h1.content
{
   padding-top: 15px;
}

*.content-frame
{
   position: relative;
   top: 0;
   left: 0;
   background-color:#A0CAEF;
   border-width:0px;
   width:90%;
   padding:15px;
   z-index:5;
}

/* Definitionen für den Bereich Aktuell */

*.news-back
{
   position:absolute;
   top:0px;
   right:10px;
   border-width:0px;
   z-index:5;
}

td.aktuell-news
{
   vertical-align:top;
   width:50%;
}

td.aktuell-agenda
{
   vertical-align:top;
   width:50%;
}

*.news-title
{
   font-family: Arial;
   font-size: 14pt;
   font-weight: bold;
   margin-top:0.7em;
   margin-bottom:0.7em;
   border-width:0px;
   z-index:5;
}

*.news-head
{
   margin-top:0.7em;
   margin-bottom:0.7em;
   border-width:0px;
   z-index:5;
}

*.news-more
{
   margin-top:0.7em;
   margin-bottom:0.7em;
   border-width:0px;
   z-index:5;
}

/* Definitionen für den Bereich Agenda */

*.agenda-back
{
   position:absolute;
   top:0px;
   right:10px;
   border-width:0px;
   z-index:5;
}

table.agenda
{
   border-width:0px;
   width:100%;
   padding:10px;
   z-index:5;
}

tr.agenda
{
   border-width:0px;
   z-index:5;
}

*.agenda-pictures
{
   width:100px;
   text-align:center;
   vertical-align:top;
   border-width:0px;
   z-index:5;
}

*.agenda-content
{
   text-align:left;
   vertical-align:top;
   border-width:0px;
   z-index:5;
}

*.agenda-lead
{
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   margin-top:0;
   margin-bottom:0;
   border-width:0px;
   z-index:5;
}

*.agenda-title
{
   font-family: Arial;
   font-size: 14pt;
   font-weight: bold;
   margin-top:0.7em;
   margin-bottom:0.7em;
   border-width:0px;
   z-index:5;
}

*.agenda-category
{
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
   color:#0064A8;
   margin-top:0;
   margin-bottom:0;
   border-width:0px;
   z-index:5;
}

*.agenda-location
{
   font-weight: bold;
   border-width:0px;
   z-index:5;
}

*.agenda-time
{
   font-weight: bold;
   color:#0064A8;
   border-width:0px;
   z-index:5;
}

*.agenda-short
{
   border-width:0px;
   z-index:5;
}

*.agenda-more
{
   text-align:left;
   vertical-align:middle;
   border-width:0px;
   z-index:5;
}

*.agenda-header
{
   border-width:0px;
   z-index:5;
}

*.agenda-img
{
   float:left;
   margin-right:20px;
   margin-bottom:10px;
   border-width:0px;
   z-index:5;
}

*.agenda-detail
{
   clear: both;
   border-width:0px;
   z-index:5;
}

*.agenda-artist-detail
{
   margin-bottom:1em;
   border-width:0px;
   z-index:5;
}

*.agenda-location-detail
{
   border-width:0px;
   z-index:5;
}

*.agenda-location-head
{
   margin-bottom:1em;
   border-width:0px;
   z-index:5;
}

*.agenda-location-img
{
   float:left;
   margin-left:5px;
   margin-right:10px;
   margin-top:5px;
   margin-bottom:5px;
   border-width:0px;
   z-index:5;
}

*.linkblock-links
{
   position:absolute;
   top:15px;
   right:15px;
}

table.anmeldung
{
   padding:10px;
}

tr.anmeldung
{

}

/* Anmeldeformulare */
td.anmeldung
{
   vertical-align:top;
   white-space:nowrap;
}

td.anmeldung-text
{
   vertical-align:top;
   white-space:nowrap;
}

td.anmeldung-input
{
   vertical-align:top;
   white-space:nowrap;
}

input.anmeldung
{
/*   border-width:0px; */
   background-color:#FFFFFF;
}

input.anmeldung-kategorie
{
/*   border-width:0px; */
/*   background-color:#FFFFFF; */
}

textarea.anmeldung
{
/*   border-width:0px; */
   background-color:#FFFFFF;
}


input.anmeldung-button
{

}

/* Umfrage-Formular */
table.umfrage
{
   padding:1em;
}

tr.umfrage
{

}

td.umfrage
{
   vertical-align:top;
   white-space:nowrap;
}

td.umfrage-text
{
   vertical-align:top;
   padding-top:1.5em;
   white-space:nowrap;
}

td.umfrage-input
{
   vertical-align:top;
   white-space:nowrap;
}

input.umfrage
{
/*   border-width:0px; */
   background-color:#FFFFFF;
}

input.umfrage-kategorie
{
/*   border-width:0px; */
/*   background-color:#FFFFFF; */
}

textarea.umfrage
{
/*   border-width:0px; */
   background-color:#FFFFFF;
}


input.umfrage-button
{

}


