/**
 * Grundlegendes Design
 */
body 
{
	background:#d6d6d6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

legend
{
	white-space: normal;
}

a,
a:visited,
a:active
{
	color: #FF7E14;
	text-decoration: none;
}

h1
{
	font-size:13pt;
}

img
{
	border: none 0px;
}

ul
{
	padding:0;
}

li
{
	list-style-type:none;
}
div.clearer
{
	clear: both;
}

