

      .gross {
      	font-family: "Segoe UI", Helvetica, Verdana, sans-serif;
      	font-size: 14px;
      	font-weight: bold;
      	text-decoration: none;
      	color: #112233;
      }
      .gross a:link {
      	color: #04486f !important;
      	text-decoration: none !important;
      }
      .gross a:visited {
      	color: #04486f;
      	color: #04486f !important;
      	text-decoration: none !important;
      }
      .gross a:hover {
      	color: #04486f !important;
      	text-decoration: underline !important;
      }
      .gross a:active {
      	color: #04486f !important;
      	text-decoration: underline !important;
      }
      .normal {
      	font-family: "Segoe UI", Helvetica, Verdana, sans-serif;
      	font-size: 12px;
      	color: #112233;
      	vertical-align: top;
      	line-height: 16px;
      }
      .normal a:link {
      	color: #04486f;
      	text-decoration: none;
      }
      .normal a:visited {
      	color: #04486f;
      	text-decoration: none;
      }
      .normal a:hover {
      	color: #04486f;
      	text-decoration: underline;
      }
      .normal a:active {
      	color: #04486f;
      	text-decoration: underline;
      }
      .klein {
      	font-family: "Segoe UI", Helvetica, Verdana, sans-serif;
      	font-size: 10px;
      	color: #112233;
      }
      .klein a:link {
      	color: #04486f !important;
      	text-decoration: none !important;
      }
      .klein a:visited {
      	color: #04486f;
      	color: #04486f !important;
      	text-decoration: none !important;
      }
      .klein a:hover {
      	color: #04486f !important;
      	text-decoration: underline !important;
      }
      .klein a:active {
      	color: #04486f !important;
      	text-decoration: underline !important;
      }
      .hauptnavigation {
      	font-family: "Segoe UI", Helvetica, Verdana, sans-serif;
      	font-size: 13px;
      	font-style: normal;
      	font-weight: bold;
      	color: #000000;
      	line-height: 140%;
      }
      .hauptnavigation a:link {
      	color: #000000 !important;
      	text-decoration: none !important;
      }
      .hauptnavigation a:visited {
      	color: #000000;
      	color: #000000 !important;
      	text-decoration: none !important;
      }
      .hauptnavigation a:hover {
      	color: #ffffff !important;
      	text-decoration: none !important;
      	text-decoration: none;
      }
      .hauptnavigation a:active {
      	color: #ffffff !important;
      	text-decoration: none !important;
      }
      .navigation {
      	font-family: "Segoe UI", Helvetica, Verdana, sans-serif;
      	font-size: 11px;
      	font-style: normal;
      	color: #112233;
      }
      .navigation a:link {
      	color: #04486f !important;
      	text-decoration: none !important;
      }
      .navigation a:visited {
      	color: #04486f;
      	color: #04486f !important;
      	text-decoration: none !important;
      }
      .navigation a:hover {
      	color: #04486f !important;
      	text-decoration: underline !important;
      }
      .navigation a:active {
      	color: #04486f !important;
      	text-decoration: underline !important;
      }
      html {
      	overflow-y: scroll;
      /* verhindert "Ruckeln", vertikale Bildlaufleiste wird immer eingeblendet */
      	overflow-x: auto;
      }
      .hintergrund {
      	background-color: #BAD5D5;
      	background-image: url('http://www.xaran.de/grafiken/gesamt.jpg');
      	background-attachment: fixed;
      	background-repeat: repeat-x;
      	background-position: center top;
      	margin: 0;
      	padding: 0;
      }
      #gesamt {
      	position: relative;
      	top: 0px;
      	left: 0px;
      	width: 1000px;
      	margin: 0px auto 0px auto;
      	padding: 0;
      }
 
    