/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    *
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/

/* ##### Common Styles ##### */

body {
  color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  background-image:url(bg.edvgt.png);
  background-repeat:repeat-y;

}

html > body {
  font-size: 9pt;
}
div.logo {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position:absolute; 
  top:0px; 
  left:0px;
  float:left;
  width: 315px;
  height: 90px;
  background-image: url(edvgt-logo.jpg);
}
div.logo2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 90px;
  background-image: url(titel_hgd.jpg);
  text-align: right;
  color: white;
  float:none;
}
span.meldung {
  font-size: 14px;
  line-height:1.4em;
  position:relative; 
  top: 10px; 
  right: 10px;
  color: white;
}
acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}


/* ##### Header ##### */

#header {
  /*color: inherit;*/
  /*background-color: rgb(184,38,25);*/
  position: relative;
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  background-color: #ccc8c0;
  text-align: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 17px;
}
.subHeader_2 {
  font-size: 8pt;
  font-family:Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: white;
  background-color: #666056;
  float: right;
  height: 17px;
  padding: 0px 5px 0px 5px;
}

.subHeader a {
  color: white;
  background-color: #666056;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}

#introduction{
  line-height:1.4em;
}

#nonFooter {
  position: relative;
  min-height: 100%;
}

* html #nonFooter {
  height: 100%;
}
/* ##### Left Side Bar ##### */
#side-bar {
  position:relative;
  top: 0px; 
  left: 0px;
}

.leftSideBar {
  /*font-size: 90%;*/
  font-size: 10pt;
  width: 220px;
  float: left;
  /*border: 1px solid red;*/
  /*border-right: 1px solid #666056;*/
  background-color: #f2f2f2;
}

.leftSideBar .sideBarTitle {
  color: #262626;
  font-weight: normal;
  margin: 0;
  padding-left:1ex;
}

.leftSideBar ul {
  list-style-type:none;
  list-style-position:outside;
  padding: 0px 0px 0px 5px;
  margin: 0;
}

.leftSideBar li {
  margin: 4px 0 0 0;
  padding: 0 0 0 0;
  font-size: 9pt;
}
li img {
  margin: 2px 2px 0px 0px;
  border:0;
}
li.level_0{
  padding-left: 3px;
}
li.level_1{
  padding-left: 6px;
}
li.level_2{
  padding-left: 9px;
}
li.level_3{
  padding-left: 12px;
}
li.level_4{
  padding-left: 15px;
}
.leftSideBar a {
  color: #444444;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.leftSideBar a:hover {
  color: #444444;
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
}

.current a {
  color: #A13740;
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
}

.current a:hover {
  color: #A13740;
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
}

.leftSideBar .sideBarText {
  color: #666056;
  background-color: transparent;
  line-height: 1em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: #666056;
  background-color: transparent;
  font-weight: bold;
}

/* ##### Main Copy ##### */

#main-copy {
  /*position:relative; 
  top: 0px; 
  left: 210px;*/
  color: black;
  /*background-color: white;*/
  text-align: left;
  line-height: 1.5em;
  margin: 0px 0px 0px 210px;
  padding: 0px 0px 20px 30px;
  width: 70%;
  text-align: justify;
  /*border: 1px solid blue;*/
}

#main-copy h1 {
  color: #666056;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  padding: 5px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  /*margin: 1em 0 0 0;
  padding: 1em 0 0 0;*/
}
#main-copy p {
  /*width: 700px;*/
}
#startseite {
  position:absolute;
  top: 10px; 
  right: 30px;
  width: 310px;
  height: 140px;
  background-color: #dfdfdf;
  color: #000000;
  font-weight: bold;
  /*clear:left;*/
}
#startseite img {
  width: 300px;
  margin: 5px 0px 0px 5px;
  clear: none;
  border:0;
}
#start {
  padding: 120px 0px 0px 0px;
}
#main-copy a {
  color: #A13740;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: underline;
  color: #733236;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  position: relative;
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  height: 30px;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 8px 0 0 0;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0;
}
#footer p {
  margin: 0;
  padding: 0;
}
#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

td.anmeldung 
{
  border: 1px solid #666056;
}

table.synopse
{
  border-collapse: collapse;
  empty-cells: show;
}

