body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	line-height: 150%;
	margin: 0;
}

/*
-- Textstyle --
*/
p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
	background-color: transparent;
	line-height: 150%;
}

td {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
	vertical-align: center;
	background-color: transparent;
}

ul, ol, li {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000000;
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	color: #808080;
	background-color: transparent;
	line-height: 150%;
	margin-top: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 7px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px; 
}

p.Standard {
	margin-top: 0px;
	margin-bottom: 14px;
}

p.Standard-Ende {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
-- ENDE Textstyle --
*/

/*
-- Linkstyle --
*/
a:link {
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

/*
-- ENDE Linkstyle --
*/