/* Im Ausdruck nicht sichtbar*/
.nisi	{
  display:none;
}

#titelzeile, #navigation, #tipp, #sig, #navi, #fusszeile {
  display:none;
}

body {
margin: 0px;
padding: 0px 2px 0px 2px;
background-color: #f0f0f0;
text-align: left;
}

/* umrahmt Navigation und Text */
#rahmen {
margin: 0px 20px 0px 20px;
background-color: #fff;
height: 100%;
/* border-style: solid;
border-color: #009933;
border-width: 1px; */
}

/* Textbereich */
#text {
float: left;
text-align: left;
padding: 20px 20px 20px 20px;
background-color: #fff;
}

/* Menü bei den Funktionsbeispielen */
#menu {
float: right;
}

/* Fusszeile */
#fusszeile {
padding: 0px;
}

/* Fusszeile */
.fusszeile {
position: relative;
width: auto;
min-width: 120px;
padding: 5px;
}

p	{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
/* margin : 0.5em; */
padding-bottom: 10px;
/* line-height : 175%; */
}

h1	{
font-family: 'Times New Roman',serif;
font-style: italic;
font-size:16pt;
color:#006600;
border-bottom-style: solid;
border-bottom-color: #006600;
border-bottom-width: thin;
/* margin-right: 350px; */
}

h2	{
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color:#009933;
}

h3	{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color:#006600;
}

h4	{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color:#009933;
}

a	{
text-decoration:none;
color:#006600;
margin: 0px;
}

a:visited {
text-decoration:none;
color:#006600;
}

a:hover	{
text-decoration:underline;
background-color: #fff;
}

li	{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
/* line-height : 175%; */
}

td	{
font-family:Verdana, Arial, sans-serif;
font-size: 11px;
line-height : 150%;
}

.zeile1 {
background-color: #f0f0f0;
}

.erste {
background-color: #88cc88;
color: #fff;
font-weight: bold;
}

.klein {
font-size:10px;
line-height : 150%;
}

.hinter {
background-color="#88CC88";
}

/* Hervorhebung für Menüs, Dialoge etc. */
.mark {
font-weight: bold;
}

.ueber	{
color:"#000000";
font-weight:bold;
}

.kleinueber {
font-size: 10px;
font-weight:bold;
}

.unter {
font-size: 10px;
font-style: italic;
color: #c8c8c8;
}

/* Formatierung für Hinweise */
.info, .xlinfo {
background-color: #ffffc8;
}

/* Navigationstabelle auf Seiten */
.linkbox {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
margin-left: 2px;
border-left-style: solid;
border-left-width: 10px;
border-left-color: #88cc88;
padding: 0px 10px 0px 10px;
background-color: #f0f0f0;
}