h1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bolder;
	line-height:10px;
}
h2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : normal;
}
h3
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	color: Gray;
}

#oben_rechts	{
	position:absolute;
	top:10;
	right:10;
	text-align:right;
	}

#unten_lks	{
	position:absolute;
	left:10;
	bottom:10;
	text-align:left;
	color:#000000;
	}

#oben_lks	{
	position:absolute;
	top:10;
	left:10;
	text-align:;
}
	
body	{
	margin-left:15px;
}	
	
a { 
  outline: 0; 
}	
