body { font-size: 12px; font-family: arial; background-color: #ccf; }

p { }

.liste {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding-right: 5px;
	border-bottom: 1px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
}

.liste:hover {
	background-color: white;
}

a:link {
	text-decoration: none;
}

a:visited { text-decoration: none; }

a:hover { text-decoration: underline; }

a:active { }

.listtitel {
	background-color: #B1B2E2;
}

.liste2 {
	background-color: #ccccff;
}

input {
	width: 130px;
	margin-right: 5px;
}
