body {
   font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
   margin: 1ex 1em 1ex 1em;
   color: #FFFFFF;
   min-height: 100%;
   background: #000000 url(pic/back2.gif); /*fixed;*/
   font-size: small;
}

th, td, tr, div, h1, h2, h3, h4 {
   
   text-align: left;
   vertical-align: top;
   margin: 0;
   padding: 0;
}

p {
   /*font-family: Verdana, Geneva, Arial,Helvetica, Verdana, sans-serif;*/
   margin: 0;
   padding: 0;
   /*padding-bottom: 1ex;*/
   /*padding:1em;*/
   text-align: justify;
}
/*
p+p {
   text-indent: 1em;
}*/
p+p{
  margin-top: 1ex;
}
p.center{
  text-align: center;
}
table {
  margin-bottom: 2.5ex;
}
h1 {
font-size: x-large;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 3ex;
width: 100%;
border-bottom: 2px solid #A0A0A0;
}

h2 {
text-align: center;
font-weight: bold;
font-size: large;
text-decoration: underline;
margin-bottom: 2ex;
margin-top: 2ex;
}

h3 {
text-align: center;
font-weight: bold;
font-size: large;
text-decoration: none;
margin-bottom: 1ex;
margin-top: 1.5ex;
}

h4 {
text-align: center;
font-weight: bold;
font-size: medium;
text-decoration: underline;
}

.button {
   margin-top: 2px;
   width: 10em;
   max-width: 10em;
   border: 1px solid #A0A0A0;
   text-align: left;
   background-color: #303030;
   font-size:medium;
}

.buttonsub {
   
   width: 10em;
   max-width: 10em;
   border: 1px solid #A0A0A0;
   border-top: none;
   text-align: left;
   float:right;
   background-color: #505050;
}
.topmenu {

   width: 10em;
   /*max-width: 10em;*/
   border: 1px solid #A0A0A0;
   text-align: left;
   float:right;
   background-color: #505050;
   margin: 1em 0 1em 1em;
}

.button a, .buttonsub a,.topmenu a {
   display: block;
   width: 100%;
}

div.menu {
   width: 100%;
   float: left;
   
/*   font-weight: bold;*/
}

.maintable {
   width: 100%;
   padding: 0;
/*   float:left;*/
   
}
/*div.wrapper {
  max-width:1150px;
  margin:auto;
}*/

.locator {
   width: 100%;
   border-collapse: collapse;
   margin-top: 0px;
   /*margin-right: 0.8em ;*/
   border: 1px solid #A0A0A0;
   text-align: left;
   /*padding-left: 3px;*/
   float:left;
   background-color: #303030;
   color: #FFFFFF;
/*   font-weight: bold;*/
}

td.menu {
   width: 10em;
   height: 100%;
}

td.content {
  margin:0 0 0 0;

   height: 100%;
   width: 100%;

}

div.content {
   margin-top: 2ex;
   /*margin-left: auto;
   margin-right: auto;*/
   margin-bottom: 2ex;
   text-align: left;

   height: 100%;
   width:100%;
   max-width:1000px;
   
}

td.filler {
   border: 1px solid #A0A0A0;
   background-color: #303030; 
   vertical-align: bottom;
   width: 10em;
}

table.termine {
   margin-top: 1em;
   width: 100%;
   border: 1px solid #A0A0A0;
   border-spacing: 2px;
}
table.galerie {
  margin-top: 1em;
  /*width: 100%;*/
  /*border-spacing: 2px;*/
}

th {
   background-color: #303030;
   padding: 1px 0.5em 1px 0.5em;
}

tr.dark {
   background-color: #303030;
}

tr.light {
   background-color: #505050;
}

td.termine, .termine td, .galerie td, .galerie th {
   vertical-align: top;
   padding: 1px 0.5em 1px 0.5em;
}

.bold {
   font-weight: bold;
}
img{
   border:none
}
img.left {
   float:left; 
   margin-right:20px; 
   margin-bottom:10px;
   margin-top:10px;
}
img.right {
   float:right; 
   margin-left:20px; 
   margin-bottom:10px;
margin-top:10px;
}
.content img{
   border:1px solid #A0A0A0;
}
.content img.left {
   float:left; 
   margin-right:20px; 
   margin-bottom:10px;
   border:1px solid #A0A0A0;
}
.content img.right {
   float:right; 
   margin-left:20px; 
   margin-bottom:10px;
   border:1px solid #A0A0A0;
}

.content table.termine img{
  border:0;
}
/*******************************************************************+
******** LINKS                                               ********
********************************************************************/

a:link {
   text-decoration: none;
   color: #FFD470;
}

a:hover {
   text-decoration: underline;
   color: #FFD470;
}

a:visited {
   text-decoration: none;
   color: #FFEEA0;
}

a:active {
   text-decoration: underline;
   color: #FFD470;
}

a img {
   border: none;
}

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

.menu a:hover, .topmenu a:hover {
   text-decoration: none;
   color: #FFFFFF;
   background-color: #707070;
}

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

.menu a:active, .topmenu a:active {
   text-decoration: none;
   color: #FFFFFF;
}
.menu a.mark, .topmenu a.mark {
   text-decoration: none;
   color: #FFFFFF;
   background-color: #707070;
}

.locator a, .locator a:link, .locator a:hover, .locator a:visited, .locator a:active {
   text-decoration: none;
   color: #FFFFFF;
}

input, textarea {
 font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
 background-color: #303030;
 border: 1px solid #A0A0A0;
 color: #FFFFFF;
}

input.required, textarea.required {
border: 1px solid #ffbf2b;
}
input.validation-failed, textarea.validation-failed{
border: 1px solid #ff3300;
color: #ff3300;
}
input.validation-passed, textarea.validation-passed{
border: 1px solid #00cc00;
color: #fff;
}
.validation-advice {
margin: 5px 0;
padding: 5px;
background-color: #FF3300;
color: #fff;
font-weight: bold;
}
.custom-advice {
margin: 5px 0;
padding: 5px;
background-color: #c8aa00;
color: #fff;
font-weight:bold;
}
