/*		CSS Formatvorlagen
Autor:	Barbara Jost - Petson Video AG - www.petson.ch
Version:März 2006
------------------------------------------------------
*/
/*		Basic grau			= 333333	*/
/*		Basic hellgrau		= E8E8E8	*/

body	{
		font-size				: 12px;
		font-family				: Verdana,Arial,Helvetica,Sans-Serif;
		color					: #000000;
		background-color		: #FFFFFF;
		margin					: 0;
		padding					: 0;   
		scrollbar-face-color	: #E8E8E8;					/*ändern - Balkenfarbe*/
		scrollbar-arrow-color	: #666666;					/*ändern - schwarz oder weiss - Kontrast*/
		scrollbar-base-color	: #666666;
		scrollbar-shadow-color	: #CCCCCC;
		scrollbar-darkshadow-color: #666666;
		scrollbar-highlight-color:  #FFFFFF;				/*ändern - Hauptfarbe hell, oder weiss lassen*/
		scrollbar-3dlight-color	: #000000
		scrollbar-track-color	: #000000;
		}	
td,p	{
		font-size				: 12px;
		font-family				: Verdana,Arial,Helvetica,Sans-Serif;
		color					: #000000;
		}
.box	{
		border					: 1px #999999 solid;
		}		
h1		{
		font-size				: 12px;
		font-weight				: bold;
		margin-bottom			: 6px;
		}
h2		{
		font-size				: 11px;
		font-weight				: bold;
		}
img		{
		margin-left				: 0px;
		margin-right			: 0px;
		}
ul		{
		list-style				: disc;
		margin-left:15px;}

.fett, span.fett	{
		font-weight				: bold;
		}

a:link				{color:#000000;font-weight:font-weight:normal;}
a:visited			{color:#000000;font-weight:font-weight:normal;}
a:hover				{color:#FFFFFF;font-weight:font-weight:normal;background-color:#333333;}