/*
CSS-Formatvorlage

*/

/*
Hinweis:
Fr kein Strukturelement wurden linke oder rechte R„nder definiert,
da die Textseite innerhalb einer Tabelle dargestellt wird, die diese
Formatierung bernimmt.
*/

/*
        #  Color Definition:
        #  ----------------------------
        #  White                #ffffff
        #  Black                #000000
        #
        #  Light Blue           #99ccff
        #  Medium Blue          #6699cc
        #  Dark Blue (Ericsson) #336699
        #
        #  Light Grey           #eeeeee
        #  Light Grey (Unix)    #cccccc
        #  Medium Grey          #999999
        #  Dark Grey            #666666
        #
        #  Light Orange         #ffcc99
        #  Orange               #ff9966
        #
        #  Red                  #ff0000
        #  Green                #339900
*/

p,ul,li,td,th,di,dl,form,span,body{font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;}

a{font-family:verdana,arial,helvetica,sans-serif;}
a:link{color:#99ccff;text-decoration:none}
a:visited{color:#6699cc;text-decoration:none}
a:hover{color:#ff0000;text-decoration:underline}
a:active{color:#ff9966;text-decoration:underline}

small{font-size:8pt;}

pre, code, tt, kbd{font-family:"Courier New", Courier, mono;}

h1,h2,h3,h4,h5,h6{color:#666666;font-family:verdana,arial,helvetica,sans-serif;}


h1{font-size:125%;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#666666;padding-right:10px;}
h2{font-size:115%;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#666666;padding-right:10px;}
h3{font-size:90%;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#666666;padding-right:10px;}
h4{font-size:80%;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#666666;padding-right:10px;}
h5{font-size:75%;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#666666;padding-right:10px;}
h6{font-size:70%;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#666666;padding-right:10px;}



h1.toc{border-bottom-width:0px;border-bottom-style:none;}
h2.toc{border-bottom-width:0px;border-bottom-style:none;}
h3.toc{border-bottom-width:0px;border-bottom-style:none;}
h4.toc{border-bottom-width:0px;border-bottom-style:none;}
h5.toc{border-bottom-width:0px;border-bottom-style:none;}
h6.toc{border-bottom-width:0px;border-bottom-style:none;}

table,tr,td,th{font-family:verdana,arial,helvetica,sans-serif;}/*color:#336699;*/

table.indocument{font-size:10pt;font-family:verdana,arial,helvetica,sans-serif;}/*color:#336699;*/

ul{list-style-image: url(button_orange.gif)}

/* Vorgaben fr den HTML-Body
(wird auf alle darunterliegenden Hirarchiebenen vererbt) */
body
{
	color: black;
/*	background-color: #666666; */
	background-color: #000000;
	font-family: arial, san-serif;
}

/* šberschriften werden in einer serifenlosen Schrift dargestellt */
/* Schriftart Arial soll bevorzugt verwenden */
h1,h2,h3,h4,h5,h6
{
	font-family: arial, sans-serif;
}

/* Formatierungen fr beliebige Text-Tags (z.B. <p>, <li>, ...) */
/* Die Formatierung wird mit dem Attribut class=".xxx" hinzugefgt */
 
/* Bemerkungen */
.hinweis
{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-style: italic;
}

/* Standard-Text */
.textabsatz
{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/* Beschriftungen */
.bildlegende
{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-style: italic;
}

/* abgestetzte Titel */
.absatztitel
{
/*	margin-bottom: 0.5em;*/
/*	margin-top: 1em;*/
	font-family: arial, sans-serif;
	font-weight: bold;
}

/* Von wem und wann wurde die Seite erstellt oder ge„ndert? */
.seiteninfo
{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-family: arial, sans-serif;
	font-size: 70%;
}

/* Style fr Menpunkte */
.menu
{
	margin-bottom: 0em;
	margin-top: 0em;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	color: white;
}

