/* ----------------------------------------------------------------- */
/* Das ist die Standard-Style-Einstellung.                           */
/* Diese kommt zur Ausführung, wenn kein Mandanten-Style-Sheet       */
/* angelegt wurde.                                                   */
/* ----------------------------------------------------------------- */

/* ------------------------------------------------------------------- */
/* wird für das XML-Menue benötigt                                     */
/* ------------------------------------------------------------------- */
a {font-family:arial;font-size:9pt;color:#000000;text-decoration:none;}
div {font-family:arial;font-size:9pt;color:#000000;}

/* ------------------------------------------------------------------- */
/* Text klein    - das ist die Hauptschriftart mit der gearbeitet wird */
/* ------------------------------------------------------------------- */
.text-kl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   11px;
	color:       black;
         }
/* ------------------------------------------------------------------- */
/* Text medium   - je größer umso selterner                            */
/* ------------------------------------------------------------------- */
.text-med {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   12px;
	color:       black;
         }
/* ------------------------------------------------------------------- */
/* Text normal   - je größer umso selterner                            */
/* ------------------------------------------------------------------- */
.text-norm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   14px;
	color:       black;
         }
/* ------------------------------------------------------------------- */
/* Text big      - je größer umso selterner                            */
/* ------------------------------------------------------------------- */
.text-big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   16px;
	color:       black;
         }
/* ------------------------------------------------------------------- */
/* Text superbig - je größer umso selterner                            */
/* ------------------------------------------------------------------- */
.text-superbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   20px;
	color:       black;
         }

/* ------------------------------------------------------------------- */
/* Attribut für Tabellenzelle <td> genutzt bei der Tabellendarstellung */
/* der Suchergenisszeile zur farblichen Abhebung vom Hintergrund       */
/* ------------------------------------------------------------------- */
.displayzeile {
	font-family:         Verdana, Arial, Helvetica, sans-serif;
	font-size:           11px;
	background-color:    #f9f9f9;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-width:    1px;
	border-right-width:  1px;
	border-bottom-width: 1px;
	border-left-width:   1px;
	border-top-color:    #FF9999;
	border-left-color:   #FF9999;
	border-right-color:  #FF9999;
	border-bottom-color: #FF9999;
	}

/* ------------------------------------------------------------------- */
/* Attribut für Tabellenzelle <td> hauptsächlich genutzt bei der       */
/* Kategorien-Tabelle (Kategorien-KNOTEN, Kategorien mit + davor)      */
/* ------------------------------------------------------------------- */
.bgmenuezelle {
	font-family:         Verdana, Arial, Helvetica, sans-serif;
	font-size:           10px;
	background-color:    #ffffff;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-width:    1px;
	border-right-width:  1px;
	border-bottom-width: 1px;
	border-left-width:   1px;
	border-top-color:    #FF9999;
	border-left-color:   #FF9999;
	border-right-color:  #FF9999;
	border-bottom-color: #FF9999;
	}
/* ------------------------------------------------------------------- */
/* Attribut für Tabellenzelle <td> hauptsächlich genutzt bei der       */
/* Kategorien-Tabelle (Kategorien-BLATTEBENE, Kategorien ohne +)       */
/* ------------------------------------------------------------------- */
.bgmenueblatt {
	font-family:         Verdana, Arial, Helvetica, sans-serif;
	font-size:           9px;
	background-color:    #FFFFFF;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-width:    1px;
	border-right-width:  1px;
	border-bottom-width: 1px;
	border-left-width:   1px;
	border-top-color:    #FF9999;
	border-left-color:   #FF9999;
	border-right-color:  #FF9999;
	border-bottom-color: #FF9999;
	}

/* ------------------------------------------------------------------- */
/* #menue - Attribut für LINKS genutzt bei der Kategorien-Tabelle      */
/*          KategorienKNOTEN- und BLATT-EBENE                          */
/* ------------------------------------------------------------------- */
a:link#menue {
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        10px;
	font-weight:      normal;
	color:            black;
	text-decoration:  none;
	width:            200px;}

a:visited#menue {
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        10px;
	font-weight:      black;
	color:            red;
	text-decoration:  none;
	width:            200px; }

a:hover#menue {
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        10px;
	font-weight:      normal;
	color:            black;
	text-decoration:  none;
	width:            200px;
	background-color: #EAEAEA;}

a:active#menue {
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        10px;
	color:            black;
	text-decoration:  none;
	width:            200px; }

/* ------------------------------------------------------------------- */
/* #menue11 - Attribut für alle LINKS bei außerhalb der                */
/*            Kategorien-Tabelle                                       */
/* ------------------------------------------------------------------- */
a:link#menue11 {
	font-family:	  Verdana, Arial, Helvetica, sans-serif;
	font-size:        12px;
	font-weight:      normal;
	color:            #333333;
	text-decoration:  none;
	width: 		  11px;}

a:visited#menue11 {
	font-family: 	  Verdana, Arial, Helvetica, sans-serif;
	font-size:        12px;
	font-weight:      normal;
	color: 	          black;
	text-decoration:  none;
	width: 		  11px; }

a:hover#menue11 {
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        12px;
	font-weight:      bold;
	color:            black;
	text-decoration:  none;
	width:            11px;
	background-color: #EAEAEA;}

a:active#menue11 {
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        12px;
	color:            black;
	text-decoration:  none;
	width:            11px; }

/* ------------------------------------------------------------------- */
/* Attribute für FOMULAR-Buttons                                       */
/* ------------------------------------------------------------------- */
.submitarray {
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        10px;
	color:            darkblue;
	text-decoration:  normal;
	border:           1px solid black;
	font-weight:      bold;
	background-color: #DCDCDC;}

.submitpos {
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        10px;
	color:            darkblue;
	text-decoration:  normal;
	border:           0px solid red;
	font-weight:      normal;
	background-color: #fafad2;}