 /* button wie Detail Zurueck etc. */
 /*LK: Vergrössert für bessere Klickbarkeit + HOver*/
 
.button  {
	font-size : 14px;
	font-weight : normal;
	color: #FFFFFF;
	background-color : #8899BB;
	text-align : left;
	border-bottom : 2px outset #cccccc;
	border-right : 2px outset #cccccc;
	border-left : 2px outset #dddddd;
	border-top : 2px outset #dddddd;
	font-style: normal;
	cursor: pointer;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
hr {
	color: #003399;
	line-height: 1px;
	height: 1px;
}

/* CSS definition fuer Maklernetz Hilfe 
Copy der zextranet.css vom 6-8-2007.
 */

/* allgemeine Einstellungen wie Hintergrundfarbe ausserhalb des Fensters*/
/*ÄNderung zu zextranet: B und I nicht mehr gemeinsam mit Body, Table, ... definiert*/
BODY,TABLE,TR,TD,LI,H2,H3,H4,A,P,DIV,P,SPAN { 
  font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
  font-style : normal;
  font-weight : normal;
  font-size : 11px;
  color : #000066;
     
  SCROLLBAR-FACE-COLOR: #ffffff; 
  SCROLLBAR-HIGHLIGHT-COLOR: #d0c6b2; 
  SCROLLBAR-SHADOW-COLOR: #d0c6b2; 
  SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
  SCROLLBAR-ARROW-COLOR:  #000066; 
  SCROLLBAR-TRACK-COLOR: #FFFFFF; 
  SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;

  
}
   
BODY {
  background-color : #FFFFFF;
  margin: 10px 2px;
}



/* Veränderung des Mauszeigers über einem sonstigen Link */

a:hover { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-style: normal;
  font-weight: normal;
  color: #003399;
  text-decoration: underline 
  }

/* allgemeiner aktiver (Maus steht darüber) Link */

a:aktive  {
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #003399;
  text-decoration : none;
}

/* Allgemeiner nicht besuchter Link */

a:link  {
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000000;
}

/* Allgemeiner besuchter Link */

a:visited  {
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000000;
}


/* ab hier CSS Vorgaben fuer den KSS */

/* Der Extranetdialog besteht aus 2 Teilen, die nicht durch einen Strich getrennt sein sollen */
/* tablerandaussenoben ist die Klasse für den oberen Bereich */
 
.tablerandaussenoben  
{ border : #003399;
border-style:solid;
border-top-width : 1px; 
border-bottom-width : 0px;
border-left-width : 1px; 
border-right-width :1px; 
 
}

/* oberere Tabelle Inhaltteil */

TD.tablerandaussenoben  {
  padding-left : 0px;
  padding-right : 0px;
  border-width : 0pt;
  
} 

/* Der Extranetdialog besteht aus 2 Teilen, die nicht durch einen Strich getrennt sein sollen */
/* tablerandaussenunten ist die Klasse für den unteren Bereich */

.tablerandaussenunten  {
  border-color: #003399;
  border-style: solid;
  border-width: 0px 1px 1px;
  background-color: #003399;
}
/* untere Tabelle Inhaltteil */

td.tablerandaussenunten  {
  padding-left : 6px;
  padding-right :6px;
  border-width : 0px;
  background-color : #ffffff;
}

/* für Dialoge im Extranet-Dialog */ 

.tablerandinnen  {
  font-size : 11px;
  font-weight : bold;
  color : #000066;
  background-color: #ffffff;
  margin: 0px 0px;

  border-style : inset;
  border-top-width :1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  line-height: 15px;
  padding: 0px 0px 0px 6px;
}


/* Basisdefinitionen für alle Zellen */

TD  {
  height : 25px;
  text-align : left;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
  padding-top : 0px;

}

/* Zellen ohne Rahmen */

td.simple  {
  border-bottom-width : 0px;
  border-bottom-style : none;
  border-style : none;
  background-color : #ffffff; /*Hintergrund bei den Statusanzeige-Bildern*/
  padding-top : 0px;
  padding-bottom : 0px;
  padding-left: 0px;
  padding-right :0px;
  height : 0px;
  color:#000066;

}

/* Text vor Eingabefeldern (Text, Listen, Checkbox, ...) */
 
.label  {
  font-size : 11px;
  font-weight : normal;
  color : #000066;
  
  background-color : #ffffff; /*Hintergrund des Bereichs vor den Eingabe-Feldern*/
  text-align : left;
  vertical-align : middle;
  border-bottom-color : #E0D6C2; /*Kraeftig orangener Strich vor den Eingabe-Feldern*/
  border-bottom-style : inset;
  border-bottom-width: 1px
}

/* für die Zelle, in der ein Eingabefeld (Text, Listen, Checkbox, ...) vorkommt */
 
.eingabe  {
  font-size : 12px;
  font-weight : bold;
  color : #000066;
  background-color : #ffffff; /*Hintergrund des Bereichs um die Eingabe-Felder*/
  vertical-align : middle;
  border-bottom-color : #E0D6C2; /*Kraeftig orangener Strich unter den Eingabe-Feldern*/
  border-bottom-style : solid;
  border-bottom-width : 1px;
}

/* Titelzeile von Unterdialogen (Dialog im Extranet-Dialog) */

.ergebnisse {
  font-size : 11px;
  font-weight : bold;
  color : #000066;
  text-align : left;
  background-color : #CCDDEE;   /* Ueberschrift bei 'Gewinnbeteiligung und Hinweise' */
  padding-top : 0px;
  padding-bottom : 0px;
  padding-left : 6px;
  border-top-color : #ffffff;
  border-top-style : solid;
  border-top-width :1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-color : #ffffff;
  border-style : solid;
  line-height: 15px;  
}

/* Eingabefelder (Text, Listen, Checkbox, ...) */

.input  {
  font-size : 11px;
  font-weight : normal;
  font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
  /*font : normal 11px; Arial, Helvetica, sans-serif;*/
  color : #000000;
  margin-right : 2px;
  margin-left : 0px;
}

/* gesperrte Eingabefelder (Text, Listen, Checkbox, ...) */

.inputReadOnly  {
   background-color : #ffffff;
  font-size : 11px;
  font-weight : normal;
  font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
   /*font : Verdana, Arial, Helvetica, sans-serif; */
   color : #000000;
   margin-right : 2px;
   margin-left : 0px;
  
   border-top-width :0px; 
   border-left-width : 0px; 
   border-right-width : 0px; 
   border-bottom-width : 0px;
}
 
/* im Druckenbereich  */
 SELECT  {
  background-color : #FFFFFF;
  font : normal 11px;  Arial, Helvetica, sans-serif;
  color : #000000;
  margin-right : 3px;
  margin-left : 0px;
}
 

/* Überschrift für einen Bereich (Hauptbereich) */
  
.hauptgruppe {
  background-color : #003399;
  font-size : 11px;
  font-weight : normal;
  font-style: normal;
  color : #FFFFFF;
  border : 1px #FFFFFF solid;
  padding-left : 6px;
  padding-right: 0px;
  padding-top : 0px;
  padding-bottom : 0px; 
  line-height: 15px; 
  
}

/* Überschrift für einen Bereich (Unterbereich) */
.untergruppe  {
  font-size : 11px;
  font-weight : bold;
  font-style: normal; 
  color : #000066;
  background-color : #E0D6C2;
  padding-left : 6px;
  padding-right: 0px; 
  padding-top : 0px;
  padding-bottom : 0px;
  line-height: 15px; 
 
}



/* Listen */
.list {  
font-size : 11px; 
font-style : normal; 
font-weight : normal; 
color : #000066; 
}

/* Table Definition für Listen */
table.list  {
  background-color : #CC00CC;  /* was wird hier veraendert? */
}

/* Definition für Listenüberschriften */

caption.list  {
  background-color : #f2eee5;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style : normal;
  font-size : 11px;
  font-weight : bold;
  color : #000066;
  border : 0px;
  padding-left : 6px;
  padding-top : 2px;
  padding-bottom : 2px;
   
}

/* Definition für Spaltenüberschriften */

td.listtitel {
  
  font-size : 11px;
  font-weight : bold;
  color : #000066;
  background-color : #ffffff;
  padding-left : 6px;
  padding-top : 3px;
  padding-bottom : 3px;
  line-height: 15px;
  padding-right: 0px;
  text-align : left;
  border-width: 1 px;
  border-style : solid;
  border-color : #ffffff;
  
}

/* Definition für Listenspalten */

TD.list {height : 25px;
  font-size : 11px;
  font-weight : normal;
  color : #000066;

  text-align : left;
  padding-left : 6px;
  padding-right : 6px;
  background-color : #ffffff;
  border-color : #dddddd;
  border-style : solid;
  border-width : 1px;
}

/* Unterpunkte in Listen */

TD.unterliste {
  font-size : 11px;
  font-weight : normal;
  color : #000000;
  text-align : left;
  padding-top : 0px;
  padding-left : 30px;
  padding-right : 0px;
  padding-bottom : 0px;
  background-color : #ffffff;
  height : 15px; ; 

}

/* aktiver (Maus steht darüber) Link für Listen */

a.list:active  {
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000066;
  
}

/* nicht besuchter Link für Listen */

a.list:link  {
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000066;
  
}

/* besuchter Link für Listen */

a.list:visited  {
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000000;
  
}

/* Veränderung des Mauszeigers über einem Listen-Link */

a.list:hover {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-style: normal;
  font-weight: normal;
  color: #000066;
  
}  
  
/* Linkangaben fuer die Feldhilfe */

a.Feldhilfe:link
{
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000000;
  text-decoration : none;
}

a.Feldhilfe:aktiv
{
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000000;
  text-decoration : none;
}

a.Feldhilfe:visited
{
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000000;
  text-decoration : none;
}

a.Feldhilfe:hover
{
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000000;
  text-decoration : none;
}

.drucken 
{ font-size : 11px; 
   font-weight : normal; 
   color : #FFFFFF; 
   text-align : left; 
   /*background-color : #BBC9E4; */
   background-color : transparent;
   padding-top : 2px; 
   padding-bottom : 2px; 
   padding-left : 6px; 
   border-top-color : #D6D6D6; 
   border-top-style : solid; 
   border-top-width :1px; 
   border-left-width : 0px; 
   border-right-width : 0px; 
   border-bottom-width : 0px; 
   border-color : #D6D6D6; 
   border-style : solid; 
} 

/* gibt es nicht */
  
tablerandkette {  
border-color: #ffffff ; 
border-style: outset; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
color: #000066; 
}

/* Definition der Spalten für Ketten */

td.kette { 
border-bottom-style : none; 
padding-left : 0px; 
padding-bottom : 0px; 
padding-right :0px; 
padding-top : 0px; 
height : 0px; ; 
background-color: #ffffff; 
border-style: none;
color: #000066; 
}

/* Texte in Ketten */

.kettentext { 
 font-family: Verdana, Arial, sans-serif, AGaramond; 
 font-size: 9px; 
 font-style: normal;
  font-weight: normal; 
  color: #000066; 
  background-color: #ffffff; 
  text-align: left; 
  padding-left: 0px;
 }
 
   
/* Titelzeile des Dialoges, über dem Karteireiter */ 
 
.titel  {
  font-size : 12px;
  font-weight : bold;
  color : #FFFFFF;
  /*background-image:url(/zuritel/images/linienblau.gif); */
  /* background-color : #335CAD; */
  margin: 0px 0px;
  border-top-style : solid;
  border-top-width :3px;
  border-top-color: :#f2eee5;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  line-height: 15px;
  padding: 0px 0px 0px 6px; 
}




/* Eigene Klasse für Titel und Karteireiter */

.titelundkartei  {
  font-size : 11px;
  font-weight : normal;
  border : 0px;
}

 
/* Definition der Lasche des aktuellen Karteireiters */

.karteireiterself  {
  background-color : #E0D6C2;
  font-size : 11px;
  font-weight : normal;
  color : #000066;
  text-align : center;
  vertical-align : middle;
  border-bottom : 1px solid;
  border-color : #FFFFFF;
  border-left-style : none;
  border-right-style : solid;
  border-top-style : solid;
  border-top-width:1 px;
  border-right-width: 1px;
  border-left-width: 1px;
  padding: 3px;
}

/* Definition der Lasche allgemeinen Karteireiter */

.karteireiter  {
  background-color : #f2eee5;
  font-size : 11px;
  font-weight : normal;
  color : #000066;
  text-align : center;
  vertical-align : middle;
  border-bottom : 1px solid;
  border-color : #FFFFFF;
  border-left-width : 1px;
 border-left-style : none;
  border-right-style : solid;
  border-right-width : 1px;
  border-top-style : solid;
  border-top-width : 1px;
  padding : 3px;
}

/* Definition von deaktivierten Laschen des Karteireiters */

.karteireiterinaktiv {
  background-color : #f2eee5;
  font-size : 11px;
  font-weight : normal;
  color : #000066;
  text-align : center;
  border-bottom : 1px solid;
  border-left-width : 1px;
  border-color : #FFFFFF;
  border-left-style : none;
  border-right-style : solid;
  border-right-width : 1px;
  border-top-width : 1px;
  border-top-style : 1px;
  padding : 3px;
}

/* Definition von deaktivierten Laschen des Karteireiters wenn es die aktuelle Lasche ist */

.karteireiterselfinaktiv {  
  background-color :#f2eee5;
  font-size : 11px; 
  font-weight : normal; 
  color : #000066; 
  text-align : center; 
  vertical-align : middle;  
  border-bottom : 1px solid; 
  border-color : #FFFFFF; 
   border-left-style : none; 
   border-right-style : solid; 
   border-top-style : solid; 
  border-top-width:0px; 
  border-right-width: 1px; 
  border-left-width: 1px; 
  padding: 3px; 
}
  
/* aktiver (Maus steht darüber) Link in einer Lasche */
  
a.kartei:active  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000000;
  text-decoration : none;
}

