
/***************************************************/
/*                basics                                                              */
/****************************************************/

td {
                vertical-align: top;
}
img {
                border-width: 0px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
  font-size:0.9em;
  text-align:right;
  color:  #3D4F70;
}


hr {
                color:#888;
                height:1px;
                border:none;
                background-color:#888;
                width:97%;
                float:left;
}



/***************************************************/
/*               links                             */
/****************************************************/


a:link, a:visited{
  color: #464646;
  text-decoration: none;
        font-weight:bold;         
}

a:hover, a:active{
  text-decoration: underline overline;
}


#content a {
      border-bottom: 1px dashed #464646;
}

#content a:hover {
      border-bottom: none;
}


#content .csc-linkToTop a {
        color:#888;
  /*border:1px dashed #999;*/
  border:1px solid #aaa;
  padding:0.2em;  
  font-size:1.4em;
  float:right;
  background-color:#FCF9D6;
}

#content .csc-linkToTop a:hover {
  border:1px solid #aaa;
  text-decoration:none;
}


/***************************************************/
/*                Fonts (listen weiter unten!)     */
/****************************************************/


p, form, td, address {
  font-family: Verdana, Arial,  Helvetica, sans-serif;
  color: #3D4F70;
  line-height: 160%;
  padding: 0;
  margin:1em 0pt;
  font-size:1.2em;
 } 

address {
  font-style:normal;
  padding-left:1em;
  line-height:120%;
}

h1, h2,h3,h4,h5,h6 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 2.2em;
       /* color: #A5242F;*/
       color:#c03;
        margin: 0px;
        padding: 0px;
}



h2+h3 {
  margin-bottom:-0.1em;
}


h3{  
  color: #3D4F70;
        font-size: 2em;
        margin: 0.3em 0px -0.5em 0px;
        padding: 0px;
        line-height:1.4em;
}


h4,h5,h6 {
  margin:0;
  padding:0;
}


h4 {
  font-size: 1.9em;
  color: #c03;
  margin-top:0.2em;
}


h5 {
  font-size: 1.85em;
  color:#c03;
     
}

h6 {
  font-size: 1.6em;
  color:#c03;
  /*margin-bottom:-0.5em;*/
}

.tabelleallgemein h6 {
  margin-bottom:0;
  margin-top:0;
  line-height:100%;  
}



/***************************************************/
/*               listen                             */
/****************************************************/

li {
  font-family: Verdana, Arial,  Helvetica, sans-serif;
  color: #3D4F70;
  line-height: 160%;
  padding: 0;
  margin:1em 0pt;
  font-size:1.2em;
  margin-bottom:0.7em;
  margin-top:0.2em;
}

ul {
  color: #444;
  list-style-type: circle;
  line-height:1.5em;
}

#content ol ul li {
         /*  font-size: 1.2em; */
           list-style-type:lower-alpha;
}

#content ol li {
  margin:0pt 0pt 0  0pt;
  padding-bottom:0.5em;
  font-size: 1.5em;
}

#content ol li li {
         /*  font-size: 1.2em;*/
           margin:0;
           padding:0;
}


ul ul{
                list-style-type: disc;
}

ul ul ul{
               list-style-type: none;
}


ol {
          line-height: 1.7em;
          font-size: 0.8em;
}



/*************************** Standard-Zeichenformate **************/



.textklein {
  color: #3D4F70;
  line-height: 1.7em;
  font-size: 1em;
}

.blaufett {
                color: #3D4F70;
                font-weight: bold;
              
}


.rotfett {
                color: #c03;
                font-weight: bold;
                
}


.graugrossmittig {
                color: #464646;
                text-align:center;
}


.zentriert {
  text-align: center;
}

.autor {
  font-style:italic;
}

p.vorspann {
  font-weight:bold;
}


/***************************************************/
/*               datum im inhaltselement         */
/****************************************************/

.csc-header-date {
  text-align:right;
  font-size:1em;
  font-style:italic;
  margin:0;
}





