/* formate.css */

   a:link {color:#558888; font-family: tahoma, arial, sans-serif; text-decoration:none; background-color:#F5DEB3;}
   a:visited {color:#999900;text-decoration:none; background-color:#F5DEB3;}
   a:hover {color:#ff0000;text-decoration:none;}
   
   body, p, h1, h2, h3 {color:#666633; font-family: tahoma, arial, sans-serif; }
   body {background-color:#F8F8E8;}
   .tab {background-color:#E0E0B0;}
   h4 {color:olive; font-style:italic;}
   h5 {color:red;}
   h6 {color:indigo; font-size:12 pt; font-weight:normal; }

/* abweichende Hintergrundfarbe bzw. -bild und Rand (Margin) individuell festgelegt*/

/* SLIDESHOW */
#slideshow {
 height:200px; /* hier Hoehe der Slideshow-Bilder angeben */
 text-align: left; margin: 0px auto 0; width: 300px; height: 200px;
}
#slideshow img {
 position:absolute;
 display:none;
}
#slideshow img.start {
 display:block;
}

