﻿/* OVERWRITE MASTER */
body
{
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: smaller;
	background: #c9333d url('/grafik/FamilieJournalen/bodyBg.png') repeat-x top left;
	/*-moz-opacity: .99999;  this is a ff on mac font rendering fix. remove before production use */
}

img
{
    border: none;
}

h1,
h1 a,
h1 a:visited
{
    color: #cd343d;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	font-size: 23px;
	margin-top: 0;
	margin-bottom: 0px;
	text-decoration: none;
}

h2, h3, h4, h5
{
    color: #cd343d;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
	letter-spacing: 0px;
	margin: 5px 0px 0px 0;
	font-size: 17px;
	margin-top: 0;
}

h4
{
	margin: 0;
}

a, a:visited
{
    color: #000;
    font-family: Trebuchet MS;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

div.masterDiv
{
	background: transparent url('/grafik/FamilieJournalen/masterBg.png') repeat-y top center;
	padding: 0px;
	width: 974px;
}

div.masterDivInner
{
	background-color: #fff;
}

div.footerHolder
{
	height: 65px;
	width: 974px;
	padding-bottom: 0px;
	background: transparent url('/grafik/FamilieJournalen/footer.png') no-repeat top center;
}

div.footerContent
{
	padding-top: 14px;
}

/* FOOTER LINKS */
div.footerLinksHead
{
    border-bottom: 1px solid #e3e3e3;
}

div.footerLinksHead span
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

div.footerLinksInner ul li
{
    background-image: url('/grafik/FamilieJournalen/arrowRightSmallWhite.png');
    background-repeat: no-repeat;
    background-position: left 2px;
    list-style: none;
}

div.footerLinksInner ul li h4,
div.footerLinksInner ul li h4 a,
div.footerLinksInner ul li h4 a:visited,
div.footerLinksInner ul li h4 a:active
{
    color: #fff;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    font-size: 10px;
}

div.footerLinksInner ul li h4 a:hover
{
    color: #ddd;
    text-decoration: underline;
}

div.masterContent
{
	clear: both;
	padding-bottom: 0px;
	width: auto;
}

/* INPUTS */
input.searchText
{
    border: 0px;
	background-color: transparent;
    font-size: 11px;
    height: 14px;
    width: 135px;
}

input.searchBtn
{
    border: 0px;
    background: none;
    cursor: pointer;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
    height: 20px;
    width: 50px;
	position: absolute;
	right: 17px;
}

div.txtStandard
{
    background-image: url('/grafik/FamilieJournalen/txtStandardBg.jpg');
    background-repeat:repeat-x;
    border: 1px solid #c0c0c0;
    font-size: 11px;
    height: 14px;
    width: 250px;
    height:20px;
    overflow:visible;
}

div.txtStandard input
{
	background: none;
	border: none;
	height:20px;
	width:240px;
	margin-left:2px;
	padding-left:2px;
}

input.btnRedSmall 
{
	background: url('/grafik/FamilieJournalen/btnPoll.jpg') no-repeat;
	border: none;
	color: #000;
	cursor:pointer;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	height: 26px;
	margin-top:10px;
	text-transform:uppercase;
	width:65px;
}

input.btnStandard
{
    border: none;
    background: none;
    cursor: pointer;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    margin-left: 6px;
    text-decoration: underline;
    text-transform: uppercase;
}

div.txtStandardNew
{
	background-image: url('/grafik/FamilieJournalen/input.gif');
    background-repeat: no-repeat;
    font-size: 11px;
    height: 14px;
    width: 350px;
    height:20px;
    overflow:visible;
}

div.txtStandardNew input
{
	background: none;
	border: none;
	padding-left:3px;
	width:318px;
}



/* BANNER */
div.topBannerHolder
{
    margin: 0 auto;
    width: 950px;
	text-align: center;
	overflow: visible;
    position: relative;
    z-index: 10000;
}

div.topBannerHolder table,
div.topBannerHolder table td
{
    width: 950px;
}

div.topBannerHolder img
{
    border: 0;
}

div.topSearch
{
    position: absolute;
	background: transparent url('/grafik/FamilieJournalen/searchBarBg.png') no-repeat top left;
    height: 21px;
	width: 217px;
	top: 196px;
	right: 13px;
}

div.topSearchInner
{
    margin-left: 13px;
}


/* TOP  LOGO  MENU  TEXT */
div.topLogoHolder
{
	background: transparent url('/grafik/FamilieJournalen/headerBg.jpg') no-repeat top left;
    border: 0px solid blue;
    margin: 0 auto;
    width: 950px;
	position: relative;
}

div.topLogo
{
	position: absolute;
	top: 10px;
	left: 27px;
}

div.topLogo img
{
	width: 285px;
	height: 135px;
}

div.topGlobalMenu
{
	position : absolute;
	top:0px;
	right:0px;
    background-image: url('/grafik/FamilieJournalen/menuGlobalBg.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: 26px;
	float: right;
	width: 352px;
}

div.topGlobalMenu a,
div.topGlobalMenu a:visited,
div.topGlobalMenu a:active
{
	color: #fff;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 10px;
    min-width: 20px;
    line-height: 24px;
    padding-right: 10px;
    padding-top: 5px;
}

div.topGlobalMenu img
{
    height: 9px;
    margin-bottom: -1px;
    margin-left: 2px;
}

div.topGlobalMenu ul
{
	margin: 0px 4px 0 0;
	padding: 0px;
}

div.topGlobalMenu ul li
{
    background-image: url('/grafik/common/globalSep.png');
    background-repeat: no-repeat;
    background-position: right 7px;
    float: right;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div.topText
{
    border: 0px solid blue;
    height: 156px;
    width: auto;
}

div.topText h2
{
    font-size: 18px;
    margin: 0;
    margin-bottom: -8px;
}

div.topText h2.bold
{
    font-size: 28px;
}

div.topTextInner
{
    margin:0px;
    float:right;
}



/* MENU */
div.topMenu
{
    width: auto;
	margin-bottom: 12px;
	height: 61px;
}

div.default #menuSub ul li
{
	visibility: hidden;
}

div.topMenu #menuParent
{
	background: transparent url('/grafik/FamilieJournalen/menuBg.png') no-repeat top center;
    height: 30px;
    overflow: hidden;
}

div.topMenu #menuParent a,
#menuParent div.topMenu a:visited,
#menuParent div.topMenu a:active
{
    background-image: url('/grafik/FamilieJournalen/menuSep.png');
    background-position: right 0px;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 13px;
	font-weight: bold;
    height: 35px;
    padding: 8px 8px 2px 10px;
}

div.topMenu #menuParent a.menuSelected
{
    background-image: url('/grafik/FamilieJournalen/menuSelectBg.png');
    background-repeat: repeat-x;
}

div.topMenu #menuSub a,
div.topMenu #menuSub a:visited,
div.topMenu #menuSub a:active
{
    color: #cd343d;
    display: block;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 13px;
	font-weight: bold;
    height: 23px;
    padding: 6px 8px 0 10px;
}

div.topMenu #menuSub a.menuSelected
{
	background: transparent url('/grafik/FamilieJournalen/menusubSelectBg.png') repeat-x bottom left;
}

div.topMenu #menuSub
{
    background-image: url('/grafik/FamilieJournalen/menusubBg.png');
    background-repeat: repeat-x;
    height: 29px;
	margin: 2px 0px 0px 12px;
	width: 715px;
}

div.topMenu ul
{
    height: 35px;
    margin: 0;
    margin-left: 12px;
    padding: 0;
	list-style: none;
}
div.topMenu #menuSub ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.topMenu ul li,
div.topMenu #menuSub ul li
{
    float: left;
}



/* NEWS SWITCHER */
/* FRONTPAGE 
div.newsSwitchHolder
{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 12px;
    overflow: hidden;
    width: 612px;
}

div.newsSwitchHolder ul
{
    display: none;
}

div.newsSwitch
{
    background-color: #eee;
    height: 259px;
    margin-bottom: 12px;
    overflow: hidden;
    width: 612px;
}

div.newsSwitch div.image
{
    float: left;
    height: 259px;
    position: absolute;
    overflow: hidden;
    width: 456px;
}

div.newsSwitch div.menu
{
    font-family: Helvetica Neue, Arial, sans-serif;
    color: #11818f;
    float: left;
    height: 222px;
    position: absolute;
    margin-left: 424px;
    width: 188px;
}

div.newsSwitch div.menuItem
{
    background: transparent url('/grafik/FamilieJournalen/newsSwitchMenuBg.png') no-repeat top right;
    cursor: pointer;
    height: 85px;
    width: 188px;
}

div.newsSwitch div.Selected
{
    background-image: url('/grafik/FamilieJournalen/newsSwitchMenuSelBg.png');
	height: 89px;
}

div.newsSwitch div.Hover
{
    background-image: url('/grafik/FamilieJournalen/newsSwitchMenuBg.png');
}

div.newsSwitch div.menu span
{
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-left: 45px;
}

div.newsSwitch div.menu span.menuItemSpan1
{
    font-size: 15px;
    padding-top: 10px;
}

div.newsSwitch div.menu span.menuItemSpan2
{
	display: none;
}

div.newsSwitch div.menu div.Selected span.menuItemSpan1,
div.newsSwitch div.menu div.Selected span.menuItemSpan2
{
	color: #11818f;
	font-size: 17px;
	margin-right: 12px;
}
div.newsSwitchHolder div.newsSwitchText
{
	margin-bottom: 12px;
}
div.newsSwitchHolder div.newsSwitchText h1 a,
div.newsSwitchHolder div.newsSwitchText h1 a:visited,
div.newsSwitchHolder div.newsSwitchText h1 a:active
{
    font-size: 23px;
	font-weight: bold;
}

div.newsSwitchHolder div.newsSwitchText h2
{
	color: #3c3c3c;
	font: normal 12px 'Trebuchet MS', sans-serif;
}

div.newsSwitchText p.date
{
    display:none;
}
*/
/* NEWSLETTER SIGNUP */
div.newsletterHolder
{
    font-size: 11px;
	color: #fff;
    margin-bottom: 12px;
	background: transparent url('/grafik/FamilieJournalen/snapInBg.png') no-repeat top left;
	font-family: Trebuchet MS, sans-serif;
	height: 90px;
	overflow: hidden;
}

div.newsletterHolder a,
div.newsletterHolder a:visited,
div.newsletterHolder a:active
{
	color: #fff;
	text-decoration: underline;
}

div.newsletterHolder h3
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 12px;
	margin-bottom: 6px;
}

div.newsletterHolder p
{
	margin: 0px;
	padding: 0px 12px;
	display: none;
}

div.newsletterHolder div.txt
{
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 2px;
}

div.newsletterHolder div.newsletterInner
{
    background: transparent url('/grafik/FamilieJournalen/newsLetterInputBg.png') no-repeat 12px 30px;
	height: 90px;
	overflow: hidden;
	margin-top: 7px;
}

div.newsletterHolder .txtEmail,
div.newsletterHolder #txtEmail
{
    background-color: transparent;
    border: 0px;
    height: 15px;
	line-height: 14px;
    margin: 3px 3px 0px 0px;
    width: 195px;
	font-size: 12px;
}

div.newsletterHolder .btnSend,
div.newsletterHolder #btnSend
{
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    font-size: 11px;
    margin-top:4px;
    width: 65px;
	height: 21px;
}

div.newsletterHolder div.litTxtMessage
{
	line-height: 11px;
	margin-left: 30px;
}

div.newsletterHolder p.txtunsubscribe
{
	font-size: 10px;
	display: block;
}

div.newsletterHolder p.txtunsubscribe a,
div.newsletterHolder p.txtunsubscribe a:visited
{
    text-decoration: underline;
    font-size: 10px;
    color: #fff;
}

div.litTxtMessage span.valEmailText
{
	color: orange;
	margin-left:-18px;
}

/* TEASER */
div.teaserHolder
{
    height: 120px;
    margin-bottom: 12px;
    overflow: visible;
}

div.teaserHolder ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

div.teaserHolder ul li
{
	background: transparent url('/grafik/FamilieJournalen/teaserBoxBottom.png') no-repeat bottom center;
    float: left;
    height: 120px;
	width: 144px;
	margin-left: 12px;
	margin-bottom: 12px;
}

div.teaserHolder ul li.first { margin-left: 0px; }

div.teaserHolder ul li div.image
{
    height: 98px;
    width: 144px;
    overflow: hidden;
}

div.teaserHolder ul li div.image a,
div.teaserHolder ul li div.image a:visited
{
    margin: 0;
    padding: 0;
}

div.teaserHolder ul li div.content a,
div.teaserHolder ul li div.content a:visited,
div.teaserHolder ul li div.content a:active
{
	padding-left: 12px;
    color: #3c3c3c;
	font: bold 12px 'Helvetica Neue', Arial, sans-serif;
	line-height: 19px;
}

div.colLeft div.teaserHolder ul li
{
    margin: 0 0 12px 0;
}



/* LATEST NEWS */
div.latestNewsHolder
{
    width: 300px;
	height: 250px;
	overflow: hidden;
	background: transparent url('/grafik/FamilieJournalen/latestNewsBg.png') no-repeat top left;
	margin-bottom: 12px;
	overflow: hidden;
}
div.latestNewsHolderWide
{
	background: transparent url('/grafik/FamilieJournalen/latestNewsBgWide.jpg') no-repeat top left;
	width: 456px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 12px;
}

div.latestNewsHolder h3
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin: 0px 13px 0px;
	padding: 8px 0px 18px;
}

div.latestNewsHolder div.content
{
	background: transparent url('/grafik/FamilieJournalen/arrowRightSmall.png') no-repeat 0px 19px;
	padding-left: 12px;
	padding-top: 14px;
}

div.latestNewsHolder div.date
{
	display: block;
	height: 13px;
    margin-left: 12px;
	color: #444;
	position: absolute;
	top: 0px;
}
div.latestNewsHolder div.date a,
div.latestNewsHolder div.date a:visited { color: #444; }

div.latestNewsHolder ul
{
    font-size: 11px;
    list-style: none;
    padding: 0;
    margin: 0px 0px 0px;
}

div.latestNewsHolder ul li
{
	position: relative;
    padding-bottom: 8px;
	margin-left: 13px;
	margin-top: -4px;
	background: transparent url('/grafik/FamilieJournalen/latestNewsItemBg.png') no-repeat bottom center;
}

div.latestNewsHolder ul li.last
{
    border-bottom: none;
}

div.latestNewsHolderWide ul li.last
{
    display: none;
}

div.latestNewsHolder ul h3
{
    font-size: 13px;
    margin: 0px 0px 5px 0px;
	padding: 0px;
}

div.latestNewsHolder a,
div.latestNewsHolder a:visited,
div.latestNewsHolder a:active
{
	color: #cd343d;
	font-family: Helvetica Neue, Arial, sans-serif;
}

div.articleDate
{
	font-family: Trebuchet MS, sans-serif;
    font-size: 10px;
	color: #cd343d;
	margin-top: 5px;
}

/* LARGE */
div.latestNewsHolderLarge ul li
{
	list-style: none;
}

div.latestNewsHolderLarge ul h3
{
    font-size: 16px;
}

/* SMALL */
div.latestNewsHolderSmall
{
    background: transparent url('/grafik/FamilieJournalen/latestNewsSmallBg.png') no-repeat top left;
    width: 144px;
}

div.latestNewsHolderSmall ul.ulistHolder li
{
    background: transparent url('/grafik/FamilieJournalen/latestNewsItemSmallBg.png') no-repeat bottom center;
    height: 66px;
    overflow: hidden;
    width: 126px;
}

/* SECTION */
div.latestNewsHolderSection
{
    background: transparent url('/grafik/FamilieJournalen/latestNewsSectionBg.png') no-repeat top left;
    height: 250px;
    overflow: hidden;
    width: 222px;
}

div.latestNewsHolderSection ul.ulistHolder li
{
    background: transparent url('/grafik/FamilieJournalen/latestNewsItemSmallBg.png') no-repeat bottom center;
    _background: none !important;
    height: 50px;
    .height: 45px;
    margin-top: -5px;
    .margin-top: -4px;
    overflow: hidden;
    width: 206px;
}

div.latestNewsHolderSection ul.ulistHolder li.last
{
	display: none;
}



/* ulistFrontpage 
ul.ulistFrontpage
{
    border-bottom: 1px solid #d6d6d6;
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    width: 612px;
    overflow:hidden;
}

ul.ulistFrontpage li
{
    float: left;
    margin: 0 0px 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: 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
{
    color: #CD343D;
    display: inline;
    font-family: Helvetica Neue,Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    margin-bottom: 4px;
}

ul.ulistFrontpage .content .date
{
    margin-bottom: 3px;
}

ul.ulistFrontpage .content .date a,
ul.ulistFrontpage .content .date a:visited
{
    color: #CD343D;
    font-size: 10px;
}

ul.ulistFrontpage .teaser
{
    margin: 0;
}

ul.ulistFrontpage a:hover
{
    text-decoration: none;
}

ul.ulistFrontpage div.readmore
{
    float: left;
}
*/


div.readmore,
div.newsReadmore { font-weight: bold; margin-top: 6px; }
div.readmore a,
div.readmore a:visited,
div.readmore a:active { color: #3c3c3c; padding-right: 16px; background: transparent url('/grafik/FamilieJournalen/readmore.png') no-repeat 100% 6px; font-weight: bold; }



/* POLL */
div.pollHolder
{
	font-family: Trebuchet MS, sans-serif;
    color: #000000;
    min-height: 50px;
    padding: 10px;
    margin-bottom: 12px;
	border: 6px solid #e1e1e1;
}

div.pollHolder div.pollHeadline
{
	font-size: 21px;
	font-weight: bold;
	color:#CD343D;
	margin: 0px 0px 12px;
}

div.pollHolder p
{
	font-size: 10pt;
	color:#000000;
    margin: 0 0 10px 0;
}

div.pollHolder ul
{
    font-size: 10pt;
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.questionHolder 
{
	color:#000000;
	font-size:10pt;
	font-weight:bold;
}

div.pollHolder ul li
{
    padding-bottom: 2px;
}

div.pollHolder div.pollCaseHolder
{
    min-height: 15px;
    width: 290px;
}

div.pollVoteHolder
{
    background-color: #e1e1e1;
    float: left;
    height: 11px;
    margin-right: 11px;
    overflow: hidden;
    width: 145px;
}

div.pollVoteHolder div.pollVote
{
    background-color: #11818f;
    height: 5px;
	overflow: hidden;
    margin: 3px 2px 3px 2px;
}

div.pollHolder ul li p
{
    float: left;
    margin: 0;
}

div.pollHolder ul li p.pollVoteText
{
    min-height: 15px;
    width: 88px;
}

div.pollHolder hr
{
    border: none;
    border-bottom: 1px solid white;
    height: 1px;
    margin: 0 0 14px -20px;
}

div.pollHolder div.submit
{
	background: #fff url('/grafik/FamilieJournalen/sendBtn2.png') no-repeat center;
	height: 21px;
	margin-top: 12px;
	width: 53px;
}

div.pollHolder div.submit input
{
	background: none;
    border: none;
    cursor: pointer;
    font-size: 12px;
    height: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: 53px;
}

div.pollHolder div.questionAnswer input
{
	margin: 4px;
}




/* SNAP IN */
/* SECTIONS */
div.snapinSectionsHolder
{
    margin-bottom: 12px;
}

div.snapinSectionsHolder p { display: none; }
div.snapinSectionsHolder div.snapinSections p { display: block; } /* make sure that child <p>s are displayed */

div.snapinSections
{
    background: #fff url('/grafik/FamilieJournalen/snapinSectionsBg.png') no-repeat top right;
    height: 71px;
    overflow: hidden;
	margin-bottom: 2px;
}

div.snapinSections div.ImageHolder
{
    overflow: hidden;
    height: 71px;
    width: 81px;
	float: left;
}


div.snapinSections div.TextHolder
{
    border: 0px solid red;
    height: 71px;
    overflow: hidden;
    width: 200px;
	font-size: 12px;
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
}

div.snapinSections div.TextHolder img
{
    position: absolute;
}

div.snapinSections div.TextHolder a,
div.snapinSections div.TextHolder a:visited,
div.snapinSections div.TextHolder a:active
{
	color: #fff;
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 13px;
	text-decoration: none;
}

div.snapinSections div.TextHolder div.bottom a,
div.snapinSections div.TextHolder div.bottom a:visited,
div.snapinSections div.TextHolder div.bottom a:active
{
	color: #fdeda9;
}

div.snapinSections div.TextHolder div.top a,
div.snapinSections div.TextHolder div.top a:visited,
div.snapinSections div.TextHolder div.top a:active
{
	display: block;
	margin-top: 11px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
}

/* SNAP IN */
/* LIST */
div.snapinList
{
    border: 1px solid #f2f2f2;
    background-image: url('/grafik/Golfmagasinet/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: Helvetica Neue, Arial, sans-serif;
}

/* SNAP IN */
/* FACTS */
div.snapinFactsHolder
{
    min-height: 50px;
	padding-top: 12px;
	width: 300px;
	overflow-x: hidden;
	background: transparent url('/grafik/FamilieJournalen/factBoxTop.png') repeat-x top left;
	padding-top: 12px;
	margin: 0px 12px 12px;
}

div.snapinFactsInner
{
	padding: 0px 12px 12px;
	background: transparent url('/grafik/FamilieJournalen/factBoxBottom.png') no-repeat bottom center;
}

div.snapinFactsInner p.headline
{
	background: transparent url('/grafik/FamilieJournalen/factBoxHeadingBg.png') no-repeat bottom left;
	padding-bottom: 6px;
}

div.snapinFactsHolder ul
{
	padding: 0px;
	margin: 12px;
	list-style-image: url('/grafik/FamilieJournalen/arrowRightSmall.png');
}

div.snapinFactsHolder li
{
	padding: 0px;
	margin: 6px 0px;
}



/* PRINT BAR */
div.printbarHolder
{
    height: 20px;
    margin-bottom: 6px;
    width: 612px;
}

div.printbarInner
{
    float: right;
    margin-left: 15px;
}

div.printbarInner input.btnStandard
{
	background: none;
	border: none;
	color: #CD343D;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

.sIFR-flash
{
	height: 25px !important;
}



/* QUIZ */
div.quizHolder div.item
{
    margin-bottom: 24px;
}

div.quizHolder div.item p.headline
{
    font-weight: bold;
    text-decoration: underline;
    margin:5 0 0 0;
    
}

div.quizHolder div.item p.question
{
    margin: 5px 0;
}

div.quizHolder div.item div.answers div.txtStandard
{
	background: none;
	border: none;
	height: auto;
    margin-bottom: 5px;
    width: 600px;
}

div.quizHolder div.item div.answers div.txtStandard input
{
	background: url('/grafik/FamilieJournalen/txtStandardBg.jpg');
	border: 1px solid #C0C0C0;
    margin-right: 8px;
    height: 16px;
    padding: 2px 5px;
}

div.quizHolder div.item div.answers div.txtStandard span
{
    color: Red;
}


/* KONKURRENCE LISTE */
ul.QuizList
{
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    max-width: 456px;
    padding: 0;
	clear: both;
}

ul.QuizList li
{
    background: none;
	border-bottom: 1px solid #e4e4e4;
    margin-bottom: 12px;
	padding-bottom: 12px;
    width: 456px;
	height: auto;
	clear: both;
}

ul.QuizList .image
{
	border-right: 1px solid white;
	height: 95px;
	float: left;
	overflow: hidden;
	width: 108px;
}

ul.QuizList .content
{
    margin: 0px 12px 0px 8px;
    overflow: visible;
	min-height: 68px;
}

ul.QuizList .content p.cat
{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 6px 0;
}

ul.QuizList .content p.date
{
	display: none;
}

ul.QuizList .content p.teaser
{
    margin: 0px;
}

ul.QuizList a,
ul.QuizList a:visited
{
    color: #3c3c3c;
    font-size: 12px;
	font-family: 'Trebuchet MS', sans-serif;
    text-transform: none;
}

ul.QuizList h3
{
    margin-bottom: 0px;
}

ul.QuizList h3 a,
ul.QuizList h3 a:visited
{
	color: #cd343d;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
	letter-spacing: 0px;
	margin: 5px 0 5px 0;
	font-size: 17px;
	margin-top: 0;
}


/* FRONTPAGE NEWS */
/* LARGE / TOP */
div.frontLargeNews div.frontLargeNews
{
	border-bottom: 1px dotted #ccc;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

div.frontLargeNews div.frontLargeNews .floatLeft
{
    margin-right: 10px;
}

div.frontLargeNews div.frontLargeNews .floatRight
{
    margin-left: 10px;
}

div.frontLargeNews div.frontLargeNews .newsReadmore
{
    clear: both;
}

div.frontLargeNews div.frontLargeNews div.newsDate,
div.frontLargeNews div.frontLargeNews div.newsHead h2
{
    display: none;
}

div.frontLargeNews div.frontLargeNews p.newsText
{
	margin: 5px 0;
}

div.frontLargeNews div.frontLargeNews div.newsCategory
{
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: -5px;
}

/* frontSecNews */
div.frontSecNews
{
	/*border-bottom: 1px dotted #ccc;*/
}

div.frontSecNews div.frontSecLargeNews
{
	float: left;
	padding-right: 12px;
	width: 216px;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsHead
{
	margin-bottom: 5px;
}

div.frontSecNews div.frontSecLargeNews div.newsCategory
{
	font-size: 12px;
	font-weight: bold;
}

div.frontSecNews div.frontSecLargeNews h1 a,
div.frontSecNews div.frontSecLargeNews h1 a:visited
{
	font-size: 16px;
}

div.frontSecNews div.frontSecLargeNews h2
{
	display: none;
}

div.frontSecNews div.frontSecLargeNews div.newsImage
{
	float: left;
	margin-right: 10px;
}

div.frontSecNews div.frontSecLargeNews div.newsContent a,
div.frontSecNews div.frontSecLargeNews div.newsContent a:visited
{
	font-size: 11px;
	line-height: 14px;
}

/* list */
div.frontSecNews div.frontSecLargeNewsList
{
	border-left: 1px dotted #ccc;
	float: right;
	margin-bottom: 0px;
	padding-left: 12px;
	width: 215px;
}

div.frontSecNews div.frontSecLargeNewsList ul,
div.frontSecNews div.frontSecLargeNewsList ul li
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.frontSecNews div.frontSecLargeNewsList ul li div.content
{
	float: left;
	width: 105px;
}

div.frontSecNews div.frontSecLargeNewsList ul li
{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 7px;
	height: 100px;
	padding-bottom: 7px;
	overflow: hidden;
	width: 215px;
}

div.frontSecNews div.frontSecLargeNewsList ul li.last
{
	border-bottom: none;
}

div.frontSecNews div.frontSecLargeNewsList div.image
{
	float: left;
	height: 99px;
	margin-right: 10px;
	overflow: hidden;
	width: 99px;
}

div.frontSecNews div.frontSecLargeNewsList div.content h1 a,
div.frontSecNews div.frontSecLargeNewsList div.content h1 a:visited
{
	font-size: 14px;
	line-height: 14px;
}

div.frontSecNews div.frontSecLargeNewsList div.content p
{
	margin: 0;
}

div.frontSecNews div.frontSecLargeNewsList div.content p a,
div.frontSecNews div.frontSecLargeNewsList div.content p a:visited
{
	font-size: 11px;
	line-height: 14px;
}

div.frontSecNews div.newsReadmore
{
	margin-top: 2px;
}

div.frontSecNews div.newsReadmore a,
div.frontSecNews div.newsReadmore a:visited
{
	font-size: 11px;
}


/* bottom list */
ul.ulistFrontpageList
{
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 10px 0 0 0;
	width: 456px;
}

ul.ulistFrontpageList li
{
	border-bottom: 1px dotted #ccc;
	height: 100px;
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 456px;
}

ul.ulistFrontpageList li div.image
{
	float: left;
	height: 99px;
	margin-right: 14px;
	overflow: hidden;
	width: 99px;
}

ul.ulistFrontpageList li div.content
{
	float: left;
	height: 79px;
	overflow: hidden;
	width: 340px;
}

ul.ulistFrontpageList li div.content h1 a,
ul.ulistFrontpageList li div.content h1 a:visited
{
	font-size: 18px;
	line-height: 20px;
}

ul.ulistFrontpageList li div.content h3,
ul.ulistFrontpageList li div.content h2
{
	display: none;
}

ul.ulistFrontpageList li div.content p
{
	margin: 5px 0;
}

ul.ulistFrontpageList li div.content p a,
ul.ulistFrontpageList li div.content p a:visited
{
	font-size: 12px;
}

ul.ulistFrontpageList li div.readmore
{
	float: left;
	height: 20px;
	overflow: hidden;
	width: 340px;
}

ul.ulistFrontpageList li div.readmore a,
ul.ulistFrontpageList li div.readmore a:visited
{
	font-size: 12px;
}


div.colLeft
{
    min-height: 1200px;
}


/* SEARCH */
div.TabContainer
{
	border: 1px solid #2D8E9E !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/familiejournalen/tabs_2.png') !important;
	color: #2D8E9E !important;
	font-size: 11px;
}

div.TabNavigation ul li a.active,
div.TabNavigation ul li a.active span
{
	color: #fff !important;
}

div.shortcutinnerTop div.shortcutinnertopmainCenter div.shortcutinnertopmaincenterTop
{
	color: #B02D35;
}

div.results div.resultelement td,
div.results div.resultelementAlternate td
{
	font-size: 11px;
}

div.results div.resultelement div.ResultElementTitle a,
div.results div.resultelementAlternate div.ResultElementTitle a,
div.results div.resultelement div.ResultElementTitle a:visited,
div.results div.resultelementAlternate div.ResultElementTitle a:visited
{
	text-decoration: underline;
}

/* brevkasse */
div.fix
{
	display: none;
}

ul.ulistBrevkasseOverview
{
	font-family: Arial;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 624px;
}

ul.ulistBrevkasseOverview li
{
	float: left;
	margin: 0 12px 24px 0;
	width: 300px;
}

ul.ulistBrevkasseOverview li div.image
{
	height: 213px;
	overflow: hidden;
	width: 300px;
}

ul.ulistBrevkasseOverview li div.content
{
	background: url('/grafik/familiejournalen/brevkasse.border.image.png') no-repeat top;
	height: 120px;
	overflow: hidden;
	width: 300px;
}

ul.ulistBrevkasseOverview li div.content p.cat
{
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 0 12px;
}

ul.ulistBrevkasseOverview li div.content h3
{
	font-family: Arial;
	font-size: 18px;
	line-height: 20px;
	margin: 5px 0;
	padding: 0 12px;
}

ul.ulistBrevkasseOverview li div.content p.teaser
{
	font-family: Arial;
	font-size: 10pt;
	margin: 10px 0;
	padding: 0 12px;
}

ul.ulistBrevkasseOverview li div.readmore
{
	background: url('/grafik/familiejournalen/brevkasse.btn.readmore.jpg') no-repeat top;
	height: 21px;
	text-align: center;
	width: 78px;
}

ul.ulistBrevkasseOverview li div.readmore a,
ul.ulistBrevkasseOverview li div.readmore a:visited
{
	background: none;
	font-family: Arial;
	font-size: 10px;
	line-height: 21px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.ThermsAndConditionsAccept
{
	display:none;
}
.ThermsAndConditions p
{
	margin:0;
}

div.topicArticleList ul li div.content div.date a,
div.topicArticleList ul li div.content div.date a:visited
{
	color: #000;
	font: bold 11px 'Helvetica Neue','Arial','sans-serif';
}

div.topicArticleList ul li div.content p
{
	line-height: 15px;
	margin: 2px 0 0 0;
}

div.topicArticleList
{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.topicArticleList ul li 
{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 12px;
}

div.videoSearchContainer div.topicSectionHeading,
div.topicGalleryArticleList div.topicSectionHeading
{
	font-size: 10px;
	font-style: italic;
	padding-bottom: 3px;
}

div.videoSearchContainer div.topicSectionHeading strong,
div.topicGalleryArticleList div.topicSectionHeading strong
{
	color: #CD343D;
	font: bold italic 23px 'Helvetica Neue','Arial','sans-serif';
	text-transform: uppercase;
}

div.topicGalleryArticleList ul li div.content h1 a
{
	background-color: #CD343D !important;
	color: #fff;
}

/* shop feed */
div.feedShop div.item
{
	clear: both;
	margin-bottom: 12px;
	overflow: hidden;
	width: 300px;
}

div.feedShop div.item div.top
{
	background: url('/grafik/familiejournalen/feedshop.top.png') top;
}

div.feedShop div.item div.top h3
{
	margin: 0;
	padding: 0;
}

div.feedShop div.item div.top h3 a,
div.feedShop div.item div.top h3 a:visited
{
	display: block;
	height: 65px;
	margin: 0;
	overflow: hidden;
	text-indent: -500px;
	padding: 0;
	width: 300px;
}

div.feedShop div.item div.content
{
	border: 1px solid #333;
	border-top: none;
}

div.feedShop div.item div.content ul
{
	margin: 0;
	padding: 10px;
}

div.feedShop div.item div.content li
{
	border-bottom: 1px solid #808080;
	list-style: none;
	.height: 1%;
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
}

div.feedShop div.item div.content li:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

div.feedShop div.item div.content li:last-child
{
	border: none;
}

div.feedShop div.item div.content li div.image
{
	float: left;
	width: 75px;
}

div.feedShop div.item div.content li div.image img
{
	width: 75px;
}

div.feedShop div.item div.content li div.text
{
	float: none;
	width: 280px;
}

div.feedShop div.item div.content li div.text h2,
div.feedShop div.item div.content li div.text p,
div.feedShop div.item div.content li div.text span
{
	margin: 0;
	overflow: hidden;
	padding: 0 5px;
}

div.feedShop div.item div.content li div.text h2 a,
div.feedShop div.item div.content li div.text h2 a:visited
{
	color: #000;
	font: bold 14px/15px 'Trebuchet MS', 'Arial';
}

div.feedShop div.item div.content li div.text h2 a:hover
{
	text-decoration: underline;
}

div.feedShop div.item div.content li div.text p.info
{
	/*height: 50px;*/
	margin: 2px 0;
	overflow: hidden;
}

div.feedShop div.item div.content li div.text p.info a,
div.feedShop div.item div.content li div.text p.info a:visited
{
	color: #000;
	font: normal 11px/12px 'Trebuchet MS', 'Arial';
}

div.feedShop div.item div.content li div.text span.price a,
div.feedShop div.item div.content li div.text span.price a:visited
{
	color: #000;
	font: bold 14px/16px 'Trebuchet MS', 'Arial';
}

#pop-up
{
	z-index: 1000;
}




