﻿/* Standardmaessiges CSS-Stylesheet fuer PPKR */

 
BODY
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
}

A:link	{
	text-decoration: none;
	color: #000000;
}
		
A:visited	{	
	text-decoration:	none;
	color: #000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color: #000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #000000;
	}	


.rot {
	background-color: #E64415;
}
.orange {
	background-color: #EE824F;
}
.grau {
	background-color: #B59675;
}
.braun {
	background-color: #9A7047;
}
.menu {
	line-height: 200%;
	color: #000000;
	margin-top: 20px;
}
.klein {
	font-size: xx-small;
}

