/*
 * aktuell.css - Spezielles Cascading-Style-Sheet für das Aktuell-PopUp auf bolzhauser.de
 *
 * $Header$ - $Name$
 */

body {
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        9pt;
  line-height:      16pt;
  color:            #333333;
  cursor:           default;
  background-color: white;
}

a {
  color:            #001e59;
  text-decoration:  none;
}
a:hover {
  border-bottom:    1px dotted #000000;
}


h1 {
  font-family:      "Trebuchet MS", Arial, Verdana, sans-serif;
  letter-spacing:   -1px;
  color:            #000000;
  border-bottom:    2px solid #cccccc;
  background-image: url("../img/pool/backgrounds/headers.jpg");
  background-position:top right;
  background-repeat:no-repeat;
  padding-bottom:   5px;
  padding-top:      5px;
  font-size:        16pt;
}

h2 {
  font-size:        12pt;
  color:            #303030;
  text-align:       justify;
/*  font-variant:     small-caps;*/
  font-weight:      bold;
  letter-spacing:   2px;
}

h3 {
  font-size:        10pt;
}

/* -------------------------------------------------------*/

.footer {
  display: none;
}

/* -------------------------------------------------------*/

p.standort,
#standort {
  color:            #303030;
  text-align:       justify;
  font-weight:      bold;
  letter-spacing:   2px;
}

dt {
  font-weight: bold;
  margin-top:  2em;
}

ul {
  padding-left: 0;
  margin-left: 0;
}

#interesse {
  margin-top: 1.5em;
}

#adresse {
  margin-left: 1em;
}

.closeWin {
  text-align:       center;
  clear:            both;
}

hr.bottomLine {
  margin-top:       1em;
  border:           blue;
  border-bottom:    2px solid #cccccc;
}

