/* CSS Document - Stylesheet für stilwintergarten.at */

body {background-image: url(); background-color: #ABC5A5; }

/* Überschrift gross */
.ueber1
  {
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
  }

/* Überschrift klein */
.ueber2
  {
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
  }


/* Fließtext fett */
.fliessf
  {
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   line-height: 16px;
  }


/* Fließtext normal */
.fliessn
  {
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #FFFFFF;
   line-height: 16px;
  }

/* Kleintext */
.klein
  {
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #FFFFFF;
  }


a {font-weight: bold; text-decoration: none; color: #000000 }

a:hover {font-weight: bold; text-decoration: none; color: #FFFFFF }
