
/*
# --- body --------------------------------------------------------------{}*/

html {height: 100%;}

* html body {
font-size: 9px; /* IE5.x/win */
f\ont-size: 10px;  /* other IE */
/* Simplified Box Model Hack:
    http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html */
}

body {
  font: 10px/1.5em Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #c2e56f;
  color: #000;
  margin: 0; padding: 0;
  height: 100%;
  width: 1000px; /* minimal page width */
}

a {
  margin-top: 3px;
  margin-bottom: 15px;
  color: #000;
  font-size: 8pt;
  font-weight: bold
}

a:hover, a:focus {
  border: none;
  text-decoration: underline;
}

a img {
  border: none;
}

img {
  border: none;
}

/*
# --- structure -----------------------------------------------------{}*/

#wrapper {
  position: relative;
  min-height: 100%;
} * html #wrapper {height: 100%;} /* IE/Win */

#wrapper, #sitefooter {position: relative;}

#shead {background: #c2e56f;}
#shead h1 {margin: 0; padding: 0;}

#sitelogin {
  height: 0px;
  background: #e7f5aa;
  text-align: right;
}

#block1wrapper, #block2 { float: left; display: inline; }
#block3 { float: right; display: inline; }
#block1wrapper { width: 100%; margin-right: -100%; }

#block1 {
  margin: 0 150 0 150px; width: 650px  ;
  border: 1px solid #000;
  margin-top: 1em;
} /* Abstaende #block1 (#scontent) (0, #block3, 0, #block2) */

#block2 { width: 150px;} /* Breite #block2 (#sitenavigation) */
#block3 { width: 160px;} /* Breite #block3 (#spayload) */

#scontent, #spayload, #sitenavigation {
  padding: 1em; /* Randabstand */
  padding-bottom: 8em; /* Hoehe #sitefooter + x (hier: 2em) */

}

#sitenavigation {
  background: #c2e56f;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 1em; /* Randabstand */
}

#sitenavigation ul {
  background: #c2e56f;
  background: #e7f5aa;
  font-weight: bold;
  margin: 1px;
  padding: 5px;
}

#sitenavigation li {
  background: #e7f5aa;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sitenavigation a {
  display: block;
  text-decoration: none;
  margin: 1px 0;
  padding: 1px 0 2px 3px;
  font-size: 9px;
  font-weight: bold;
  color: #000;

  margin: 0;
  padding: 0;
}
#sitenavigation a:hover {
  background-color: #c2e56f;
  color: #000;
}

#sitefooter {
  clear: both;
  position: relative;
  background: #c2e56f;
  height: 3em; /* Hoehe #sitefooter */

  padding-top: 1em;
  text-align: right;
}

/*
# --- nav --------------------------------------------------{}*/

#sitelogin ul {
  display : inline;
  float: right;
  list-style-type: none;
  padding: 1em; margin: 0;
}

#sitelogin ul li {
  display : inline;
  float: left;
  margin: 0; padding: 0;
  display: table-cell; /* fuer Opera 7 */
}

#sitelogin ul li a {
  text-decoration : underline;
}

#sitelogin ul li a, #sitelogin ul li span {
  display: block;
  margin: 0 .5em 0 0;
  float: left;
}

/*
# --- classes --------------------------------------------------------{}*/

.clearer {
  clear: both;
  line-height: 0px; height: 1px;
  font-size: 0; /* fuer Win/IE 6 */
  border: none;
  margin: -1px 0 0 0; padding: 0;
  background: transparent; visibility: hidden;
}

.shline
{
  color: #000;
  font-size: 10pt;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  font-family:'Arial'
}

.sftext {
  margin-top: 5px;
  font-size: 9pt;
  font-family:'Arial'
}

.seftext {
  background: #ffcccc;
  margin-top: 5px;
  font-size: 9pt;
  color:#f00;
  font-weight:bold;
}

.softext {
  background: #e7f5aa;
  margin-top: 5px;
  font-size: 9pt;
  color:#0d0;
  font-weight:bold;
  font-family:'Arial'
}

