﻿<!--
.menue {
  /* Position  */
  position: fixed;
  float: left;
  top: 8 px;
  left: 4px;
  width: 115px;
  padding: 8px;
  /* Menuegestaltung */
  /* background-image: url(grau.gif);*/
  /*background-color: #EAF4FF */
  background-color: #FFFFFF
  background-attachment: fixed;
  border: solid 2px gray;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-color: silver;
  border-left-color: silver;
  /* Textgestaltung */
  text-align: left;
  font-family: sans-serif;
  line-height: 90%;
  color: #0000FF;
}
.streifenfrei { /* Hauptteil links der Webseite*/  margin-left: 150px; }

.versteckt {  /* Bereich fuer Browser ohne CSS */ display: none; }

a.menuelink { text-decoration: none; }

a.menuelink:hover { color: red;}

body { background-image: url('images/blau-rein.jpg') ; margin-left:2px; }

a { text-decoration: none; }

 
h2 { color: #0000FF; font-style:normal; font-variant:normal; font-weight:normal; font-size:28px; font-family:Arial ,Tahoma  ;   }

/* h2 { color:blue; } */
h2 i { color:black; font-style:normal;font-size:18px;color: #0000FF; }

h3
	{margin-bottom:.0001pt;
	color: #0000FF;
	text-align:left;
	page-break-after:avoid;
	font-size:14.0pt;
	font-family:"Arial";
	margin-left:0cm; margin-right:0cm; margin-top:0cm}
h4
	{margin-bottom:.0001pt;
	color: #0000FF;
	text-align:center;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family:"Arial , Tahoma";
	font-weight:normal; margin-left:0cm; margin-right:0cm; margin-top:0cm}
h1
	{margin-bottom:.0001pt;
	color: #0000FF;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family:"Arial";
	margin-left:0cm; margin-right:0cm; margin-top:0cm}
span.FontStyle11
	{font-family:"Microsoft Sans Serif";color: #0000FF;
	font-weight:bold}
span.FontStyle12
	{font-family:"Microsoft Sans Serif";color: #0000FF;
	}
span.FontStyle13
	{font-family:"Microsoft Sans Serif";color: #0000FF;
	font-weight:bold}
span.Internetlink
	{font-family:"Arial Unicode MS";
	color:blue;
	text-decoration:underline;
	text-underline:single}



-->
</style>