body,td,tr      { font-family: Arial, Helvetica, sans-serif ;
                  font-size: 14px;
                  color: rgb(0,0,0) ;
                  background-color: rgb(255,255,240) }
i               { font-style: italic }
b               { font-style: bold }
h1              { font-family: Trebuchet MS, Arial, sans-serif;
	     		font-size: 22px;
	     		font-weight: bold;
	     		padding: 0 0 2 10 px;
	     		border-bottom: 1px solid #2F386A;
	     		border-left: 12px solid rgb(255,0,0); }
h2              { font-family: Georgia, Lucida, Verdana, sans-serif;
	    		font-size: 20px;
	    		border-bottom: 1px dotted #DEB887;
	    		padding: 4 0 4 2 px;
	    		background: #FFFAF0; }
.rot            { color: rgb(255,0,0) }
.blau           { color: rgb(0,128,255) }
.kursiv         { font-style: italic }
.fett           { font-weight: bold }
.kleiner1       { font-size: 90% }
.kleiner2       { font-size: 80% }
.kleiner3       { font-size: 70% }
.kleiner4       { font-size: 60% }
.kleiner5       { font-size: 50% }
.rechtbuendig   { text-align: right }
.zentriert      { text-align: center }
.blocksatz      { text-align: justify }
.einzug1cm      { text-indent: 1cm }

/* Registerkarten-Look */

#navitabs ul {
margin: 0 ;
padding: 0
list-style-type: none ; }

ul#navitabs
{
font: bold 11px verdana, arial, sans-serif;
font color="#F85F61" ;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid #6c6;
margin: 0;
}

ul#navitabs li
{
float: left;
height: 21px;
color="#beb089";
margin: 2px 2px 0 2px;
border: 1px solid #6c6;
}

li#active a
{
border-bottom: 1px solid #fff;
background-color="#FFFF16";
}

li#a active { color:#FFFFFF; }

#navitabs a
{
float: left;
display: block;
color=#121200);
text-decoration: none;
padding: 4px;
}

#navitabs a:hover { background:#f4cf9b; }
