/* gewählte Designfarben */
/*
usercolor.medium = "#219CC6"
usercolor.bright = "#F1F1F1"
usercolor.dark = "#737373"

usercolor.alt.medium = "#4AA5CE"
usercolor.alt.bright = "#84B5C68"
usercolor.alt.dark = "#0A4C68"
*/

/* CSS für Sidebar  */
#content {
	float:				left;
	width:				516px; 
	margin:				0   0    10px  10px;
	z-index:			1;
	font-size:			0.85em;
}
#inner_content { 
	text-align:			justify; 
}
* html #content table{
	width:				510px;
}

div.picture {
	text-align:			center !important;
	width:				510px;
}
* html div.picture {
	width:				510px;
}
p.picturetext {
	clear:				both;
	font-size: 			smaller;
	padding: 			8px;	
	background-color: 		#F4F4F4 !important;
	color:	 			#444;
	margin:				0;
	width:				496px;
}

#sidebar_right h2 { 
	font-size:			0.9em;
	text-transform:			uppercase;
	margin:				0 ; 
	padding-top:			5px;
	font-weight:			normal; 
	letter-spacing:			0.05em; 
}
#sidebar_right h2 a { 
	color:				#0A4C68;
	background-color:		transparent;
	text-decoration:		none;
	font-size:			0.9em;
	text-transform:			uppercase;
	margin:				0 ; 
	padding-top:			5px;
	font-weight:			normal; 
	letter-spacing:			0.09em; 
}
#sidebar_right ul {
	text-align:			left;
	list-style: 			none;
	padding:			0;
	margin:				0 	0 	0 	10px;
}
.sb_teaserlist {
	font-size:			8pt;
}
#sidebar_right li, sb_teaserlist {
	padding:			3px 	0	3px 2px;
	line-height:			130%;
	list-style-type: 		circle;
}
#sidebar_right li:first-letter{		font-size:1.2em;}

#sidebar_right a.teaserheader, #sidebar_right a.teasermore, p.sidebarteaser a {
	text-decoration:		none;
	color: 				#4AA5CE !important;
	background-color: 		transparent;
	border-bottom:			1px dotted #219CC6 !important;
}

#sidebar_right a.teaserheader:hover, #sidebar_right a.teasermore:hover, p.sidebarteaser a:hover  {
	color: 				#219CC6  !important;
	background-color: 		transparent;
	border-bottom:			1px dotted #219CC6 !important;
}
#sidebar_right .teaserheader {
	padding-bottom:			0 !important;
	color:            		#737373;
	text-transform:         	uppercase;
}

div.sidebarteaser {
	padding-bottom:			4px;
}
div.sidebarteaserpicture {
	float:				left;
	padding:			3px	10px	 2px	  0;
	width:				60px;
}
#sidebar_right p.sidebartext {
	padding:		 	5px;
	text-indent:	 		0;
	line-height:	 		130%;
	font-weight:	 		normal;
	border:	 			2px dotted #ADC6A5;
	margin:		 		0;	
}
div.sbcenter{
	width:				300px !important;
	text-align:			center;
	padding:		 	0;
	margin-bottom:		 	220px!important;
}

#sidebar_right blockquote {
	margin-left:			0;
	padding-left:			1em;
	background:			url(images/img09.gif) no-repeat right bottom;
	border-left:			5px solid #DB5600;
}
#sidebar_right blockquote h2 {
	margin-bottom:			.5em;
	font-size:			150%;
	font-weight:			bold;
	letter-spacing:			-1px;
}
#sidebar_right blockquote p {
	text-align:			left;
	line-height:			normal;
	font-style:			italic;
}

/* Tabelle in Sidebar Plugin Vote*/
#sidebar_right table {
	width:				190px;
	padding:			5px      1px    0  5px;	
	margin:				0     0    10px   0;
	background-color:		#F1F1F1;
}
#sidebar_right td.ergebnis {
	display:			block;
	padding:			5px      1px    0  0;
	margin:				0;
	text-align:			left;
	line-height:			1.0em;
	font-weight:			bold;
	background-color:		transparent;
	color:				#737373;
	font-size:			0.8em;
}
.ergebnis  {
	font-size:			0.8em;
	width:				80%;
}
.right {
	font-size:			0.8em;
	width:				20%;
	padding:			0     5px    0  0;	
	margin:				0;
	text-align:			right;
}