/* Nicht besuchter Link in einer Lasche */

a.kartei:link  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000066;
  text-decoration : none;
}

/* Besuchter Link in einer Lasche */

a.kartei:visited  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-style : normal;
  font-weight : normal;
  color : #000066;
  text-decoration : none;
  
}

/* Veränderung des Mauszeigers über einem Laschen Link */

 a.kartei:hover {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-style: normal;
  font-weight: normal;
  color: #000066;
  text-decoration: underline
}

/* Definition einer Leerzeile in der Höhe der aktuellen Schrift */

.leerzeile  {
  font-size : 12px;
  
}

/* Definition einer Leerzeile mit 4 Pixeln */

TD.Leerzeile4  {
  height : 4px;
  font-size : 4px;
  
}

/* Definition einer Leerzeile mit 8 Pixeln */

TD.Leerzeile8  {
  height : 8px;
  font-size : 8px;
 
}

/* Ausgabe einer Information */

.info  {
  font-size : 11px;
  color :#000066;
  background-color : #f2eee5;
}


/* Ausgabe der Fehlermeldungen */

.errors  {
  font-size : 11px;
  font-weight : normal;
  color : #CC0000;
}

/* für die Fehlerseite */

.fehlermeldung {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style : normal;
  font-weight : bold;
  font-size : 12px;
  color : #FFFFFF;
  background-color : #cc0000;
  text-align : center;
  
}

