
@media screen, projection {

 body, html {
  background-color: #ebebeb;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0px;
  padding: 0px;
  color: #000;
 }

 h1,h2,h3,h4,h5,h6 {font-weight: bold; margin: 0 0 0.25em 0; color: #000; font-family : "Times New Roman", Times, serif;}

 h1 { font-size: 150%; }
 h2 { font-size: 140%; }
 h3 { font-size: 120%; }
 h4 { font-size: 110%; }

 p { margin: 0 0 1em 0; }
 pre { font-size:1em; line-height: 1.1em; }
 img { margin: 0; border: none; }

 /* Formatierungen für RTE */
 .indent { padding-left: 20px; }
 .align-center { text-align: center; }
 
 #ul, ol, dl { font-weight: bold; font-size:1.2em; line-height: 1.5em; }
 #li { font-weight: bold; font-size:0.9em; line-height: 1.2em }

 .small { margin: 0px; padding: 0px; font-size: 0.2em; line-height: 0.2em; }   

 /* Links */
 a { color: #00a; }
 a:focus, a:hover, a:active {color:#88f; text-decoration:underline;}

 #banner { font-size: 0.8em; }

 #navigation { background-color: #fff; font-family : "Times New Roman", Times, serif;} 
  
 #navigation ul { text-align: left; font-size: 1.0em; list-style-type: none; padding-left: 0px}
 .navlevel1 { border-style: dashed; border-color: rgb(180, 180, 200); border-width: 0px 0px 1px; background-color: #fff;} 
 
 #navigation a { color: #00a; text-decoration:none; width: 150px; }
 #navigation a:hover { color:#009; text-decoration:none; background-color: #e5e5f0; }

 .navlevel1 { line-height: 1.5em; padding-left: 10px; font-size: 1.0em; font-weight: bold;}
 .navlevel2 { line-height: 1.3em; padding-left: 18px; font-size: 0.85em; }
 .navlevel3 { line-height: 1.2em; padding-left: 26px; font-size: 0.7em; }

 .navlevel1.selected { background-color: #eee;}
 .navlevel2.selected { background-color: #ddd;}
 .navlevel3.selected { background-color: #ccc;}

 #fuss { color: #ccc; text-decoration:none; font-size: 0.5em; }
 
 .blog h1 { font-size:21px; font-weight:bold; line-height:1.3em; margin-bottom:0; font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;}
 .blog a { color:#000000; text-decoration:none; }
 .blog a:focus, .blog a:hover, .blog a:active { text-decoration:underline; color:#0000cc; }
 .blog .meta { color:#888888; font-size:12px;}


}