/************************************************************************************************************************************************
  component: 	  sidebar.css
  Author:         Ulf Dragun	
  Framework	  1.0.5
  Lastmodified    19-01-2012
************************************************************************************************************************************************/

#sidebar {
	float:			left;
	width:			181px;
	margin-left:		5px;
}

#sidebar ul.nav_start,
#sidebar ul.nav {
	list-style:		none;
	margin:			0 0 15px 0;
}

#sidebar ul.subnav {
	list-style:		none;
}

#sidebar li.nav_heading {
	background:		url('../img/navi_f_button.png');
	color:			#2e3c9a;
	font-size:		12px;
	font-weight:	bold;
	height:			19px;
	padding:		1px 12px 0 8px;
}

#sidebar ul li a {
	display:		block;
	font-size:		12px;
	height:			100%;
	padding:		0 12px;
}

#sidebar ul.subnav a {
	padding-left:	25px;
}

#sidebar a:link,
#sidebar a:visited {
	color:			#2e3c9a;
	text-decoration:none;
}
<!-- Andere Frabe -->
#sidebar a:hover,
#sidebar a:active {
	color:			#2e3c9a;
}

#sidebar a.first:link,
#sidebar a.first:visited {
	background:		url('../img/navi_f_button.png');
	height:			17px;
	padding:		1px 12px 0 12px;
}

#sidebar a.nohover {
	background:		url('../img/navi_m_button.png');
	height:			18px;
	color:			#2e3c9a;
}

#sidebar a.nohover-first {
	background:		url('../img/navi_f_button.png');
	height:			18px;
	color:			#2e3c9a;
}

#sidebar a.middle:link,
#sidebar a.middle:visited {
	background:		url('../img/navi_m_button.png');
	height:			18px;
}

#sidebar a.last:link,
#sidebar a.last:visited {
	background:		url('../img/navi_l_button.png');
	height:			18px;
}

#sidebar a.first:active,
#sidebar a.first:hover,
#sidebar a.first#current {
	background-position: -181px;
}



#sidebar a.middle:active,
#sidebar a.middle:hover,
#sidebar a.middle#current,
#sidebar a.last:active,
#sidebar a.last:hover,
#sidebar a.last#current,
#sidebar li span.subnav_toggler:hover {
	background-position: -181px;
}

#sidebar li span.subnav_toggler {
	background:		url('../img/navi_m_button.png');
	color:			#2e3c9a;
	cursor:			pointer;
	display:		block;
	font-size:		12px;
	padding:		0 12px;
	height:			18px;
}

.subnav a.first:link,
.subnav a.first:visited,
.subnav a.middle:link,
.subnav a.middle:visited,
.subnav a.last:link,
.subnav a.last:visited {
	background:		url('../img/navi_m_button.png') !important;
	height:			18px !important;
	padding:		0 0 0 25px !important;
}

.subnav a.first:hover,
.subnav a.first:active,
.subnav a.middle:hover,
.subnav a.middle:active,
.subnav a.last:hover,
.subnav a.last:active {
	background-position: -181px; !important;
}


#current {
	font-weight:	bold;
}

#sidebar #current img {
	float:			right;
	margin-right:	-14px;
}


/* changes for full size
************************************************************************************************************************************************/

.full #sidebar {
	display:		none;
} 