body
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	background-color: #e6e6fa;
	font-size: small;
	/*basis-zeilenabstand fŸr arial*/
	line-height: 1.36em;
}

/*copytext*/
p, table
{
	margin-top: 0em;
	margin-bottom: 0.68em;
	width: 100%;
}

/*IE*/
p { width: 99.7%; }

/*inline auszeichnung*/
b { color: #003; }

/*†berschriften*/
h3, h4
{
	margin-top: 0em;
	color: #003;
	font-size: small;
	margin-bottom: 0.68em;
}

h4
{
	color: #336;
	font-weight: normal;
}

/*Abstand-Regeln fŸr aufeinanderfolgende Blocks.*/
p + h3 { margin-top: 1.36em; }
p + h4 { margin-top: 1.36em; }
h3 + h4 { margin-top: 1.36em; }

/*link allgemein*/
a:link, a:visited
{
	text-decoration: none;
	color: #666;
}

a:hover { color: #336; }
a:active { color: #996; }

/*sublink*/
ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

li a
{
	font-size: x-small;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	line-height: 1.88em;
}

/*sonstiges*/
img
{
	border: 0px;
	margin: 0px;
}

em
{
	color: #336;
	font-style: normal;
	font-weight: normal;
}

