/**
 * Styles für zusätzliche, spezielle Elemente
 */

div.toggle
{
	overflow: hidden;
}

div.toggle .toggle_handle
{
	background-image: url(../img/arrow_d.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}

div.toggle:hover .toggle_handle
{
	background-image: url(../img/arrow_d_filled.gif);
}

div.closed .toggle_handle
{
	background-image: url(../img/arrow_r.gif);
	background-position: 6px center;
}

div.closed:hover .toggle_handle
{
	background-image: url(../img/arrow_r_filled.gif);
}

/** Buttons etc. */

input.button
{
	background-color: #2b2a2a;
	border-style: solid;
	border-color: #84898c;
	border-width: 0 1px;
	padding: 0 1em;
	color: white;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	background-image: url(../images/template/bg_button_m.gif);
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.button
{
	color: white !important;
	text-decoration: none !important;
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
}

a.button span
{
	padding-left: 5px;
	background-image: url(../images/template/bg_button_l.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: left;
}

a.button span span
{
	padding-left: 0;
	padding-right: 5px;
	background-image: url(../images/template/bg_button_r.gif);
	background-position: top right;
}

a.button span span span
{
	padding: 0;
	background: none;
}

a.button span span strong
{
	background-image: url(../images/template/bg_button_m.gif);
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 30px;
}

input.button:hover,
input.button:focus,
a.button:hover,
a.button:focus
{
	-moz-outline: solid 1px #da7a3f;
	-moz-outline-radius: 6px;
}

/* RSS-Icons */

span.rssicon
{
/*	background-image: url(../img/livemarks16.png); */
	background-image: url(../images/feed-icon-14x14.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
}

a.button span span span.rssicon
{
/*	background-image: url(../img/livemarks16.png); */
	background-image: url(../images/feed-icon-14x14.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}

/* Pagination */
div.pagination .total
{
	float: right;
}

div.pagination a
{
	margin: 1px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px 6px;
}

div.pagination a:hover,
div.pagination a:focus
{
	margin: 0;
	border: solid #888888 1px;
	outline: none;
}

div.pagination a.active
{
	background-color: #cccccc;
	font-weight: bold;
}

/* Twitter */
#twitter_update_list li
{
	line-height: 1em;
	padding: 0.2em 0;
}

/* Druck-Styles */
@media print
{
	body
	{
		background: white;
	}

	#header
	{
		background: none;
		height: auto;
	}

	#header h1
	{
		position: static;
	}

	#header h1 a
	{
		color: black;
	}

	#header h1,
	#header h1 a
	{
		width: auto;
		height: auto;
	}

	#header h1 a span
	{
		display: inline;
	}

	#hauptmenue, #sidebar
	{
		display: none;
	}

	div#frame, div#frame_bg
	{
		background: none;
	}

	div#content
	{
		margin: 0 1em;
		border: none;
		width: auto;
		padding: 0;
	}

	#footer
	{
		background: none;
		border-top: solid silver 1px;
	}

	#footer p, #footer a
	{
		color: black;
	}
}
