/*
Wichtige vorkommende Farben:
grünes Layout:
a) #CCFFCC = "helles blaugrün"; Hintergrund, der nicht zur Seite gehört
b) #004400 = "dunkles dunkelgrün"; Hintergrund des Titels = Ende des Farbverlaufes
c) #FFFFFF = "weiß"; Hauptteilhintergrund
d) #60FF60 = "hellgrün"; Hintergrund von Navileisten/Infoboxen
e) #50EE50 = "etwas dunkler als hellgrün"; für Mouseover von Navileisten
f) #008000 = "Linkgrün"; Links außerhalb von Navileisten
g) #007A04 = "dunkelgrün"; Trennstriche/Titel und Oberstrich von Infoboxen

blaues Layout:
a) #CCCCFF
b) #000044
c) #FFFFFF
d) #8080FF
e) #5050EE
f) #000080
g) #00047A

*/

a:link, a:visited {
  color:#000080;
  TEXT-DECORATION: none;
  }
a:active {
  color:#555555;
  TEXT-DECORATION: none;
  }
a:hover  {
  color :#222222;
  TEXT-DECORATION: underline;
  }

body {
   margin-left:0px;
   margin-right:00px;
   margin-top:00px;
   background-color: #CCCCCC;
   font-size: 100.01%;
}

th {
  font-weight:bold;
  font-family: Arial, sans-serif;
  }

/* Container für Hauptteile */

.kopf-container{
	/* width:100%;
	min-width:62em; */
	background-color: #000044;
	color:#000000;
}

.hauptteil-container {
	/* width:62em; */
	background-color: #FFFFFF;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:1em;
	font-size:14px;
    }
.hauptteil-container a:link, .hauptteil-container a:visited, .hauptteil-container a:active, .hauptteil-container a:hover {
  font-weight:bold;
  /* font-family: Arial, sans-serif; */
}
.hauptteil-container h1 {
	margin-top:10px;
	margin-bottom:10px;
}
.hauptteil-container h2 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:14px;
}
.hauptteil-container td {
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	
}

.fuss-container {
    /* width:62em; */
    /* width:100%; */
	background-color: #000044;
	border-top: 0.1em solid #8080FF;
}

.tease {
	padding-top:5px;
	font-size:14px;
}

.tease h3 {
	text-transform:uppercase;
	margin-bottom: 0.3em;
	text-align: center;
}

.foot-bottom {
	color:#99AAFF;
	background-color: #000044;
}

.foot-bottom a:link, .foot-bottom a:visited, .foot-bottom a:hover, .foot-bottom a:active {
	color:#99AAFF;
	font-weight:bold;
}

.ebioorg-titel {
  height:60px;
  padding-top:4px;
  padding-bottom:4px;
  background-color: #000044;
  background-repeat:repeat-y;
  background-position:left top;
}

.ebioorg-titel a:link,
.ebioorg-titel a:visited,
.ebioorg-titel a:active {
    color:#8899FF;
}

/* Navigationsleisten */

.navileiste-oben{
    color:#000000;
    /* width:100%; */
    background-color: #99AAFF;
    padding-top:3px;
    padding-bottom:3px;
    text-align:left;
}

.navileiste-links{
    width:10em;
    background-color: #99AAFF;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    padding-right:3px;
}

.navileiste-oben a:link,
.navileiste-oben a:visited,
.navileiste-oben a:active {
    color:#000000;
}

.navileiste-oben a:hover {
    color:#000000;
    background-color: #8080FF;
    TEXT-DECORATION:none;
}

/* Elemente in Hauptteil */

td.topic {
	background-color:#0000AA;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:0.1em;
    padding-top:0.1em;
    }

.seiteneinleitung {
    width:80%;
    text-align:justify;
    padding-top:0.4em;
}

.infobox-container {
	/* width:22em; */
}

.infobox-titel {
	font-size: 0.825em;
	font-weight: bold;
	border-bottom: 0.2em solid #00047A;
	position: relative;
	top: 0em;
	color: #00047A;
}

.infobox-headline {
	font-weight: bold;
}

.infobox-text {
	background-color: #99AAFF;
	font-size: 0.825em;
	padding: 0.75em 0.75em 1em 1.25em;
	text-align:justify;
}

/* Buttons */

.textbutton {
  padding-left:1em;
  padding-right:1em;
  padding-top:0.3em;
  padding-bottom:0.3em;
}

a.textbutton:link,
a.textbutton:visited,
a.textbutton:active {
    color:#000000;
}

/* Allgemeine Formatdefinitionen */

h1 { color: #303030; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 1.2em;  FONT-WEIGHT: bold;  TEXT-DECORATION: none; line-height: 1.3em;  margin-bottom:1px; }

h2 { color: #303030; FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 13px; FONT-WEIGHT: bold; line-height: 18px; TEXT-DECORATION: none;  margin-bottom:6px; }

h3 { color: #303030; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE:15px; FONT-WEIGHT: bold;  }

