@charset "utf-8";
/* CSS Document */

#bg{
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
	position: fixed;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(2natur.jpg);
	background-attachment: scroll;
}

#content

{
	left: 50%;
	width: 600px; /* Breite des Elements */
	margin-left: -300px; /* Breite des Elements geteilt durch zwei! */
	height: 600px;
	position: absolute;
	bottom: 0px;
	top: 0px;
}
#news
{
	height: auto;
	width: 250px;
	left: 10px;
	top: 10px;
	right: 0px;
	bottom: 0px;
	position: absolute;

}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	letter-spacing: normal;
	text-transform: none;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #777777;
	letter-spacing: normal;
	text-transform: none;
}
