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

/** left **/
.content div.left {
	float:				left;
	width:				230px;
	min-height:			600px;
	background-color:	#fff;
	margin:				0px;
	background-image:	url(/bilder/background/left_bg.png);
	background-repeat:	x-repeat;
	background-position: 0 0;
	text-align:			left;
}

.content div.left_top {
	float:				left;
	width:				230px;
	height:				25px;
	background-color:	#fff;
	margin:				0px;
	background-image:	url(/bilder/background/left_top.png);
	background-repeat:	no-repeat;
	background-position: 0 0;
}
.content div.left img.player {
	float:				left;
	clear:				left;
	border:				none;
	margin:				65px 0px 0px 0px;
}
.content div.left_bottom {
	float:				left;
	clear:				both;
	width:				230px;
	height:				25px;
	background-color:	#fff;
	margin:				auto 0px;
	background-image:	url(/bilder/background/left_bottom.png);
	background-repeat:	no-repeat;
	background-position: 0 0;
}

/** main_nav **/
.content div.left a {
	float:				left;
	clear:				both;
	display:			block;
	width:				190px;
	height:				20px;
	margin:				0px;
	padding:			8px 0px 0px 10px;
	font-variant:		small-caps;
	font-weight:		bold;
	font-size:			12px;
	line-height:		12px;
	color:				#fff;
	text-decoration:	none;
	border-bottom:		1px solid	#fff;
}
.content div.left a:hover {
	color:				#030;
	background-color:	#9aad99;
}.content div.left a.active {
	color:				#030;
	background-color:	#9aad99;
}
