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

/* -- basic -- */
html {
/*	background: url(../media/utilities/bg.jpg) #666666 repeat-x; */
	height:100%;
}
body {
	font-family:Tahoma, Arial, Impact;
	padding: 0px;
	margin: 0px;
/*	background: url(../media/utilities/zeitungen.png) no-repeat 80% top; */
	width: 100%;
	height:100%;
	background-color:#EFC260;
}