body		
			{
			padding : 0;
			margin : 0;
			background-color : #fff;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 12px;
			line-height : 140%;
			
	color: #666666;
			}

h1			
			{
			font-size : 18px;
			color : #000;
			font-weight : normal;
			margin-bottom : 14px;
			margin-top : 10px;
			}
			
h2			
			{
			font-size : 16px;
			color : #a0afb2;
			font-weight : normal;
			margin-bottom : 14px;
			margin-top : 0px;
			}
			
.blocksatz	{
			text-align: justify;
			}
			
.content	{
			font-family : Times, Arial, Verdana, Geneva, sans-serif;
			font-size : 12px;
			line-height : 150%;
			color : #000;
			}
			
.content h1			
			{
			font-family : Helvetica, Arial, Verdana, Geneva, sans-serif;
			font-size : 14px;
			color : #000;
			font-weight : bold;
			line-height : 130%;
			margin-bottom : 0;
			}
			
.content h2			
			{
			font-family : Helvetica, Arial, Verdana, Geneva, sans-serif;
			font-size : 14px;
			color : #a0afb2;
			font-weight : bold;
			line-height : 130%;
			margin-bottom : 0;
			}
			
			
			
.content h3			
			{
			font-size : 14px;
			color : #2a3a68;
			font-weight : bold;
			line-height : 140%;
			}
			
li			
			{
			font-weight : normal;
			padding : 3px;
			}
			
ul			
			{
			margin-left : 0;
			padding-left : 40px;
			margin-bottom : 20px;
			list-style-image : url(images/quadrat.gif);
			}
			

			

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none;
  font-weight: normal;
  }
  
a.tooltip:hover {
  color: #fff;
  background: transparent;
  z-index:10;
  }

a.tooltip span {
  display: none;
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: -30px; 
  left: -30px; 
  width: 320px;
  z-index: 90;
  color: #666666;
  background : #f2f2f2;
  font: 12px Arial, sans-serif; 
  text-align: left;
  padding : 10px;
  }