.sihline {
  color: #000;
  font-size: 10pt;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.statemessage {
  font-style: italic;
  margin: 20px;
}

.sbutton {
  background: #090;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #666;
  border-top:1px solid #666;
  color: #e7f5aa;
  text-decoration:none;
  font-weight:bold;
  cursor: hand;
}

.atable {
  width:100%;
  font-size: 9pt;
  background-color: #e7f5aa;
  vertical-align:top ;
  text-align:right;
  margin-right:10px;
  margin-bottom:6px
}

.itable
{
  text-align: left;
  border:gray;
  background-color: #c2e56f;
}
.ftable
{
  text-align: left;
  width: 100%;
  background-color: #e7f5aa;
  padding : 5px;
}

.animalfull_headline
{
  padding : 10px;
  text-align:right;
  color: #000;
  background-color: #c2e56f;
  font-size: 18pt;
  font-weight: bold;
}

.stylishinputfield {

  color: #000;
  border: 1px solid #000;
  FONT-SIZE: 8pt;
  background-color: #fff;
 }

.stylishinputfield_readonly {

  color:#aaa;
  border: 1px solid #000;
  FONT-SIZE: 8pt;
  background-color: #DDD;
 }

.inputfield_noborder {
   border: 0px solid transparent;
   background-color: #fff;
 }

.stylishtable
{
  border:1px solid #000;
  background-color: #e7f5aa;
  width:100%;
  font-size: 9pt;
  border:1;
  border-width:1;
  text-align:left;

}

.stylishtable_links
{
  border:1px solid #e7f5aa;
  height:100%;
  background-color: #e7f5aa;
  width:100%;
  font-size: 9pt;
  border:1; 
  border-width:1;
  text-align:center;
}


.stylishtable_rechts
{
  border:1px solid #000;
  height:100%;
  background-color: #000;
  width:100%;
  font-size: 9pt;
  border:1; border-width:1;
  text-align:center;
}

.slogo_ol {
  width: 650px;
  height: 50px;
  background: #c2e56f url(logo_ol.jpg)  no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}

.slogo_or {
  width: 510px;
  height: 50px;
  background: #c2e56f url(logo_or.jpg);
  text-align: left;
  border: none;
  color: #491a00;
  margin: 0;
  padding: 0;
  font-size: small;
  font-weight: bold;
}

.slogo_ul {
  width: 288px;
  height: 55px;
  background: #c2e56f url(logo_ul.jpg) no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}

.slogo_ur {
  width: 710px;
  height: 55px;
  border: none;
  margin: 0;
  padding: 0;
}

.animalavatarmini_table
{
  background-color: #e7f5aa;
  text-align:center;
}

.animalshort_table
{
  background-color: #e7f5aa;
  width:100%;
}

.animalshort_headline
{
  background-color: #c2e56f;
  width:100%;
}

.subscriberavatar_table
{
  background-color: #e7f5aa;
  text-align:center;
}

.subscriberavatarmini_table
{
  background-color: #e7f5aa;
  text-align:center;
}

.subscribershort_table
{
  background-color: #e7f5aa;
  width:100%;
}

.subscribershort_headline
{
  background-color: #c2e56f;
  width:100%;
}

.animalshort_name
{
  font-size: 12pt;
  font-weight:bold;
}

.animalshort_description
{
font-weight: normal;
font-style: italic;
}

.animaldetail_attribute
{
  padding: 5px;
  font-weight:bold;
  vertical-align: top;
}

.animaldetail_attributevalue
{
  padding: 5px;
  vertical-align: top;
}

.pagenavigationform
{
  font-size: 10px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: #000;
  display:inline;
}
.pagenavigationlink
{
  margin-top: 3px;
  margin-bottom: 15px;
  color: #000;
  font-size: 9pt;
  font-weight: bold
}

.errorfield {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  font-weight:bold;
  font-size: 12px;
  padding: 20px;
}

.successfield {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  font-weight:bold;
  font-size: 12px;
  padding: 20px;
}

.optionmenutd {
  background-color: #090;
  border:1px solid #000;
  vertical-align:top;
  overflow:hidden;
}

.optionmenutdinactive {
  background-color: #fff;
  border:1px solid #000;
  vertical-align:top;
  overflow:hidden;
}
