{ ----- -----  BODY definitionen ----- ----- }
BODY
 {
    font-family : Arial, sans-serif, Times New Roman;
    font-size:    15px;
    margin-right: .1cm;
    margin-top:   .1cm;
    margin-left:  inherit;
    font-style:   normal;

     background-color: #EEE8EA; /* FFFFF0;  /* 778899; 

   /* background-color: #7F2AFF  /*#F0FFF0;
    background-image:  url(thumb/sonne-v1.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed; */
/*    background-attachment:   fixed;
/*    background-repeat: no-repeat;
/*      background-position: center bottom; */
  scrollbar-base-color:       #969696; // Markierter Balken
  scrollbar-3dlight-color:    #969696; // Rahmen o.L.
  scrollbar-darkshadow-color: BLUE;    // Rahmen u.R.
  scrollbar-face-color:       #969696; //CC6666; /* #4F8EB6;  /* Balken Farbe */
  scrollbar-highlight-color:  #EEE8EA; //Rahmen o.L.
  scrollbar-shadow-color: #White;  // Rahmen Balken u.R.

  scrollbar-arrow-color: #EEE8EA;  // #F8F8FF;  /* Pfeile oben/unten   */
  scrollbar-track-color: #EEE8EA;  // #CC6622; /* Hintergrund Balken  */
}

p
 {
    color:rgb(0,64,128);
    font-family:Times New Roman;
 }

p.namo-list
 {
    color : rgb(128,128,0);
    font-size : 12pt; font-family:Times New Roman;
 }

p.namo-sublist
 {
    color : rgb(0,128,192);
    font-size : 10pt; font-family:Times New Roman;
 }

{ ----- -----  Aufzählungslisten definitionen ----- ----- }
UL
 {
    /* cursor: hand; */
    list-style: circle;
}

UL.pd LI
 {
    display: list-item;
}

UL LI
 {
    font:12pt;
    list-style: disc;
    position: relative;
    left:18pt;
    color : #000000;
}

.up UL
 {
    color: Aqua;
}

UL.up LI
 {
    display: none;
}

{ ----- -----  Tabelle definitionen ----- ----- }
TD
 {

    font-family : Arial, sans-serif, Times New Roman;
    font-size: 16px;
    margin-right: .2cm;
    margin-top: .2cm;
    font-style : normal;
/*    border : thick none Black; */
}

TH
 {
    color:rgb(0,128,128);
    font-family:Times New Roman;
 }

{ ----- -----  Linien definitionen ----- ----- }
HR
 {
    color: #DAA520;
    height: 1 pt;
 }

{ ----- -----  Standard Größen definitionen ----- ----- }
H1
 {
    color : rgb(0,96,96);
    font-size:12pt;
    font-family : Arial, sans-serif;
}

H2
 {
    color:rgb(128,128,64);
    font-size: 12pt;
    font-family:Times New Roman;
}

H3
 {
    font-size: 14pt;
    font : italic;
    font-weight : normal;
}

H4
 {
    color : Black;
    font-size: small;
    font-variant: small-caps;
    font-weight: normal;
    background : Aqua;
}

H5
 {
    font-size: 13pt;
    font : normal oblique;
    font-weight : bold;
}

H6
 {
    font-size: 14;
    font-style : italic;
    color: ActiveCaption;
    text-align: right;
}

H7
 {
    color: Teal;
    font-size: 10pt;
    font-style : normal;
}

{ ----- -----  Cursor A definitionen ----- ----- }
A
 {
    color: BLUE;
    text-decoration: none;
    font-family : Arial, Helvetica, sans-serif;
}

A:Hover
 {
    color: Red;
    text-decoration : underline;
}

{ ----- -----  Eigene Größen definitionen ----- ----- }
.dat1
 {
        text-align : center;
        font-size: 12pt;
        font : normal oblique;
        font-weight : lighter;
        color : #006400;
}

{Fussnote - Blau}
 .dat2
 {
    font-size: 8pt;
    font-family: serif;
    font-weight: normal;
    color: Blue;
}

{Menue}
.dat3
 {
    text-align : center;
    font-size: 13pt;
    font : italic Comic Sans MS;
}

{Ueberschrift}
.dat4
 {
    width: 600; 
    font : Comic Sans MS;
    font-size: 28pt;
    color : rgb(0,0,255);
    text-align: center;
    filter: Blur
     (
      direction=235,
      strength=8,
      height: 100,
      padding: 25px
     );
 }

{Fussnote - Rot}
.dat5
 {
    font-size: 8pt;
    font-family: serif;
    font-weight: normal;
    color: red;
}

{Witze - Gruen }
.dat6
 {
    color: #008000;
    font-size: 10pt;
}

{Titel auf Startseite}
.dat7
 {
    width: 600; 
    font : Comic Sans MS;
    font-size: 20pt;
    color : rgb(0,0,128);
    text-align: center;
    filter: Blur
     (
      direction=235,
      strength=8,
      height: 100,
      padding: 25px
     );
 }

{ ----- -----  Grafik Bereich ----- ----- }
.f1
 {
    font-size:14px;
    font-family:Arial,Helvetica,sans-serif;
    color: #000099;
}

.f1fett
 {
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color: Red;
}

.splash
 {
  position: absolute;
  top: 140px;
  left: 250px;
  width: 300px;
  height: 140px;
  background-color: #FF8080;
  text-align: center;
  visibility: hidden;
  z-index: 10;
}

.schatten
 {
  position: absolute;
  top: 147px;
  left: 257px;
  width: 300px;
  height: 140px;
  background-color: gray;
  visibility: hidden;
  z-index: 10;
}

p.absatzanfang:first-letter
 {
    font-size:150%;
    float:left;
    color:red;
}

.Datum
 {
    font-size: 12;
    font-style : italic;
    color: ActiveCaption;
    text-align: right;
}

{ ----- -----  Tabellen Bereich ----- ----- }

a.menue
 {
    display: block;
    width: 12em;
    height: 1.3em;
    border-Style: solid;
    border-width: 1px;
    border-color: #00f;
    padding: 2px;
    text-align: left;
    text-decoration: none;
}

{ - Normaler Link - }
a.menue:link
 {
    color:#00f;
    background-color: transparent;
}

{ - Schon Besuchter Link - }
a.menue:visited
 {
    color:#00f;
    background-color: transparent;
}

{ - Maus über Link - }
a.menue:hover
 {
    color:black;
    background-color: #AAAAFF;
}

{ - Angeklickter Link - }
a.menue:active
 {
    color:#ffF;
    background-color: #a03;
}

#offerPictures 
.Pictures
 {
    text-align: center;
    float: center;
    margin: 5px 5px 10px 0;
}
