body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	height: 1px;
}

.rechts {
	text-align: right;
}

.zentriert {
	text-align: center;
}

.block {
	text-align: justify;
}

.bunt {
	font-weight: bold;
	color: #FF9900;
	padding-left: 10px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Layout	*/

.oben {
	background-image: url(oben.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width: 906px;
}
.mitte {
	background-image: url(mitte.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;

}
.unten {
	background-image: url(unten.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 906px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Text unten */

.unten p{
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 30px;
}
.unten a{
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #FF9900;
}
.unten a:hover {
	text-decoration: underline;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Text mitte */

.mitte h1{
	font-size: 13px;
	color: #FF9900;
}
.mitte h2{
	font-size: 11px;
	color: #FF9900;
	font-weight: lighter;
}
.mitte p{
	font-size: 11px;
	color: #FFFFFF;
}
.mitte li{
	font-size: 11px;
	color: #FFFFFF;
	list-style-type: circle;

}

.mitte a{
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #FF9900;
}
.mitte a:hover {
	text-decoration: underline;
}
.mitte td.linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

