/* MiniPixel Icons von  icondock.com/free/   */  
 
  /* gewählte Designfarben */
/*
usercolor.h1 = "#7C8DAE"
usercolor.bright = "#759B3D"
usercolor.medium = "#aaaaaa"
usercolor.alt.medium = "#bbbbbb"
usercolor.dark = "#ffffff"

*/

	
#sidebar {
	width:				170px;	
	margin-top:			20px  !important; 
	margin-right:			5px; 
	padding:			5px;
}
* html #sidebar {
	width:				165px;	
	margin-right:			0px; 
	padding:			0px;
}

/* Sidebarelemente */
#sidebar h1 {
 	width:				170px;
}
#sidebar h1 {
	font-size:			1.2em;
	display:			inline;
	font-weight:			bold;
	color:				#759B3D;
	text-transform:			uppercase;
	font-family:			"Bradley Hand ITC", serif;
	margin-bottom:			5px  !important; 
	line-height:			24px;
}
#sidebar h2{
	font-size:			1.1em;
	font-weight:			bold !important;
	text-transform:			uppercase;	
	color:				#ffffff;
	padding:			5px 0;
	width:				160px;
}
#sidebar a:hover {
	color:				bright;
	text-decoration:		none;
}	
#sidebar a {
	text-decoration:		none;
	font-weight:			bold;	
	color:				#ffffff;
}
#sidebar p{
	margin:				0px     0px     0px   0px;

	padding:			2px     0px     3px   0px;	
	line-height:			130%;
}
	
#sidebar ul {
	list-style: 			none;
	padding: 			0px;

	margin: 			6px 	0px 	6px 	15px;
	clear:				both;
}
#sidebar li {
	padding: 			1px 	0px	1px 2px;
	list-style: 			circle;
}

