﻿/* GENEREL */
html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

div.clear
{
    clear: both;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

img
{
    border: none;
}

/* MASTER */
div.masterDiv
{
    background-image: url('/grafik/common/masterBg.png');
    background-repeat: repeat-y;
    margin: 0 auto;
    min-height: 400px;
    width: 984px;
}

div.masterDivInner
{
    margin: 0 auto;
    min-height: 400px;
    width: 950px;
}

div.masterHeader
{
    min-height: 100px;
    width: 100%;
}
div.masterHeader #printLogo
{
	display:none;
}

div.masterContent
{
    padding-bottom: 40px;
    min-height: 500px;
    width: 100%;
}

/* CONTENT - COLUMNS */
div.colRight
{
    float: right;
    margin-right: 12px;
    min-height: 400px;
    overflow: hidden;
    width: 300px;
}

div.colMiddle
{
    float: left;
    margin-left: 12px;
    min-height: 400px;
    overflow: hidden;
    width: 612px;
}

div.colFull
{
	width: 940px;
	margin-left: 22px;
	}

div.colMiddle div.mainIframeHolder
{
    margin-bottom:12px;
}

div.mainIframeHolder
{
    margin-bottom:12px;
}

div.colLeft
{
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    min-height: 650px;
    overflow: hidden;
    width: 144px;
}

div.colSmall
{
    margin: 0;
    width: 456px;
}

/* FOOTER */
div.footerHolder
{
    background-image: url('/grafik/common/footer.png');
    background-repeat: no-repeat;
    height: 81px;
    margin: 0 auto;
    width: 984px;
}

div.footerContent
{
    color: White;
    font-size: 10px;
    font-weight: bold;
    padding: 13px 50px 0 50px;
    text-transform: uppercase;
}

div.footerContent a, div.footerContent a:visited
{
    color: White;
    font-size: 10px !important;
}

div.footerContent div.left
{
    float: left;
}

div.footerContent div.right
{
    float: right;
}

/* FOOTER LINKS */
div.footerLinksHolder
{
    border: 0px solid red;
    min-height: 50px;
    margin: 0 auto;
    padding-bottom: 100px;
    width: 984px;
}

div.footerLinksHead
{
    border-bottom: 1px solid #ccc;
    height: 20px;
    margin: 0 0 10px 0;
}

div.footerLinksHead span
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

div.footerLinksInner
{
    border: 0px solid yellow;
    min-height: 50px;
    padding: 15px;
    width: 984;
}

div.footerLinksInner ul
{
    border: 0px solid green;
    float: left;
    margin: 0 0 0 12px;
    padding: 0;
    width: 145px;
}

div.footerLinksInner ul li
{
    background-image: url('/grafik/common/arrowLeftCCC.gif');
    background-repeat: no-repeat;
    background-position: left 5px;
    list-style: none;
    padding: 0 0 4px 10px;
}

div.footerLinksInner ul li h4, div.footerLinksInner ul li h4 a, div.footerLinksInner ul li h4 a:visited
{
    color: #ccc;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    font-size: 10px;
    margin: 0;
}

div.footerLinksInner ul li h4 a:hover
{
    color: #ddd;
    text-decoration: underline;
}

/* AD/BANNER */
div.adHolder
{
    margin-bottom: 12px;
    min-height: 1px;
    min-width: 1px;
}

/* Image floating in article content     */
/* float images left in rich text editor */
.articleimageleft
{
	margin: 0 10px 10px 0;
	float: left;
}

/* float images right in rich text editor */
.articleimageright
{
	margin: 0 0 10px 10px;
	float: right;
}

/* POLL */
div.pollVoteHolder div.pollVote
{
    overflow: hidden;
}

/* Image rounded corners */
.articleImageHolder { position: relative; }
.articleImageHolder img { display: block; }

.articleImageHolder div.tl
{
	background: transparent url('/grafik/common/corners.png') no-repeat 0% 0%;
    position:absolute;
    width:15px;
    height:15px;
	top: 0px;
	left: 0px;
}
	        
.articleImageHolder div.tr
{
	background: transparent url('/grafik/common/corners.png') no-repeat 100% 0%;
	position:absolute;
	width:15px;
	height:15px;
	top: 0px;
	left: 0px;
}

.articleImageHolder div.bl
{
	background: transparent url('/grafik/common/corners.png') no-repeat 0% 100%;
    position:absolute;
    width:15px;
    height:15px;
	left: 0px;
	bottom: 0px;
}

.articleImageHolder div.br
{
	background: transparent url('/grafik/common/corners.png') no-repeat 100% 100%;
    position:absolute;
    width:15px;
    height:15px;
	left: 0px;
	bottom: 0px;
}

/* COMMON VOTE */
div.printbarHolder
{
	position: relative;
}

div.colSmall div.printbarHolder
{
	width: 456px;
}

.rate
{
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.voteModule
{
	width: 85px;
}

.voteModule #voteRatingText
{
	display: none;
}

.voteModule #votingThanksMessage
{
	color: #888;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	margin: 0 !important;
	text-transform: none;
	position: absolute;
	width: 120px;
}

.voteModule .voteRatings
{
	background: #f0ede8;
	padding: 0 5px;
	height: 15px;
	width: auto;
}

.voteModule .voteRatings p
{
	margin: 0;
	padding: 0;
	line-height: normal;
	position: relative;
}

.voteRatings img{
	padding: 0;
	margin: 0;
	border: 0;
}

.voteModule .voteRatings span.currentVotes2
{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	display: inline;
	float: left;
}

.voteModule .voteRatings a
{
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(/grafik/AllerCommonModulesVote/blank.gif) no-repeat top left;
}

.voteModule .voteRatings a img
{
	width: 1px;
	display: block;
	overflow: hidden;
}

.voteModule .voteRatings a:hover
{
	background: url(/grafik/AllerCommonModulesVote/stars2.gif) no-repeat top left;
}

.voteModule .voteRatings a.votes1Star{	width: 20%;}
.voteModule .voteRatings a.votes2Star{	width: 40%;}
.voteModule .voteRatings a.votes3Star{	width: 60%;}
.voteModule .voteRatings a.votes4Star{	width: 80%;}
.voteModule .voteRatings a.votes5Star{	width: 100%;}

/* GALLERY */
div.videoPlayerHolder a.imageNav,
div.videoPlayerHolder a.imageNav:visited
{
	line-height: 30px;
}

span.galleryPrev img,
span.galleryNext img
{
	margin-bottom: -4px;
}

div.videoPlayerHolder #rateButtons,
div.colMiddle #fotoGal2
{
	display: none;
}

/* PAGING */
div.masterPaging
{
	clear: both;
	color: #ccc;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 6px;
	width: 100%;
}

div.masterPagingBottom
{
	border-top: 1px solid #ccc;
	margin-bottom: 12px;
}

div.masterPagingTop
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}

div.masterPaging a,
div.masterPaging a:visited
{
	color: #000;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 0 2px;
	text-decoration: underline;
}

div.masterPaging a.selected,
div.masterPaging a.selected:visited
{
	text-decoration: none;
}

div.masterPaging span.prev,
div.masterPaging a.prev,
div.masterPaging a.prev:visited
{
	padding-right: 5px;
}

div.masterPaging span.next,
div.masterPaging a.next,
div.masterPaging a.next:visited
{
	padding-left: 5px;
}

div.masterPaging div.left
{
	float: left;
}

div.masterPaging div.right
{
	float: right;
	text-align: right;
}

/* DROP IE6 */
#drop-ie6
{
	background: #fffbcc;
	color: black;
	border: 2px solid #e6db55;
	padding: 8px 8px 4px 8px;
	margin: 5px;
}

#drop-ie6,
#drop-ie6 a,
#drop-ie6 a:visited
{
	font-family: Arial;
	font-size: 11px;
}

#drop-ie6 img
{
	margin-right: 8px;
}

#drop-ie6 h4.drop-ie6-content
{
	margin: 0 0 5px 0;
	font-size: 18px;
}

#drop-ie6 p.drop-ie6-content
{
	margin: 0 0 4px 0;
}

#drop-ie6 a.drop-ie6-content
{
	color: black;
	text-decoration: underline;
}

/* FEED LIST */
div.feedList
{
	background: url("/grafik/common/feedlist.bottom.bg.wide.png") no-repeat 0 bottom;
	clear: both;
	margin-bottom: 12px;
	padding-bottom: 12px;
	width: 612px;
}

div.colSmall div.feedList
{
	background: url("/grafik/common/feedlist.bottom.bg.png") no-repeat -1px bottom;
	width: 456px;
}

div.feedList div.inner
{
	background: url("/grafik/common/feedlist.bg.wide.png") no-repeat 0 top;
	min-height: 200px;
}

div.colSmall div.feedList div.inner
{
	background: url("/grafik/common/feedlist.bg.png") no-repeat -1px top;
}

div.feedList div.load
{
	background: url('/grafik/common/loading.gif') no-repeat center;
	min-height: 200px;
	width: 146px;
}

div.feedList div.readmore
{
	background: none;
	margin: 3px 0 0 0;
}

div.feedList div.readmore a,
div.feedList div.readmore a:visited,
div.feedList div.readmore p
{
	background: none;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
}

div.feedList div.readmoreBottom
{
	padding: 0 7px;
}

div.feedList div.readmoreBottom p
{
	margin: 10px 0 0 0;
	text-decoration: none;
}

div.feedList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.feedList div.item
{
	float: left;
	margin: 0 0 0 5px;
	width: 146px;
	_overflow: hidden;
	_width: 144px;
}

div.feedList div.item div.top
{
	padding: 5px 10px;
}

div.feedList div.item div.top h3
{
	font-size: 16px;
	font-weight: bold;
}

div.feedList div.item div.content div.image
{
	display: none;
}

div.feedList div.item div.content li
{
	background: url("/grafik/common/arrowLeftCCC.gif") no-repeat 4px 4px;
	margin-bottom: 5px;
	padding: 0 7px 0 12px;
}

div.feedList div.item div.content li div.text h2
{
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}

div.feedList div.item div.content li.first
{
	background: none;
	margin-bottom: 10px;
	padding: 0;
}

div.feedList div.item div.content li.first div.image
{
	background: #DEE4EA;
	display: block;
	height: 85px;
	overflow: hidden;
	margin-bottom: 3px;
	width: 146px;
}

div.feedList div.item div.content li.first div.image img
{
	width: 146px;
}

div.feedList div.item div.content li.first div.text,
div.feedList div.item div.content li.first div.readmore
{
	padding: 0 5px;
}

div.feedList div.item div.content li.first div.text h2
{
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

/* ULIST SMALL SECTION */
div.colMiddle div.sectionListBottom
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}

div.colMiddle ul.ulistSmallSection
{
	clear: both;
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
	width: 456px;
}

div.colMiddle ul.ulistSmallSection li
{
    margin-bottom: 9px;
	padding-bottom: 9px;
	height: 50px;
	clear: both;
	width: 456px;
}

div.colMiddle ul.ulistSmallSection .image
{
	background-color: #f5f5f5;
	float: left;
	height: 50px;
	margin-right: 12px;
	overflow: hidden;
	width: 57px;
}

div.colMiddle ul.ulistSmallSection .image img
{
	height: 50px;
	width: 57px;
}

div.colMiddle ul.ulistSmallSection .content
{
	float: left;
    margin: 0px;
    overflow: hidden;
	height: 38px;
	width: 375px;
}

div.colMiddle ul.ulistSmallSection .content h3,
div.colMiddle ul.ulistSmallSection .content h3 a,
div.colMiddle ul.ulistSmallSection .content h3 a:visited
{
	font-size: 13px;
}

div.colMiddle ul.ulistSmallSection .content p.teaser
{
    margin: 0px;
}

div.colMiddle ul.ulistSmallSection .content p.teaser a,
div.colMiddle ul.ulistSmallSection .content p.teaser a:visited
{
    font-size: 10px;
    line-height: 10px;
}

div.colMiddle ul.ulistSmallSection .readmore
{
	float: left;
	margin-top: 0;
}

div.colMiddle ul.ulistSmallSection .readmore a,
div.colMiddle ul.ulistSmallSection .readmore a:visited
{
	font-size: 11px;
}

/* microsite */
#micrositeBackToSiteLink
{
	border-top: 1px dotted #ccc;
	margin-top: 15px;
	padding-top: 15px;
}

#micrositeBackToSiteLink a
{
	background-color: red;
	color: #fff;
}

/* topic */
div.topicArticleList
{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-bottom: 3px;
	padding-bottom: 13px;
	clear: both;
}

div.topicArticleList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 624px;
}

