body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #666666;
}


#container {
	width: 980px;
	margin:0px auto;
}

#content {
	float:left;
	margin:0px auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	width: 980px;
}


#header {
	background-image: url(../images/head.gif);
	height: 200px;
	width: 980px;

}

#titel {
	height: 100px;
	width: 980px;
	font-size: 100px;
	font-weight:bold;
	color: #0033CC;
}


#textkasten {
	float:left;
	width: 960px;
	margin-left: 0px;
	margin-top: 20px;
}
#newskasten {
	float:left;
	margin-top:10px;
	margin-left:0px;
	height: 100px;
	width: 600px;
	font-size: 12px;
}
#adresskasten {
	float:left;
	margin-top:0px;
	margin-left:0px;
	height: 12px;
	width: 980px;
	text-align: center;
}
#footer {
	float:left;
	height: 10px;
	width: 980px;
	text-align: center;
}

h1 {
	font-size: 14px;
	color: #0033CC;
}
h2 {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
a {
	color: #0033CC;
}

