/********/
/* BODY */
/********/

BODY
{
  font-family:"Verdana","Arial","Helvetica","sans-serif";

  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#FF3300;
  scrollbar-dark-shadow-color:#FFFFFF;
  scrollbar-face-color:#FF3300;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;

}

/*************/
/* Menu-Text */
/*************/

.bgnav {
  cursor:pointer;
  color: #CC0000;
  font-size: 12px;
  font-style: bold;
  text-decoration: none;
  background-color: #FFFFFF;
}

.bgnavactive, .bgnavover { 
  cursor:pointer;
  color: #FFFFFF;
  font-size: 12px;
  font-style: bold;
  text-decoration: none;
  background-color: #CC0000;
}

/*********/
/* Links */
/*********/

a:link {
  color: #FF3300;
  font-size: 11px;
  text-decoration: none;
}
a:visited {
  color: #FF3300;
  font-size: 11px;
  text-decoration: none;
}
a:hover {
  color: #FF3300;
  font-size: 11px;
  text-decoration: underline;
}
a:active {
  color: #FF3300;
  font-size: 11px;
  text-decoration: underline;
}

/*.text {
  width: 96%;
}*/
.text p, td {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.text b {
  font-style: bold;
  text-decoration: none;
}
.text a:link {
  color: #FF3300;
  font-size: 11px;
  text-decoration: none;
}
.text a:visited {
  color: #FF3300;
  font-size: 11px;
  text-decoration: none;
}
.text a:hover {
  color: #FF3300;
  font-size: 11px;
  text-decoration: underline;
}
.text a:active {
  color: #FF3300;
  font-size: 11px;
  text-decoration: underline;
}

/* Links für Menu */

.menu a:link {
  color: #FF3300;
  font-size: 11px;
  text-decoration: none;
}
.menu a:visited {
  color: #FF3300;
  font-size: 11px;
  text-decoration: none;
}
.menu a:hover {
  color: #FF3300;
  font-size: 11px;
  text-decoration: underline;
}
.menu a:active {
  color: #FF3300;
  font-size: 11px;
  text-decoration: underline;
}


/* Top und Back */

.topback {
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  text-align: right;
}
.topback A:link, A:visited {
  color: #FF3300;
  font-size: 10px;
  text-decoration: none;
}
.topback A:hover, A:active {
  color: #FF3300;
  font-size: 10px;
  text-decoration: underline;
}

.foot {
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}
.foot A:link, A:visited {
  color: #FF3300;
  font-size: 10px;
  text-decoration: none;
}
.foot A:hover, A:active {
  color: #FF3300;
  font-size: 10px;
  text-decoration: underline;
}

/******************/
/* Zeichen / Text */
/******************/

.titel
{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  background-color: #FF3300;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
}

.titeldento
{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  background-color: #FF3300;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

/*********************/
/* Formular Elemente */
/*********************/

.button
{
  font-weight: bold;
  color: #FF3300;
  cursor:pointer;
  border-width: 1px;
  border-color: #FF3300;
  background-color: #CC0000;
  border-style: solid;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}

.input
{
  font-family:"Verdana","Arial","Helvetica","sans-serif";
  font-size: 10px;
  background-color: #FFFFFF;
  border-width: 1px;
  border-color: #FF3300;
  border-style: solid;
}
