html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F48000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;

}
.balken1 {
	background-image: url(../bilder/balken1.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 30%;




}
.balken2 {
	height: 30%;
	background-color: #FFFFFF;
	background-image: url(../bilder/balken2.jpg);
	background-repeat: repeat-x;
	text-align: center;

}
.balken3 {
	background-image: url(../bilder/balken3.jpg);
	background-repeat: repeat-x;
	text-align: right;

}
.balken4 {
	background-image: url(../bilder/balken4.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.newsfeed {
	position: absolute;
	height: 104px;
	width: 246px;
	left: 15px;
	top: 64px;
	background-color: #FFFFFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;

}
.newsfeed2 {
	position: absolute;
	height: 104px;
	width: 231px;
	left: 15px;
	top: 64px;
	overflow: hidden;

}
.newslink {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-bottom: 10px;
	cursor: hand;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 5px;









}
.newslink:hover {
	background-color: #EEEEEE;
}
.sprachen {
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
}