div.topicArticleList ul li
{
	height: 90px;
	float: left;
	margin: 0 12px 12px 0;
	width: 300px
}

div.topicArticleList ul li div.image
{
	height: 90px;
	float: left;
	margin-right: 8px;
	overflow: hidden;
	width: 90px
}

div.topicArticleList ul li div.image img
{
	margin: -30px 0 0 -30px;
}

div.topicArticleList ul li div.content
{
	height: 67px;
	overflow: hidden;
	width: 200px;
	_width: 190px;
}

div.topicArticleList ul li div.content h1,
div.topicArticleList ul li div.content h1 a,
div.topicArticleList ul li div.content h1 a:visited
{
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
}

div.topicArticleList ul li div.content div.date
{
	margin: 5px 0 3px 0;
}

div.topicArticleList ul li div.content div.date a,
div.topicArticleList ul li div.content div.date a:visited
{
	color: #777;
	font: normal 11px/11px 'Tahoma';
}

div.topicArticleList ul li div.readmore
{
	background: none;
	height: auto;
	margin-top: 8px;
	width: auto;
}

div.topicArticleList ul li div.readmore a,
div.topicArticleList ul li div.readmore a:visited
{
	color: #333;
	font: bold 11px/11px 'Tahoma';
	height: auto;
	text-transform: uppercase;
	text-decoration: underline;
	width: auto;
}

