/*
	Sidebar / Umfrage-Modul
*/
#sidebar_poll form {
	display: inline;
}
#sidebar input {
	display: inline;
}
#sidebar_poll ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	list-style-image: none !important;
	background: none !important;
}
#sidebar_poll li {
	margin: 0 !important;
	padding: 1px !important;
	list-style: none !important;
	list-style-image: none !important;
	background: none !important;
}
#sidebar_poll .poll_result_bar {
	padding: 0 !important;
	margin: 0 !important;
	height: 12px !important;
	border: 1px solid black;
}
#sidebar_poll .poll_result_bar_inner {
	padding: 0;
	margin: 0;
	height: 12px;
	background-color: #dedede;
	font-size: 6px;
	background-image: url(images/bg_poll_result_inner.gif);
	background-repeat: repeat-x;
}

/*
  Sidebar / Shoutbox-Modul
*/
#shoutbox_shouts .abbc {
	display: inline;
}
#shoutbox_error {
	padding: 7px;
	background-color: #ffd8d8;
	border: 2px solid #c07f7f;
	margin: 5px 0 5px 0;
	color: #313131;
}
#shoutbox_shouts {
	height: 150px;
	overflow: auto;
	border: 1px solid #ededed;
	background-color: #ffffff;
	color: #313131;
}
#shoutbox_shouts div.shout_item_1 {
	background-color: #f7f7f7;
	padding: 3px;
}
#shoutbox_shouts div.shout_item_2 {
	background-color: #ffffff;
	padding: 3px;
}
#shoutbox_shouts span.shout_name {
	font-weight: bold;
	width: 150px;
}
#shoutbox_add_shout textarea {	
	height: 80px !important;
}
#shoutbox_add_shout .textfield {
	width: 150px;
}
#shoutbox_add_shout .textfield {
	background-image: url(images/bg_input.gif);
	background-repeat: repeat-x;
	border-color: #a1a1a1 #ededed #ededed #a1a1a1;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	font-size: 11px;
	padding: 3px;
}
#shoutbox_add_shout .textfield:focus {
	background-color: #f1f1fd;
	background-image: none;
	border-color: #1f547e;
}

/*
  Sidebar / AboutMe-Modul
*/
#aboutme {
	line-height: 15px;
}
#aboutme img {
	float: left;
	margin: 0 10px 0 0;
}

.sidebar_clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}