/* gewählte Designfarben */
/*
usercolor.dark = "#01407E"
usercolor.medium = "#0167C9"
usercolor.bright = "#62B2FE"
 */
/* mit Sidebar */
#content {
	position:			absolute;
	left:				250px;
	top:				250px;
	width:				460px;
	padding-left:			10px;
	margin:				0px;
/*	border-left:			1px solid #62B2FE;*/
}
#sidebar {
	position:			absolute;
	top:				254px;
	left:				750px;
	width:				200px;
	background-color:		#0167C9;
	color:				#fff;
}
/* Sidebar-Elemente */
.sb {
	padding:			9px 	10px 	9px 	10px;
/* 					oben, rechts, unten, links */
}
div.sb_pic { /* Breite im in config.ccml definiert */
	width:				160px;
	padding-top: 			10px;
	border: 			none;
	margin: 			0 auto;
}
div.sidebar_hr {
	border-bottom: 			0.01em solid #62B2FE;
	padding:			0px     0px    10px   0px;
/* 					oben, rechts, unten, links */
	margin:				0px     0px    10px   10px;
	width:				90%;
	clear:				both;
}
#sidebar p {
	color: 				#fff;
	background-color: 		transparent;
	padding: 			0px 	5px 	0px 	0px;
/* 					oben, rechts, unten, links */
	margin: 			0px;	
	line-height: 			138%;
}
#sidebar h1 {
	padding:			9px 	20px 	9px 	20px;
/* 					oben, rechts, unten, links */
	margin:				0px;
	background-color: 		#01407E;
	font-size:			100%;
	font-weight:			bold;
	color:				#fff;
	text-transform:			uppercase;
	letter-spacing: 		1px;
	border-top:			1px #fff  solid;
	border-bottom:			1px #fff  solid;
}
#sidebar h2 {
	font-size:			100%;
	font-weight:			bold;
	padding:			4px 	0px 	2px 	0px;
/* 					oben, rechts, unten, links */
	margin:				0px;
	color:				#62B2FE;
	background-color: 		transparent;
}
#sidebar h3 {
	text-decoration:		none !important;
	font-weight:			normal;
	letter-spacing:			0.01em;
	color:				#fff;
	background-color: 		transparent;
	margin-bottom:			0px;
}
/* Liste */
#sidebar ul {
	list-style: 			none;
	margin:				6px 	0px 	6px 	0px;
/* 					oben, rechts, unten, links */
	padding:			0px;
}
#sidebar li {
	padding:			2px 	0px 	2px 	16px;
/* 					oben, rechts, unten, links */
	background: 			url(../images/pbull.gif) no-repeat top left;
}
ul.sidebarteaser {
	padding: 			0px;
	/* 				oben, rechts, unten, links */
	margin: 			6px 	10px 	5px  0px;
	line-height: 			140% !important;
	list-style-type:		none;
}

#sidebar a {
	font-weight:			bold;
	color:				#62B2FE;
	background-color: 		transparent;
	text-decoration:		none;
}
#sidebar a.teaserlink {
	color:				#fff !important;
	background-color: 		transparent;
}
#sidebar a.teaserlink:hover {
	color:				#990000  !important;
	background-color: 		transparent;
	font-weight:			bold !important;
}
#sidebar p.sidebartext {
	padding:		 	5px;
	text-indent:	 		0px;
	line-height:	 		130%;
	font-weight:	 		normal;
	border:	 			2px dotted #0167C9;
	margin:		 		0px;	
}
.sidebarteaserpicture {
	float:				left;
	line-height:			90%;
	padding:			3px	10px	0px	0px;
	/*				oben, rechts, unten, links */
	width:				60px;
}
div.marginalbild{
	width: 				470px !important;
}
div.sidepictureright {
	float: 				right;
	width: 				120px !important;
	border: 			none;
	padding: 			1px;
	/* 				oben, rechts, unten, links */
	margin: 			1px     0px     0px    15px;
}

p.sidepicturetext {
	width:				118px;
	font-size: 			10px;
	padding: 			5px !important;	
	/* 				oben, rechts, unten, links */
	margin: 			0px 	0px 	5px 	0px;
	border-bottom:			1px solid #62B2FE;	
	border-right:			1px solid #62B2FE;
	background-color: 		#0167C9;
	color:				#fff;
}