/* topic small list */
div.topicArticleListSmall ul li
{
	height: auto;
	margin-bottom: 6px;
	overflow: hidden;
}

div.topicArticleListSmall ul li div.content
{
	height: auto;
	width: 300px;
}

div.topicArticleListSmall ul li div.content h1
{
	display: block;
	height: 18px;
	overflow: hidden;
}

div.topicArticleListSmall ul li div.content div.date
{
	margin-top: 0;
}

div.topicArticleListSmall ul li div.image,
div.topicArticleListSmall ul li p.teaser,
div.topicArticleListSmall ul li div.readmore
{
	display: none;
}

div.topicArticleListSmall ul li div.image
{
	/*background: #fff url('/grafik/common/topic.image.bg.gif') repeat-x bottom;*/
	background: #fff;
	overflow: hidden;
	position: absolute;
	padding: 10px;
	/*.padding: 5px;*/
	width: 250px;
	border: 1px solid black;
	height: 90px;
}

div.topicArticleListSmall ul li div.image a img
{
	display: block;
	overflow: hidden;
	width: 90px;
	float: left;
	margin: 0px 8px 0 0;
	
}

div.topicArticleListSmall ul li div.image p.teaser
{
	height: 54px;
	overflow: hidden; 
	}

div.topicArticleListSmall ul li div.image h1 a
{
	font-size: 14px;
	line-height: 16px;
	height: auto;
	}

