/*
################################################################
 INTERNET Studio-Isser Projekt website Apotheke Zum Guten Hirten
 Components: Website-Applikations
 Copyright (c) 2009, INTERNET Studio-Isser, Austria
 http://www.studio-isser.com/legal/version1_0.html
 This disclaimer must not be removed or changed!
 Use or modification even of parts of the program needs the
 permission of the generator. Contact: service@studio-isser.com
 Last Modification: 31.08.2009
################################################################
*/

BODY
{
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#992311;
  scrollbar-base-color:#FFFFFF;
  scrollbar-darkshadow-color:#992311;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#992311;
  background-color: #ffffff;
  background-repeat: repeat;
  background-image: url(../graphics/bg_apo.jpg);
}

p, dd, dt, td, dl, ul
{
  font-family:Calibri,Verdana,Arial,sans-serif;
  font-size:15px;
  color:#000000;
}

.head
{
  font-size: 24px;
  color: #992311;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding-top:5px;
  padding-bottom:15px;
}

.small
{
  font-size: 12px;
  padding:0px;
  margin:0px;
}

.navi
{
  font-size: 22px;
  color:#ffffff;
  font-weight:bold;
  padding-bottom:20px;
  list-style:none;
  list-style-position:outside;
  margin-left:-28px;
}

.navismall
{
  font-size: 12px;
  color:#ffffff;
  font-weight:bold;
  padding:5px;
}

.mid
{
  font-size: 16px;
  color: #992311;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom:10px;
}

.left
{
  padding-left: 30px
}

li.list
{
  list-style:circle;
  list-style-position:inside;
  padding-bottom:10px;
}

/* ------------------------------------------------------------
   hyperlinks
   ------------------------------------------------------------ */

a.but:link
{
    color:#ffffff;
    text-decoration:none;
}
a.but:active
{
    color:#ffffff;
    text-decoration:underline;
}
a.but:visited
{
    color:#ffffff;
    text-decoration:none;
}
a.but:hover
{
    color:#fffff;
    text-decoration:underline;
}

a.text:link
{
    color:#992311;
    text-decoration:underline;
}
a.text:active
{
    color:#992311;
    text-decoration:none;
}
a.text:visited
{
    color:#992311;
    text-decoration:underline;
}
a.text:hover
{
    color:#992311;
    text-decoration:none;
}

a.isi:link
{
    color:#888888;
    text-decoration:none;
}
a.isi:active
{
    color:#999999;
    text-decoration:underline;
}
a.isi:visited
{
    color:#888888;
    text-decoration:none;
}
a.isi:hover
{
    color:#999999;
    text-decoration:underline;
}