/* allgemeine Seitenformatierungen */
  *  { margin:0; padding:0 }
  body { font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif; font-size:12pt}
  body { background-color:#BADBF7; color:#000043; }
  
/* Links */
  a:visited { color:#008010; text-decoration:underline; }
  a:link { color:#008010; text-decoration:underline; }
  a:hover { color:#FF0000; text-decoration:underline;  }
  
/*Button-Menu*/
 #navibuttons ul
   { margin: 0;	padding: 5px; list-style-type: none; font-family: Verdana; font-size:12pt; font-weight:bold }
 #navibuttons li  { margin: 0 0 1px 42px;   }
 #navibuttons a
   { display: block; color: #036; background-image: url(bilder_climb/haken2.gif); background-repeat:no-repeat; width:126px; height:28px; 
     color:black; text-decoration:none; font-style:italic; padding-left:10px; padding-top:5px }
 #navibuttons a:hover
   {  color:red; }
 #navibuttons a:active
   {  color:red; }

/* Absatzformate */ 
  p { margin-bottom:4px; margin-top:6px; }
  p { font-family:Verdana; color:#000000; font-size:10pt; text-align:justify; }

  p,h3,h4,h5,h6 { margin-left:15px; margin-right:15px; }
  .small {margin-right:40px; font-size:12px}
  .head {font-weight:bold}

/* Ueberschriften */
  h1 { font-family:Arial; font-size:20pt; font-style:normal; font-weight:bold; text-align:center;
       margin-top:15px; margin-bottom:20px }
  h2 { font-family:Arial; font-size:16pt; font-style:italic; font-weight:bold; text-align:center; }
  h3 { font-family:Arial; font-size:12pt; font-style:italic; font-weight:bold; color:#000000; }
  h4 { font-family:Verdana; font-size:15pt; font-weight:bold; color:#000000; }
  h5 { font-family:Verdana; font-size:12pt; font-weight:bold; color:#000000; }
  h6 { font-family:Verdana; font-size:11pt; font-weight:bold; color:#000000; margin-bottom:3px; }

/* Tabellen */
  table { margin-left:3px; margin-right:3px; }
  td    { font-family:Verdana; font-weight:normal; font-size:10pt; }
  td.i  { text-align:center }
  th    { font-family:Arial; font-size:12pt; font-style:italic; color:#000000; font-weight:bold; }

/* Listen */
  ul, ol { margin-top:0; margin-left:30px}
  li { font-family:Verdana; color:#000000; font-size:10pt; margin-top:2px; }
  
/* sonstiges */
  hr { margin-right:15px;  margin-left:15px; color:#000043;}
  img { margin:0 }
