/* Grunddefinition */
body          { font-family: Arial; color: #666666; font-size: 10pt; scrollbar-base-color: #ffffff; scrollbar-arrow-color: #ff9900; 
				scrollbar-shadow-color: #ffffff; scrollbar-darkshadow-color: #ffffff }
*             { font-family: inherit important; color: inherit important; font-size: inherit important }
h1            { font-family: Arial; font-size: 18pt; font-weight: bold }
h2            { font-family: Arial; font-size: 12pt; font-weight: bold }
h3            { font-family: Arial; font-size: 10pt; font-weight: bold }
h4			  { font-family: Arial; font-size: 8pt; font-weight: lighter }
h5			  { font-family: Arial; font-size: 10pt; font-weight: lighter }

/* Text in der Tabelle */
table.frame   { border-left: 1px solid #000000; border-right: 2px solid #000000; 
                border-top: 1px solid #000000; border-bottom: 2px solid #000000; }
td            { font-size: 10pt }
td.titel      { font-size: 12pt; color: #FFFFFF; font-weight: bold; 
                background-image: url('pic/bkgr/header.gif'); height: 30 px; 
                border-left-style: solid; border-left-width: 1px; border-color:#000000; 
                border-right-style: solid; border-right-width: 1px; 
                border-top-style: solid; border-top-width: 1px; 
                border-bottom: 1px solid }             
td.aktion     { font-size: 10pt; color: #FFFFFF; background-color: #FF0000; font-weight: bold }
td.odd        { font-size: 10pt; vertical-align: top; background-color: #DDEEFF; }
td.even       { font-size: 10pt; vertical-align: top; background-color: #FFFFFF; }


/* Menu */
td.menutitle { border-collapse: collapse; border-spacing: 0px; empty-cells: show; width: 
               130px; background-color: transparent; font-size: 9pt; 
               border-left-style: solid; border-left-width: 0px; border-color: #ff9933; 
               border-right-style: solid; border-right-width: 0px; 
               border-top-style: solid; border-top-width: 0px; 
               border-bottom: 0px solid }
td.menu      { border-collapse: collapse; border-spacing: 0px; empty-cells: show; width: 
               130px; background-color: transparent; font-size: 9pt; 
               border-left-style: solid; border-left-width: 0px; border-color:#ff9933; 
               border-right-style: solid; border-right-width: 0px; 
               border-top-style: solid; border-top-width: 0px; 
               border-bottom: 0px solid }
               
/* Defintion der Menutitel */
a.menutitle  			{ text-decoration: none; font-weight: bolder }
a.menutitle:link		{ color: #FFFFFF; text-decoration: none; }
a.menutitle:visited		{ color: #FFFFFF; text-decoration: none; }
a.menutitle:hover 		{ color: #FFFFFF; background-color: transparent; font-weight: 400 }

/* Defintion der Menupunkte */
a.menu       			{ color: #FFFFFF; text-decoration: none; font-weight: bolder}
a.menu:link  			{ color: #FFFFFF; text-decoration: none }
a.menu:visited 			{ color: #FFFFFF; text-decoration: none }
a.menu:hover			{ color: #FFFFFF; backgroudn-color: transparent; font-weight: 400 }

/* Links */
a            			{ color: #FF9900; text-decoration: underline }
a:hover       			{ text-decoration: none; }

/* Linien */
hr						{ color: #000080 }

/* Bilder */
img         			{ background-color: #FFFFFF }