@CHARSET "UTF-8";

/* Styles for sidebar widgets */

#atoenne_sidebar1
{
	float: right;
	width: 200px;
	padding: 10px 0px 0px 0px;
	
}

atoenne_sidebar2
{
	float: right;
	width: 200px;
	padding: 10px 0px 0px 0px;
	
}


/* style des div der eine widgetsidebar umgibt */
/* ACHTUNG: weitenangabe */
.atoenne_widgetarea
{
	width: 200px;
}

/* style des titels eine widget */
.atoenne_widgettitle
{
	float: left;
	width: 180px;
	background-image: url(images/cats.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666666;
	padding: 0px 0px 0px 14px;
	margin: 0px;
}

/* style eines einzelnen widgets */

.atoenne_widget
{
	float: left;
	text-align: left;
	list-style-type: none;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
	width: 180px;
}

/* die ganze liste der widgets in einer sidebar */
.atoenne_widget ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.atoenne_widget ul li
{
	float: left;
	list-style-type: none;
	text-align: left;
	color: #FFFFCC;
	margin: 0px;
	padding: 0px 0px 0px 14px ;
}

.atoenne_widget ul li a:link, .atoenne_widget ul li a:visited
{
	margin: 0px;
	display: block;
	text-decoration: none;
	background-image: url(images/in.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	color: #FFFFCC;
	padding: 0px 0px 0px 14px;
	width: 150px;
}

.atoenne_widget ul li a:hover, .atoenne_widget ul li a:active
{
	margin: 0px;
	display: block;
	text-decoration: none;
	background-image: url(images/out.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	color: #FF5555;
	padding: 0px 0px 0px 14px;
	width: 150px;
}

/* hier kommen individuelle widget formatierungen */

/* sorgen wir erstmal dafür, dass selects ordentliche widget kompatible farben haben */
.atoenne_widget select
{
	background-color: #222222;
	color: #FFFFCC;
	border-color: #666666
}

#searchsubmit
{
	background-color: #222222;
	color: #eeeeee;
}

#commentsubmit
{
	background-color: #222222;
	color: #eeeeee;
}

#widget_recent_entries  a
{
	font-size: 80%;
}

/* twitter tools */
.aktt_tweets li
{
	font-size: 80%;
	list-style-type:square !important;
	margin-left: 2em !important;
	padding-left: 0px !important;
}


.aktt_tweets ul li a:link
{
	margin: 0px;
	display: inline;
	background-image: none !important;
	color: #FFCC99;
	padding: 0px;
	width: auto;
}

.aktt_tweets ul li a:visited
{
	margin: 0px;
	display: inline;
	background-image: none !important;
	color: #FFFFCC;
	padding: 0px;
	width: auto;
}

.aktt_tweets ul li a:hover, .aktt_tweets ul li a:active
{
	margin: 0px;
	display: inline;
	text-decoration: unterline;
	background-image: none !important;
	color: #FF5555;
	padding: 0px;
	width: auto;
}