body{
    padding: 0px;
    margin: 0px;
		background-color: #462300;
		background-image: url('../img/toepferhof_lenzen.gif');
		background-repeat: no-repeat;
		background-position:top left;
		
		/*background-color: #82ab08;		*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}
 
#megazine {
	height:772px;
	width:100%;
	text-align:center;
	vertical-align:middle;
	background-image: url('../img/waiting.gif');	
	background-repeat:no-repeat;
	background-position:center center;
}

#megazine img {
	margin-top:10px;
}


#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}
 
.fbPaginationMinor {
	color: #ffffff;/*#4e6605;*/
	margin-left: 10px;
}
 
#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}
 
#fbMenu {
	float: right;
	margin-top: 3px;
	margin-right: 15px;
}
 
#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}
 
a.altlink:visited {
	color: #DDDDDD;
}
 
a.altlink:hover{
	color: #FFFFFF;
}