/* für die Fehlerseite, Exceptionseite */

td.fehler {
  background-color : #FFFFFF;
}

/* für die Fehlerseite, Exceptionseite, Prüfseite(JS, cookie) */

td.fehler1 {
  background-color :  #f2eee5;
  font-weight : bold;
  color: #000066;
}

/* für die Fehlerseite, Exceptionseite */

table.fehler {
  background-color : #ffffff;
}


/* aktiver (Maus steht darüber) Link in Fehlermeldungen */

a.errors:aktive  {
  font-size : 11px;
  font-weight : normal;
  color : #CC0000;
  font-style : normal;
  text-decoration : none;
}

/* aktiver nicht besuchter Link */

a.errors:link  {
  font-size : 11px;
  color : #CC0000;
  font-style : normal;
  font-weight : normal;
  text-decoration : none;
}

/* aktiver besuchter Link */

a.errors:visited 
 {
  font-size :11px;
  color :#CC0000;
  font-style : normal;
  font-weight : normal;
  text-decoration : none;
}



 /* folgende CSS Angabe haben keine &Auml;nderung in den Testdaten bewirkt */

/* gibt es nicht mehr !!!!!!! */ 
TD.strich {
  border-bottom-color :#FFFAFA;
  border-bottom-style : inset;
  border-bottom-width : 1px;
}
 

/* gibt es nicht mehr !!!!!!! */
.userstack  {
  font-size : 11px;
  font-weight : bold;
  color : #4E72B6;
}








 
