/**
 * @version    $Id: editor.css 20196 2011-01-09 02:40:25Z ian $
 * @copyright  Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Start Common Styles */
/*=========================================================================================================*/

* {
  font-family: helvetica, arial, sans-serif;
   font-size:14px;    /* 10.5pt; 0.875em; */
  padding: 0;
  margin: 0;
}
p {
  font-family: helvetica, arial, sans-serif;
  font-size:14px;   /* 10.5pt; 0.875em; */
  line-height:18px;
  color: #333333;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px;
  <!--grau - color: #5F6565; -->
}
small {
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;   /* 9pt; 0.75em; */
  line-height: 14px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3px;
}
b, strong {
    font-weight: bolder;
}

s {
    text-decoration: line-through;
}

html {
  height: 100%;
  margin-bottom: 0px;
}

table, td, th, div, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading {
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
}

a {
  outline:none;
}
a:link {
  color: #990000;
  text-decoration: none;
}
a:visited {
  color: #990000;   /* #ff6600; */
  text-decoration: none;
  font-style: italic;
}
a:hover, a:active, a:focus {
  color: #ff0000;
  text-decoration: underline;
}

/*h1, h2, h3, h4, h5, h6, .contentheading, .componentheading
{
  font-family: sans-serif;
  font-weight: bold;
  color: #990000;
}*/
h1 {
    display: block;
    font-size: 24px;   /* 18pt; 1.5em;  -- 22px; */
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
}
h1c {
    display: block;
    font-size: 24px;   /* 18pt; 1.5em;  -- 22px; */
    font-weight: bold;
    color: #990000;
    line-height: 28px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
}
h2 {
    display: block;
    font-size: 20px;     /* 14.5pt; 1.25em; -- 1.5em; 20px; */
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
}
h3 {
    display: block;
    font-size: 18px;     /* 13.5pt; 1.125em, -- 1.5em; 16px; 1.17em;*/
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
}
h3 sup {
  font-size:10px;    /* 7.5pt; 0.625em; */
  color: #990000;
  vertical-align: super;
  }
h3 sub {
  font-size:10px;    /* 7.5pt; 0.625em; */
  color: #990000;
  }
h4 {
    display: block;
    font-size: 16px;   /* 12pt; 1em; */
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
}
h5 {
    display: block;
    font-size: 14px;    /* 10.5pt; 0.875em; */
   line-height:16px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
}
h6 {
    display: block;
    font-size: 12px;    /* 9pt; 0.75em; */
    font-weight: normal;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top:8px;
}
/*
h1 {
font-size: 22px; <!--2em;-->
line-height:1;
margin-bottom:8px;
}
h2 {
font-size: 20px; <!--1.75em;-->
margin-bottom:0.75em;
}
h3 {
font-size: 16px; <!--1.5em;-->
line-height:1;
margin-bottom:1em;
}
h4 {
font-size: 14px; <!--15px;-->
line-height:1; <!--1.25;-->
margin-bottom:8px; <!--1.25em;-->
}
h5 {
font-size: 12px; <!--1em;-->
font-weight:bold;
margin-bottom:1.5em;
}
h6 {
font-size: 10px; <!--1em;-->
font-weight:normal;
}
*/
#component h2, .contentheading, .componentheading
{
    font-style: italic;
    font-weight: bolder;
    border-style: solid;
    border-width: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#component h4, .blog contentheading, .blog componentheading
{
    font-style: italic;
    font-weight: bolder;
    border-style: solid;
    border-width: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#component h5, .contentheading, .componentheading
{
    font-style: italic;
    font-weight: bolder;
    border-style: solid;
    border-width: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
  li#current a:visited
, li#current a:link
{
    font-weight: bolder;
 font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
 colour: #990000;  
}
sup, sub {
    line-height: 0;
  }
sup {
  colour: #990000;
  }
sub {
  colour: #990000;
  }

 #footer p {
   margin:0;
 }
 p+p {
 }
 pre {
 }
 address {
 }
 small {
 }
 ul, ol {
 }
 ol {
 }
 li ul, li ol, ul ul, ol ol {
 }
 form, legend, label {
 }
 legend {
 }
 table {
 }
 caption {
 }
 hr {
 }
 cite, dfn, em, i {
   font-style: italic;
 }
 code, kbd, samp, pre, tt, var {
 }
 pre {
   white-space: pre;
 }
 del {
   text-decoration: line-through;
 }
 mark {
 }
 ins {
 }
 big {
 }
 abbr, acronym {
 }
 abbr[title], acronym[title], dfn[title] {
   cursor: help;
 }
 
 blockquote {
 }
 input, select, button {
   cursor: pointer;
 }
/* End Common Styles */
/*=========================================================================================================
h1 {
  font-family:Helvetica ,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #990000;
}

h2 {
  font-family: Arial, Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #990000;
}

h3 {
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #990000;
}

h4 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #990000;
}

a:link, a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #990000; text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #ff0000;  text-decoration: underline;
  font-weight: bold;
}
#breadcrumb.ul {
  font-family: Arial, Helvetica, sans-serif;
color: #ffffff; text-decoration: none;
  font-weight: normal;
  }
*/