/*---------------------------------------------------------------------*/
/* Style-Sheet Franz                                                   */
/* $Id: franz.css,v 1.6 2006/03/29 09:12:56 al Exp $ */
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/* Navigation                                                          */

#header {
        position: static;
        width: 99.9%;
        padding: 0 0 1em .5em; /* oben re unten li */
        border-bottom: 2px solid black;
}

#header h1 {
        text-align: right;
        padding-right: 1em;     /* 100% weniger 2x .5em Margin */
}

#nav {
        font-family: "Times New Roman", "Times Roman", Times, serif;
        /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
        position: static;
	background: #EEEEEE;    /* #E9E9E9 */
	margin: 0 0 1em;     /* oben   re/li   unten, ein margin-top wirkt nicht */
}
#nav, #nav ul {
        float: left;
	margin: .3em 0 0 0;     /* oben   re   unten   li */
	padding: 0;
	list-style: none;
}
#nav li {
        display: inline;
        font-weight: bold;
	padding: 0;
	margin: 0;
}
#nav #search {
	display: block;
	padding: .2em .5em;       /* oben+unten  links+rechts */
	text-align: left;
	text-decoration: none;
	background: #eee;        /* #EDF2F2 */
	/* border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd; */
}
#nav #search form {
        margin: 0;
        padding: 0;
}
#nav li a {
	display: block;
	padding: 8px 6px;
	text-decoration: none;
	background: #eee;        /* #EDF2F2 */
	/* border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd; */
}
#nav li b.inactive {
  /* inaktiver Menüpunkt [aktiver Menüpunkt ist ein Link] */
  color: rgb(150,150,150);
  font-weight: normal;
	display: block;
	padding: 8px 6px;
	text-decoration: none;
	background: #eee;        /* #EDF2F2 */
	/* border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee; */
}

#nav li a:hover {
	/*background: #E9E9E9;*/    /* #E0E9E9 */
}

#content {
        margin-left: 8.5em;
}

/*---------------------------------------------------------------------*/
/* Style-Sheet Common (fuer alle Styles gleich)                        */
/*                                                                     */
/*---------------------------------------------------------------------*/

