/* OVERWRITE MASTER */
div.masterDiv
{
    background-image: url('/grafik/Sondag/masterBg.png');
    width: 978px;
}

div.masterHeader
{
    min-height: 362px; /* NEED FIX !*/
    width: 950px;
    background-color: #ffffff;
}

div.masterContent
{
    margin-top: 12px;
}

div.footerHolder
{
    background-image: url('/grafik/Sondag/footer.png');
    height: 76px;
    width: 978px;
}

div.footerContent
{
    padding-top: 10px;
}

div.footerContent img
{
    display: none;
}

div.footerLinksHead
{
    border-bottom: 1px solid #a6a89a;
}

div.footerLinksHead span
{
    color: #818181;
}

div.footerLinksInner ul li h4,
div.footerLinksInner ul li h4 a,
div.footerLinksInner ul li h4 a:visited
{
    color: #898989;
}

div.footerLinksInner ul li h4 a:hover
{
    color: #4d4d4d;
}

body
{
    background: #fef5fa url('/grafik/Sondag/bodyBg.jpg') repeat-x top left; /* c5c9b2 */
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 0.8em;
}

img
{
    border: none;
}

a, a:visited
{
    color: #000;
    font-family: Trebuchet MS;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.readmore, a.readmore:visited
{
    background-image: url('/grafik/Sondag/btnReadmore.png');
    background-repeat: repeat-x;
    color: #fff;
    font-weight: bold;
    padding: 3px 16px 5px 10px;
    text-transform: uppercase;
}

h1, h1 a, h1 a:visited
{
    color: #3c3e3e;
    font-family: Times New Roman, Trebuchet MS, Sans-Serif;
    font-size: 30px;
    font-weight: normal;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0px;
}

h2, h2 a, h2 a:visited
{
    color: #828282;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
	letter-spacing: 0px;
	margin: 5px 0 5px 0;
	margin-top: 0;
}

h3, h3 a, h3 a:visited
{
    color: #494949;
    font-family: Arial, Trebuchet MS;
    font-weight: bold;
	letter-spacing: 0px;
	margin: 5px 0 5px 0;
	font-size: 17px;
	margin-top: 0;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
    text-decoration:underline;
}



/* INPUTS */
input.searchText,
.txtStandard
{
    border: 1px solid #a2a5a4;
    font-size: 11px;
    height: 14px;
    width: 170px;
}

div.txtStandardNew input
{
	background: none;
	border: none;
	padding-left:3px;
	width:318px;
}

div.txtStandard input
{
	background: none;
	border: none;
	height:20px;
	margin-left:2px;
	padding-left:2px;
	width: 190px;
}

div.txtStandardNew
{
	background-image: url('/grafik/Sondag/input.gif');
    background-repeat: no-repeat;
    font-size: 11px;
    height: 14px;
    width: 350px;
    height:20px;
    overflow:visible;
}

input.btnRedSmall 
{
	background: url('/grafik/Sondag/btnStandard.png') no-repeat;
	border: none;
	color: #fff;
	cursor:pointer;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	height: 16px;
	margin-top:10px;
	text-transform:uppercase;
	width: 50px;
}



/* BANNER */
div.topBannerHolder
{
    height: 200px;
    margin: 0 auto;
    width: 950px;
    overflow: visible;
    position: relative;
    z-index: 10000;
    background-image: url('/grafik/Sondag/bannerBg.jpg');
}

div.topBannerHolder table
{
    height: 200px;
    width: 950px;
}
    
div.topBannerHolder table td
{
    text-align: center;
    vertical-align: middle;
}


/* TOP  LOGO  MENU  TEXT */
div.topLogoHolder
{	
	/* Obs. denne grafik hænger sammen med billedte i /sitecore/content/websites/sondag.dk/SiteSettings/TopText - den tidligere logo er idfield_01.gif */
    /*background: #fff url('/grafik/Sondag/KvinderForIndflydelseHeaderSondagLogo.jpg') no-repeat top left;*/
	background: #fff url('/grafik/Sondag/idfield_01.gif') no-repeat top left;
    border: 0px;
    height: 196px;
    width: 950px;
	position: relative;
}

div.topLogo img { height: 90px; width: 485px; left: 10px; position: absolute; top: 36px; }

div.topGlobalMenu
{
    background-image: url('/grafik/Sondag/menuGlobalBg.png');
    background-repeat: no-repeat;
    background-position: top left;
    height: 26px;
    position: absolute;
    z-index: 5;
	right: 0px;
	padding-left: 50px;
}

div.topGlobalMenu ul
{
    list-style: none;
    margin: 0;
    padding-top: 1px;
    height: 20px;
}

div.topGlobalMenu ul li
{
	background: transparent url('/grafik/common/globalSepDark.png') no-repeat right 3px;
    display: block;
    float: right;
    margin-top: 3px;
    padding-left: 7px;
	padding-right: 8px;
}

div.topGlobalMenu a, div.topGlobalMenu a:visited
{
    color: #4e4e4e;
    font-family: Trebuchet MS, Arial;
    font-size: 11px;
    font-weight: bold;
    min-width: 20px;
    padding-top: 5px;
}

div.topGlobalMenu img
{
    height: 9px;
    margin-bottom: -1px;
    margin-left: 2px;
}

div.topText
{
    height: 129px;
    position: absolute;
    top: 0;
    right: 0;
    width: 460px;
}

div.topText h2
{
    font-size: 18px;
    margin: 0;
    margin-bottom: -8px;
}

div.topText h2.bold
{
    font-size: 28px;
}

input.searchBtn,
input.btnStandard
{
    border: none;
    background: none;
    background-image: url('/grafik/Sondag/btnStandard.png');
    background-repeat: repeat-x;
	border: 1px solid #6b6b6b;
    color: #fff;
    cursor: pointer;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 9px;
    font-weight: bold;
    height: 17px;
    text-transform: uppercase;
    width: 40px;
	margin-left: 2px;
	vertical-align: middle;
}

input.btnStandard
{
    width: auto;
}

div.topSearch
{
    position: absolute;
    height: 21px;
	top: 137px;
	right: 7px;
	width: 212px;
	z-index: 9999;
}

div.topSearchInner input.searchText
{
    width: 142px;
}

/* MENU */
div.topMenu
{
	border: 0px;
    border-bottom: 3px solid #d21186;
    width: 100%;
	position: absolute;
	top: 130px;
	background: transparent url('/grafik/Sondag/topMenuBg.png') repeat-x top left;
}

div.default
{
}
div.default #menuSub
{
    display: none;
}

div.topMenu #menuParent
{
    float: left;
    height: 30px;
    overflow: hidden;
    width: 950px;
}

div.topMenu #menuParent a,
#menuParent div.topMenu a:visited,
#menuParent div.topMenu a:active
{
    background-image: url('/grafik/Sondag/menuSep.png');
    background-position: right top;
    background-repeat: no-repeat;
    color: #3c3e3e;
    display: block;
    font-family: Trebuchet MS, Arial, Verdana, Trebuchet MS;
    font-weight: bold;
    font-size: 12px;
    height: 30px;
    text-transform: uppercase;
    padding: 8px 10px 0 10px;
}

div.topMenu #menuParent a.menuSelected
{
    background-image: url('/grafik/Sondag/menuSelectBg.png');
    background-repeat: repeat-x;
    background-position: center top;
    margin-left: -2px;
}

div.topMenu #menuSub a,
div.topMenu #menuSub a:visited,
div.topMenu #menuSub a:active
{
    color: #505050;
    display: block;
    font-family: Arial, Verdana, Trebuchet MS;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 10px 2px 10px;
	margin: 8px 0px 0px;
}

div.topMenu #menuSub a.menuSelected,
div.topMenu #menuSub a.menuSelected:visited
{
	background: #d21186;
	color: #fff;
}

div.topMenu #menuSub
{
    background: #fff;
    clear: both;
    height: 32px;
    width: 950px;
}

div.topMenu ul
{
    height: 35px;
    margin: 0;
    margin-left: 8px;
    padding: 0;
}

div.topMenu ul li
{
    list-style: none;
    float: left;
}

div.topMenu #menuSub li
{
    height: 20px;
}




/* NEWS SWITCHER */
/* FRONTPAGE */
div.newsSwitchHolder
{
    margin-bottom: 12px;
    min-height: 312px;
    overflow: hidden;
    width: 612px;
}

div.newsSwitchHolder ul
{
    display: none;
}

div.newsSwitch
{
    /*background-color: #1b1e1d;*/
    height: 247px;
    overflow: hidden;
    width: 612px;
}

div.newsSwitch div.image
{
    float: left;
    height: 247px;
    position: absolute;
    overflow: hidden;
    width: 482px;
}

div.newsSwitchHolder div.newsSwitchText
{
    margin-top: 8px;
    min-height: 50px;
}

div.newsSwitchHolder div.newsSwitchText h1
{
    font-size: 34px;
}

div.newsSwitch div.menu
{
    background-image: url('/grafik/Sondag/newsSwitchMenuBg.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    color: #3c3e3e;
    float: left;
    height: 247px;
    position: absolute;
    margin-left: 451px;
    overflow: hidden;
    width: 161px;
}

div.newsSwitch div.menuItem
{
    background-image: url('/grafik/Sondag/newsSwitchMenuItemBg.gif');
    background-repeat: no-repeat;
    background-position: 10px 8px;
    cursor: pointer;
    height: 82px;
    width: 161px;
}

div.newsSwitch div.Selected
{
    background-image: url('/grafik/Sondag/newsSwitchMenuSelBg.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: 97px;
    margin-bottom: -15px;
    position: relative;
}

div.newsSwitch div.Hover
{
    /*background-image: url('/grafik/Sondag/newsSwitchMenuHover.png');*/
}

div.newsSwitch div.menu span
{
    display: block;
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: bold;
    margin-left: 25px;
    text-transform: uppercase;
}

div.newsSwitch div.menu span.menuItemSpan1
{
    font-size: 18px;
    line-height: 17px;
    padding-top: 10px;
}

div.newsSwitch div.menu span.menuItemSpan2
{
    display: none;
    color: #ffcb07;
    line-height: 12px;
    margin-top: 2px;
}

div.newsSwitch div.menu div.Selected span.menuItemSpan1, div.newsSwitch div.menu div.Selected span.menuItemSpan2
{
    color: #fff;
    display: block;
}

div.newsSwitchText p.date
{
    display: none;
}


/* NEWSLETTER SIGNUP */
div.newsletterHolder
{
    background-image: url('/grafik/Sondag/newsletterBg.png');
    background-repeat: no-repeat;
    font-size: 10px;
    height: 73px;
    margin-bottom: 12px;
}

div.newsletterInner
{
    padding: 10px 10px 3px 10px;
}

div.newsletterInner h3
{
    color: #3c3e3e;
    font-family: Trebuchet MS;
    margin-bottom: 1px;
}

div.newsletterHolder p
{
    display: none;
    margin: 2px 0 5px 0;
}

div.newsletterHolder p.txtunsubscribe
{
	background: transparent url('/grafik/Sondag/searchReadmore.png') no-repeat center left;
    display: block;
    padding: 0px;
	padding-left: 16px;
    margin: 1px 0 0;
}

div.newsletterHolder p.txtunsubscribe a, div.newsletterHolder p.txtunsubscribe a:visited
{
    text-decoration: underline;
}

div.newsletterHolder div.txt
{
    background-image: url('/grafik/Sondag/txtWhiteBg.png');
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    width: 195px;
}

div.newsletterHolder .txtEmail
{
    border: 0px solid #bfbfbe;
    background: none;
    height: 15px;
    /*margin: 5px 0 0 8px;*/
    width: 200px;
}

div.newsletterHolder div.btn
{
    /*margin-top: 6px;*/
    background-image: url('/grafik/Sondag/btnStandard.png');
    background-repeat: repeat-x;
    float: left;
    margin: 0px 0 0 0px;
	border: 1px solid #6b6b6b;
    height: 16px;
}

div.newsletterHolder .btnSend
{
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Verdana;
    height: 16px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    width: 55px;
}

div.litTxtMessage
{
	display: block;
	height: 1px;
	text-indent: 4px;
	height: 3px;
	float: right;
	bottom: 5px;
}

div.litTxtMessage span.valEmailText
{
	color: #000;
}


/* TEASER */
div.teaserHolder
{
    margin-bottom: 12px;
    overflow: hidden;
	height: 148px;
	background: transparent url('/grafik/Sondag/teaserHolderBg.png') no-repeat top left;
	padding-left: 8px;
}

div.teaserHolder ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

div.teaserHolder ul li
{
    float: left;
    height: 148px;
	width: 149px;
	position: relative;
}

div.teaserHolder ul li.first { margin-left: 4px; display: inline; }

div.teaserHolder ul li div.image
{
	border: 3px solid #fff;
    height: 97px;
    overflow: hidden;
    width: 132px;
	margin: 14px auto 0px;
}

div.teaserHolder ul li div.image a,
div.teaserHolder ul li div.image a:visited
{
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 20px;
}

div.teaserHolder ul li div.content
{
    height: 14px;
    padding: 5px 0 0 6px;
}

div.teaserHolder ul li div.content a,
div.teaserHolder ul li div.content a:visited
{
	background: transparent url('/grafik/Sondag/teaserHolderBullet.png') no-repeat 3px 4px;
	padding-left: 20px;
	padding-top: 2px;
    color: #2b2b2b;
	font: bold 11px 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
}

div.colLeft div.teaserHolder { height: auto; padding: 0px; background: transparent; }
div.colLeft div.teaserHolder ul li { border: 0px; width: 144px; margin: 0 0 12px 0; background: transparent url('/grafik/Sondag/teaserBoxBg.png') no-repeat top left; }
div.colLeft div.teaserHolder ul li .image { width: 110px; }
div.colLeft div.teaserHolder ul li .content .teaser { display: none; }



/* LATEST NEWS */
div.latestNewsHolder
{
    width: 300px;
	height: 250px;
	background: transparent url('/grafik/Sondag/latestNewsBg.png') repeat-x top left;
	overflow: hidden;
}

div.latestNewsHolder ul
{
    font-size: 11px;
    font-weight: bold;
    color: #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.latestNewsHolder ul li
{
    margin: 0px 0px 0px 16px;
	padding: 5px 0px;
}

div.latestNewsHolder ul h3
{
	font-size: 13px;
    font-weight: bold;
	margin: 0px;
	padding: 0px;
	background: transparent url('/grafik/Sondag/latestNewsBullet.png') no-repeat 0px 1px;
	padding-left: 16px;
}

div.latestNewsHolder h3
{
	color: #3c3e3e;
	font: bold 18px 'Trebuchet MS', sans-serif;
    margin: 8px 16px;
	padding: 0px;
    text-transform: none;
}

div.latestNewsHolder div.content
{
	margin: 0px;
}

div.latestNewsHolder div.date
{
	color: #7b7b7b;
}

div.latestNewsHolder div.content a,
div.latestNewsHolder div.content a:visited
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 12px;
	color: #4f4f4f;
}

div.latestNewsHolder div.date a,
div.latestNewsHolder div.date a:visited
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

div.latestNewsHolder2 { background: transparent url('/grafik/Sondag/latestNewsBg2.png') repeat-x top left; }
div.latestNewsHolder2 h3 { color: #fff; }
div.latestNewsHolder2 ul li { border-bottom: 1px solid #eceae8; margin: 0px 16px; }
div.latestNewsHolder2 div.content { margin-left: 0px; }
div.latestNewsHolder2 div.date { margin-left: 0px; }
div.latestNewsHolder2 ul h3 { background: transparent url('/grafik/Sondag/latestNewsBullet.png') no-repeat 0px 1px; }



/* LARGE */
div.latestNewsHolderLarge
{
    min-height: 160px;
    padding: 9px 0 9px 0;
    width: 610px;
}

div.latestNewsHolderLarge div.latestNewsHolder
{
    border: 1px solid #dcdcdc;
}

div.latestNewsHolderLarge div.latestNewsHolder ul
{
    background: none;
}

div.latestNewsHolderLarge ul li
{
    border-bottom: 0px solid #ccc;
    margin-bottom: 2px;
}

div.latestNewsHolderLarge div.floatLeft
{
    width: 303px;
}




/* SNAP IN */
/* SECTIONS */
div.snapinSectionsHolder
{
    background-color: #b5d729;
    min-height: 200px;
    padding: 5px;
}

div.snapinSectionsHolder p
{
    color: #3f3f3f;
    font-family: Arial;
    font-size: 18px;
    margin: 5px 0 8px 4px;
}

div.snapinSections
{
    background-color: #fff;
    height: 59px;
    margin-top: 1px;
    /*overflow: hidden;*/
    width: 290px;
}

div.snapinSections div.ImageHolder
{
    border-right: 1px solid #b5d729;
    height: 59px;
    float: left;
    overflow: hidden;
    width: 84px;
}

div.snapinSections div.TextHolder
{
    height: 59px;
    float: right;
    overflow: hidden;
    width: 205px;
}

div.snapinSections div.TextHolder div.top
{
    background-image: url('/grafik/common/arrowSnapin.gif');
    background-repeat: no-repeat;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: bold;
    height: 41px;
}

div.snapinSections div.TextHolder div.top a
{
    display: block;
    padding: 5px 0 0 20px;
    height: 33px;
    overflow: hidden;
}

div.snapinSections div.TextHolder div.bottom
{
    background-color: #eef4d4;
    font-size: 10px;
    font-style: italic;
    height: 18px;
}

div.snapinSections div.TextHolder div.bottom a
{
    float: right; 
    margin: 3px 5px 0 0;
}

div.snapinSections div.TextHolder a, div.snapinSections div.TextHolder a:visited
{
    font-family: Arial, Verdana;
}

/* SNAP IN */
/* LIST */
div.snapinList
{
    border: 1px solid #f2f2f2;
    background-image: url('/grafik/Sondag/snapinListBg.png');
    background-repeat: no-repeat;
    height: 87px;
    padding: 10px 16px 10px 16px;
    width: 188px;
}

div.snapinList h3
{
    margin-bottom: 5px;
}

div.snapinList ul
{
    font-size: 11px;
    font-weight: bold;
    color: #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.snapinList ul li
{
    margin-bottom: 5px;
}

div.snapinList ul li.last
{
    border-bottom: none;
}

div.snapinList ul h3
{
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0 0px 0;
    text-transform: none;
}

div.snapinList ul a
{
    font-family: Arial, Verdana;
}

/* SNAP IN */
/* FACTS */
div.snapinFactsHolder
{
    background-color: #fbfbfb;
    border: 1px solid #cccccc;
    min-height: 50px;
    min-width: 238px;
}

div.snapinFactsInner
{
    min-height: 50px;
    min-width: 218px;
    padding: 15px 15px 0px;
}

div.snapinFactsHolder div.snapinFactsInner p.headline
{
	color: #3c3e3e;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 5px 0px 12px 0px;
    padding: 0px 0px 0px 6px;
	border: 0px;
}

div.snapinFactsHolder div.snapinFactsInner p,
div.snapinFactsHolder div.snapinFactsInner ul
{
	display: block;
	margin-left: -15px;
	padding-left: 15px;
	border-left: 6px solid #d21186;
}

div.snapinFactsHolder div.snapinFactsInner ul li { margin-left: 20px; }

/* PRINT BAR */
div.printbarHolder
{
    height: 20px;
    margin-bottom: 12px;
    width: 612px;
}

div.printbarInner
{
    float: right;
    margin-left: 15px;
}

div.printbarInner input.btnStandard
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}


.frontSmallNews { clear: both; border-bottom: 1px solid #f5d0d2; height: 130px; margin-top: 12px; line-height: 15px; }
.frontSmallNews li { float: left; width: 300px; margin: 0px 12px 12px 0px; font-size: 12px; font-family: Trebuchet MS, sans-serif;}
.frontSmallNews li.last { margin-right: 0px; }
.frontSmallNews ul { margin: 0px; padding: 0px; }
.frontSmallNews ul li { list-style: none; }
.frontSmallNews h3 a,
.frontSmallNews h3 a:visited { color: #3b3b3b; font-family: 'Trebuchet MS', sans-serif; }
.frontSmallNews .teaser { margin: 0px; padding: 5px 0px 0px; }

.frontSmallNews .date { margin-top: 5px; }
.frontSmallNews .date a,
.frontSmallNews .date a:visited { font-family: Trebuchet MS, sans-serif; font-size: 10px; color: #3b3b3b; }
.frontSmallNews .newsHead span { font-size: 10px; color: #cd343d; }
.frontSmallNews .newsImage { float: left; margin: 0px 12px 12px 0px; }
.frontSmallNews .readmore { margin-top: 6px; }
.frontSmallNews .readmore a { padding-right: 16px; background: transparent url('/grafik/Sondag/readmore.png') no-repeat center right; }

/* ie 6 and 7 fixes {{{ */
div.latestNewsHolder div.date,
div.latestNewsHolder div.date,
div.latestNewsHolder ul h3 { font-size: 0px; }
/* }}} */



/* POLL VOTE */
div.pollHolder
{
    background-color: #e7eae1;
    background-image: url('/grafik/Sondag/pollBottomBg.jpg');
    background-repeat: no-repeat;
    background-position: 0 bottom;
    min-height: 170px;
    margin-bottom: 12px;
    width: 300px;
}

div.pollHolder .pollHeadline
{
    background-image: url('/grafik/Sondag/pollTopBg.jpg');
    background-repeat: no-repeat;
    height: 55px;
}

div.pollHolder .pollHeadline
{
    color: #471e2a;
    font-family: Trebuchet MS;
    font-size: 12px;
    /*margin: 0px 0 0 15px;*/
    padding-top: 5px;
    padding-left: 8px;
    text-transform: uppercase;
}

div.pollHolder .description p
{
    color: #471e2a;
    font-size: 11px;
    font-weight: bold;
    margin: -35px 0 0 8px;
}

div.pollQuestionHolder .headline
{
    display: none;
}

div.pollQuestionHolder
{
    margin-top: 20px;
}

div.pollQuestionHolder .questionHolder
{
    margin: 0px 0 0 15px;
}

div.pollQuestionHolder .questionAnswer
{
    font-family: Trebuchet MS;
    font-size: 11px;
    margin: 8px 0 0 0;
}

div.pollQuestionHolder .questionAnswer input
{
    display: inline-block;
    float: left;
    height: 20px;
    margin: -2px 10px 0 0;
    padding: 0;
}

div.pollHolder .submit
{
    height: 23px;
    margin: 8px 0 0 15px;
    padding-bottom: 5px;
    width: 90px;
}

div.pollHolder .submit input
{
    border: none;
    background: none;
    background-image: url('/grafik/Sondag/btnStandard.png');
    background-repeat: repeat-x;
	border: 1px solid #6b6b6b;
    color: #fff;
    cursor: pointer;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 9px;
    font-weight: bold;
    height: 17px;
    text-transform: uppercase;
    width: 70px;
	margin-left: 2px;
	vertical-align: middle;
}


/* POLL RESULT */
div.pollHolder ul
{
    list-style: none;
    padding: 0 0 0 0px;
    margin: 30px 0 0 0;
}

div.pollHolder ul li
{
    padding-bottom: 2px;
}

div.pollHolder div.pollCaseHolder
{
    min-height: 15px;
    width: 290px;
}

div.pollVoteHolder
{
    background-image: url('/grafik/Sondag/pollVoteBg.jpg');
    background-repeat: no-repeat;
    float: left;
    height: 11px;
    margin-right: 11px;
    overflow: hidden;
    padding-right: 5px;
    width: 100px;
}

div.pollVoteHolder div.pollVote
{
    background-color: #eb70aa;
    height: 2px;
    margin: 5px 2px 3px 2px;
}

div.pollHolder ul li p
{
    color: #471e2a;
    font-size: 10px;
    float: left;
    margin: 0;
}

div.pollHolder ul li p.pollVoteText
{
    min-height: 15px;
    width: 125px;
}

div.pollHolder ul
{
    margin:0px;
}


div.pollHolder div.questionAnswerHolder hr
{
    display:none;
}



/* readmore */
div.readmore a,
div.readmore a:visited,
div.readmore a:active
{
    background: transparent url('/grafik/Sondag/searchReadmore.png') no-repeat center left;
    color: #a6c625;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    margin: 0px 0 12px 12px;
    padding: 0 5px 0px 16px;
    text-transform: uppercase;
}


div.newsSwitchHolder div.newsSwitchText .readmore a,
div.newsSwitchHolder div.newsSwitchText .readmore a:visited
{
    margin-left: 0;
}


/* QUIZ */
div.quizHolder div.item
{
    margin-bottom: 24px;
}

div.quizHolder div.item p.headline
{
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
}

div.quizHolder div.item p.question
{
    margin: 5px 0;
}

div.quizHolder div.item div.answers div.txtStandard
{
	border: none;
	height: auto;
    margin-bottom: 5px;
    width: 600px;
}

div.quizHolder div.item div.answers div.txtStandard input
{
	border: 1px solid #A2A5A4;
    margin-right: 8px;
    width: 220px;
}

div.quizHolder div.item div.answers div.txtStandard span
{
    color: Red;
}

div.winnerListHolder .img
{
    float: left;
    margin: 0 8px 0 0;
}

div.winnerListHolder .winners
{
    margin-left: 10px;
    width: 200px;
}

div.winnerListHolder .winners ul
{
    padding-left: 16px;
}

div.winnerListHolder .winners ul li
{
    list-style-image: url('/grafik/Sondag/arrowRss.gif');
    margin-bottom: 3px;
}
div.quizHolder h1
{
	font-weight:bold;
	margin-bottom:25px;
	padding-top:15px;
}


/* ARTICLE GREY BOX */
div.articleCopyright,
div.grayBoxHolder
{
    min-height: 20px;
    margin-bottom: 12px;
    width: 612px;
}

div.articleCopyright .top,
div.grayBoxHolder .top
{
    height: 10px;
    width: 612px;
}

div.articleCopyright h1,
div.grayBoxHolder h1
{
    font-size: 24px;
    line-height: 24px;
}

div.articleCopyright .content,
div.grayBoxHolder .content
{
    min-height: 10px;
    padding: 4px 10px;
    width: 592px;
}

div.articleCopyright .bottom,
div.grayBoxHolder .bottom
{
    height: 10px;
    width: 612px;
}


/* ulistFrontpage */
ul.ulistFrontpage
{
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    width: 612px;
    overflow:hidden;
}

ul.ulistFrontpage li
{
    float: left;
    margin: 0 0 12px 0;
    width: 300px;
}

ul.ulistFrontpage li.last
{
    margin-left: 12px;
}

ul.ulistFrontpage .image
{
    height: 95px;
    float: left;
    max-width: 108px;
    overflow: hidden;
    margin: 0 12px 0 0;
}

ul.ulistFrontpage .content
{
    float: left;
    margin: 0px 12px 0 0;
    position: static;
    overflow: hidden;
    width: 168px;
}

ul.ulistFrontpage a, ul.ulistFrontpage a:visited, ul.ulistFrontpage a:active
{
    color: #000;
    font-family:Trebuchet MS, Arial, Verdana;
    font-size: 11px;
    padding: 0;
    text-transform: none;
}

ul.ulistFrontpage h3, ul.ulistFrontpage h3 a, ul.ulistFrontpage h3 a:visited, ul.ulistFrontpage h3 a:active
{
    display: inline;
    /*color:#923DAD;*/
    /*font-family:'Lucida Grande','Trebuchet MS',sans-serif;*/
    font-family: Times New Roman, Trebuchet MS, Sans-Serif;
    font-size: 17px;
    height: 25px;
    margin-bottom: 4px;
}

ul.ulistFrontpage .content .date
{
    /*margin-bottom: 3px;
    font-family:Trebuchet MS, Arial, Verdana;*/
    display:none;
}

ul.ulistFrontpage .content .date a,
ul.ulistFrontpage .content .date a:visited
{
    font-size: 10px;
}

ul.ulistFrontpage .teaser
{
    margin: 0;
    border:0px red solid;
    overflow:hidden;
    height:35px;
}

ul.ulistFrontpage a:hover
{
    text-decoration: none;
}

ul.ulistFrontpage div.readmore
{
    float:left;
    background-image:none;
    font-family:Trebuchet MS, Arial, Verdana;
}

ul.ulistFrontpage div.readmore a, 
ul.ulistFrontpage div.readmore a:visited 
{
   background: transparent url('/grafik/Sondag/searchReadmore.png') no-repeat center left;
    color: #a6c625;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    margin: 0px 0 0px 0px;
    padding: 0 5px 0px 16px;
    text-transform: uppercase;
}


/* SEARCH */
div.TabContainer
{
	border: 1px solid #C1C4AF !important;
	margin-bottom: 20px;
}

div.TabNavigation ul li a,
div.TabNavigation ul li a:visited,
div.TabNavigation ul li a span
{
	background-image: url('/grafik/sondag/tabs_2.png') !important;
	color: #8D8181 !important;
	font-size: 11px;
}

div.TabNavigation ul li a.active,
div.TabNavigation ul li a.active span
{
	color: #000 !important;
}

div.shortcutinnerTop div.shortcutinnertopmainCenter div.shortcutinnertopmaincenterTop
{
	border-bottom: 3px solid #d21186 !important;
}
.ThermsAndConditionsAccept
{
	display:none;
}
.ThermsAndConditions p
{
	margin:0;
}

/* galleryWidget */
div.galleryWidget
{
	background: url('/grafik/common/gallery.widget.bg.612.jpg') no-repeat;
	height: 219px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	width: 612px;
}

div.galleryWidget .top h2
{
	font: bold 25px 'Myriad Pro', 'Arial';
	padding: 0 0 0 15px;
	margin: 4px 0 6px;
}

div.galleryWidget span
{
	cursor: pointer;
	height: 37px;
	position: absolute;
	width: 37px;
}

div.galleryWidget span.navLeft
{
	background: url('/grafik/common/gallery.widget.arrow.left.png') no-repeat;
	left: 10px;
	top: 88px;
}

div.galleryWidget span.navRight
{
	background: url('/grafik/common/gallery.widget.arrow.right.png') no-repeat;
	right: 10px;
	top: 88px;
}

div.galleryWidget ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 700px;
}

div.galleryWidget div.list
{
	height: 173px;
	overflow: hidden;
	margin: 5px auto 0;
	width: 463px; /* 568px; 464px 347px; */
}

div.galleryWidget div.list li
{
	background: url('/grafik/common/gallery.widget.item.bg.png') no-repeat;
	height: 173px;
	float: left;
	overflow: hidden;
	margin-left: 11px;
	width: 102px;
}

div.galleryWidget div.list li div.img
{
	height: 92px;
	overflow: hidden;
	margin: 5px;
	width: 92px;
	border: 1px #999 solid;
}

div.galleryWidget div.list li div.title
{
	height: 43px;
	overflow: hidden;
	text-align:center;
}

div.galleryWidget div.list li div.title p
{
	font: bold 11px 'Arial';
	margin: 0;
	padding: 3px;
	line-height:13px;
}
/* End of gallery widget */	

/* easter 
body
{
	background: #F4EECA url('/grafik/Sondag/easter.bodybg.jpg') no-repeat top center;
}

div.topLogoHolder
{
    background: #F2F0CA url('/grafik/Sondag/easter.header.jpg') no-repeat top left;
}

div.topGlobalMenu a,
div.topGlobalMenu a:visited
{
	color: #fff;
}

div.masterHeader
{
	background-color: #C11A8E;
}*/

div.horoscope-general,
div.horoscope-clairvoyance h4,
div.horoscope-widget .horoscope
{
	background: #ECECE8;
}

div.horoscope-widget .horoscope h1 
{
	color: #E31291;
}
