#sidebar
{
	float: left;
	width: 156px;
	margin: 0px 10px 20px 10px;
	font-size: 11px;
	z-index:1;
}

#sidebar a:link,
#sidebar a:visited
{
	color: #fff;
}

.tabeh
{
	position: relative;
	list-style: none;
	padding: 23px 0 0;
	margin: 0;
	z-index: 2;
}

.tabeh h2
{
	margin: 0;
	position: absolute;
	top: 1px;
	font-size: 11px;
	height: 22px;
	cursor: pointer;
	width: 78px;
}

.tabeh .current-title
{
	background: url(../images/news/current-inactive.png);
}

.tabeh .hover .current-title
{
	background: url(../images/news/current-hover.png);
}

.tabeh .selected .current-title
{
	background: url(../images/news/current-active.png);
}

.tabeh .selected h2
{
	background-color: transparent;
}

.tabeh .press-title
{
	left: 78px;
	background: url(../images/news/press-inactive.png);
}

.tabeh .hover .press-title
{
	background: url(../images/news/press-hover.png);
}

.tabeh .selected .press-title
{
	background: url(../images/news/press-active.png);
}

.tab-content
{
	position: relative;
	height: 295px;
	padding: 10px 10px 10px 10px;
	display: none;
	background: url(../images/sidebar/background.png) left top;
}

.tabeh .selected .tab-content
{
	display: block;
}

.date
{
	display: block;
	font-style: normal;
	color: #50b648;
}

.tabeh ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li.news
{
	padding-bottom: 10px;
	list-style: none;
}

#news .more
{
	display: block;
	margin-top: 5px;
}

#news .more:link,
#news .more:visited
{
	color: #50b648;
}

#support
{
	margin-top: 2px;
	padding: 10px;
	height: 80px;
	background: url(../images/sidebar/background1.png) left top;
}

#support ul
{
	margin: 0; 
	list-style: none;
	padding: 0;
}

#support li
{
	padding: 0 0 3px 14px;
	background: none no-repeat left 4px;
}

#support .faq
{
	background-image: url(../images/dots/faq.gif);
}

#support .guider
{
	background-image: url(../images/dots/guider.gif);
}

#support .drift
{
	background-image: url(../images/dots/drift.gif);
}

#support .villkor
{
	background-image: url(../images/dots/villkor.gif);
}

#quicklinks
{
	float: right;
	width: 153px;
	margin: 26px 24px 0 0;
}

#quicklinks ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#quicklinks li
{
	margin: 0 0 3px 0;
}

#quicklinks li a,
#quicklinks li img
{
	display: block;
}

img.pressrell
{
	margin-right: 0px;
	margin-left: 78px;
	margin-top: 2px;
	z-index: 50;
	position:absolute;
	
}