/* normaler Text background-color:#CCCCFF;*/
body             {
                 color:#000000;
                 margin:0px;
                 height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
                 }
body,table,p     {}
/* Überschriften */
h1,h2            {text-align::left;}
hr               {
                 background-color:#BB644A; /* Mozilla 1.4 */
                 color:#BB644A; /* IE 6 */
                 border: #BB644A; /* Opera 7.11 */
                 height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
                 }
hr.side          {
                 background-color:#FFCC99; /* Mozilla 1.4  #DAA520 */
                 color:#FFCC99; /* IE 6 */
                 border: #FFCC99; /* Opera 7.11 */
                 height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
                 }
.td2             {
                 background-image: url(img/transperentespixelbild.gif);/*background-color : #8080FF;*/
                 color : #BB644A /*#CCCCFF*/;
                 font-weight : bold;
                 font-family: tahoma,verdana,sans-serif;
                 font-weight: normal;
                 font-size: 12px;
                 font-variant: normal;
                 }
/* Formulare*/
form             {
                 background-image: url(img/transperentespixelbild.gif); /*background-color : #CCCCFF;*/
                 border : 0px solid Black;
                 padding : 5px;

                 }
input,textarea   {
                 border : 1px solid Black;
                 border-color : #DCDCDC;
                 background-color : transparent;
                 }
.menu            {
                 background-image:
                 url(../pics/nachoben.gif);
                 background-repeat:
                 no-repeat;
                  }
a.menu:hover     {
                 background-image:
                 url(../pics/nachoben2.gif);
                 background-repeat:
                 no-repeat;
                 }
/*Buttons*/
.btn             {
                 text-decoration: line-through solid #FF7575;
                 background-color : transparent;
                 border-bottom: 0px solid #B9B5B5;
                 border-left: 0px solid #B9B5B5;
                 border-right: 0px solid #B9B5B5;
                 border-top: 0px solid #B9B5B5;
                 padding: 0px 0px;
                 font-size: 11.1px;
                 }
.btn:hover       {
                 cursor: pointer;
                 color: red;
                 }
.tbn             {
                 color: black;
            /*   text-decoration: line-through solid #FF7575;       */
                 background-color : transparent;
                 border-bottom: 0px solid #B9B5B5;
                 border-left: 0px solid #B9B5B5;
                 border-right: 0px solid #B9B5B5;
                 border-top: 0px solid #B9B5B5;
                 padding: 0px 0px;
                 font-size: 11.1px;
                 }
.tbn:hover       {
                 cursor: pointer;
                 color: red;
                 }
.nbt            {
                 color: black;
                 text-decoration: line-through solid red;
                 background-color : transparent;
                 border-bottom: 0px solid #B9B5B5;
                 border-left: 0px solid #B9B5B5;
                 border-right: 0px solid #B9B5B5;
                 border-top: 0px solid #B9B5B5;
                 padding: 0px 0px;
                 font-size: 12.5px;
                 }
.nbt:hover      {
                 cursor: pointer;
                 color: red;
                 }
.nbtrub            {
                 color: black;
                 text-decoration: unset;
                 background-color : transparent;
                 border-bottom: 0px solid #B9B5B5;
                 border-left: 0px solid #B9B5B5;
                 border-right: 0px solid #B9B5B5;
                 border-top: 0px solid #B9B5B5;
                 padding: 0px 0px;
                 font-size: 12.5px;
                 }
.nbtrub:hover    {
                 cursor: pointer;
                 color: red;
                 }
.tbn            {
                 color: black;
                 background-color : transparent;
                 border-bottom: 0px solid #B9B5B5;
                 border-left: 0px solid #B9B5B5;
                 border-right: 0px solid #B9B5B5;
                 border-top: 0px solid #B9B5B5;
                 padding: 0px 0px;
                 font-size: 12px;
                 }
.tbn:hover      {
                 cursor: pointer;
                 color: red;
                 }
.abt             {
                 background-color : transparent;
                 border-bottom: 0px solid #B9B5B5;
                 border-left: 0px solid #B9B5B5;
                 border-right: 0px solid #B9B5B5;
                 border-top: 0px solid #B9B5B5;
                 padding: 0px 0px;
                 font-size: 14px;
                 }
.abt:hover       {
                 cursor: pointer;
                 color: red;
                 }
.ctn             {
                 background-color : transparent;
                 border-bottom: 0px solid #B9B5B5;
                 border-left: 0px solid #B9B5B5;
                 border-right: 0px solid #B9B5B5;
                 border-top: 0px solid #B9B5B5;
                 padding: 0px 0px;
                 font-size: 11.1px;
                 }
.ctn:hover       {
                 cursor: pointer;
                 color: red;
                 }
a.seite          {
                 font-size: 11px;
                 font-family: verdana, arial, helvetica;
                 color: #5F5F5F/*#cccccc*/;
                 text-decoration: none
                 }
a.seite:visited  {
                 font-size: 11px;
                 font-family: verdana, arial, helvetica;
                 color: #5F5F5F;
                 text-decoration: none
}
a.seite:hover    {
                 font-size: 11px;
                 font-family: verdana, arial, helvetica;
                 color: #0000A0;
                 text-decoration: none
                 }
#marqueecontainer{
                 position: relative; position: relative;
                 width: 200px; /*marquee width */ width: 200px;
                 height: 200px; /*marquee height */ Höhe: 200px;
                 background-color: white; background-color: white;
                 overflow: hidden; overflow: hidden;
                 border: 3px solid orange; border: 3px solid orange;
                 padding: 2px; padding: 2px;
                 padding-left: 4px; padding-left: 4px;
                 }