body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  margin: 0px
}

#mother { width: 100%; }
#logo { display: none; }
#search {  display: none;}
#navi { display: none; }
#topmenu { display: none; }
#footer   { display: none; }
#content { width: 100%; color: black; }
/*
#navipfad { display: none; }
*/

#path { display: none; }
/* Überschrift 1 gestalten */
h1 {
  color: #0000A0;
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 10px;
  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;
}


p, div { padding-right: 4px; }
b { color: black; }
strong { color: black;}

/* normaler Listenstil */
#content ul {
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

/* Gestaltung des rechts ausgerichteten Kastens */
.kasten {
  font-size: 1em;
  margin-top: 10px;
  float: right;
  width: 190px;
  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;
}

/* 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; 
}

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

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

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