BODY {
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Georgia, Times New Roman, Times, Serif; */
  /* Verdana, Arial, Helvetica, Sans-Serif; */
  color: black;
  background-color: white;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* font-weight: bold; entfernt */
A:link      { text-decoration: underline; color: #D60021; }
A:visited   { text-decoration: underline; color: #A60C26; }
A:hover     { text-decoration: underline; color: #FFAD08; }

H2 A:link      { text-decoration: none; color: black; }
H2 A:visited   { text-decoration: none; color: black; }
H2 A:hover     { text-decoration: underline; color: #FFAD08; }

#nounderline A:link      { text-decoration: none; color: black; }
#nounderline A:visited   { text-decoration: none; color: black; }
#nounderline A:hover     { text-decoration: underline; color: #FFAD08; }

/*---------------------------------------------------------------------*/
/* Regionen                                                            */

#intern {
    font-family: "Times New Roman", "Times Roman", Times, serif;
    /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
}

#icons {
    float: right;
    margin: .2em 0 .2em;
}

#icons a {
    padding: .2em;
}

IMG {
    border-width: 0;
}

IMG.re {
    margin: .5em  0  .5em  .5em;        /* oben re unten li */
    float: right;
}

/*---------------------------------------------------------------------*/
/* Überschriften & Absaetze                                            */

H1, H2, H3, H4 {
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  /* color: rgb(153,0,51); */
  font-weight: bold;
  padding-top: .05em;     /* 1pt */
  padding-bottom: .05em;  /* 1pt */
  margin-bottom: .1em;   /* 2pt */
}
H1 {
  font-size: large;
  margin-top: .5em;	/* 12, 15pt, .5em */
}
H2 {
  font-size: medium;
  margin-top: .4em;	/* 8, 12pt, .3em */
}
H3 {
  font-size: small;
  margin-top: .3em;	/* 6, 9pt, .2em */
}
H4 {
  font-size: x-small;
  margin-top: .2em;	/* 6, 9pt, .1em */
}

P {
  margin-top: .3em;     /* .3em ist etwas weniger als der Standard */
}

#content H1,
H2.grau {
	display: block;
	padding: 4px 5px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	background: #eee;        /* #EDF2F2 */
	border: 0;
	/* border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd; */
	margin-top: 0;
}

H1.buha {
  /* color: #D60021; */
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 100%;
  font-weight: bold;
  margin-left: 2pt;     /* entspricht dem table-cellspacing */
  margin-top: 1em;
  margin-bottom: .25em;
}
H2.buha {
  /* color: #D60021; */
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 90%;
  font-weight: bold;
  font-style: italic;
  margin-left: 2pt;     /* entspricht dem table-cellspacing */
  margin-top: .75em;
  margin-bottom: .25em;
}

/*---------------------------------------------------------------------*/
/* Tabellen                                                            */

TABLE {
  margin: 0;
  /* vertical-align: center; */
}
TABLE.menu {
  /* die t*.menu sind für die Menüleiste links vorgesehen */
}
TABLE.edit {
  /* die t*.edit gelten für die DB-Editier-Tabellen */
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
}
TABLE.buha {
  margin: 0;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 80%;
}
TABLE.medium {
  font-size: 90%;
}
TABLE#dir {
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: "Arial Narrow", Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 90%;
}

TR.grau {
  background-color: #EEEEEE;
}
TR.weiss {
  background-color: white;
}
TR.menu {
}
TR.edit {
  background-color: #EEEEEE;
}

TABLE.edit TR {
  background-color: #EEEEEE;
}

TH {
  font-size: 90%;
}

TH.edit {
  text-align: left;
  font-weight: normal;
  font-size: 70%;
}
TABLE.edit TR TH {
  text-align: center;
  font-weight: bold;
  font-size: 70%;
}
TH.buha {
  text-align: left;
  font-weight: normal;
  font-size: 70%;
}

TD.menu {
  white-space: nowrap;
}
TD.edit {
  font-size: 80%;
}
TABLE.edit TR TD {
  font-size: 80%;
}
TD.edit-small {
  font-size: 50%;
}
TD.center {
  text-align: center;
}
TD.zahl {
  text-align: right;
  white-space: nowrap;
}
TD.frage {
  border-top-width: thin;
  border-top-style: solid;
  /* border-top-color: black; */
  padding-top: .5em;
  padding-right: .2em;
  vertical-align: top;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 100%;
  font-weight: bold;
}
TD.antwort {
  padding-bottom: .5em;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 90%;
}
TD.auswertung {
  border-top-width: thin;
  border-top-style: solid;
  /* border-top-color: black; */
  padding-top:    .5em;
  padding-bottom: .3em;
  padding-left:   .2em;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 100%;
  font-weight: bold;
  text-align: right;
}
TD.auswertung-liste {
  border-top-width: thin;
  border-top-style: solid;
  /* border-top-color: black; */
  padding-top:    .5em;
  padding-bottom: .3em;
  padding-left:   .2em;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 90%;
}
TD.kommentare {
  padding-bottom: .3em;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 90%;
}
TD.history {
  font-size: 80%;
}

/*---------------------------------------------------------------------*/
/* Aufzählungen                                                        */

UL.calmon {
  margin: 0;
  margin-left: 1em;
  padding: 0;
}
LI.calmon {
  list-style-type: square;
  margin-top: 0.2em;
  padding: 0;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 80%;
  font-weight: bold;
}
UL.calentry {
  margin: 0;
  margin-left: 5em;
  padding: 0;
}
LI.calentry {
  list-style-type: circle;
  margin-top: .2em;
  margin-bottom: .1em;
  padding: 0;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 80%;
  font-weight: normal;
}

/*---------------------------------------------------------------------*/
/* Absätze                                                             */

P, #content LI, H3, H4, H5, H6 {
  max-width: 50em;
}

P.umfrage {
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 90%;
}

P.navbar {
  /* navbar meint die Home > Intern > Datenbank... Zeile */
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 80%;
  /* margin-top: 0; margin-right undefiniert; margin-bottom: .75em; margin-left: 1em; */
  margin: .75em 0 .75em;
}
P.error {
  color: red;
  font-weight: bold;
}
P.ok {
  color: green;
  font-weight: bold;
}
/* Kalenderüberschrift */
P.calueb {
  margin: 0;
  padding: 0;
}
/* Kalenderdeteils */
P.caldetails {
  margin: 0;
  margin-top: .2em;
  padding: 0;
  font-size: 90%;
}
P.calnote {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  /* font-family: Verdana, Arial, Helvetica, Sans-Serif; */
  font-size: 80%;
}

PRE {
  font-size: 90%;
}

HR.hidden {
  display: none;
}

/*---------------------------------------------------------------------*/
/* Zeichenformate                                                      */

B.inactive {
  /* inaktiver Menüpunkt [aktiver Menüpunkt ist ein Link] */
  color: rgb(150,150,150);
  font-weight: normal;
}
B.groesser {
  /* Zwischenüberschrift in Tabelle */
  font-size: 120%;
}
B.rot {
  color: red;
}
B.gruen {
  color: green;
}

FONT.medium {
  /* so groß, wie die normal-kleine Tabellenschrift = 80% */
  font-size: 80%;
}
FONT.small {
  /* Kleingedrucktes, zB in der table.edit */
  font-size: 70%;
}

address small {
  font-size: 70%;
}

/*---------------------------------------------------------------------*/
