/*** Globale Seite ***/
#pagedesign {
	width: 990px;
	background-color: #FEF7E0;
}
/*** Content Spalten ***/
#content {
	background-image: url(../global_gfx/rechteSpalte_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.links {
	float: left;
	width: 188px;
	background-image: url(../global_gfx/linkeSpalte_bg.jpg);
	background-repeat: no-repeat;
}
.mitte {
	float: left;
	width: 650px;
	padding: 0 30px 0 40px;
}
.mitte p {
	padding-bottom: 15px;
}
.rechts {
	float: left;
	width: 82px;
	/*background-image: url(../global_gfx/rechteSpalte_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	padding-top: 30px;
	line-height: 18px;
}
	.rechts ul {
		margin-left: 25px;
		line-height: 19px;
	}
/*** RTL Wetter ***/
.rtl_wetter {
	display:none;
}

.spalteLinks {
	float: left;
	width: 501px;
	padding-right:10px;
}
.spalteRechts{
	float: left;
	width: 241px;
}

