<!--
/* Copyright (C) Eckart Börnchen 2010-2014, alle Rechte vorbehalten. */
/*
verschiedene Grüntöne:
	background: #009900;
	background-color: #7EC96D;
  background-color: #99CC66;
  border-top: solid 1px #E8F1C9;
  background-color: #0033CC;
*/

@import url('layout.inc.css');

#headerbox {
  width: 100%;
  height: 103px;
  padding-top: 10px;
	background: #889112;
}

#topnav {
  top: 113px;
}
#contentbox {
  top: 151px;
  bottom: 23px;
  width: 100%;
/*  overflow: auto;*/
}
#content {
  position: relative;
  overflow: auto;
  height: 100%;
  padding-top: 10px;
  padding-left: 190px;
  padding-right: 60px;
  bottom: 10px;
}

#leftnav {
  position: absolute;
  z-index: 1;
  margin-top: 210px;
  margin-left: 23px;
  line-height: 150%;
  width: 145px;
}
#leftnav ul {
	background-color: #A8AF49;
  list-style-type: none;
  border: solid 2px #4F550C;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-color: #F4F6CC;
  border-left-color: #F4F6CC;
  margin: 0;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#leftnav li {
}
#leftnav li a {
  color: #4F550C;
  text-decoration: none;
}
#leftnav li.active {
	color: #E8F1C9;
  text-decoration: none;
}
#leftnav li a:hover {
  text-decoration: underline;
}
#leftnav li a:focus {
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
	background-color: trenaparent;
}

/* css-Klasse für muss-Felder in der E-Mail */
.musthave {
  border: solid 1px red;
}

.link a {
  color: #4F550C;
}

.bubble {
  font-size: large;
  font-weight: bold;
  z-index: 99;
}
.bubble a {
  color: #4F550C;
  text-decoration: none;
  display: block;
}
.bubble a:hover {
/*  width: 80%;*/
}
.bubble a span {
  display: none;
}
.bubble a:hover span {
  display: block;
  padding: 5px;
  padding-left: 0px;
  font-size: medium;
  font-weight: normal;
}

-->
