/*
#####################################################################
#
# Name: karyodat.css
#
# Erzeugt: Fr Sep  3 10:52:08 CEST 2004
#
# Version: 0.1
#
# Autor: Christoph Grothaus
#
# Zweck: Globale Formate für Karyodat.
#
#####################################################################
*/

body {
  font-family: Albany, Verdana, sans-serif;
  background-color:white; /*F0FFF0*/
}
.karyodat, .infokasten_ueberschrift, .note{
  color:#298419
}
.karyodat {font-weight:bold;}

.navikopftabelle, .tabellenkopf, .navitabelle{
  background-color : #298419;
}

.errormessage {
  color:red;
  font-weight:bold;
  border: thin solid red;
  padding:3px
}
.note {
  border: thin solid #298419;
  padding:3px
}
/*.inputform {
  background-color : white;
  border-width : 1px;
  border-style : solid;
  font-size : medium;
  font-family : Albany, Verdana, sans-serif;
  color : black;
  border-color : #336699;
}*/
input[type="text"], input[type="password"], select, textarea{
  font-size : medium;
  font-family : Albany, Verdana, sans-serif;
  color : black;
  background-color : #f6f6f6;
  vertical-align:middle;
  margin-top:1px;
  margin-bottom:1px;
}
input[type="text"], input[type="password"], textarea{
  border: 1px solid #336699;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus{
  background-color : white;
  /*border: 1px solid black;*/
}

input[type="submit"], input[type="reset"]{
  background-color:#CACACA;
  color:black;
  /*width:200px;*/
  border:1px solid #298419;
  vertical-align:middle;
}
input[type="submit"]:focus, input[type="reset"]:focus{
  background-color:#dfdfdf;
}

a         { text-decoration: underline;}
a:link    { color:blue;}
a:visited { color:purple;} /*#7D26CD*/
a:hover, a:focus, a:active { color:green; text-decoration:none}

.navi           {color:white;}
.navi a         { text-decoration:none;}
.navi a:link    { color:white;}
.navi a:visited { color:white;} /*#C8C8C8*/
.navi a:hover, .navi a:active, .navi a:focus     {color:black; background-color:#9ae194;} /*{ color:yellow; text-decoration: underline overline;};*/

.navirahmen {border: 3px solid #9ae194; margin-bottom:10px}
.navikopftabelle {border-bottom: 1px solid #9ae184}


.tabellenkopf { color : White;}/* alt: #666699; */
.tabellentext { background-color : #9ae184;}/* alt: #cccce1; */

.infokasten {
  border:1px solid #298419;
  margin-bottom:10px;
  padding-left:5px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:10px
}
.infokasten_ueberschrift {
  font-weight:bold; margin-top:5px
}
.infokasten_eintrag {
  font-weight:bold;
}
