body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 101%;
  margin: 0px;
  padding: 0px;
  color: black;
  background-color: #8FBC8F;
  text-align: left;
}

/* Außencontainer, enthält logo, navi, content und footer */
#mother {
  text-align: left;
  margin: auto;
  width: 1020px;
  border-style: solid;
  border-width: 0px;
  border-color: black;
  color: black;
  background-color: white;
}


#logo {
  text-align: left;  
  height: 130px;
  width:100%;
  background-image: url(banner.jpg);
  background-repeat: no-repeat; 
}

/* Suchfeld */
#search { 
  float: left;  
  color: black;  
  width: 224px;
  background-color: transparent;
}

/* Innenrand Suchform */
#search form {
  margin: 0px;
}





/* ----------outer und inner----------------- */

#aussen{
border-left: solid 170px #ffffff; /* linke Menue Spalten Farbe  */ 
border-right: solid 252px #ffffff; /* rechte Menue Spalten Farbe  */ 
background-color: #ffffff; /* Farbe fuer Inhalt Spalten  */
} 

#innen{margin:0; width:100%; }

/* --------------left und right navigavtion------------- */

#links {
 width:170px; 
 float:left; 
 font-size: 0.7em; 
 line-height:0.8em; 
 position:relative; 
 margin-left:-170px; 
 margin-right:0px;
 background-color:#ffffff; 
}

/* Haupt-Navigationsbereich */
#navi {
 width:170px; 
 float:left; 
 font-size: 0.9em; 
 line-height:0.9em; 
 position:relative;  
 margin-right:0px;
 background-color:#8FBC8F; 
}

#navi ul {  
  list-style-type: none;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

#navi ul ul {
  list-style-type: none;
  padding-left:5px;
  margin-left: 5px;
}

#navi ul li a {
 width:170px; 
 margin-top: 1px;
 padding: 4px 4px 4px 8px;
 font-weight: bold;
 border-style:solid;
 border-width: 0px 10px 1px 6px;
 border-color: black #008800 #008800 #003300;
 color: white;
 background-color:#008800;
}

#navi ul ul li a {
 width:160px; 
 margin-top:1px;
 padding:4px 4px 4px 8px;
 font-weight: bold;
 border-style:solid;
 border-width: 0px 1px 1px 6px;
 border-color: black #008800 #008800 #008800;
 color: white;
 background-color:#5faf25;
}

#navi a:link {
  display: block;
  text-decoration: none;
  width: 140px;
}

#navi a:visited {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 140px;
}

#navi a:hover {
  display: block;  
  width: 140px;
  background-color:#ffffff;
  color: #003300;
}

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 157px;
  margin-top: 0px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: white;  
  border-bottom-style: solid;
  border-bottom: 1px;
  border-color: white;
  background-color:#003300;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 153px;
  margin-top: 2px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: white; 
  background-color:#003300; 
}
/* ENDE Listenstile für Menüeintrag im Navibereich */

#boxli1 { 
  width:170px; 
  float:left; 
  position:relative;   
  border-style: solid;  
  border-width: 1px;  
  border-color: #008800;  
 }

.boxli1 h3 {
  font-size: 0.8em;
  text-align: center;
  width: 170px;  
  color: white;
  background-color: #008800;
  margin-top: 0px;
  margin-bottom: 0px;
}

.boxli2 {
  font-size: 1.0em;
  text-align: center;
  width:168px; 
  float:right; 
  position:relative;   
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid; 
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-left-color: #008800; 
  border-right-color: #008800;
  border-top-color: #008800; 
}

.boxli2 h3 {
  font-size: 1.0em;
  text-align: center;
  width: 168px;  
  color: white;
  background-color: #008800;
  margin-top: 0px;
  margin-bottom: 0px;
}


.boxli2 div {
  font-size: 1.2em;
  padding: 0px;  
}

.boxli2txt {
  width:168px; 
  float:right; 
  position:relative;   
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-color: #008800; 
  border-right-color: #008800;
  border-bottom-color: #008800;
  background-color: #ccff99;
  margin-bottom: 10px;  
}

.boxli2txt h6 {
  font-family : verdana, arial, helvetica, sans-serif; 
  font-size: 1.0em;
  font-weight : normal;
  text-align: left;
  width: 160px;  
  color: black;
  background-color: #ccff99;  
  margin-top: 0px;  
  padding: 4px;  
}


#rechts {
 width:252px; 
 float:right; 
 position:relative; 
 margin-right:-252px; 
 
 background-color: #ffffff;
 }


.boxre1 {
  width:250px; 
  float:right; 
  position:relative;   
  border-style: solid;  
  border-width: 1px;  
  border-color: #008800;  
  margin-bottom: 10px;
}

.boxre1 h3 {
  font-size: 0.8em;
  text-align: center;
  width: 250px;  
  color: white;
  background-color: #008800;
  margin-top: 0px;
  margin-bottom: 0px;
}

.boxre2 {
  width:250px; 
  float:right; 
  position:relative;   
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid; 
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-left-color: #008800; 
  border-right-color: #008800;
  border-top-color: #008800; 
}

.boxre2 h3 {
  font-size: 0.8em;
  text-align: center;
  width: 250px;  
  color: white;
  background-color: #008800;
  margin-top: 0px;
  margin-bottom: 0px;
}


