/* Spinbutton bei Input-Typ number abschalten */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
	-moz-appearance:textfield; /* Firefox */
}

html {
	font-family: verdana;
	font-size: 14px;
}

a:visited, a:link {
	color:black;
}

select {
	width:100%;
}

textarea {
	width:99%;
	font-size: 12px;
}

td, th {
	padding:4px;
}

.BorderDefault {
	border-width:2px;
	border-color:lightgrey;
}

.Border {
	border-style:solid;
	border-collapse:collapse;
}

.BorderBottom {
	border-bottom-style:solid;
}

.BorderLeft {
	border-left-style:solid;
/*	padding:5px;*/
}

.NoBorder {
	border-style:none;
	border-collapse:collapse;
}

.FinePrint {
	font-family: verdana;
	font-weight: normal;
	font-size: 14px;
/*	line-height: 12px; */
	color: black;
}
/*
input {
	font-family: verdana;
	height: 18px;
	font-size: 12px;
}
*/
