table,td {
	border:1px solid #777;
	border-collapse: collapse;
	width:100%;
}

tr.header td.title {
	text-align:center;
	
}

td.title {
	font-weight:bold;
}

tr.spacer td {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:6px;
}

td.readonly {
	background-color:#eee;
}

h2 {
	margin-bottom:15px;
}

hr {
	border-bottom:2px solid #eee !important;
	width:100%;
	padding-top:30px;
	margin-bottom:30px;
	display:block;
}

input.error,td.error,tr.error,div.error {
	border:2px solid #f00 !important;
	background-color:#ffb6b6;
}

#navigation,.searchboxOverlay,#header,.loginOverlay,#headBanner,#iconLineWrap,#iconLine  {
	display:none;
}

.hinweis {
	font-size:80%;
}

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 */
}

#footer {
	display:none !important;
}

#bugmeldung,#scrolling {
	width:1px !important;
	height:1px !important;
	overflow:hidden !important;
}

.protip-content{
	border:1px solid #5B686F !important;
	color:#fff !important;
	position:relative;
	padding:5px;
	line-height:13px !important;;
	font-size:11px;
	background:#5B686F !important;
}