/* topic article gallery */
div.topicGalleryArticleList
{
	margin-bottom: 12px;
}

div.topicGalleryArticleList ul
{
	padding: 0;
	margin: 0;
	width: 310px;
}

div.topicGalleryArticleList ul li div.content,
div.topicGalleryArticleList ul li div.readmore
{
	display: none;

}
/* Styling js mouseover START*/ 
div.topicGalleryArticleList ul li div.content
{
	position: absolute;
	width: 145px;
	height: 68px;
	overflow: hidden;
	background: #fff;
	border: 1px solid black;
	font-size: 10px;
}

div.topicGalleryArticleList ul li div.content h1 a 
{
	font-size: 11px;
	padding: 6px 3px 3px 6px;
	color: Black; 
	display: block;
	background-color: #f1eee9;
	line-height: normal; 
	font-family: Verdana, Arial;
}

div.topicGalleryArticleList ul li div.content .date
{
	padding: 3px 6px 0 6px;
}
	
div.topicGalleryArticleList ul li div.content p.teaser
{
	padding: 0px 6px;
	margin-top: 5px;
}

/* Styling js mouseover END*/ 

div.topicGalleryArticleList ul li
{
	list-style: none;
	float: left;
	margin: 0 7px 7px 0;
}

div.topicGalleryArticleList ul li div.image
{
	height: 70px;
	overflow: hidden;
	width: 70px;
}

div.topicGalleryArticleList ul li img
{
	margin: -15px 0 0 -15px;
	width: 100px;
}

/* topic shop / xpriser */
div.ShopHolder
{
	background: #505557 url('/grafik/common/topic.bg.png') no-repeat bottom;
	margin-bottom: 12px;
	padding: 0px;
}

div.ShopHolder a,
div.ShopHolder a:visited
{
	color: #fff;
}

div.ShopHolder ul
{
	list-style: none;
	margin: 0;
	padding: 10px;
}

div.ShopHolder ul li
{
	border-bottom: 1px dotted #fff;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	height: 125px;
}

div.ShopHolder ul li:last-child
{
	border-bottom: none;
}

div.ShopHolder ul li div.image
{
	float: left;
	height: 120px;
	margin-right: 10px;
	overflow: hidden;
}

