/* CSS Document */
.text {
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	padding: 20px;
}

a {
	color: #6E2639;
	text-decoration: none;
}

a:hover { color: #D38DA6; }

h1 {
	font-family: verdana;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #6E2639;
}

.textBraun {
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #6E2639;
}

.Navigation {
	font-family: verdana;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #6E2639;
	padding: 0px;
}

ol { padding: 0px 100px 0px 20px; list-style-type:decimal; }
ul { padding: 0px 120px 0px 20px; list-style-type:square; }