/*
### Standardeinstellungen ANFANG
*/
*{
  margin:               0;
  padding:              0;
}
body{
  padding:              20px 0 10px 0;
  background-color:     #ababab;
  font-size:            100.1%;
  font-family:          Verdana, Arial, Helvetica, sans-serif;
}
hr{
  display:              none;
}
h1, h2, h3, h4, h5, h6{
  font-size:            1.0em;
  margin-bottom:        1em;
}
h1{
  font-size:            1.3em;
}
h2{
  font-size:            1.1em;
}
h3{
  font-size:            1em;
}
.l{
  text-align:           left;
}
.c{
  text-align:           center;
}
.r{
  text-align:           right;
}
.searchword{
  color:                #222;
  background-color:     #ff0;
  border:               1px dotted #ca0000;
}
/*
### Standardeinstellungen ENDE
*/





/*
### Grundlayout ANFANG
*/
div#container{
  color:                black;
  width:                968px;
  margin:               0 5px 5px 0;
  font-size:            1em;
  background-color:     #fff;
  border:               4px solid #ca0000;
  min-height:           700px;
  padding-bottom:       35px
}
/* Schatten Anfang */
#container2{
  background:           url("/grafiken/shadow.png") right bottom no-repeat;
  margin:               auto;
  width:                981px;
  position:             relative;
}
#container2:after{
  background:           #ababab url("/grafiken/shadow.png") left bottom no-repeat;
  display:              block;
  width:                16px;
  height:               5px;
  content:              "";
  margin:               -5px 0px 0px 0px;
}
#container2:before{
  background:           #ababab url("/grafiken/shadow.png") top right no-repeat;
  display:              block;
  height:               18px;
  margin-bottom:        -18px;
  content:              "";
}
/* Schatten Ende */
div#header{
  width:                100%;
  height:               148px;
  background:           url("/grafiken/header.jpg") top right no-repeat;
}
#startseite div#header{
  background:           url("/grafiken/header-start.jpg") top right no-repeat;
}
#footer{
  position:             absolute;
  bottom:               9px;
  width:                100%;
  clear:                both;
  height:               35px;
  margin-top:           1em;
  background:           url("/grafiken/footer.png") bottom left no-repeat;
}
#linkeSpalte{
  width:                14em;
  float:                left;
  margin:               5px 0 5px 20px;
}
#content{
  margin:               5px 20px 0 16em;
  position:             relative;
}
/*
### Grundlayout ENDE
*/





/*
### Header ANFANG
*/
#header a{
  width:                100%;
  height:               130px;
  display:              block;
}
/*
### Header ENDE
*/





/*
### Footer ANFANG
*/
#footer p{
  display:              none;
}
/*
### Footer ENDE
*/





/*
### linkeSpalte ANFANG
*/
#linkeSpalte .anfahrt img{
  margin-top:           2.5em;
/*
  width:                13.1em;
  height:               11.9em;
*/
}
/*
### linkeSpalte ENDE
*/





/*
### Content ANFANG
*/
#content img{
  padding:              3px;
  border:               1px solid #ca0000;
  margin:               0 5px 0px 5px;
}
#content .bild_r{
  float:                right;
  margin-left:          15px;
}
#content .clear_r{
  clear:                right;
}
#content .bild_l{
  float:                left;
  margin-right:         15px;
}
#content .clear_l{
  clear:                left;
}
#content p{
  font-size:            0.9em;
  margin-bottom:        1em;
}
#breakContent{
  clear:                both;
}
#content ul{
  margin:               0.5em 0 1em 2em;
  font-size:            0.9em;
}
#content table{
  margin:               0.5em 0 1em 0;
  font-size:            0.9em;
  border-color:         #000;
}
#content table td, #content table th{
  padding:              5px;
}
#content .highwalker{
  color:                #ca0000;
}
/*
### Content ENDE
*/





/*
### Startseite ANFANG
*/
#startseite #content{
  text-align:           center;
}
#startseite h1{
  display:              none;
}
#startseite p{
  font-size:            1.2em;
}
#startseite .willkommen strong{
  font-size:            1.4em;
}
#startseite img{
  border:               none;
}
#startseite .oeffnungszeiten{
  margin-top:           2em;
  font-size:            1.0em;
  text-align:           center;
}
#startseite .oeffnungszeiten span{
  display:              block;
}
/*
### Startseite ENDE
*/





/*
### Menue ANFANG
*/
#menu{
  position:             relative;
  height:               auto;
  padding:              5px 0 10px 0;
  border-left:          4px solid #ca0000;
  margin-bottom:        1em;
  width:                100%;
  z-index:              50;
}
#menu *{
  list-style:           none;
}
#menu #nav li{
  position:             relative;
}
#menu ul li a{
  display:              block;
  text-decoration:      none;
  padding-left:         1em;
  color:                #000;
  font-weight:          bold;
  font-size:            1em;
  margin-top:           0.2em;
  margin-bottom:        0.2em;
  width:                13em;
}
#menu #nav li a:hover{
  color:                #489dd4;
}
#menu ul ul a{
  padding-left:         2em;
  width:                15em;
  font-size:            0.8em; 
}
#menu #menuActiv{
  color:                #ca0000;
}
#menu #nav li:hover{
  z-index:              10;
}
#menu #nav li ul{
  position:             absolute;
  display:              none;
  top:                  0;
  left:                 12.5em;
  margin:               0;
  padding:              0;
  z-index:              100;
}
#menu li ul{
}
#menu li ul a{
  z-index:              100;
}
#menu li ul#submenu, #menu li ul#submenu ul{
  position:             relative;
  top:                  0;
  left:                 0;
  display:              block;
  padding:              0;
  list-style:           none;
}
#menu li ul#submenu ul{
  padding-left:         1em;
}
#menu #submenu li a, #menu #submenu a{
}
/*
### Menue ENDE
*/





/*
### Formular ANFANG
*/
#formular *{
  margin:               0;
  padding:              0;
}
#formular{
  margin-top:           1em;
}
#formular fieldset{
  padding:              5px;
  margin:               5px 40px 5px 0;
  border:               1px solid #eee;
}
#formular fieldset p{
  margin:               1px 0;
  clear:                left;
}
#formular legend{
  font-weight:          bold;
  font-size:            1.2em;
}
#formular label{
  cursor:               pointer;
}
#formular fieldset .float{
  float:                left;
  width:                30%;
  margin-left:          0;
  margin-right:         5px;
  text-align:           right;
}
#formular fieldset .eingabefeld{
  width:                65%;
}
#formular fieldset p textarea{
  width:                97%;
  height:               10em;
}
#formular textarea, #formular input{
  border:               1px solid #eee;
  background-color:     #fff;
}
#formular textarea:hover, #formular input:hover, #formular textarea:focus, #formular input:focus{
  background-color:     #f8fbfc;
  border-left:          1px solid #333;
  border-bottom:        1px solid #333;
}
#formular textarea:focus, #formular input:focus{
  border-left-width:    2px;
  border-bottom-width:  2px;
}
#formular #submit{
  margin:               30px 40px 20px 0;
  text-align:           center;
}
#formular #submit input, #formular #submit input:focus{
  padding:              2px 10px;
  border:               1px solid #eee;
  font-size:            1.2em;
  font-weight:          bold;
  cursor:               pointer;
}
#formular #submit input[type="submit"]{
  padding:              5px 20px;
}
/*
### Formular ENDE
*/

p#buchtext{
  margin-top: 250px;
  color: #BFBFBF;
  font-size: 0.8em;
}