body {
  /*text-align:center;*/
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #000;
  background        :   #fff url(gfx/poehlmann_back.jpg) repeat-y 50% 10px;
}

p {
    line-height:1.75em;
}

a {
    color           :   #300;
    font-style      :   normal;      text-decoration :   none;
    font-weight     :   bold;
}

a:hover {
    text-decoration :   underline;
}

/* Hauptframe zur Zentrierung und fuer den Abstand oben */
#white_block {
  width         :   780px;
  height        :   10px;
  margin-right  :   auto;
  margin-left   :   auto;
  padding       :   0px;
  background    :   #fff;
}

#frame {
  width         :   780px;
  margin-right  :   auto;
  margin-left   :   auto;
  padding       :   0px;
  text-align    :   left;
}

/* 2 Spalten mit eigenen Breiten */
#spalteNavigation, #spalteMain {
    margin      :   0px;
    padding     :   0px;
    float       :   left;
}

#spalteNavigation {
    width       :   220px;
}

#spalteMain {
    width       :   560px;
}

/* gleichartige Koepfe */
#kopfNavigation, #kopfMain {
    padding-top :   0px;
    height      :   90px;
    margin      :   0px;
}

#kopfNavigation {
    background  :   #f8f3ea url(gfx/dr_poehlmann_kopf.gif);
}

#kopfMain {
    background  :   #f8f3ea url(gfx/kopf_bkg.gif);
}

/* Hauptelemente in den Spalten */
#hauptteilNavigation {
    padding:0px;
    padding-top:10px;
    margin:0px;
    height:600px;
}

#hauptteilMain {
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:40px;
}

/* Navigation */

.naviPunkt, a.naviPunkt, .naviPunktSelected {
    display         :   block;
    
    padding         :   2px;
    padding-left    :   5px;
    width           :   190px;
    margin-top      :   1px;
    margin-bottom   :   1px;
    
    color           :   #300;

    line-height     :   1.15em;
    font-weight     :   bold;
    font-style      :   normal;      text-decoration :   none;
}

a:hover.naviPunkt, .naviPunktSelected {
    color           :   #633;
    text-decoration :   underline;
}

.childPunkt, a.childPunkt, .childPunktSelected, .childPunktSG, a.childPunktSG, .childPunktSelectedSG {
    display         :   block;
    
    padding         :   0px;
    padding-left    :   15px;
    width           :   185px;
    margin-top      :   5px;
    margin-bottom   :   0px;
    padding-top     :   5px;
    
    color           :   #300;

    line-height     :   1.em;
    font-weight     :   normal;
    font-style      :   normal;      text-decoration :   none;
    
    border-top : 1px solid #999;
}

.childPunktSG, a.childPunktSG, .childPunktSelectedSG {
    margin-left : 25px;
    padding-left : 0px;
    /*border : none;*/
    width : 175px;
}

a:hover.childPunkt, .childPunktSelected, a:hover.childPunktSG, .childPunktSelectedSG {
    font-weight     :   bold;
}

/* Klassen zur Strukturierung */

.headlineMain {
    padding-top:20px;
    padding-left:15px;
    color:#300;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.33em;
    line-height:1.5em;
    font-weight:bold;
}

.headline {
    color:#000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.33em;
    line-height:2em;
    font-weight:bold;
}

h1 {
    color:#000000;
    font-family: garamond, times, times new roman, serif;
    font-size: 2em;
    font-weight:bold;
    margin : 0px;
    margin-top : 15px;
}

h2 {
    color:#000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.2em;
    font-weight:bold;
    margin : 0px;
    margin-bottom : 10px;
}

.absatz:first-letter {
    font-size:2em;
    color:#000000;
    font-weight:bold;
}

.artikel {
    margin-bottom   :   15px;
    clear           :   both;
}

.artikelBild, .artikelBildNB {
    float           :   right;
    margin-left     :   10px;
    margin-bottom   :   15px;
    background      :   #f8f3ea;
    font-size       :   0.9em;
    font-style      :   italic;
/*    margin-right    :   -15px;*/
}

.artikelBild img {
    border          :   1px solid #666;
}


.pflichttext {
    display         :   block;
    margin-top      :   40px;
    padding         :   10px;
    margin-bottom   :   5px;
    background      :   #f8f3ea;
    border          :   1px solid #666;
}

.link {
    display         :   block;
    padding-left    :   15px;
    margin-bottom   :   5px;
    background      :   #f8f3ea;
    border          :   1px dashed #eee;
}

.link a {
    text-decoration :   underline;
}

.balken {
    margin-top:0px;
    margin-bottom:0px;
    padding:2px;
    padding-left:5px;
    display:block;
    color:#633;
    background:#f8f3ea;
    font-weight:bold;
    line-height:1.33em;
}

/* FAQ-Elemente */

.faqQ {
    display:block;
    padding:0px;
    margin-bottom:8px;
    line-height:14px;
    color:#633;
}

.faqTop {
    color:#633;
    text-align:right;
    margin-left:10px;
    text-decoration:underline;
    font-weight:normal;
}