@charset "iso-8859-1";
/* author: gothic_mike & Kraus, Susan */
/* creation date: 28.11.2005 */
/* fahr-mit-wolf.de */

html, body {
  background-color: #E5E1C8;
}
.backgroundTBL {
  background-color: #E5E1C8;
  width: 100%;
  height: 100%;
  border: 0;
}
.menuTBL {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: none;
  text-decoration: none;
  width: 100%;
  height: 25px;
  background: #E5E1C8;
  border-top: 0px solid #0B550E;
  border-bottom: 1px solid #0B550E;
  border-left: 0px solid;
  border-right: 0px solid;
}
.siteTBL {
  width: 650px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #E5E1C8;
  border: 0;
  border-top: 1px solid #0B550E;
  border-bottom: 1px solid #0B550E;
  border-left: 1px solid #0B550E;
  border-right: 1px solid #0B550E;
}
.contentTBL {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #E5E1C8;
  width: 100%;
  border: 0;
}
.line {
  height: 1px;
  background: #0B550E;
}
.mnu {
  height: 25px;
  padding-left: 0px;
  font-size: 12px;
}
.mnu_item
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  height: 25px;
  color: #0B550E;
  background: #E5E1C8;
  border: 0px;
  cursor: hand; 
  border-top: 0px solid;
  border-bottom: 0px solid;
  border-left: 4px solid #E5E1C8;
  border-right: 4px solid #E5E1C8;
  padding-left: 4px;
  padding-right: 4px;
}
.mnu_item:hover
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  height: 25px;
  color: #E5E1C8;
  background: #0B550E;
  border: 0px;
  cursor: hand; 
  border-top: 0px solid #0B550E;
  border-bottom: 0px solid #0B550E;
  border-left: 4px solid #0B550E;
  border-right: 4px solid #0B550E;
  padding-left: 4px;
  padding-right: 4px;
}
.mnu_itemCur
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: underline;
  height: 25px;
  color: #0B550E;
  background: #E5E1C8;
  border: 0px;
  cursor: hand; 
  border-top: 0px solid;
  border-bottom: 0px solid;
  border-left: 4px solid #E5E1C8;
  border-right: 4px solid #E5E1C8;
  padding-left: 4px;
  padding-right: 4px;
}
.mnu_itemCur:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: underline;
  height: 25px;
  color: #E5E1C8;
  background: #0B550E;
  border: 0px;
  cursor: hand; 
  border-top: 0px solid;
  border-bottom: 0px solid;
  border-left: 4px solid #0B550E;
  border-right: 4px solid #0B550E;
  padding-left: 4px;
  padding-right: 4px;
}
.status {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0B550E;
  font-weight: bold;
  font-size: 9px;
  text-decoration: none;
}
a{
  color: #0B550E;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}
a:hover{
  color: #0B550E;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: #0B550E;
  background: #0B550E;
  border-top: #0B550E solid 1px;
  border-right: #0B550E solid 1px;
  border-bottom: #0B550E solid 1px;
  border-left: #0B550E solid 1px;
  background-color:transparent;
  padding: 3px;
  width: 191px;
}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: #0B550E;
  background: #0B550E;
  border-top: #0B550E solid 1px;
  border-right: #0B550E solid 1px;
  border-bottom: #0B550E solid 1px;
  border-left: #0B550E solid 1px;
  background-color:transparent;
  padding: 3px;
  width: 400px;
  height: 100px;
}

input.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #0B550E;
  background: #0B550E;
  border-top: #0B550E solid 1px;
  border-right: #0B550E solid 1px;
  border-bottom: #0B550E solid 1px;
  border-left: #0B550E solid 1px;
  background-color:transparent;
  padding: 3px;
  width: 150px;
  height: 25px;
}

img {
  border: 0;
}