td.synopse_titel
{
  text-align: center;
  border: 1px solid #000000;
  font-size: 20px;
  padding: 20px 0px 20px 0px;
  line-height: 1.5em;
  width:100%;
}
td.synopse_titel_2
{
  text-align: center;
  border: 1px solid #000000;
  font-size: 14px;
  padding: 20px 0px 20px 0px;
  font-family:Arial;
  font-weight: bold;
}
td.synopse_titel_3
{
  text-align: left;
  vertical-align:top;
  border: 1px solid #000000;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  font-family:Arial;
  font-weight: bold;
  line-height: 1em;
}
td.synopse_inhalt
{
  text-align: left;
  vertical-align:top;
  border: 1px solid #000000;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  font-family:Arial;
  font-weight: normal;
  line-height: 1em;
}
.gelb 
{
  color: black;
  background: yellow;
}
.TabTatbestand
{
  color: black;
  background: yellow;
  font-size:9.0pt;
}

table.projekte_stand
{
  border: 3px solid #AC384A;
}
td.projekte_stand_titel
{
  text-align: center;
  vertical-align:top;
  border: 1px solid #666056;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px 15px 10px;
  line-height: 1.4em;
}
td.projekte_stand_titel_2
{
  text-align: left;
  vertical-align:top;
  border: 1px solid #666056;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 10px 15px 10px;
  line-height: 1.4em;
}
td.projekte_stand_inhalt
{
  text-align: left;
  vertical-align:top;
  border: 1px solid #666056;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 15px 10px 15px;
  line-height: 1.3em; 
}
/* 
   =========
   Alle Tags
   =========
  Gesamteinstellungen */

p,li,h1,h2,h3,h4,h5,td,ul,li,ol
{                                                        
  font-size:10pt; 
  line-height:12pt; 
  font-family:Helvetica, Arial, sans-serif; 
  color:black; 
}

p,h1,h2,h3,h4,h5,ul,ol
{                                                        
  margin-top:20px; 
  margin-bottom:10px;
  font-size:10pt; 
  line-height:12pt; 
  /*margin-left: 30px; 
  margin-right: 30px; */
}
li
{                                                        
  margin-top:7px; 
  margin-bottom:2px;
  font-size:10pt; 
  line-height:12pt; 
}

