body {
	background-color: #C9C3D2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
body, td, th {
	font-family: Courier New, Courier;
	font-size: 14px;
	color: #000000;
}
input, textarea, select, form {
	font-family: Courier New, Courier;
	font-size: 14px;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
	border: none;
}
p {
	margin: 0.5em 0;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #000000;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
table {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: separate;
	empty-cells: show;
	vertical-align: top;
	text-align: center;
	border-style: none;
}
td {
	text-align: left;
	vertical-align: top;
}
hr {
	border-top: 0.1em solid #666666;
	border-bottom: none;
	padding: 0px;
}

.text {
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}

.img {
	border: 1px solid #666666;
}

.underline {
	text-decoration: underline;
}

.titel {
	font-size: 28px;
	font-weight: 900;
	text-align: left;
	font-variant: small-caps;
	text-decoration: underline;
	color: #333333;
}
.gross {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: left;
	color: #333333;
}
.mittel {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: left;
}

.rechts_font {
	font-size: 18px;
	font-weight: bold;
}

.klein {
	font-size: 12px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.cursor {
	cursor: auto;
}
#main {
	border-style: none;
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;
	z-index: 0;
}

#hintergrund {
	border-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 525px;
	z-index: 1;
}

#links {
	border-style: none;
	position: absolute;
	top: 390px;
	left: 0px;
	width: 206px;
	padding: 0px;
	z-index: 2;
}

.links_content {
	background-color: #94C8B0;
	border: 3px solid #666666;
	position: relative;
	top: 0px;
	left: 19px;
	width: 154px;
	height: 50px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	z-index: 3;
}

.links_content_box {
	background-color: #94C8B0;
	border: 3px solid #666666;
	position: relative;
	top: 0px;
	left: 19px;
	width: 154px;
	padding: 5px;
	font-size: 12px;
	z-index: 3;
}


#rechts {
	border-style: none;
	position: absolute;
	top: 330px;
	left: 730px;
	width: 250px;
	padding: 0px;
	z-index: 2;
}

.rechts_content {
	background-color: #CDD6CD;
	border: 3px solid #666666;
	position: relative;
	top: 0px;
	left: 0px;
	width: 234px;
	padding: 5px;
	z-index: 3;
}

#content {
	background-color: #D6D2D6;
	border: 3px solid #666666;
	position: absolute;
	top: 300px;
	left: 210px;
	width: 474px;
	padding: 10px;
	z-index: 2;
}
#debug {
	font-size: 12px;
	color: #000000;
	background-color: yellow;
	width: 400px;
	border: 1px solid #666666;
	position: absolute;
	top: 0;
	left: 1000px;
	clear: both;
}
#div_center {
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 136px;
	padding: 10px;
	border: 1px solid #666666;
	margin-top: -68px;
	margin-left: -150px;
}
