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

.content div.footer {
	float:				left;
	clear:				both;
	position:			relative;
	top:				auto;
	bottom:				0px;
	width:				964px;
	margin:				20px 0px 0px 0px;
	text-align:			center;
}

.content div.footer img {
	margin:				auto 10px auto 10px;
	filter:				alpha(opacity=40); /*IE */
	-moz-opacity: 		0.4; /* Gecko */
	opacity: 			0.4; /* Opera */
	-khtml-opacity: 	0.4;
}

.content div.copyright {
	float:				left;
	clear:				both;
	width:				954px;
	margin:				0px 10px 0px 0px;
	text-align:			right;
	color:				#ccc;
	font-size:			11px;
}

div.socialbookmarks {
	float:				left;
	clear:				both;
	position: 			relative;
	top:				auto;
	bottom:				0px;
	width:				964px;
	margin:				20px 0px 0px 0px;
	text-align:			center;
}
div.socialbookmarks a {
	text-decoration:	none;
	margin-right:		10px;
}
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;
}

/** **/
.content div.nav_foot {
	float:				left;
	clear:				both;
	width:				964px;
	height:				150px;
	margin:				20px 0px 0px 0px;
	padding:			15px 2px 0px 2px;
	border:				0px;
	background-color:	#fff;
	background-image:	url(/bilder/layout/bow_sitemap_top.png);
	background-repeat:	no-repeat;
	background-color:	#fcfcfc;
	font-size:			10px;
	color:				#ccc;
	text-align:			center;
}
.content div.nav_foot div.rubrik{
	margin-left: 		10px; 
	float:				left; 
	width:				964px;
	text-align:			left;
}
.content div.nav_foot div.rubrik a.point {
	text-transform:		uppercase;
	font-weight:		bold;
}

.content div.nav_foot div.rubrik a {
	font-size:			10px;
	line-height:		12px;
	text-decoration:	none;
	color:				#ccc;
}
.content div.nav_foot div.rubrik a:hover {
	color:				#999;
}