/*
 Tags fï¿½r den Listenmodus des Navigations-Skriptes
 =================================================
 nlx   Navigationsleisteninhalt, nur <p>-Tag
 nlxl  Navigationsleisteninhalt, nur <a href>-Tag
 nlxh  Gewï¿½hlter Menï¿½punkt, nur <p>-Tag
 nlxhl Gewï¿½hlter Menï¿½punkt, nur <a href>-Tag
 nlxn  Unbelegter Menï¿½punkt, nur <a href>-Tag
*/
.nl1, .nl1h, .nl2, .nl2h, .nl3, .nl3h, .nl4, .nl4h, .nl1n, .nl2n, .nl3n, .nl4n 
{ 
  font-size: 8pt; 
  color:#666056; 
  line-height:8pt; 
  margin-top:0px;  
  margin-bottom:0px; 
  margin-left:0px; 
  margin-right:0px; 
  text-align:right; 
  text-decoration: none; 
}
.nl1h, .nl2h, .nl3h, .nl4h { color:#A13740; }
.nl1l, .nl2l, .nl3l, .nl4l { color:#666056; text-decoration: none;}
.nl1hl, .nl2hl, .nl3hl, .nl4hl { color:#A13740; text-decoration: none;} 
.nl1n, .nl2n, .nl3n, .nl4n { color:#BAB6AF; text-decoration: none;} 
 /* unbelegter Menüpunkt */
 /*  Einzelne Tags
 Auf der Seite:

 navz1,2   Navigationszeile
 navzlh,d  Navigationszeilen-Link, hell, dunkel
 akg       Ankündigung im roten Seitenkopf

 txt       Normaler Text
 txtb      Normaler Text, Blocksatz
 ttxt      Text in Tabellen
 txtl      Linksbï¿½ndiger Text
 txto      Text ohne Einzug

 ub        Normale ï¿½berschrift

 In einzelnen Tabellen:

 tdnix     Tabellenzelle ohne Rand (zB zur Ummantelung von Grafiken)
 drt       Dunkelroter Hintergrund für Tabellen
 hrt       Hellroter Hintergrund für Tabellen
 dgr       Dunkelgrauer Hintergrund für Tabellen
 hgr       Hellgrauer Hintergrund für Tabellen*/
.navz1, .navz2 
{ 
  font-size: 8pt; 
  color: #666056; 
  text-align:left; 
  margin-top:1px; 
  margin-bottom:1px; 
  margin-left:10px; 
  margin-right:10px; 
}
.navz2 { color: white; }
.navzlh { color: #666056; text-decoration: none; }
.navzld { color: white; text-decoration: none; }
.akg 
{ 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 10pt; line-height:12pt; 
  text-align:right; 
  text-decoration: none; 
  color:white; 
  margin-top: 10px; 
  margin-bottom: 2px; 
  margin-left: 10px; 
  margin-right: 10px; 
}
.txt { margin-top: 20px; margin-bottom: 2px; text-indent:7pt;}
.txtb { margin-top: 20px; margin-bottom: 2px; text-indent:7pt; text-align:justify;}
.ttxt { font-size: 9pt; line-height:10pt; color: black; /* text-align:left; */ margin-top: 7pt; margin-left: 0pt; margin-right: 0pt;}
.txtl { font-size: 10pt; line-height:12pt; color: black; text-align:left; margin-top: 7pt; text-indent:7pt;}
.txto { font-size: 10pt; line-height:12pt; color: black; text-align:left; margin-top: 7pt; }
.ub  { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; margin-top:10px; margin-bottom:20px; font-size: 14pt; line-height:15pt; color: #666056; }
.ub1{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin-top:35px; 
	margin-bottom:25px;
	font-size: 12pt; 
	line-height:12pt; 
	color: #666056; 
	font-weight:bold;
	text-decoration:underline;
}
.ub1 span{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin-top:35px; 
	margin-bottom:25px;
	font-size: 12pt; 
	line-height:12pt; 
	color: #666056; 
	font-weight:bold;
	text-decoration:underline;
}
.ub2{
	text-decoration:underline;
}
.dsym, .ddat { font-size: 8pt; margin-left: 5px; margin-right: 5px; text-decoration: none; }
.drt { background-color:#A13740; }
.hrt { background-color:#C7737A; }
.dgr, .navz2 { background-color:#666056; } 
.hgr, .navz1 { background-color:#CCC8C0; }
/* 
  Blaugraue Farbtypen
 .dgr, .navz2 { background-color:#949FA8;}
 .hgr, .navz1 { background-color:#CED4D9; } */
/* ADMINISTRATION (C.Keller)   */  
.admNav
{
  font-size: 8pt;
}
.inpFields
{
	width:220px;
	height:20px;
	background-color:#f4f0e8;
	font-size:9pt;
	font-weight:bold;
	color:#47594B;
}
.NavUeber
{
   font-size:12pt;
   color:#a85159;
   font-weight:bold;
   text-align:center;
 }
.admButton,.anmButton
{
 	border-color:#a85159;
 	background:#f4f0e8;
 	font-size:10px;
 	font-weight:bold;
}
.inpKonto,.inpAnm
{
 	width:220px;
	height:19px;
	background-color:#f4f0e8;
	font-size:9pt;
	font-weight:bold;
	color:#47594B;
}
.AdmNavHead,.Anm,.AnmHead
{
 	background-color:#a85159;
	font-size:10pt;
	font-family:Helvetica, Arial, sans-serif; 
	font-weight:bold;
	color:#ffffff;
}
.Anm
{
 	background-color:#ccc8c0;
	color:#000000;
}
.teilnehmerliste_th
{
  color:#ffffff;
  font-size:14px;
  font-weight: bold;
  text-align: center;
}
.teilnehmerliste_td
{
  text-align: left;
}
.registrierte_benutzer
{
  color:#ffffff;
  background-color: #A13740;
  font-weight: bold;
}
.einstellungen
{
  color:#ffffff;
  background-color: #a85159;
  font-weight: bold;
}
table.kassenberichte
{
  border: 0px; 
  padding: 0;
  width: 90%;
}
table.kassenberichte td
{
  padding-left: 30px;
}
div.aktualisierung_1 {
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 5px 30px;
  position: relative;
  text-align: left;
  left: 60px;
  float:left;
  width: 300px;
  font-size:16pt;
  line-height:1.5em;
}
div.aktualisierung_2 {
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 5px 10px;
  position: relative;
  text-align: left;
  left: 100px;
  float:left;
  width: 300px;
  font-size:16pt;
  line-height:1.5em;
}

img.gallery {
  width: 100px;
  height: 100px;
}
