html {
	overflow-y: scroll;
}

body, td  {
	color: #5e666d;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}

.headline {
	font-size: 16px;
	line-height: 20px;
}

.text-rot {
	color: #724752;
}

.text-weiss  {
    color: white;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	margin-left: 10px;
	margin-top: 2px;
	padding-left: 10px;
}

ul.rot li {
    color: #724752;
}

ul.puenktchen {
	list-style-type: none;
    color: #724752;
}

ul.puenktchen li:before {
    content: "... ";
    margin-left: -16px;
}