/* Standard Stylesheet, dass alle grundlegenden Einstellungen enthält */

body 
{
	color				:	#000000;
	
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			:	10px;
	background-color	:	#FFFFFF;
}

a, a:link, a:visited, a:hover, a:active, a:hover, img
{
	color:#000000;
	text-decoration:none;
	border-width:0px;
}

ul,li
{
	display:inline;
	padding-right:5px;
	padding-left:0px;
	margin:0px;
}

h1
{
	font-family:	Times New Roman, Times, serif;
	font-size:30px;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
}

h3
{
	font-family:	Times New Roman, Times, serif;
	font-size:14px;
}

h4
{
	font-family:	Times New Roman, Times, serif;
	font-size:13px;
}

table * td
{
	vertical-align:top;
	text-align:left;
}
