
/*Tabelle Eintrag Ausgabe*/
table.eintrag_table {
	background:#fafafa;
	font: bold 7.5pt;
}

td.eintrag_label {
	background:#fff;
	width:50px;
}

td.eintrag {
	background:#fff;
	font: normal 9.5pt;
	width:800px;
}

/*Tabelle Neuer Eintrag*/
table.neu_table {
	background:#ADADAD;
	font: bold 7.5pt;
}

td.neu_label {
	background:#fff;
	width:90px;
}

td.neu {
	background:#fff;
}

/*Formularfelder*/
input {
	font: normal 8pt ;
	border: 1px solid #000000;
}

input.radio {
	font: normal 8pt;
	border: 0px;
}

textarea {
	font: normal 8pt ;
	border: 1px solid #000000;
}

select {
	font: normal 8pt ;
	border: 1px solid #000000;
}

input.spam {
	display: none;
}

/*Schriften*/
font.fehler {
	font: bold 9pt ;
	color: red;
} 

font.erfolg {
	font: bold 9pt ;
	color: green;
} 

font.copy {
	color:#A4A4A4;
	font: bold 7pt ;
}

font.klein {
	color:#000000;
	font: normal 7pt ;
}

a, a:link, a:visited, a:active {
	color: #580000;
	text-decoration:none;
  font: bold 12pt/14pt ; 
}

a:hover {
	color: #580000;
	text-decoration:none;
  font: bold 12pt/14pt ; 
}

a.copy, a:link.copy, a:visited.copy, a:active.copy {
	color: #A4A4A4;
	text-decoration:none;
  font: bold 7pt/10pt ; 
}

a:hover.copy {
	color: #0095F9;
	text-decoration:none;
  font: bold 7pt/10pt ; 
}

h3 {
	font: bold 11pt ;
}

/*Sonstiges*/
img {
	border:0px;
}

/*Adminbereich*/

div.admin_innen {
	width:750px;
	border:1px solid #000000;
	background:#FFFFFF;
	text-align:left;
}

div.admin_logo {
	background: url(../images/admin_header.jpg)  no-repeat;
	border-bottom:1px solid #000000;
	height:50px;
	display:block;
}

table.haupt_tabelle {
	background:#ADADAD;
	font: bold 7.5pt verdana;
}

td.grey {
	background:#E6E6E6;
}

td.grey_label {
	background:#BFBFBF;
}


body {
    color: black; background-color: FFF; background: url(hintergrund.gif) repeat-y-x;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }


  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 960px; 
    padding: 0;
    background: #fff;
    border-right: #99991f 2px outset ;
    border-top: #99991f 2px ridge;

 }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 2em; padding left: 2em;
    
    Color: white;
    background: #580000 url(..images/logo-gb.gif) no-repeat 50% 60%;
    border-bottom: 1px solid silver;
  }


{
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #FFFFFF; background: url(hintergrund.gif) no-repeat 100% 45%;
  }

  ul#Navigation {
    width: 10em;
    margin: 0; padding: 0.8em;
    border: 0px solid black;
    background-color: white;
  }

  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation li ul {
    margin: 8 0 0 0.3em; padding: 0;
  }
  ul#Navigation li ul li {
    margin: -5 0 0 0em ;
  }
  * html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: ; Font-Size: 14; 
    border: 2px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #eeeeee;
  }
  * html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: black; background-color: white;
  }
  ul#Navigation {
    font-size: 0.35em;
    float: left; width: 150px;
    margin: 0 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black; background-color: white;
  }
  ul#Navigation a:visited {
    color: #666; background-color: white;
  }
  ul#Navigation a:hover {
    color: black; background-color: #eee;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  div#Inhalt {
    margin: 0 0 1em 100px;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #580000;
  }
  div#Inhalt h3 {
    font-size: 14;
    margin: 1em 0;
    color: black;

	
  }
  div#Inhalt p {
    font-size: 14;
    margin: 1em 0;
	
  }


  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #580000;
    border-top: 1px solid silver;
  }

table { width:100%;font-family: Helvetica,Arial,sans-serif; font-size: 12}
td { border:1px solid #000; vertical-align:top; overflow:hidden}
th { speak-header: once; border:1px solid #000;}

ul#Liste {list-style-type:circle; font-family: Helvetica,Arial,sans-serif; font-size: 14 }

DIV#Info {
	BORDER-RIGHT: silver 0px dashed; PADDING-RIGHT: 10px; BORDER-TOP: silver 0px dashed; PADDING-LEFT: 0px; FONT-SIZE: 0.9em; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0 0 5 5; BORDER-LEFT: silver 0px dashed;  PADDING-TOP: 0px; BORDER-BOTTOM: silver 0px dashed; BACKGROUND-COLOR: #fff; 
}

DIV#Info H2 {
	FONT-SIZE: 1.33em; MARGIN: 0.2em 0.5em
}
DIV#Info P {
	FONT-SIZE: 1em; MARGIN: 0.5em
}

</style>



