/* CSS für alle Anzeigen */

/* Importiere spezielle style Definitionen */
@import url(_base.css);

input.menu { width:110px; border-width:0px; background-color:#cccccc; font-weight:bold; color:#333333; font-size:9pt; }
input.submenu { width:100px; border-width:0px; background-color:#cccccc; font-weight:bold; color:#333333; font-size:8pt; }
td.submenu { text-align:center; }

body.left { font-family: sans-serif; font-size:7pt; color:#333333; background-color:#eeeeee;}
body.oben { font-family: sans-serif; font-size:7pt; color:#333333; background-color:#eeeeee;}
body.right { font-family: sans-serif; font-size:8pt; color:#333333; background-color:#f8f8f5;}
h1 {margin-top:5px; margin-bottom:0px; text-align:left; font-size:12pt;}
h2 {margin-top:5px; margin-bottom:0px; text-align:left; font-size:12pt;}
h3 {margin-top:1px; margin-bottom:0px; text-align:center; font-size:10pt;}
h4 {margin-top:5px; margin-bottom:0px; text-align:left;}
dt {font-weight: bold; margin-top:8px; margin-left:10px;}
p {margin-top:0; margin-bottom:8px;}

h1.help {margin-top:10px; margin-bottom:2px; text-align:left; font-size:14pt; font-weight:bold;}
h2.help {margin-top:10px; margin-bottom:2px; text-align:left; font-size:12pt; font-weight:bold;}
h3.help {margin-top:2px; margin-bottom:2px; text-align:left; font-size:10pt; font-weight:bold;}
h4.help {margin-top:10px; margin-bottom:2px; text-align:left; font-size:8pt; font-weight:bold; text-decoration:underline;}

/* Tabellen-Formatierungen */
/***************************/
th {text-align:left; font-size:9pt; background-color:#eef5f5}
td {font-size:8pt;}
/* .even zeigt die geraden zeilennummern an */
.even {background-color:#e0d5d5;}
/* .even zeigt die ungeraden zeilennummern an */
.odd {background-color:#dadada;}
/* .highlight zeigt eine Zeile in hervorgehobener Weise */
.highlight {background-color:#d0d050;}

/* Kommandos */
/*************/
input.cmd, button.cmd { background-color:#ccbfbf; color:#333333; border-width:0px; font-size:8pt; font-weight:bold;}
