﻿/* 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.colMiddle div.colLeft
{
	margin-left: 0;
}

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;
	position: relative;
}

div.topicArticleTop div.image span.altomlogo
{
	background: url('/grafik/common/topic.altomlogo.png');
	bottom: -8px;
	display: block;
	height: 75px;
	position: absolute;
	right: -8px;
	width: 75px;
}

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.icon.png') no-repeat right top !important;
	padding-right: 14px;
	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 13px 'Arial';
    height: 20px;
    padding: 3px 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 13px 'Arial';
    height: 25px;
    padding: 0 0 0 2px;
    /*width: 198px;*/
}

#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;
}


/* Test Dig Selv Widget Start */
#TDSContainer
{
	background: url('/grafik/common/tdswigdet.bg.png') no-repeat bottom;
	padding-bottom: 6px;
	margin-bottom: 12px;
	width: 300px;
}

div.TDSWidget
{
	background: url('/grafik/common/tdswigdet.bg.png') no-repeat top;
	margin: 0;
	padding-top: 70px;
}

div.TDSWidget div.top,
div.TDSWidget p.date,
div.TDSWidget p.host
{
	display: none;
}

div.TDSWidget div.ItemList ul
{
	margin: 0;
	padding: 0;
}

div.TDSWidget div.ItemList ul li
{
	background: url('/grafik/common/tdswigdet.item.bg.png') no-repeat center;
	list-style: none;
	height: 35px;
	margin-bottom: 5px;
	padding: 0 12px;
	overflow: hidden;
}

div.TDSWidget div.ItemList ul li h2
{
	margin-top: 5px;
}

div.TDSWidget div.ItemList ul li h2 a,
div.TDSWidget div.ItemList ul li h2 a:visited
{
	color: #000;
	font: bold 12px/12px 'Tahoma';
	text-decoration: none;
}

div.TDSWidget div.ItemList ul li p.teaser
{
	margin: 0;
}

div.TDSWidget div.ItemList ul li p.teaser a,
div.TDSWidget div.ItemList ul li p.teaser a:visited
{
	color: #666;
	font: normal 11px/12px 'Tahoma';
	text-decoration: none;
}

/*Alive Widget*/


div.AliveWidget
{
	background:#ffffff url('/grafik/common/alivewidget.bg.udenlogo.jpg') no-repeat top left;
	height:430px;
}

