/* general */
* {
	margin: 0;
	padding: 0;
}

td, th {
	text-align: left;
	vertical-align: top;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {
	-moz-box-sizing: content-box;
	resize: none;
}

input[type="hidden"] {
	display: none !important;
}

.clearForIE {
	display: none;
}

.clear {
	display: block;
	content: '.';
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
	margin: 0;
}

.clearafter:after {
	display: block;
	content: '.';
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
	margin: 0;
}

.displayNone {
	display: none !important;
}

.noPadding {
	padding: 0 !important;
}

.noMargin {
	margin: 0 !important;
}

.mobileContentHint {
	display: none;
}
/* // general */



/* testing */
.markiert { border: 1px solid #cc0000 !important; }
.markiert2 { background-color: #dddddd !important; }
.markiert3 { background-color: #990000 !important; }
.markiert4 { background-color: #009900 !important; }

/* // testing */



/* links */

a.nn { text-decoration: none; }
a.nn:hover { text-decoration: none; }

a.ny { text-decoration: none; }
a.ny:hover { text-decoration: underline; }

a.yn { text-decoration: underline; }
a.yn:hover { text-decoration: none; }

a.yy { text-decoration: underline; }
a.yy:hover { text-decoration: underline; }
/* // links */
