
/**  **/
div.foot {
	width:				980px;
	height:				30px;
	margin-top:			-15px;
	left:				auto;
	right:				auto;
	margin: 			0 auto 0 auto;
	background:			#900;
	border: 			1px solid #900;
	border-top:			0px;
}

div.foot a {
	text-decoration: 	none;
	color:				#fff;
	border-bottom:		0px;
}
div.foot a:hover {
	text-decoration: 	none;
	color: 				#ccc;
	border-bottom:		0px;
}
div.foot a.back {
	float:				left;
	color:				#fff;
	padding:			5px 5px 0px 5px;
}
div.foot a.back:hover {
	color: 				#ccc;
	border-bottom:		0px;
}
div.foot span.right {
	float:				right; 
	color:				#fff;
	padding:			5px 5px 5px 5px; 
	height: 			35px; 
	display:			block;
}

/**  **/
div.foot_bottom {
	width:				980px;
	height:				30px;
	margin-top:			0px;
	left:				auto;
	right:				auto;
	margin: 			0 auto 0 auto;
	background-image:	url(/bilder/global/shadow_bottom.png);
	background-repeat:  no-repeat;
	behavior: 			url('/_js/fisheye/png.htc');
}


div.foot_site {
	clear:				both;
	width:				980px;
	border-top: 		1px solid #ccc;
	left:				auto;
	right:				auto;
	margin: 			10px auto 40px auto;
	text-align:			center;
	color: 				#000;
}

div.foot_site_item {
	float:				left;
	width:				100%;
	font-size:			11px;
	margin: 			0px 40px 5px 0px;
	text-align:			left;
	color:				#999;
	line-height:		16px;
}
div.foot_site a.title{
	font-size:			11px;
	font-weight:		bold;
	color:				#999;
	width:				120px;
	display:			block;
	float:				left;
}
div.foot_site a.title:hover{
	border:0;
}
div.foot_site a.item{
	font-size:			11px;
	color:				#999;
	line-height:		18px;
}


div.foot_site span.right {
	float:				right; 
	color:				#999;
	padding:			5px 5px 5px 5px; 
	height: 			25px; 
	display:			block;
	margin-top:			-10px;
}

div.foot_site a.back {
	float:				left;
	color:				#333;
	padding:			5px 5px 0px 5px;
	margin-top:			-10px;
}
div.foot_site a.back:hover {
	color: 				#ccc;
	border-bottom:		0px;
}

div.foot_site a{
	text-decoration:	none;
	color: 				#000;/*#bccbd7;*/
	font-size: 12px;
	/*font-variant:small-caps;*/
	border-bottom: 		0;
}
div.foot_site a:hover{
	text-decoration:	none;
	color:				#900;
	border-bottom: 		1px dotted #900;
}

div.foot_site a.active{
	text-decoration:	none;
	color:				#900;
}



div.socialbookmarks {
	clear: both;
	float:	right;
	margin: 0;
}
div.socialbookmarks a {
	border: 0px;
}
div.socialbookmarks img {
	border:				0;
	filter:				alpha(opacity=40); /*IE */
	-moz-opacity: 		0.4; /* Gecko */
	opacity: 			0.4; /* Opera */
	-khtml-opacity: 	0.4;
}

div.socialbookmarks img:hover {
	border:				0;
	filter:				alpha(opacity=100); /*IE */
	-moz-opacity: 		1.0; /* Gecko */
	opacity: 			1.0; /* Opera */
	-khtml-opacity: 	1.0;
}

