/* Gesamtschrift und Gesamtrand festlegen */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  margin: 0px;
  background-color: #F4E7A9;//Hintergrundfarbe
}

/* Außencontainer, enthält logo, navi, content und footer */
#mother {
  text-align: left;
  margin: auto;
  width: 780px;
  border-style: solid;
  border-width: 1px;
  border-color: silver;
  color: black;
  background-color:  #FFF8ED;
}

#logo {
  text-align: left;
  height: 65px;
  width: 100%;
  color: black;
  background-color: #FFF8ED;
  margin-bottom: 10px;
}

#logo h1 {
  font-size: 1.1em;
  color: black;
  background-color: #FFF8ED;
  margin: 0px;
  padding-left: 5px;
  background-image: none;
}

#search {
  float: right;
  color: black;
  width: 180px;
  background-color: transparent;
 }

#search form {
  margin: 0px;
}

#navi {
  font-size: 0.8em;
  float: left;
  width: 150px;
  color: black;
  background-color: #FFF8ED;

}

#content {
  float: right;
  width: 585px;
  color: black;
  background-color: #FFF8ED;
  font-size: 0.84em; 
  line-height:1.45em;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: silver;
  padding-left: 15px;
}

#footer {
  width: 100%;
  color: black;
  background-color: #FFF8ED;
  clear: both;
}

#footer p {
  font-size: 0.8em;
  padding-left: 4px;
  text-align: left;
  text-indent: 15px;
}

/* 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);
  padding-left: 10px;
  margin-left: 10px;
  }

#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 4px 4px 2px;
 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;
  width: 140px;
}

#navi a:visited {
  color: gray;
  text-decoration: none;
  display: block;
  width: 140px;
}

#navi a:hover {
  display: block;
  background-color: transparent;
  width: 140px;
  color: #AF1810;
}

#navi a:focus{
  display: block;
  text-decoration: none;
  width: 140px;
}

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 140px;
  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: 130px;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: black;
  background-color: #FFFFC6;
  color: #AF1810;
}


/* Überschrift 1 gestalten */
h1 {
  color: #0000A0;
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 10px;
  background-image: url(verlauf.jpg);
  background-repeat: repeat-y;
  padding: 4px;
}

/* Überschrift 2 */
h2 {
  font-size: 1.1em;
   line-height: 1.4;	
  padding-bottom: 1px;
  margin-bottom: 1px;
}

/* Überschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
}

/* Absatz und div */
p, div {
   padding-right: 3px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: black;
}

/* 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;
}

/* Gestaltung des rechts ausgerichteten Kastens */
.kasten {
  font-size: 1em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border-style: dotted;
  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; 
}

.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; 
}

.code {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
color: #000099;
}

hr {
  border-style: solid;
  border-width: 1px;
  border-color: #FFD5B4;/*vorherFF8040*/
  width: 85%;
  margin-left: 0px;
  text-align: left;
}

A.unsichtbar {
	FONT-SIZE: 0.9em; LEFT: -3000em; WIDTH: 0px; POSITION: absolute; TOP: -3000em; HEIGHT: 0px
}


table th, th, tbody {
  padding: 3px;
}

#content p a {
  display: inline;
  padding-left: 15px;
  background-image: url(bluedot.gif);
  background-repeat: no-repeat; 
}

.bigger {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #0000A0;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #0000A0;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: Black;
}




