body {
	background-image: url(pics/body_bg.gif);
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#holder {
	position: relative;
	width: 801px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #FFFFFF;
	}
#logo {
	position: absolute;
	top:0px;
	left: 0px;
	width: 801px;
	height: 92px;
	background-image:url(pics/logo_top1.jpg);
	background-repeat: no-repeat;
	}
#navigation {
	position: absolute;
	top:92px;
	left: 0px;
	padding-top: 10px;
	width: 801px;
	height: 48px;
	background-color: #FFFFFF;
	}	
#flash {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 801px;
	height: 100px;
	background-color: #FFFFFF;
	}
#inhalt {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 801px;
	background-color: #FFFFFF;
	}
#fuss {
	position: absolute;
	bottom: -92px;
	left:0px;
	width: 801px;
	height: 92px;
	background-color: #FFFFFF;
	background-image:url(pics/bottom1.jpg);
	background-repeat: no-repeat;
	}

img {
	border:0px;
	}
a:link  {
	color: #000000;
	text-decoration: none;
	border: 0px;
	}
a:visited  {
	color: #000000;
	text-decoration: none;
	border: 0px;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	border: 0px;
	}
a:active {
	color: #000000;
	text-decoration: none;
	border: 0px;
	}



	
