html,body {
	height:				99%;
}

body {
	font-family:		Arial, sans-serif;
	font-size:			10pt;
	margin:				0;
}

a img {
	border:				0 none;
	vertical-align:		top;
}

* {
	outline-color:		none;
	outline-style:		none;
	outline-width:		0;
}

.x-clear {
	clear:				both;
}

.feedview-container {
	background:			#F7F7F7;
	border:				1px solid #BFBFBF;
	margin:				5px;
}

.feedview-column {
	padding:			1px;
	width:				33%;
	float:				left;
}

/**** FEEDVIEW ****/
.feedview {
	margin:				3px 4px;
	border:				1px solid #BFBFBF;
	background:			#FFF;
}

/* Titel */
.feedview h2 {
	color:				#7BC143;
	font-size:			12pt;
	font-weight:		bold;
	padding:			6px 0 3px 14px;
	margin:				0;
}

/* Item-Liste */
.feedview ul {
	margin:				0;
	padding:			0 0 8px;
	font-size:			10pt;
	list-style:			none;
}

/* Item */
.feedview li {
	display:			block;
	padding:			2px 0 2px 15px;
	background-repeat:	no-repeat;
	background-position:	5px 3px;
	background-image:	url(../images/feeditem.gif);
}

.feedview li:hover, .feedview li.hover {
	background-color:	black;
	background-image:	url(../images/feeditem-hover.gif);
}

.feedview li.w-image {
	min-height:			50px;
}

/* Item-Bild */
.feedview li img {
	height:				50px;
	max-width:			70px;
	margin-right:		5px;
	float:				left;
}

/* Item-Titel */
.feedview li h3 {
	font-weight:		normal;
	margin:				0;
	font-size:			10pt;
	display:			block;
}

.feedview li a {
	color:				#AAA;
	font-size:			7pt;
	padding-left:		5px;
	text-decoration:	none;
	cursor:				pointer;
}

.feedview li a img {
	height:				auto;
	max-width:			auto;
	margin-right:		0;
	float:				none;
	vertical-align:		baseline;
}

.x-more-link, .x-less-link {
	float:				right;
	padding-right:		2px;
	padding-top:		2px;
}

/* Link in Item-Titel */
.feedview li h3 a {
	color:				black;
	font-size:			10pt;
	padding-left:		0;
}
.feedview li:hover h3 a:first-child, .feedview li.hover h3 a:first-child {
	border-bottom:		1px solid #AAA;
}
.feedview li h3 a:first-child:hover {
	border-bottom:		1px solid #444;
}
.feedview li a.x-linktarget-blank, .feedview li a.x-linktarget-blank:hover {
	padding-left:		3px;
	border-bottom:		none;
}

/* Item-Description */
.feedview li p {
	margin:				0;
	font-size:			9pt;
	padding-top:		5px;
}

/* Item-Zeitstempel */
.feedview li .timestamp {
}

/* Item-Copyright */
.feedview li .copyright {
	padding-left:		1px;
}

/* Meta-Informationen */
.feedview li .timestamp, .feedview li .copyright {
	color:				#AAA;
	font-size:			7pt;
	display:			inline;
}

/* Shorttitle */
.feedview li h4 {
	margin:				0;
	padding-top:		2px;
}

/* Shortteaser */
.feedview li cite {
	padding-bottom:		2px;
}

/* Kommentarelemente */
.feedview li h4, .feedview li cite {
	margin-right:		10px;
	padding-right:		2px;
	padding-left:		2px;
	font-size:			9pt;
	display:			block;
	background:			#F5F5F5;
}

.feedview li:hover p, .feedview li.hover p,
.feedview li:hover h3, .feedview li.hover h3,
.feedview li:hover h3 a, .feedview li.hover h3 a {
	color:				white;
}

.feedview li:hover h4, .feedview li.hover h4,
.feedview li:hover cite, .feedview li.hover cite {
	background-color:	#DDD;
}

