@charset "utf-8";
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding:0px;
margin:10px;
}

.tip {			border-bottom: 1px dotted #000000;
			cursor: help; }
a.tip,
a.tip:link,
a.tip:visited,
a.tip:active {		color: #009900;
			font-size: 9pt;
			text-decoration: none;
			position: relative; }
a.tip:hover {		background: transparent;
			z-index: 100; }
a.tip span {		display: none;
			text-decoration: none; }
a.tip:hover span {	display: block;
			position: absolute;
			top: 30px;
			left: 0;
			width: 300px;
			z-index: 100;
			color: #FFFFCC;
			font-family: Arial, sans-serif;
			color: #000000;
			font-size: 12px;
			font-weight: normal;
			text-decoration: none;
			padding: 5px;
			background-color: #FFFFCC;
			text-align: left;
			border-color: #6E869B;
			border-style: solid;
			border-width: 1px; }

table.rahmen {
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding: 0px;  }

p { font-size:10pt; font-family:Arial; color:#000000;
text-decoration:none; font-weight: normal;}

p.klein { font-size:9pt; font-family:Arial; color:#000000;
text-decoration:none; font-weight: normal;}

p span { font-size:9pt; font-family:Arial; color:#000000;
text-decoration:none; font-weight: normal;}

a         { color:#000000; font-size:10pt; font-family:Arial, serif;}
a:link    { color:#000000; text-decoration:underline; font-weight: normal; }
a:visited { color:#000000; text-decoration:underline; font-weight: normal; }
a:hover   { color:#000000; text-decoration:none; font-weight: normal; }
a:active  { color:#000000; text-decoration:none; font-weight: normal; }

a.klein         { color:#000000; font-size:9pt; font-family:Arial, serif;}
a.klein:link    { color:#000000; text-decoration:underline; font-weight: normal; }
a.klein:visited { color:#000000; text-decoration:underline; font-weight: normal; }
a.klein:hover   { color:#000000; text-decoration:none; font-weight: normal; }
a.klein:active  { color:#000000; text-decoration:none; font-weight: normal; }