*:not(td, th) {
	margin: 0;
	padding: 0;
}
body, textarea, input, select {
	-webkit-font-smoothing: antialiased;
}
img {
	border: none;
}
ul {
	margin-left: 20px;
}
ol {
	margin-left: 20px;
}
a {
	cursor: pointer;
}
a:hover {
}
body:not(.default-outline) :focus {
	outline: none;
}
table {
	border-collapse: collapse;
}
thead td {
	font-weight: bold;
}
td, th {
	vertical-align: top;
}
th {
	text-align: left;
}

.links {
	float: left;
	margin: 0 10px 0 0;
}
.rechts {
	float: right;
	margin: 0 0 0 10px;
}
