/* =================================== */
/*  Familienberatung CSS : Content Styles  */
/* =================================== */

/* --- Text ---------------------------------------------------------------- */

#content p.aktuell {
  padding: 1em;
  background-color: #fffabe;
  color: #444444;
}

#main #article_main p,
#main ul#news .right_col p,
#main .article_content p {
  margin-bottom: 1.2em;
}

#main #article_main ul,
#main #article_main ol,
#main ul#news .right_col ul,
#main ul#news .right_col ol,
#main .article_content ul,
#main .article_content ol  {
  margin-bottom: 1.2em;
  padding-left: 1em;
}

#main #article_main ol,
#main ul#news .right_col ol,
#main .article_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

#main #article_main ul li,
#main ul#news .right_col ul li,
#main .article_content ul li {
  background: transparent url(../images/ui/icon_triangle.gif) no-repeat scroll left 0.6em;
  padding-left: 1.2em;
}

#main #article_main blockquote,
#main ul#news .right_col blockquote {
  padding: 1em 1em 1em 3em;
  border-left: 5px solid #056089;
}

#main #article_main blockquote p,
#main ul#news .right_col blockquote p {
  margin-bottom: 0;
  font-style: italic;
  color: #056089;
}

/* --- Links --------------------------------------------------------------- */

#content a {
  color: #056089;
}

#content a:hover,
#content a:focus,
#content a:active {
  color: #444444;
}

#content p.toplink {
  text-align: right;
  padding-top: 1em;
}

#content h1 a,
#content h2 a,
#content h3 a {
  text-decoration: none;
}

#content h1 a:hover,
#content h1 a:focus,
#content h1 a:active,
#content h2 a:hover,
#content h2 a:focus,
#content h2 a:active,
#content h3 a:hover,
#content h3 a:focus,
#content h3 a:active {
  text-decoration: underline;
}

/* --- Headings ------------------------------------------------------------ */

#content h1 {
  color: #056089;
  font-size: 1.4em;
}

#content h2 {
  color: #056089;
  font-size: 1.2em;
}

#content h3 {
  color: #056089;
}

#content h3.aktuell {
  color: #444444;
}