/* Gesamtschrift und Gesamtrand festlegen */
body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100,1%;
  background-color : rgb(255,236,139);
  margin: 0px
}

/* Außencontainer, enthält logo, navi, content und footer */
#mother {
  text-align: left;
  margin: auto;
  width: 1000px;
  border-style: solid;
  border-width: 5px;
  border-color: gray;
  color: black;
  background-color : rgb(255,236,139);
}

#logo {
  text-align: center;
  width: 100%;
  height: 155px;
  color: black;
  background-color: rgb(255,236,139);
  background-image: url(../svspesbach.gif);
  background-position:40px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  margin-left: 0px;
}

#logo h1 {
  font-size: 1.7em;
  color: black;
  margin: 0px;
  padding-left: 0px;
  background-image: none;
}

#search {
/*  float: right;*/
  color: black;
  width: 270px;
  margin-left: 720px;
  text-align: left;
  background-color: transparent;
}

#search form {
  margin: 0px;
}

#navi {
  font-size: 0.8em;
  float: left;
  width: 185px;
  color: black;
  background-color : rgb(255,215,0);
}

#content {
  float: right;
  width: 802px;
  color: black;
  background-color : rgb(255,236,139);
  font-size: 0.84em;
  line-height:1.45em;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: silver;
  padding-left: 4px;
  padding-right: 4px;
}

#bildmother {
  text-align: left;
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
  width: 997px;
  height: 465px;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  color: black;
  background-color : rgb(255,236,139);
}

#bild_left {
  float: left;
  width: 190px;
  height: 465px;
  color: black;
  background-color : rgb(255,236,139);
}

#bild_left_top {
  height: 200px;
  color: black;
  background-color : rgb(255,236,139);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: green;
}

#bild_left_bottom {
  position: relative;
  top: 100px;
  left: 35px;
  width: 120px;
  color: black;
  background-color : rgb(245,140,205);

}

#bild_right {
  float: left;
  width: 190px;
  height: 465px;
  color: black;
  background-color : rgb(245,240,205);
}

#bild_right_top {
  height: 200px;
  color: black;
  background-color : rgb(245,240,205);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: blue;
}

#bild_right_bottom {
  text-align: center;
  position: relative;
  text-align: center;
  top: 100px;
  left: 35px;
  width: 120px;
  color: black;
  background-color : rgb(245,140,205);
}

#bildanzeige {
  text-align: center;
  float: left;
  width: 615px;
  height: 465px;
  background-color : rgb(245,240,205);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: silver;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: silver;
}

#bild_content {
  float: right;
  width: 100%;
  color: black;
  background-color : rgb(245,240,205);
  font-size: 0.84em;
  line-height:1.45em;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: silver;
  padding-left: 0px;
}

#footer {
  width: #100%;
  color: black;
  padding-top: 15px;
  background-color : rgb(255,236,139);
  clear: both;
}

#footer div {
  font-size: 0.7em;
  text-indent: 10px;
  text-align: center;
}

/* Listenstil für Menüeintrag */

#navi ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
}

#navi ul ul {
  list-style-image: url(reddot.gif);
  font-size: 0.84em;
  padding-left: 10px;
  margin-left: 10px;
  background-color: transparent;
  width: 150px;
  }

#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: silver;
}

#navi ul ul li a {
 display: block;
 margin-top:1px;
 padding:4px 0px 4px 0px;
 text-indent: 0px;
 font-weight: bold;
 color: black;
 background-color: transparent;
 border-top-style: none;
 border-bottom-style: none;
}

#navi a:link {
  display: block;
  text-decoration: none;
  color: green;
  width: 160px;
}

#navi a:visited {
  color: gray;
  text-decoration: none;
  display: block;
  width: 160px;
}

#navi a:hover {
  display: block;
  background-color: transparent;
  width: 160px;
  color: black;
}

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 160px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: red;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 140px;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  color: #AF1810;
}

#imagecount {
  font-size: 1.4em;
}


/* Ab hier wird es für Sie richtig interessant, aber erst
die ungebundenen Klassen erscheinen als Auswahloptionen
im linken Pull-down-Menü von TinyMCE! */
/* Überschrift 1 gestalten */
h1 {
  color: #0000A0;
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 10px;
  padding: 0px;
}

/* Überschrift 2 */
h2 {
  font-size: 1.1em;
  line-height: 1.4;
  background-image: url(fussball25.gif);/*(rotkaro.gif);*/
  background-repeat: no-repeat;
  text-indent: 20px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

/* Überschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

img{
  border: 0px;
}

/* Absatz und div */
p, div {
   padding-right: 0px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: black;
}

#bildmother p{
  padding: 0px;
  margin: 0px;
}

/* Zeichenformat strong */
strong {
  /*  color: #AF1810; */
 color: black;
}

/* normaler Listenstil */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

/* Hovereffekt für Links */
a:hover {
  text-decoration: none;
}

/* besuchte Hyperlinks */
a:visited {
  color: gray;
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen */
/* Gestaltung des rechts ausgerichteten Kastens */
.kasten {
  font-size: 1em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border-style: none;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin: 3px;
}

/* Einführungsabsatz */
.lead, .lead p {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:  1em;
line-height: 1.5em;
font-weight: bold;
margin-top: 5px;
margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1em;
width: 90%;
background-color : #EEEEEE;
border-style : solid;
border-width : 1px;
border-color : #CD3326;
padding : 3px;
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1em;
width: 90%;
border-style : dotted;
border-width : 1px;
border-color : gray;
padding : 3px;
margin-top: 8px;
margin-bottom: 10px;
}
/*test*/
.gross {
font-family: 'Courier New', Courier, monospace;
font-size: 10em;
color: #101010;
}

.code {
font-family: 'Courier New', Courier, monospace;
font-size: 1em;
color: #000099;
}



hr {
  border-style: solid;
  border-width: 1px;
  border-color: #FF8040;
  width: 85%;
  margin-left: 0px;
  text-align: left;
}

table th, th, tbody {
  padding: 30px;
}

table td,td {
  text-align: center;
}

#oeffnungszeiten table td, td {
  text-align: left;
}

#Termine table, td {
  text-align: left;
  border:1px solid gray;
  empty-cells:show;
}
/*
#Termine table {
  border:8px ridge gray;
}
*/

#Ergebnisliste table {
  empty-cells:show;
  border-spacing:1px;
}

#Ergebnisliste td {
  border:0px;
  empty-cells:show;
}

#content p a {
  display: inline;
  padding-left: 15px;
  background-image: url(bluedot.gif);
  background-repeat: no-repeat;
}

.datum {
  color: silver;
  font-size: 1.2em;
}

.chronik {
  padding: 30px;

}

#chronik hr {
  border-color: silver;
}
