body {
	background-repeat: repeat-x;
	background-image: url(../images/hi-black.jpg);
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
	font-weight: bolder;
	letter-spacing: 1px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: left;
}

h1 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #ff0000;
	font-weight: normal;
}

.red {
	color: #ff0000;
}
.weiss {
	color: #FFFFFF;
}
#sprachen {
	width: 310px;
	text-align: center;
	font-size: 11px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: lighter;
}

#sprachen img {
	padding: 7px 5px 7px 5px;
	vertical-align: middle;
}

	
#body_inhalt {
	width: 840px;
	text-align: left;
	margin: 0 auto;
	top: 30px;
	position: relative;
	height: 550px;
	background-image: url(../images/start-hi.jpg);
	background-repeat: no-repeat;
	background-position: 330px 41px;
	left: auto;
	bottom: auto;
}
#body_inhalt2 {
	width: 840px;
	text-align: left;
	margin: 0 auto;
	top: 30px;
	position: relative;
	height: 550px;
	background-image: url(../images/start-hi.jpg);
	background-repeat: no-repeat;
	background-position: 650px 41px;
	left: auto;
	bottom: auto;
}
.unten {
	font-size: 11px;
	font-weight: normal;
}

#mitte {
	width: 190px;
	float: left;
	position: absolute;
	left: 330px;
	z-index: 1;
	top: 160px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited{
	color: #ff0000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

#navi-oben {
}
#left {
	float: left;
	color: #FFFFFF;
	height: 350px;
	width: 300px;
	margin-right: 20px;
}
#left2 {
	float: left;
	color: #FFFFFF;
	height: 416px;
	width: 620px;
	margin-right: 20px;
	overflow-y: auto;
}

#mitte-news {
	z-index: 2;
	position: absolute;
	width: 130px;
	text-align: center;
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 80px;
	padding-left: 30px;
	left: 330px;
	letter-spacing: 0px;
	top: 150px;
}

#mitte-news p {
	margin: 0;
	padding: 0;
}

#rechts {
	float: right;
}


#mitte-news a:link, #mitte-news a:active, #mitte-news a:visited{
		font-size: 11px;
	text-decoration: none;
	color: #ff0000;
}
#mitte-news a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
#inhalt-innen {
	height: 430px;
}
#navi-bottom {
	text-align: left;
	width: 840px;
	white-space: nowrap;
}
input.textfeld {
	margin-top: 1px;
	margin-bottom: 1px;
	width:260px;
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 11;
	color: #FFFFFF;
	padding: 1px;
	height: 15px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

.textarea		{
	margin-top: 3px;
	margin-bottom: 3px;
	width:270px;
	background-color: #000000;
	font-family: Verdana, Arial;
	font-size: 10;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 1px;
	height: 80px;
}

.error {color: #ff0000;}