div.AliveWidget h2{margin:0;padding:0;width:200px;height:16px;overflow:hidden;}
div.AliveWidget h2 a{ font: bold 13px/14px 'Tahoma';text-decoration:none;color:#992E66;}
div.AliveWidget p{margin:0;padding:0px 0 0;}

div.AliveWidget ul{padding:70px 10px 10px 11px;margin:0;}
div.AliveWidget ul{list-style:none}

div.AliveWidget ul li{width:269px;height:59px;overflow:hidden;border:0px red solid;margin-bottom:4px;padding:4px 6px;}

div.AliveWidget p.teaser{overflow:hidden;width:250px;height:28px;line-height:14px;}
div.AliveWidget p.teaser a{font-family:Tahoma;font-size:11px;text-decoration:none;color:#000;font-weight:normal;}

div.AliveWidget p.date{position:relative;}
div.AliveWidget p.date a{font-family:Tahoma;font-size:11px;text-decoration:none;color:#992E66;font-weight:bold;position:absolute;top:-44px;right:0px;}

div.AliveWidget p.host{position:relative;}
div.AliveWidget p.host a{font-family:Tahoma;font-size:11px;text-decoration:none;color:#000;font-weight:normal;position:absolute;top:0px;left:0px;}

div.AliveWidget .top, div.AliveWidget div.image
{display:none;}
/*Alive Widget End*/


/* multifeed */
div.mulitiFeedsContainer
{
	background: url('/grafik/common/multifeed.list.bg.png') repeat-y left 4px;
	clear: both;
	margin: -4px 0 12px;
	width: 630px;
}

div.multifeed
{
	border-top: 4px solid #fff;
	display: inline-block;
	margin: 0 3px 4px 0;
	vertical-align: top;
	width: 202px;
	
	.display: inline;
	/*.float: left;*/
	.vertical-align: top;
	.zoom: 1;
	
	margin-right /*\**/: 0\9;
	.margin-right: 3px;
}

div.colSmall div.mulitiFeedsContainer
{
	background: url('/grafik/common/multifeed.list.bg.small.png') repeat-y left 4px;
	margin-top: 0;
	width: 470px;
}

div.colSmall div.multifeed
{
	width: 150px;
}

div.multifeed div.top,
div.multifeed.top-green div.top
{
	background: url('/grafik/common/multifeed.top.bg.png') no-repeat top left;
	height: 29px;
	padding: 0 10px;
}

div.multifeed.top-pink div.top			{	background-position: 0 -39px;	}
div.multifeed.top-silver div.top		{	background-position: 0 -78px;	}
div.multifeed.top-orange div.top		{	background-position: 0 -116px;	}
div.multifeed.top-black div.top			{	background-position: 0 -155px;	}
div.multifeed.top-purple div.top		{	background-position: 0 -194px;	}
div.multifeed.top-red div.top			{	background-position: 0 -232px;	}
div.multifeed.top-greendark div.top		{	background-position: 0 -271px;	}
div.multifeed.top-purplelight div.top	{	background-position: 0 -310px;	}
div.multifeed.top-turky div.top			{	background-position: 0 -348px;	}
div.multifeed.top-redmatt div.top		{	background-position: 0 -387px;	}
div.multifeed.top-grey div.top			{	background-position: 0 -426px;	}

div.multifeed div.top *
{
	margin: 0;
	padding: 0;
}

div.multifeed div.top p
{
	color: #fff;
	font: bold 14px/29px 'Arial';
	.vertical-align: baseline;
}

div.multifeed.top-silver div.top p
{
	color: #333;
}

div.multifeed ul
{
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

div.multifeed ul li
{
	border-bottom: 1px solid #ccc;
	margin: 0 4px 5px;
	padding: 0 5px 5px;
}

div.multifeed ul li:last-child
{
	border-bottom: none;
}

div.multifeed ul li p.teaser
{
	display: none;
}

div.multifeed ul li div.image
{
	max-height:90px;
	overflow:hidden;
	
}

div.multifeed ul li div.image img
{
	overflow: hidden;
	width: 184px;
}

div.colSmall div.multifeed ul li div.image img
{
	width: 132px;
}

div.multifeed ul li h2
{
	margin: 0;
	padding: 0;
}

div.multifeed ul li h2 a,
div.multifeed ul li h2 a:visited
{
	color: #333;
	font: normal 11px/12px 'Arial';
	text-decoration: none;
	text-transform: none;
	.vertical-align: top;
}

div.multifeed ul li h2 a:hover
{
	text-decoration: underline;
}

div.multifeed ul li p.date
{
	margin: 3px;
}

div.multifeed ul li p.date a,
div.multifeed ul li p.date a:visited
{
	color: #333;
	font: bold 11px/11px 'Arial';
	text-decoration: none;
}

/* without date / top image */
div.multifeed.list-nodate div.ItemList ul li p.date,
div.multifeed.list-hidetopimage div.ItemList ul li div.image
{
	display: none;
}


/* subsections webcontrol */
div.subsection 
{
     min-width: 630px;
}

.subsectionsPanel 
{
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	font-family: Arial;
	margin-bottom: 24px;
}

.subsectionsPanel h2.articleheader,
.subsectionsPanel h2.articleheader a 
{
	font-size: 14px;
	line-height: 15px;
	overflow:hidden;
}

.subsectionsPanel a.readmore 
{
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-decoration: underline;
}

.subsectionsPanel a.readmore:hover { text-decoration: underline; }

.subsection li.topstory p.text 
{
	height: 31px;
	overflow:hidden;
	margin-bottom: 15px;
	margin-top: 3px;
	
}

div.subsection *
{
    list-style-type:none;    
    margin:0;
    padding:0;
}

div.subsection.twocolumns 
{
	padding: 0px 0px 2px 0px;
}

div.subsection.twocolumns img.topimage 
{
	width: 295px;
	height: 160px;
	overflow: hidden;
	background-color: #EEE;
}

div.subsection.threecolumns img.topimage
{
    background-color: #EEE;
    width: 195px;
    height: 130px;
}

div.subsection img.topimage 
{
	display:block;
	margin: 5px 0px;
}

.subsection li.topstory
{
    padding-bottom: 6px;
}

.subsection h2.topheader
{
    background-color: #000;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    font-weight: bold;
    height: 20px;
    line-height: 19px;
    padding: 0;
    text-indent: 6px;
}


.subsection .catItem
{
    width: 202px;
    display: inline;
    float: left;
    margin-right: 5px;
}

.subsection li.articleList ul
{
  max-height: 75px !important;  
}

.subsection li.articleList li.item
{
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 3px 0;
    overflow: hidden;
    overflow: hidden;
}

.subsection li.articleList li.item.readmore, .subsection li.articleList li.item.readmore a
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.subsection li.articleList li.item.readmore a 
{
	text-decoration: underline;
}

.subsection li.articleList li.item a 
{
	font-size: 11px;
    color: #777;
    line-height: 13px;
    font-weight: bold;
    text-decoration: none;
}

.subsection.twocolumns ul.catItem
{
    width: 300px !important;
    margin-bottom: 2px;
    margin-right: 9px;
}
.subsection.twocolumns ul.catItem.last
{
  margin-right: 0px !important;    
}

.subsection.threecolumns ul.catItem
{
    max-width: 198px !important;
    margin-bottom: 2px;
    margin-right: 9px;
}

.subsection.threecolumns ul.catItem.last
{
  margin-right: 0px  !important;
}
.subsection.threecolumns h2.topheader 
{
	width: 195px;
	text-transform:uppercase;
}

.subsection.twocolumns h2.topheader 
{
	width: 295px;
	text-transform:uppercase;
}

.subsectionsPanel.bg-black h2.topheader, .subsectionsPanel ul.catItem h2.bg-black.topheader  { background-color: #000000; } 
.subsectionsPanel.bg-femina h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-femina { background-color: #842F92; } 
.subsectionsPanel.bg-vi h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-vi { background-color: #E94995; } 
.subsectionsPanel.bg-antik h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-antik  { background-color: #497470; } 
.subsectionsPanel.bg-bazar h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-bazar { background-color: #DC5FA8; } 
.subsectionsPanel.bg-billed h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-billed { background-color: #DF001F; }
.subsectionsPanel.bg-familie h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-familie { background-color: #C9333D; }
.subsectionsPanel.bg-frikvarter h2.topheader,.subsectionsPanel ul.catItem h2.topheader.bg-frikvarter { background-color: #A65695; }
.subsectionsPanel.bg-horoskop h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-horoskop  { background-color: #9883BC; }
.subsectionsPanel.bg-in h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-in  { background-color: #000000; }
.subsectionsPanel.bg-isabellas h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-isabellas { background-color: #92AC37; }
.subsectionsPanel.bg-kig h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-kig { background-color: #16B5B1; }
.subsectionsPanel.bg-madbolig h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-madbolig  { background-color: #91BA20; }
.subsectionsPanel.bg-mad h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-mad  { background-color: #DD4212; }
.subsectionsPanel.bg-mama h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-mama { background-color: #648453; }
.subsectionsPanel.bg-pling h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-pling { background-color: #3A3A3A; }
.subsectionsPanel.bg-psykologi h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-psykologi { background-color: #C61716; }
.subsectionsPanel.bg-q h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-q { background-color: #E5187D; }
.subsectionsPanel.bg-story h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-story { background-color: #E8339A; }
.subsectionsPanel.bg-streetboys h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-streetboys { background-color: #9AC303; }
.subsectionsPanel.bg-sondag h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-sondag  { background-color: #D21186; }
.subsectionsPanel.bg-tidens h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-tidens { background-color: #000000; }
.subsectionsPanel.bg-udeoghjemme h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-udeoghjemme { background-color: #CE0B15; }
.subsectionsPanel.bg-mitunivers h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-mitunivers { background-color: #77184E; }
.subsectionsPanel.bg-mobil h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-mobil  { background-color: #000000; }
.subsectionsPanel.bg-tjektv h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-tjektv  { background-color: #8B1B1B; }
.subsectionsPanel.bg-viungestory h2.topheader, .subsectionsPanel ul.catItem h2.topheader.bg-viungestory { background-color: #8B1B1B; }

.subsectionsPanel ul.catItem h2.topheader.bg-orange { background-color:#e34013 ; }
.subsectionsPanel ul.catItem h2.topheader.bg-pink { background-color: #d23a61; }
.subsectionsPanel ul.catItem h2.topheader.bg-purple { background-color: #764476; }
.subsectionsPanel ul.catItem h2.topheader.bg-silver { background-color: #d2d2d2; }
.subsectionsPanel ul.catItem h2.topheader.bg-green { background-color: #5f930b; }



/*
h2.topheader.bg-black { background-color: #000000; } 
h2.topheader.bg-femina { background-color: #842F92; }
h2.topheader.bg-vi { background-color: #E94995; } 
h2.topheader.bg-antik { background-color: #497470; }
h2.topheader.bg-bazar { background-color: #DC5FA8; } 
h2.topheader.bg-billed { background-color: #DF001F; }
h2.topheader.bg-familie { background-color: #C9333D; }
h2.topheader.bg-frikvarter { background-color: #A65695; }
h2.topheader.bg-horoskop { background-color: #9883BC; }
h2.topheader.bg-in { background-color: #000000; }
h2.topheader.bg-isabellas { background-color: #92AC37; }
h2.topheader.bg-kig { background-color: #16B5B1; }
h2.topheader.bg-madbolig { background-color: #91BA20; }
h2.topheader.bg-mad { background-color: #DD4212; }
h2.topheader.bg-mama { background-color: #648453; }
h2.topheader.bg-pling { background-color: #3A3A3A; }
h2.topheader.bg-psykologi { background-color: #C61716; }
h2.topheader.bg-q { background-color: #E5187D; }
h2.topheader.bg-story { background-color: #E8339A; }
h2.topheader.bg-streetboys { background-color: #9AC303; }
h2.topheader.bg-sondag { background-color: #D21186; }
h2.topheader.bg-tidens { background-color: #000000; }
h2.topheader.bg-udeoghjemme { background-color: #CE0B15; }
h2.topheader.bg-mitunivers { background-color: #77184E; }
h2.topheader.bg-mobil { background-color: #000000; }
h2.topheader.bg-tjektv { background-color: #8B1B1B; }
h2.topheader.bg-viungestory { background-color: #8B1B1B; }
*/
.clearFix:after 
{
	content: '.';
	display: block;
	visibility: hidden;
	clear:both;
	line-height: 0;
	height: 0;
}

/* 
  subsections module for Sitecore CMS
  author: jonas.christensen@aller.dk 
*/
div.colMiddle.subsectionsEnabled div.colLeft  
{
    margin-left: 0px !important;
}

div.colMiddle.subsectionsEnabled ul.ulistSectionTop,
div.colMiddle.subsectionsEnabled ul.ulistSection,
div.colMiddle.subsectionsEnabled ul.ulistSectionWhite
{
    float: right !important;
    max-width: 456px;
    min-width: 444px;
}

div.colMiddle.subsectionsEnabled div.masterPaging
{
	clear: none;
	width: 456px;
}


/*Vitalorganer*/
div.teaserHolder div.readMore{display:none;}


/* 
    module: Latest Section Article (fault back)
    author: jonas.christensen@aller.dk
*/

.latestsectionarticle
{
    max-width: 612px;
    border: thin solid red;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
}
.latestsectionarticle img
{
    border: thin solid blue;
    display: block;
    height: 400px;
    margin-bottom: 8px;
    width: 100%;
}
.latestsectionarticle h1
{
    font-size: larger;
}
.latestsectionarticle h2
{
    color: #CCC;
    font-size: smaller;
    text-transform: uppercase;
    font-family:Arial;
}
.latestsectionarticle p
{
    height: 51px;
    overflow: hidden;
    width: 100%;
}
.latestsectionarticle a
{
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}


/* web tv */
div.webtv
{
	clear: both;
	margin-bottom: 12px;
}

div.webtv .webtv-top
{
	background: url('/grafik/common/webtv.header.bg.png') repeat-x bottom;
	height: 82px;
	margin: 0 0 2px;
	padding-right: 20px;
	position: relative;
}

div.webtv .webtv-top h1
{
	color: #000;
	float: right;
	font: bold 25px 'Arial';
	margin-top: 46px;
}

div.webtv .webtv-top .logo
{
	bottom: 0;
	height: 74px;
	position: absolute;
	width: 207px;
}

div.webtv .webtv-player
{
	margin: 0 0 12px;
	padding: 18px;
}

div.webtv .webtv-player h2
{
	color: #000;
	font: bold 20px arial, verdana;
	margin: 0 0 5px;
}

div.webtv-videolist
{
	background: url('/grafik/common/webtv.videolist.bg.png') no-repeat bottom;
	height: 136px;
	margin: 0 0 12px;
	position: relative;
}

div.webtv-videolist .head
{
	display: inline-block;
	height: 25px;
	padding-left: 50px;
	.float: left;
}

div.webtv-videolist .head p
{
	color: #000;
	height: 25px;
	font: bold 19px 'Arial';
	margin: 0;
	padding-right: 10px;
}

div.webtv-videolist .list
{
	height: 100px;
	left: 50px;
	position: relative;
	overflow: hidden;
	top: 10px;
	width: 517px;
	.clear: both;
}

div.webtv-videolist .list ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 5000px;
}

div.webtv-videolist .list ul li
{
	border: none;
	float: left;
	height: 100px;
	margin: 0 12px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 120px;
}

div.webtv-videolist .list ul li img
{
	background: #fff;
	display: inline-block;
	height: 63px;
	border: 2px solid #fff;
	vertical-align: top;
	width: 116px;
}

div.webtv-videolist .list ul li p
{
	margin: 0;
	padding: 3px 8px 0;
}

div.webtv-videolist .list ul li a
{
	color: #fff;
	font: normal 10px/14px verdana;
	text-decoration: none;
}

div.webtv-videolist .arrow
{
	bottom: 54px;
	cursor: pointer;
	height: 29px;
	position: absolute;
	width: 29px;
	z-index: 999;
}

div.webtv-videolist .arrow.left
{
	background: url('/grafik/common/webtv.videolist.arrows.png') no-repeat top left;
	display: none;
	left: 10px;
}

div.webtv-videolist .arrow.right
{
	background: url('/grafik/common/webtv.videolist.arrows.png') no-repeat bottom left;
	right: 10px;
}

/* web tv widget */
div.webtv-widget
{
    background: #ddd;
    height: 327px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    width: 612px;
}

div.webtv-widget .large
{
    float: left;
    height: 205px;
    margin: 10px 0 0 12px;
    overflow: hidden;
    position: relative;
    width: 288px;
}

div.webtv-widget .large img
{
    border: none;
    height: 179px;
    width: 288px;
}

div.webtv-widget .large .play
{
    background-image: url(/grafik/common/webtv.widget.play.png);
    cursor: pointer;
    height: 40px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 47px;
}
        
div.webtv-widget .large p
{
    color: #fff;
    font: bold 12px tahoma;
    margin: 4px 0 0;
}

div.webtv-widget div.webtv-videolist
{
	clear: both;
	height: 111px;
}

div.webtv-widget .list ul li .mini
{
    background: url(/grafik/common/webtv.widget.play.png) no-repeat left bottom;
    cursor: pointer;
    height: 18px;
    left: 50px;
    position: absolute;
    top: 22px;
    width: 21px;
}

div.webtv-widget .arrow
{
	bottom: 54px;
	cursor: pointer;
	height: 29px;
	position: absolute;
	width: 29px;
}

div.fbcomments
{
	clear: both;
	margin-bottom: 12px;
}

#BottomPopup
{
	bottom: -270px;
	box-shadow: 0px -1px 10px #999;
	height: 250px;
	left: 0;
	position: fixed;
	width: 370px;
	z-index: 100;
}

#BottomPopup .top
{
	background-position: left -50px;
	height: 50px;
}

#BottomPopup .top.mini
{
	background-position: left top;
	height: 50px;
}

#BottomPopup .top span,
#BottomPopup .top input
{
	background: none;
	border: none;
	font-size: 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 50px;
	width: 37px;
}

#BottomPopup .top span.minimize
{
	width: 332px;
}

#BottomPopup .top a
{
	display: block;
	float: left;
	height: 50px;
	width: 296px;
}

#BottomPopup .content
{
	background-position: bottom;
	height: 200px;
}

#BottomPopup .content a
{
	display: block;
	height: 200px;
	width: 370px;
}

/* horoscope general */
div.horoscope-general
{
	background: #ECECE8;
	border-radius: 5px;
	float: right;
	margin-bottom: 12px;
	padding: 10px;
	width: 280px;
}

div.horoscope-general h4
{
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}

div.horoscope-general .info,
div.horoscope-general .info p
{
	display: inline;
	line-height: 15px;
}

div.horoscope-general img
{
	float: left;
	margin: 0 6px 0 0;
}

div.horoscope-general .keywords
{
	clear: both;
	margin-top: 10px;
}

div.horoscope-general .keywords p
{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 3px;
}

div.horoscope-general ul
{
	margin: 0;
	padding: 0;
}

div.horoscope-general li
{
	display: inline-block;
	margin-bottom: 2px;
	padding: 0 0 0 10px;
	width: 45%;
}

.ie7 div.horoscope-general li
{
	display: inline;
}

/* horoscope clairvoyance */
div.horoscope-clairvoyance
{
	float: left;
	margin-bottom: 12px;
	width: 300px;
}

div.horoscope-clairvoyance h4
{
	background: #ECECE8;
	border-radius: 5px;
	font-size: 12px;
	margin: 0 0 3px;
	padding: 3px;
}

div.horoscope-clairvoyance .info
{
	line-height: 15px;
}

div.horoscope-clairvoyance .info p
{
	margin-bottom: 2px;
}

div.horoscope-clairvoyance .info a
{
	color: #bb2972;
	text-decoration: underline;
}

div.horoscope-clairvoyance .info ul
{
	margin: 2px 0;
	padding-left: 0;
	list-style: none;
}

/* horoscope widget */
div.horoscope-widget
{
	margin-bottom: 12px;
	position: relative;
}

div.horoscope-widget .horoscope
{
	background: #ECECE8;
	border-radius: 8px;
	height: 405px;
	padding: 8px 15px 0;
	margin-top: 5px;
}

div.horoscope-widget .horoscope h1
{
	color: #324053;
	font: bold 23px arial;
	padding-top: 9px;
}

div.horoscope-widget h3
{
	color: #000;
	font: bold 16px arial;
}

div.horoscope-widget .starsignlist
{
	float: left;
	margin-top: 10px;
	height: 308px;
	width: 109px;
}

div.horoscope-widget .starsignlist ul
{
	margin: 0;
	padding: 0;
}

div.horoscope-widget .starsignlist li
{
	float: left;
	list-style: none;
	height: 45px;
	margin: 0 8px 8px 0;
	width: 46px;
}

div.horoscope-widget .starsignlist li img
{
	height: 45px;
	width: 46px;
}

div.horoscope-widget .content
{
	background: url('/grafik/common/horoscope-widget.content.bg.png') no-repeat;
    height: 402px;
    position: absolute;
    top: -5px;
    right: 10px;
    width: 471px;
}

div.horoscope-widget .content img
{
	float: left;
	margin: 108px 0 0 10px;
    width: 183px;
}

div.horoscope-widget .content .text
{
	float: right;
	padding: 25px 15px 10px 0;
    width: 258px;
}

div.horoscope-widget .content .text h3
{
	font-size: 26px;
	text-align: center;
	margin-bottom: 5px;
}

div.horoscope-widget .content .text span
{
	display: block;
	text-align: center;
	text-transform: capitalize;
}

div.horoscope-widget .content .text .scroll
{
	height: 309px;
	margin-top: 10px;
	overflow: auto;
}

div.horoscope-widget .content .text .scroll p
{
	font-size: 12px;
	line-height: 15px;
}

div.horoscope-widget .content .text .scroll .shop h2
{
	margin-bottom: 3px;
}

div.horoscope-widget .content .text .scroll a
{
	color: blue;
	text-decoration: underline;
}

div.horoscope-widget .types
{
	background: #ECECE8;
	border-radius: 8px;
	box-shadow: 0px 0px 4px #777;
    height: 138px;
    margin: -8px 0 0 9px;
    padding-left: 17px;
    width: 573px;
}

.oldie div.horoscope-widget .types
{
    zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#777777, Strength=4, Direction=0),
         progid:DXImageTransform.Microsoft.Shadow(Color=#777777, Strength=4, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#777777, Strength=4, Direction=180),
         progid:DXImageTransform.Microsoft.Shadow(Color=#777777, Strength=4, Direction=270);
}

div.horoscope-widget .types ul
{
	margin: 0;
	padding: 0;
}

div.horoscope-widget .types li
{
	float: left;
	list-style: none;
    height: 86px;
    margin-right: 9px;
    width: 86px;
}

div.horoscope-widget .types h3
{
	margin: 0;
	padding: 12px 0 6px;
	text-transform: none;
}