div.ShopHolder ul li div.content
{
	overflow: hidden;
	height: 100px;
}

div.ShopHolder ul li div.content h1,
div.ShopHolder ul li div.content h1 a,
div.ShopHolder ul li div.content h1 a:visited
{
	font: bold 15px/16px 'Arial';
	margin-bottom: 3px;
}

div.ShopHolder ul li div.content h3,
div.ShopHolder ul li div.content h3 a,
div.ShopHolder ul li div.content h3 a:visited
{
	font: normal 12px/13px 'Arial';
}

div.ShopHolder ul li div.content div.price a,
div.ShopHolder ul li div.content div.price a:visited
{
	font: bold 12px/16px 'Arial';
	text-decoration: underline;
}

div.ShopHolder ul li div.content p.teaser
{
	max-height: 98px;
	_height: 98px;
	margin: 8px 0;
	overflow: hidden;
}

div.ShopHolder ul li div.readmore
{
	/* background: url('/grafik/common/arrowLeftCCC.gif') no-repeat 5px 10px;
	.background-position: left 15px; */
	background: transparent url('/grafik/common/topic.shop.button.left.gif') no-repeat left top;	
	height: auto;
	float  : right;
	width: auto;

}


div.ShopHolder ul li div.readmore a,
div.ShopHolder ul li div.readmore a:visited
{
	background: transparent url('/grafik/common/topic.shop.button.gif') no-repeat right top;
	font: bold 12px 'Arial';
	width: auto;
	height: 18px;
	line-height: 18px;
	margin-left: 3px;
	padding: 0px 10px; 
}

/* xpris holder */
div.XpriserHolder
{
	background: #5a7ba6 url('/grafik/common/topic.xpriser.bottom.gif') no-repeat bottom;
}

div.XpriserHolder div.top
{
	border-bottom: 1px dotted #fff;
	margin-bottom: 0px;
}

div.XpriserHolder ul  
{
	padding-top: 0px
}

div.XpriserHolder ul li
{
	background: none;
	margin: 0;
	padding: 10px 0px;
	height: 80px;
}

div.XpriserHolder ul li.alt
{
	background: none;
}

div.XpriserHolder ul li div.image
{
	height: 80px;
	width: 53px;
	}

div.XpriserHolder ul li div.content p.teaser
{
	display: none;
}

div.XpriserHolder ul li div.content div.price a
{
	font: bold 14px 'Arial';
	text-decoration: none;
	color: #ffa928;
}

div.XpriserHolder ul li div.content div.price a:visited
{
	text-decoration: underline;
}

div.XpriserHolder ul li div.content
{
	height: 43px;
}

div.XpriserHolder ul li div.readmore
{
	background: transparent url('/grafik/common/topic.xpriser.button.left.png') no-repeat left top;	
	font: 14px 'Arial';
	height: auto;
	float  : left;
	width: auto;
	margin-top: 10px;
}

div.XpriserHolder ul li div.readmore a,
div.XpriserHolder ul li div.readmore a:visited
{
	background: transparent url('/grafik/common/topic.xpriser.button.png') no-repeat right top;
	width: auto;
	padding: 0px 10px; 
	height: 24px;
	line-height: 22px;
	margin-left: 3px;
}


/* topic article */
div.topicArticleTop
{
	border-bottom: 1px dotted #ccc;
	margin: 0 0 12px;
	padding: 0 0 12px;
}

div.topicArticleTop div.image
{
	float: left;
	margin: 0 10px 10px 0;
}

div.topicArticleTop div.content h1
{
	margin-bottom: 5px;
}

div.topicArticleTop div.content p
{
	margin: 0;
}

a.linkword,
a.linkword:visited
{
	background: url('/grafik/common/topic.linkword.gif') repeat-x left bottom !important;
	text-decoration: none !important;
}

/* Top global menu icons */
.topGlobalMenu ul li.aboLink a
{
	background: url('/grafik/common/abo.plus.gif') no-repeat;
	padding-left: 13px;
}

.topGlobalMenu ul li.aboLinkWhite a
{
	background: url('/grafik/common/abo.plus.white.gif') no-repeat;
	padding-left: 11px;
}

.topGlobalMenu ul li.rssLink a
{ 
	background: url('/grafik/common/rss.link.gif') no-repeat;
	padding-left: 13px;
}

.topGlobalMenu ul li.aboLink a, .topGlobalMenu ul li.aboLinkWhite a, .topGlobalMenu ul li.rssLink a
{
	background-position: 0 7px;
}

