/* CSS Document */

h1 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6f386f;
	margin-top: 0px;
	margin-bottom: 24px;
}

h1 strong{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #978298;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b95db9;
	margin-top: 24px;
	margin-bottom: 12px;
}

h3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #934a93;
	margin-top: 24px;
	margin-bottom: 12px;
}

h5 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
	color: #989898;
	letter-spacing: 0em;
}

p {
	margin-top: 0px;
	margin-bottom: 24px;
}

em {
	font-size: 9px;
	text-transform: uppercase;
	float: right;
	font-style: normal;
}

/* Links normal*/

a:link {
	color: #666666;
	border-bottom: none;
	text-decoration: none;
}

a:visited {
	color: #666666;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	color: #978298;
	border-bottom: none;
	text-decoration: none;
}

a:active {
	color: #666666;
	border-bottom: none;
	text-decoration: none;
}

/* Links Content */

div#content p a:link {
	color: #954c96;
	border-bottom: 1px dashed #666666;
	text-decoration: none;
}

div#content p a:visited {
	color: #954c96;
	border-bottom: 1px dashed #666666;
	text-decoration: none;
}

div#content p a:hover {
	color: #b95db9;
	border-bottom: 1px dashed #666666;
	text-decoration: none;
}

div#content p a:active {
	color: #954c96;
	border-bottom: 1px dashed #666666;
	text-decoration: none;
}

/* Aufzählungen */

ul {
	margin-top: 0px;
	margin-bottom: 12px;
}

hr {
	background-color: #464646; /* Mozilla 1.4 */
	color: #464646; /* IE 6 */
	border: #464646; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 24px;
	margin-bottom: 24px;
}