.boxre2 div {
  font-size: 0.9em;
  padding: 0px;  
}

.boxre2txt {
  width:250px; 
  float:left;    
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-color: #008800; 
  border-right-color: #008800;
  border-bottom-color: #008800;
  background-color: #ccff99;  
  margin-bottom: 10px;
}

.boxre2txt h6 {
  font-family : verdana, arial, helvetica, sans-serif; 
  font-size: 0.6em;
  line-height:1.0em; 
  font-weight : normal;
  text-align: left;
  width: 244px;  
  color: black;
  background-color: #ccff99;    
}



/* -----------------Inhalt--------------------- */ 
#content {
  float: left;
  width: 590px;
  color: black;
  background-color: #ffffff;
  font-size: 0.8em; 
  line-height:1.1em;
  border-left-style: solid;
  border-left-width: 0px;
  border-left-color: #008800;
  padding-left: 6px;
}

#phpcontent {
  float: left;
  width: 817px;
  color: black;
  background-color: #ffffff;
  font-size: 0.8em; 
  line-height:1.1em;
  border-left-style: solid;
  border-left-width: 0px;
  border-left-color: #008800;
  padding-left: 6px;
  padding-right: 6px;
}

#footer {
  width: 100%;
  color: white;
  background-color: #003300;
  clear: both;
}

/* 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: #ffffff;
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 10px;
  background-image: url(h1.jpg);
  background-repeat: repeat-y;
  padding: 4px;
}

/* Überschrift 2 */
h2 {
  font-size: 1.2em;
  line-height: 1.4;
  background-image: url(gruenkaro.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

/* Überschrift 3 */
h3 {
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Überschrift 4 */
h4 {
  font-size: 1.0em;
  line-height: 1.2;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Überschrift 5 */
h5 {
  font-size: 0.8em;
  line-height: 1.0;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Überschrift 6 */
h6 {
  font-size: 0.7em;
  line-height: 0.9;
  font-weight: normal;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Überschrift 7 */
h7 {
  font-size: 0.6em;
  line-height: 0.8;
  margin-bottom: 1px;
  padding-bottom: 1px;
}


/* Absatz und div */
p, div {
  padding-right: 0px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: black;
}

/* Zeichenformat strong */
strong {
  /*  color: #AF1810; */
 color: black;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

/* Effekte für Links */
a:link { color: #0000ff; text-decoration:none; font-weight:normal;}

a:hover { color: #008800; text-decoration: none; font-weight:normal;}

a:visited { color: #0000ff; text-decoration:none; font-weight:normal;}

:link img { border:none;text-decoration:none; font-weight:normal; }

:visited img { border:none;text-decoration:none; font-weight:normal; }


/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen 
Diese werden im Auswahlmenü von TinyMCE gezeigt */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 1em;
  margin-top: 10px;
  float: right;
  width: 250px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin: 3px;
}

.kasten h3 {
  margin-top: 0px;
}

/* 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;
  text-align: center;
  width: 90%;
  background-color : #B4F27D; 
  border-style : solid; 
  border-width : 1px; 
  border-color : #008800; 
  padding : 3px; 
}

.hintergrund {
background-color : #B4F27D;
} 

.news {  
font-family : verdana, arial, helvetica, sans-serif; 
font-size : 14px; 
text-align : left; 
font-weight : bold; 
color : #ffffff; 
background-image: url(news.gif);
background-repeat: repeat-y;  
padding-top : 3px; 
padding-bottom : 3px; 
padding-left : 4px; 
display : block;
} 

.titel {
font-family : verdana, arial, helvetica, sans-serif; 
font-size : 14px; 
text-align : left; 
font-weight : bold; 
color : #ffffff; 
background-image: url(titel.gif);
background-repeat: repeat-y;  
padding-top : 3px; 
padding-bottom : 3px; 
padding-left : 4px; 
display : block;
} 

/* 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 : #008800; 
  padding : 3px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

.code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #008800;
  width: 100%;
  margin-left: 0px;
  text-align: left;
}

/* Luft für Tabellen */
table th, th, tbody {
  padding: 3px;
}

#tab1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.6em;
border-collapse:collapse;}

#tab1 td{
background:#ccff99;
border:0 1px 1px 0 solid #000000;
padding:2px 2px 2px 2px;}

#tab1 tr.farbwechsel td{
background:#B2E5FF;
border:0 1px 1px 0 solid #000000;}

#tab1 tr.weiss td{
background:#FFFFFF;
border:1px solid #000000;}

#tab1 tr.braun td{
background:#FFE599;
border:1px solid #000000;}

#tab1 tr.dbraun td{
background:#E59966;
border:1px solid #000000;}

#tab1 tr.gebucht td{
background:#E59966;
border:1px solid #00ffff;}

#tab1 tr.nok td{
background:#E59966;
border:1px solid #0000ff;}



/* Links innerhalb von Absätzen mit 
kleinem Zeichen versehen */
#content p a {
  display: inline;
  padding-left: 0px;
  background-image: url(t.gif);
  background-repeat: no-repeat;
}

/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
  font-size: 0.9 em;
  margin-top: 10px;
  float: right;
  width: 180px;
  padding: 3px;
}

.box {
  font-size: 0.9em;
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #008800;
}

.box h3 {
  background-image: url(kopf_verlauf.gif);
  background-repeat: no-repeat; 
  color: white;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */

