html, body{
        padding: 0px;
        margin: 0px;
		background-color: #f6d8b6;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url('../img/bookBackground.jpg');
		font-size: 12px;
		color: #f5e8b1;
		font-weight: bold;
}


#fbFooter {
	height: 49px;
	background-color: #19466f;
	background-repeat: repeat-x;
	border-bottom: 4px solid #f5e8b1;
}

.fbPaginationMinor {
	color: #f5e8b1;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 6px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#fff8e6;
	padding: 20px;
	text-align:center;
	background:#19466f;
	color:#fff;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #838383;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #838383;
}


#back_web
{
	float:left;margin-left:15px;	
}

.back
{
	background:url(../img/back.png) no-repeat;
	width:150px;
	height:25px;
	display:block;
	margin-top:12px;
}

.back:hover
{
	background:url(../img/back_aktiv.png) no-repeat;
	width:150px;
	height:25px;
	display:block;
}