﻿  /*--- berschriften ------------------------------------------------------------------------*/

  h1 {font-size: 140%;}	                    /* 30px */
  h2 {font-size: 135%;}                     /* 24px */
  h3 {font-size: 130%;}                     /* 18px */
  h4 {font-size: 133.33%; }                 /* 16px */
  h5 {font-size: 116.67%; }                 /* 14px */
  h6 {font-size: 116.67%; }                 /* 14px */

  /* --- Listen  -------------------------------------------------------------------------------- */

  li {
  list-style-type: square;
  font-weight: bold;
    text-align: left;
  }


 /*--- Links ----------------------------------------------------------------------------------------- */

  a { color:Blue; background:transparent; text-decoration:none; }
  a:visited  { color:Blue; }

  a:focus,
  a:hover,


  a:active { color:red; text-decoration:underline; }

  /* --- Bilder (mit optionaler Bildunterschrift) ------------------ */
img {
	
	border-style: none;
	border-color: inherit;
	border-width: -1;
}

  p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border: 1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }


/*--- Tabellen ------- */
table {
	table-layout: auto;
	text-align:center;
	}
.style1 {
	background-image: url('images/back.gif');
}

