<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RASCH.HOOKSIEL - Formate */

.text
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B0B0B0;
	line-height: 1.4em;
	}

.textfett
	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.4em;
	}

.textheadline
	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009FD0;
	font-weight: bold;
	line-height: 1.5em;
	}
	
h1 {
	font-size:14px;		
	margin-bottom:10px;
	padding:0px;
	color:#B0B0B0;
	}	

hr
	{
	width: 100%;
	height: 1px;
	color: #000000;
	border: none;
	border-top: 1px dotted #aaaaaa; 
	}

a:link
	{

	color:#F7E200;
	text-decoration:none
	}

a:visited
	{

	color:#F7E200;
	text-decoration:none
	}
	
a:hover
	{

	color:#B0B0B0;
	text-decoration:none
	}
	
a:active
	{

	color:#0099CC;
	text-decoration:underline
	}
	
a:focus
	{

	color:#FF9700;
	text-decoration:underline
	}


</pre></body></html>