/* 		--> Formatierungen Inhalte <-- 															*/

/* --> Schrift <-- */	

body, br, div, p, li, ul, table, tr, td, th {
  font-size: 12px;
  font-family: verdana, arial, sans-serif, trebuchet ms;
  vertical-align: top;
  }

#lay_inhalt {
  line-height: 20px;
  }

#lay_inhalt p,
#lay_inhalt table {
 margin-left: 20px;
 }
#lay_inhalt td,
#lay_inhalt th {
 font-weight: normal;
 text-align: left;
 padding: 0px;
 margin: 0px;
 }

h1 {
  font-size: 13px;
  font-weight: bold;
  color: #003254;
  padding: 0px 0px 7px 20px;
  background-image: url(/fileadmin/tpl/img/bg_titel.gif);
  background-repeat: repeat-x;
  }

h2 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 0px 20px;
  }
  
h3 {
 font-size: 12px;
 font-weight: bold;
 font-style: italic;
 margin: 0px 0px 0px 20px;
}

p.fett {
 font-weight: bold;
}

span.auszeichnung1 {
  color: #003254;
  }

ul.liste_spiegelstrich {
/*  list-style-position: outside;
  padding-left: 0px;
  margin-left: 0px;
*/
  }
ul.liste_spiegelstrich li,
ol.liste_spiegelstrich li {
list-style-type:decimal;
 line-height: 20px;
 }

/* #inhalt ul { */
/*   list-style-image: url(/fileadmin/tpl/img/list-style_kreisschwarz.gif); */
/*  } */


img.bildrand {
  border: 1px solid #003254;
  margin: 0px 7px 7px 0px;
  }
  
img.titelbild {
  padding-bottom: 20px;
  }  
  
 
a {
 text-decoration: none;
} 
