/* !SPECIAL HACKS */
::-moz-selection {
	color: #000;
	background: #0f0;
}
::selection {
	color: #000;
	background: #0f0;
}

/* !GENERAL */
body, html {
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	width: 100%;

	font: 13px/125% Arial, sans-serif;
	text-align: center;
	background: url(/media/user/Hintergrund/bg-complete.jpg) no-repeat top center;
	border-collapse: collapse;
}
img, a {
	border: 0;
	outline: 0;
	-moz-outline: 0;
	text-decoration: none;
}
a {
	color: #000;
	font-weight: bold;
}
a:hover, .active {
	background-color: #0f0;
}
a.nobg, a.nobg:hover {
	background: none;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
}
h1 {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
h2, h3 {
	display: inline;
	position: relative;
	margin: 0 2px 0 0;
	padding: 0;
	font-size: 16px;
}
h2, h3,
h2 a, h3 a {
	font-size: 16px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
}

table {
	margin-top: 15px;
	border-top: 1px dotted #000;
	border-left: 1px dotted #000;
}
th, td {
	margin: 0;
	padding: 5px;

	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	vertical-align: top;
	font-weight: normal;
}
th {
	margin: 0;
	padding: 5px;

	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
}
td {
	font-size: 12px;
}
hr {
	border: none;
	border-top: 1px dotted #000;
}

.clear,
.clear-left,
.clear-right {
	display: block;
	line-height: 0;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.invisible {
	visibility: hidden;
}
.noscript {
	display: none;
}
.bold, .strong, .fett {
	font-weight: bold;
}
.cursive, .italic, .kursiv {
	font-style: italic;
}
.sub {
	font-weight: normal;
	font-size: 10px;
	line-height: 120%;
}
.inline {
	display: inline;
	background: none;
}