div.topGlobalMenu ul li.first
{
	background: none;
	}

/* DAB this is to correct order of items in .topGlobalMenu uncomment if it should be used
.topGlobalMenu ul li
{
	float: none !important; 
	display: inline !Important;
}

.topGlobalMenu ul
{
	float: none;
	text-align: right;
}
*/

span.search-help
{
	background: url('/grafik/common/search.help.png') no-repeat;
	cursor: pointer;
	display: block;
	height: 16px;
	position: absolute;
	right: 0px;
	top: 2px;
	width: 16px;
}

div.search-text p
{
	margin: 0 0 10px;
}

/* VoucherCheck Start */
#VoucherCheckContainer div.VoucherCheckFieldContainer
{
    background: url('/grafik/common/voucher.txt.png');
    border: none;
    height: 25px;
    margin-bottom: 5px;
    width: 120px;
}

#VoucherCheckContainer div.VoucherCheckFieldContainer input
{
    background: none;
    border: none;
    color: #999;
    font: bold 14px 'Arial';
    height: 20px;
    padding: 3px 5px;
    .padding: 4px 5px;
    width: 110px;
}

#VoucherCheckContainer div.VoucherCheckButtonContainer
{
    background: url('/grafik/common/voucher.btn.png') right;
    border: none;
    float: left;
    height: 25px;
    padding-right: 2px;
}

#VoucherCheckContainer div.VoucherCheckButtonContainer input
{
    background: url('/grafik/common/voucher.btn.png') left;
    border: none;
    color: #fff;
    cursor: pointer;
    font: bold 14px 'Arial';
    height: 25px;
    padding: 0 0 0 2px;
    .width: 160px;
}

#VoucherCheckContainer #VoucherCheckStatus
{
    clear: both;
    font: normal 12px 'Arial';
    padding: 8px 0;
    width: 300px;
}
/* VoucherCheck End */

div.feedRoyalt div.item
{
	clear: both;
	margin-bottom: 12px;
	overflow: hidden;
	width: 300px;
}

div.feedRoyalt div.item div.top
{
	background: url('/grafik/common/bbr.list.top.jpg') top;
}

div.feedRoyalt div.item div.top h3
{
	margin: 0;
	padding: 0;
}

div.feedRoyalt div.item div.top h3 a,
div.feedRoyalt div.item div.top h3 a:visited
{
	display: block;
	height: 65px;
	margin: 0;
	overflow: hidden;
	text-indent: -500px;
	padding: 0;
	width: 300px;
}

div.feedRoyalt div.item div.content
{
	background: url('/grafik/common/bbr.list.bg.jpg') bottom;
}

div.feedRoyalt div.item div.content ul
{
	margin: 0;
	padding: 5px;
}

div.feedRoyalt div.item div.content li
{
	border-bottom: 1px dotted #c2c2c2;
	list-style: none;
	.height: 1%;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}

div.feedRoyalt div.item div.content li:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

div.feedRoyalt div.item div.content li:last-child
{
	border: none;
}

div.feedRoyalt div.item div.content li div.image
{
	float: left;
	width: 75px;
}

div.feedRoyalt div.item div.content li div.image img
{
	width: 75px;
}

div.feedRoyalt div.item div.content li div.text
{
	float: left;
	width: 215px;
}

div.feedRoyalt div.item div.content li div.text h2
{
	margin: 0;
	padding: 0 0 0 5px;
}

div.feedRoyalt div.item div.content li div.text h2 a,
div.feedRoyalt div.item div.content li div.text h2 a:visited
{
	font: normal 13px/14px 'Trebuchet MS', 'Arial';
}

div.feedRoyalt div.item div.content li div.text h2 a:hover
{
	text-decoration: underline;
}

div.feedRoyalt div.item div.readmoreBottom
{
	background: url('/grafik/common/bbr.list.bottom.png') top;
	clear: none;
	height: 42px;
	line-height: normal;
	margin: -27px 0 0 0;
	width: auto;
}

div.feedRoyalt div.item div.readmoreBottom p,
div.feedRoyalt div.item li.first div.readmore
{
	display: none;
}

div.feedRoyalt div.item div.readmoreBottom a,
div.feedRoyalt div.item div.readmoreBottom a:visited
{
	background: none;
	clear: both;
	display: block;
	height: 42px;
	margin: 0;
	overflow: hidden;
	text-indent: -500px;
	padding: 0;
	width: 300px;
}