﻿/* OVERWRITE MASTER */
body
{
    background: #F4B5D0 url('/grafik/KigInd/body.bg.jpg') repeat-x top center;
    color: #000;
    font-family: Arial, Verdana;
    /*font-size: 0.7em;*/
    font-size: 12px;
    line-height: 16px;
}

div.masterDiv
{
    background-image: url('/grafik/KigInd/master.bg.png');
    background-repeat: repeat-y;
    width: 984px;
}

div.footerHolder
{
    background-image: url('/grafik/KigInd/footer.bg.png');
    width: 984px;
}

div.footerLinksHead
{
    border-bottom-color: #e86da8;
}

div.footerLinksInner ul li
{
    background-image: url('/grafik/KigInd/arrowLefPink.gif');
}

div.footerLinksHolder
{
    /*width: 970px;*/
}

div.masterContent
{
    margin-top: 12px;
}

div.colLeft
{
    margin-right: 12px;
    width: 144px;
    min-height: 800px;
    overflow: visible;
}

div.colMiddle colSmall
{
    width: 455px;
}

div.footerLinksHead span
{
    color: #df2f8c;
}

div.footerLinksInner ul li h4,
div.footerLinksInner ul li h4 a,
div.footerLinksInner ul li h4 a:visited
{
    color: #df2f8c;
}

div.footerLinksInner ul li h4 a:hover
{
    color: #98205f;
}



/* KIG IND */
a, a:visited
{
    color: #000;
    font-family: Tahoma, Arial, Verdana;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p a, p a:visited, p a:hover
{
    text-decoration: none;
}

h1, h1 a, h1 a:visited
{
    font-family: Trebuchet MS, Arial;
    font-weight: bold;
	letter-spacing: 0px;
	line-height: 22px;
	letter-spacing: -1px;
	font-size: 20pt;
	margin-top: 0;
	margin-bottom: 4px;
	text-transform: uppercase;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
    text-decoration: none;
}

h2, h2 a, h2 a:visited
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

h3, h3 a, h3 a:visited
{
    font-family: Arial, Trebuchet MS, Arial;
    font-weight: normal;
	letter-spacing: 0px;
	line-height: 15pt;
	font-size: 13pt;
	margin-top: 0;
	margin-bottom: 9px;
	text-transform: uppercase;
}




/* INPUTS */
input.searchText
{
    border: 1px solid #ccc;
    font-size: 11px;
    height: 14px;
    width: 170px;
}

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;
}

input.searchBtn
{
    background: none;
    background-image: url('/grafik/KigInd/btnSearch.png');
    background-position: center center;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    height: 19px;
    text-transform: uppercase;
    width: 50px;
}

input.btnRedSmall 
{
	background: url('/grafik/KigInd/btnStandard.gif') no-repeat;
	border: none;
	color: #fff;
	cursor:pointer;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	height:20px;
	margin-bottom:30px;
	margin-top:10px;
	text-transform:uppercase;
	width:50px;
}

div.txtStandardNew
{
	background-image: url('/grafik/KigInd/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;
}

.txtStandard
{
    background-image: url('/grafik/KigInd/txtStandardBg.jpg');
    background-repeat:no-repeat;
    font-size: 11px;
    height: 14px;
    height: 30px;
    overflow: visible;
    width: 215px;
}

div.txtStandard input
{
	background: none;
	border: none;
	height: 20px;
	margin: 6px 0 0 6px;
	width: 200px;
}



/* BANNER */
div.topBannerHolder
{
	background: #DADADA;
    margin: 0 auto;
    min-height: 12px;
    width: 950px;
    overflow: visible;
    position: relative;
    z-index: 10000;
}

div.topBannerHolder table
{
    height: 100px;
    width: 950px;
}
    
div.topBannerHolder table td
{
    text-align: center;
    vertical-align: middle;
}



/* TOP  LOGO  MENU  TEXT */
div.topLogoHolder
{
    border: 0px solid red;
    min-height: 140px;
    position: relative;
    width: 950px;
}

div.topLogo
{
    border: 0px solid green;
    float: left;
    height: 109px;
    margin: 10px 0 0 15px;
    overflow: hidden;
    position: absolute;
    width: 274px;
}

div.topLogo a img
{
    height: 109px;
    width: 274px;
}

div.topGlobalMenu
{
    /*background-image: url('/grafik/KigInd/menuGlobalBg.png');
    background-repeat: no-repeat;
    background-position: top left;*/
    padding-left: 50px;
    float: right;
    height: 26px;
    padding-right: 10px;
    position: relative;
    z-index: 5;
    right: 0px;
}

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
{
    font-family: Trebuchet MS, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    min-width: 20px;
    padding-top: 5px;
}

div.topText
{
    border: 0px solid green;
    height: 130px;
    float: right;
    margin-top: -26px;
    overflow: hidden;
    width: 950px;
}

div.topSearch
{
    background-image: url('/grafik/KigInd/searchBg.png');
    background-repeat: no-repeat;
    border: 0px solid green;
    position: absolute;
    height: 21px;
	top: 136px;
	right: 1px;
	width: 202px;
}

div.topSearch span.search-help
{
	right: 4px;
	top: 0px;
}

div.topSearchInner input.searchText
{
    background: none;
    border: 0px solid #ccc;
    height: 13px;
    margin-left: 4px;
    outline: none;
    width: 134px;
}

div.topSearchInner input.searchBtn
{
    font-size: 9px;
    .font-size: 11px;
    height: 16px;
    .height: 18px;
    width: 37px;
    .width: 35px;
}



/* MENU */
div.topMenu
{
    border: 0px solid green;
    clear: both;
    min-height: 29px;
    width: 950px;
}

div.topMenu #menuParent
{
    background-image: url('/grafik/KigInd/menuParentBg.jpg');
    background-repeat: repeat-x;
    height: 29px;
    overflow: hidden;
}

div.topMenu #menuParent a, #menuParent div.topMenu a:visited, #menuParent div.topMenu a:active
{
    background-image: url('/grafik/KigInd/menuParentSep.gif');
    background-position: right top;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
/*    float: left;*/
    font-family: Arial, Trebuchet MS;
    font-weight: bold;
    font-size: 11px;
    height: 31px;
    text-transform: uppercase;
    padding: 8px 13px 0;
}

div.topMenu #menuParent a.menuSelected
{
    background-image: url('/grafik/KigInd/menuParentSelect.jpg');
    background-repeat: repeat-x;
    color: #000;
}

div.topMenu #menuSub a, div.topMenu #menuSub a:visited, div.topMenu #menuSub a:active
{
    background-image: url('/grafik/KigInd/menuSubSep.gif');
    background-position: right top;
    background-repeat: no-repeat;
    color: #000;
    display: block;
/*    float: left;*/
    font-family: Arial, Trebuchet MS;
    font-weight: bold;
    font-size: 11px;
    height: 31px;
    text-transform: uppercase;
    padding: 6px 15px 0 15px;
}

div.topMenu #menuSub a.menuSelected
{
    background-image: url('/grafik/KigInd/menuSubSelect.jpg');
    background-position: right 0;
    background-repeat: repeat-x;
    color: #fff;
}

div.topMenu #menuSub
{
    background-image: url('/grafik/KigInd/menuSubBg.jpg');
    background-repeat: repeat-x;
    height: 26px;
}

div.topMenu ul
{
    height: 31px;
    margin: 0;
    padding: 0;
}

div.topMenu ul li
{
    list-style: none;
    float: left;
}

.default #menuSub
{
    display: none;
}


/* TEASER */
div.teaserHolder
{
    margin-bottom: 12px;
    overflow: visible;
}

div.teaserHolder ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

div.teaserHolder ul li
{
    float: left;
    height: 133px;
    margin-right: 12px;
    width: 144px;
}

div.teaserHolder ul li.last
{
    margin-right: 0px;
}

div.teaserHolder ul li div.image
{
    height: 100px;
    overflow: hidden;
    width: 144px;
}

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
{
    background-image: url('/grafik/KigInd/teaserFold.jpg');
    background-repeat: no-repeat;
    height: 33px;
    /*text-indent: 20px;*/
    text-align: center;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-top: 0px\0/;
    width: 134px;
}

div.teaserHolder ul li div.content h3
{
    margin: 0;
    .margin-top: -4px;
}

div.teaserHolder ul li div.content a,
div.teaserHolder ul li div.content a:visited
{
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
    text-transform: uppercase;
}

div.colLeft div.teaserHolder ul li
{
    margin: 0 0 12px 0;
}




/* NEWSLETTER SIGNUP */
div.newsletterHolder
{
	position:relative;
    background-image: url('/grafik/KigInd/newsletterBg.jpg');
    background-repeat: no-repeat;
    font-size: 11px;
    height: 93px;
    margin-bottom: 12px;
}

div.newsletterInner
{
    padding: 12px 0 2px 12px;
}

div.newsletterHolder h3
{
    display: none;
}

div.newsletterHolder p
{
    display: none;
}

div.newsletterHolder p.txtunsubscribe
{
    color: #fff;
    display: block;
    font-size: 10px;
    font-style: italic;
    margin: 6px 0 0 2px;
}

div.newsletterHolder p.txtunsubscribe a, div.newsletterHolder p.txtunsubscribe a:visited
{
    color: #fff;
    text-decoration: underline;
}

div.newsletterHolder div.txt
{
    border: 0px solid blue;
    float: left;
    height: 20px;
    margin-top: 35px;
    width: 180px;
}

div.newsletterHolder #txtEmail, div.newsletterHolder .txtEmail
{
    background: none;
    border: 0px solid #ccc;
    height: 15px;
    margin-left: 3px;
    width: 172px;
}

div.newsletterHolder div.btn
{
    background-image: url('/grafik/KigInd/btnNewsletter.png');
    background-repeat: no-repeat;
    border: 0px solid blue;
    float: left;
    height: 21px;
    margin-top: 34px;
    width: 69px;
}

div.newsletterHolder #btnSend, div.newsletterHolder .btnSend
{
    background: none;
    border: 0px solid red;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: bold;
    margin: 3px 0 0 3px; 
    text-transform: uppercase;
    width: 48px;
}

div.newsletterHolder div.clear
{
   
}

div.litTxtMessage
{
	position: absolute;
	color: #000;
	display: block;
	text-indent: 4px;
	height: 3px;
	margin-bottom: 8px;
	bottom: 10px;
	right: 20px;
}

div.litTxtMessage span.valEmailText
{
	color: #ffff00;
} 


/* LATEST NEWS */
div.latestNewsHolder
{
    background-image: url('/grafik/KigInd/latestNewsHolderBg222.jpg');
    background-repeat: repeat-x;
    height: 230px;
    padding: 8px 0px 12px 0px;
    width: 220px;
}

div.latestNewsHolder h3
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 6px 12px;
    padding-bottom: 6px;
}

div.latestNewsHolder ul.ulistHolder
{
    font-size: 11px;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.latestNewsHolder ul.ulistHolder li
{
    background-image: url('/grafik/KigInd/arrowDoubleRight.gif');
    background-repeat: no-repeat;
    background-position: 12px 6px;
    border-bottom: 1px solid #fff;
    padding: 0 8px;
    margin: 8px 0;
    height: 34px;
}

div.latestNewsHolder ul.ulistHolder li.last
{
    border-bottom: none;
}

div.latestNewsHolder ul.ulistHolder .content h3,
div.latestNewsHolder ul.ulistHolder .content h3 a,
div.latestNewsHolder ul.ulistHolder .content h3 a:visited
{
    border: none;
    color: #2f2f2f;
    font-family: Arial, Trebuchet MS, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px 0 0px 5px;
    padding: 0;
    text-transform: none;
}

div.latestNewsHolder ul.ulistHolder .content
{
	height: 15px;
    margin: 2px 0 0px 4px;
    overflow: hidden;
}

div.latestNewsHolder ul.ulistHolder .date a, ul.ulistHolder .date a:visited
{
    color: #535252;
    font-size: 11px;
    text-decoration: none;
}

div.latestNewsHolder ul.ulistHolder .date
{
    margin: 0px 0 4px 4px;
}

/* SMALL */
div.latestNewsHolderSmall
{
    background-image: url('/grafik/KigInd/latestNewsHolderSmallBg.png');
    width: 144px;
}

div.latestNewsHolderSmall ul.ulistHolder li
{
    min-height: 60px;
}

div.latestNewsHolderSmall ul.ulistHolder .date,
div.latestNewsHolderSmall ul.ulistHolder .content
{
    width: 125px;
}



/* FRONTPAGE NEWS */
div.newsHead div.newsCategory
{
    display: none;
}

div.newsHead div.newsDate
{
    color:#df2f8c;
    line-height: 25px;
}

div.newsReadmore
{
    background-image: url('/grafik/KigInd/btnReadmore.png');
    background-repeat: no-repeat;
    height: 17px;
    margin: 5px 0 12px 0;
    .margin-bottom: 0;
}

div.newsReadmore_dagensBillede 
{
    white-space:normal;
    text-transform:uppercase;
    margin: 5px 0 12px 10px;
    font-weight:bold;
}

div.newsReadmore a, div.newsReadmore a:visited
{
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px 0 0 18px;
    padding: 2px 4px 4px 0px;
    text-transform: uppercase;
}

div.newsReadmore a:hover
{
    text-decoration: none;
}


/* FRONTPAGE NEWS */
/* LARGE */
.frontLargeNews
{
    margin-bottom: 12px;
    min-height: 100px;
}

.frontLargeNews .frontLargeNews
{
    margin-bottom: 0;
}

.frontLargeNews .newsImage
{
    margin-bottom: 10px;
}

div.frontLargeNews p.newsText
{
	display: none;
}

/* FRONTPAGE NEWS */
/* SMALL */
div.frontSmallNews div.newsReadmore img, div.frontSecNews div.newsReadmore img, div.frontLargeNews div.newsReadmore img
{
    display:none;
}

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
{
	background-image: url('/grafik/KigInd/btnReadmore.png');
    background-repeat: no-repeat;
    height: 17px;
    
    margin: 2px 0 10px 0px;
	float: left;
	height: 20px;
	overflow: hidden;
	width: 340px;
}

ul.ulistFrontpageList li div.readmore a,
ul.ulistFrontpageList li div.readmore a:visited
{
	font-size: 12px;
	
	color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px 0 0 18px;
    padding: 2px 4px 4px 0px;
    text-transform: uppercase;
}


/* FRONTPAGE NEWS */
/* SECONDARY */
div.frontSecNews
{
	/*background-image:url(/grafik/kigind/frontSecNewsBG.png);
	background-repeat:no-repeat;*/
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    clear: both;
    margin: 12px 0;
    padding: 12px 0;
	overflow: hidden;
    width: 456px;
}

/* LIST */
div.frontSecLargeNewsList
{
    float: right;
    min-height: 20px;
    width: 225px;
}

div.frontSecLargeNewsList .ulistHolder
{
    list-style: none;
    margin: 0;
    padding: 0;
}

div.frontSecLargeNewsList .ulistHolder .image
{
    float: left;
    height: 95px;
    margin: 35px 6px 0 0;
    overflow: hidden;
    width: 108px;
}

div.frontSecLargeNewsList .ulistHolder .content h1
{
	position: absolute;
	top: 0;
	left: 0;
}

div.frontSecLargeNewsList .ulistHolder .content h1 a,
div.frontSecLargeNewsList .ulistHolder .content h1 a:visited
{
    font-size: 13px;
    line-height: 12pt;
    margin: 0;
    padding: 0;
}

div.frontSecLargeNewsList .ulistHolder .teaser
{
	height: 81px;
    margin: 32px 0 0 0;
    padding: 0;
    .padding-top: 32px;
    overflow: hidden;
}

div.frontSecLargeNewsList .ulistHolder li
{
    border-bottom: 1px solid #f2f2f2;
    clear: both;
    margin-bottom: 11px;
    overflow: hidden;
    padding-bottom: 12px;
    position: relative;
}

div.frontSecLargeNewsList .ulistHolder .last
{
    border: none;
    margin-bottom:0;
    padding: 0;
}

div.frontSecLargeNewsList
{
    float: right;
    min-height: 20px;
    width: 225px;
}

div.frontSecLargeNewsList .newsReadmore
{
    margin: 0px 0 0 114px;
}

/* LARGE */
div.frontSecLargeNews
{
	float: left;
}

div.frontSecLargeNews,
div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsImage
{
    height: 285px;
    overflow: hidden;
    width: 220px;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsHead,
div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsContent,
div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsReadmore
{
	display: none;
}


/*div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsHead div.newsCategory
{
    margin-bottom: 4px;
}

div.frontSecNews div.frontSmallNews
{
    border: none;
    width: 215px;
}

div.frontSecLargeNews div.frontSmallNews
{
	padding: 0;
}

div.frontSecNews div.frontSecLargeNews div.newsReadmore
{
    float: left;
    margin-bottom: 0;
    margin-left: 5px;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsHead
{
    margin-bottom: 8px;
    min-height: 50px;
    width: 205px;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsImage
{
	float: left;
	overflow: hidden;
    width: 105px;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsContent
{
    float: right;
    height: 78px;
	overflow: hidden;
	margin: 0 5px 0 0;
    width: 100px;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsContent div.newsContent
{
	margin: 0;
}*/

/* SMALL */
div.frontSecSmallNews div.top
{
    border-bottom: 1px dotted #000;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

div.frontSecNews div.frontSecSmallNews div.frontSmallNews h1
{
    font-size: 12pt;
}

div.frontSecNews div.frontSecSmallNews div.frontSmallNews div.newsHead div.newsCategory
{
    margin-bottom: 4px;
}

div.frontSecNews div.frontSecSmallNews div.frontSmallNews div.newsHead
{
    height: 50px;
    width: 110px;
}

div.frontSecNews div.frontSecSmallNews div.frontSmallNews div.newsContent
{
    float: left;
    margin-bottom: 5px;
    width: 110px;
}

div.frontSecNews div.frontSecSmallNews div.frontSmallNews div.newsReadmore
{
    margin: 0;
    padding: 0;
}



/* POLL */
div.pollHolder
{
    border: 3px solid #60c7bc;
    min-height: 100px;
    padding: 10px;
    margin-bottom: 12px;
    width: 274px;
}

div.pollHolder .headline h1
{
    color: #000;
    font-size: 18px;
}

div.pollHolder .PollImage
{
    margin: 5px 0;
}

div.pollHolder .description p
{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

div.pollQuestionHolder .headline
{
    display: none;
}

div.pollQuestionHolder .questionAnswer
{
    margin: 8px 0 0 0;
    font-weight:bold;
}

div.pollQuestionHolder .questionAnswer input
{
    display: inline-block;
    float: left;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
}

div.pollHolder .submit
{
    height: 23px;
    margin-top: 8px;
    width: 90px;
}

div.pollHolder .submit input
{
    background: #16b5b1 url(/grafik/KigInd/btnReadmore.png) no-repeat;
    padding-left:15px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    width: 108px;
}



/* SNAP IN */
/* SECTIONS */
div.snapinSectionsHolder
{
    background-color: #2ebbb8;
    min-height: 200px;
    padding: 5px;
}

div.snapinSectionsHolder p
{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 8px 4px;
}

div.snapinSections
{
    background-color: #3e7fc5;
    height: 59px;
    margin-top: 1px;
    /*overflow: hidden;*/
    width: 290px;
}

div.snapinSections div.ImageHolder
{
    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;
    background-color: #fff;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: bold;
    height: 41px;
}

div.snapinSections div.TextHolder div.top a
{
    color: #3d3d3d;
    display: block;
    padding: 5px 0 0 20px;
    height: 33px;
    overflow: hidden;
}

div.snapinSections div.TextHolder div.bottom
{
    background-color: #d7f2f2;
    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 */
/* FACTS */
div.snapinFactsHolder
{
    /*background-image: url('/grafik/KigInd/factsTop.gif');
    background-repeat: no-repeat;
    background-position: left top;*/
    background: #d8f1ef;
    border: 5px solid #60c7bc;
    min-height: 50px;
    min-width: 0;
    padding: 0;
    width: 300px;
}

div.snapinFactsHolderPink
{
	background: #F2AED5;
    border: 5px solid #DB3090;
}

div.snapinFactsHolderYellow
{
	background: #F7E84D;
    border: 5px solid #FDFB2D;
}

div.snapinFactsHolder div.snapinFactsInner
{
    background-image: none;
    min-height: 50px;
    min-width: 218px;
    padding: 10px;
}

div.snapinFactsHolder div.snapinFactsInner p
{
    font-weight: bold;
    margin: 0;
}

div.snapinFactsHolder div.snapinFactsInner p.headline
{
    color: #373a32;
    font-family: Arial, Verdana;
    font-weight: bold;
	line-height: 16px;
	font-size: 15px;
	margin: 5px 0 5px 0px;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

div.snapinFactsHolder div.snapinFactsInner ul
{
    font-weight: bold;
    list-style-image: url('/grafik/KigInd/bulletGreen.gif');
    padding: 0 0 0 15px;
    margin-left: 0;
}

div.snapinFactsHolderPink div.snapinFactsInner ul,
div.snapinFactsHolderYellow div.snapinFactsInner ul
{
    list-style-image: none;
}

div.snapinFactsHolder div.snapinFactsInner li
{
    margin: 3px 0;
}



/* PRINT BAR */
div.printbarHolder
{
    height: 20px;
    margin-bottom: 10px;
    width: 612px;
}

div.printbarInner
{
    float: right;
    margin-left: 15px;
}

div.printbarHolder
{
    width: 620px;
}

div.printbarHolder input.btnStandard
{
    border: none;
    background: none;
    color: #DF2F8C;
    cursor: pointer;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: bold;
    margin-left: 4px;
    padding-left: 0;
    text-transform: uppercase;
}

/* --- POLL Answer --- */
div.pollHolder hr
{
	color: #60c7bc;
}
div.pollHolder div.pollHeadline
{
    font-weight: bold;
    text-transform: uppercase;
    font-family:Trebuchet MS,Arial;
    font-size:18px;
    line-height:20px;
}

div.pollHolder p
{
    color: #000;
    font-family: Arial, Verdana;
    font-size: 10px;
    margin: 0 0 10px 0;
}
div.pollHolder ul
{
    font-size: 10pt;
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.pollHolder ul li
{
    padding-bottom: 2px;
}

div.pollHolder div.pollCaseHolder
{
    min-height: 15px;
    width: 290px;
}

div.pollVoteHolder
{
    background-color: #30352b;
    float: left;
    height: 11px;
    margin-right: 11px;
    overflow: hidden;
    width: 155px;
}

div.pollVoteHolder div.pollVote
{
    background-color: #60c7bc;
    height: 5px;
    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.questionAnswer
{
	width:200px;	
}


/* QUIZ */
div.quizHolder div.item
{
	clear: both;
    margin-bottom: 24px;
}

div.quizHolder div.item p.headline
{
	font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    margin: 5px 0;
}

div.quizHolder div.item p.question
{
    margin: 5px 0;
}

div.quizHolder div.item div.answers div.txtStandard
{
    margin-bottom: 5px;
    width: 600px;
}

div.quizHolder div.item div.answers div.txtStandard input
{
    margin-right: 8px;
}

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;
}

ul.QuizList li
{
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    height: 95px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 456px;
}

ul.QuizList .image
{
    border-right: 1px solid white;
    height: 95px;
    float: left;
    overflow: hidden;
    max-width: 108px;
}

ul.QuizList .content
{
    float: left;
    height: 78px;
    margin: 0px 12px 0 8px;
    position: static;
    overflow: hidden;
    width: 318px;
}

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 a, 
ul.QuizList a:visited
{
    color: #000;
    padding: 0;
    text-transform: none;
}

ul.QuizList h3
{
    margin-bottom: 0px;
}

ul.QuizList h3 a, 
ul.QuizList h3 a:visited
{
    font-size: 16px;
}

ul.QuizList .content .teaser
{
    padding: 0;
    margin: 0;
}

ul.QuizList .readmore
{
    background-image: url('/grafik/KigInd/btnReadmore.png');
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    font-weight: bold;
    padding-right: 12px;
    margin: 0px 12px 0 12px;
    width: 100px;
}

ul.QuizList .readmore a, 
ul.QuizList .readmore a:visited
{
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px 0 0 18px;
}


/* 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;
}


/* SEARCH */
div.TabContainer
{
	border: 3px solid #D1F1EE !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/kigind/tabs_2.png') !important;
	color: #000 !important;
	font-size: 10px;
}

div.TabNavigation ul li a.active,
div.TabNavigation ul li a.active span
{
	color: #fff !important;
}

div.shortcutinnerTop div.shortcutinnertopmainCenter
{
	width: 260px !important;
}

/* bmi */
div.bmiCalc
{
	background: #952893 url('/grafik/kigind/bmi.bg.jpg') no-repeat top;
	padding: 18px 18px 10px;
	margin-bottom: 12px;
	height: 95px;
}

div.bmiCalc h1
{
	color: #fff;
	font: bold 19px/20px 'Lucida Sans';
	margin: 0;
	padding: 0;
	visibility: hidden;
}

div.bmiCalc h2
{
	color: #000;
	font: bold 11px/23px 'Arial';
	margin: 0 0 -1px;
	padding: 0;
}

div.bmiCalc div.txt
{
	display: inline;
}

div.bmiCalc div.txt input
{
	background: #fff;
	border: solid thin #F0D1E6;
	color: #999;
	font: bold 11px/11px 'Arial';
	padding: 2px;
	.padding-top: 8px;
	margin: 0 5px 0 0;
	width: 115px;
}

div.bmiCalc #btnSubmit
{
	background: #952893 url('/grafik/kigind/bmi.button.jpg') no-repeat bottom;
	border: none;
	color: #fff;
	cursor: pointer;
	font: bold 11px/11px 'Arial';
	margin-top: 7px;
	padding: 0;
	height: 19px;
	width: 85px;
	/*text-decoration: underline;*/
}

div.bmiResult
{
	margin-bottom: 12px;
}

div.bmiResult a,
div.bmiResult a:visited
{
	color: #0DCDD7;
	font: bold 12px/12px 'Arial';
	text-decoration: underline;
}

/* Feed List */
div.feedList div.item h2,
div.feedList div.item h2 a,
div.feedList div.item h2 a:visited
{
	font-weight: normal;
}

div.feedList div.item h2 a:hover
{
	text-decoration: underline;
}

div.feedList div.item li.first h2,
div.feedList div.item li.first h2 a,
div.feedList div.item li.first h2 a:visited
{
	font-weight: bold;
}

div.feedList div.item div.top h3,
div.feedList div.item div.top h3 a,
div.feedList div.item div.top h3 a:visited
{
	font-size: 16px;
	margin: 0;
	text-transform: none;
}

div.feedList div.item div.top h3 a,
div.feedList div.item div.top h3 a:visited
{
	text-decoration: underline;
}

.ThermsAndConditionsAccept
{
	display:none;
}
.ThermsAndConditions p
{
	margin:0;
}

/* Horoscope */
div.horoscopeGeneralContentDiv table td 
{
     background: #d32c83 url('/grafik/kigind/horoscope.table.bg.gif') repeat-x bottom;
     color: White;
     font-weight:bolder;
     border: 1px solid #5bcac5;
}

div.horoscopeGeneralContentDiv table td a, div.horoscopeGeneralContentDiv table td a:link,div.horoscopeGeneralContentDiv table td a:hover, div.horoscopeGeneralContentDiv table td a:visited
{     
     color: #fff;
     font-weight:bolder;
     text-decoration:none;
}

div.horoscopeTopDiv 
{
	padding: 0 !important;
}

div.horoscopeTopDiv div.horoscopeTopDivHeader  
{
	margin-bottom: 0px;	
}
	
ul.ulHoroscopeListsmall li 
{
	padding-right: 24px !important;
} 

.horoscopeTopDivSmall .horoscopeTopDivHeader
{
	margin-bottom: 15px;
}

div.horoscopeContentDiv, div.horoscopeGeneralContentDiv 
{
	border-bottom: 1px solid #f2f2f2;
}

div.horoscopeContentDiv div.byline, div.horoscopeGeneralContentDiv div.byline
{
	font-style: normal;
}

div.horoscopeGeneralContentDiv .dates, div.horoscopeContentDiv .dates
{	
	margin-top: 0px !important;
	margin-bottom: 10px;
} 

div.horoscopeGeneralContentDiv div.innerTextHeadersSeOgsaa, div.horoscopeContentDiv div.innerTextHeadersSeOgsaa
{	
	font-weight: bold;
} 

/* galleryWidget */
div.galleryWidget
{
	background: url('/grafik/kigind/gallerywidget.bg.jpg') no-repeat;
	height: 219px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	width: 456px;
}

div.galleryWidget .top h2
{
	font: bold 25px 'Myriad Pro', 'Arial';
	padding: 10px 0 0 15px;
}

div.galleryWidget span
{
	cursor: pointer;
	height: 37px;
	position: absolute;
	width: 37px;
}

div.galleryWidget span.navLeft
{
	background: url('/grafik/kigind/gallerywidget.arrow.left.png') no-repeat;
	left: 10px;
	top: 88px;
}

div.galleryWidget span.navRight
{
	background: url('/grafik/kigind/gallerywidget.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: 347px;
}

div.galleryWidget div.list li
{
	background: url('/grafik/kigind/gallerywidget.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 #999999 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;
}

div.topicArticleList ul li div.content p
{
	line-height: 15px;
	margin: 2px 0 0 0;
}

div.topicArticleListSmall ul li div.image p.teaser
{
	height: 64px;
	margin: 0px;
}

/*Twitterbox Widget*/
div.TwitterboxWidget
{
	background: url('/grafik/kigind/twitter.kigind.sprite.jpg') no-repeat bottom;
	padding-bottom: 46px;
	margin-bottom: 12px;
	width: 300px;
}

div.TwitterboxWidget div.top
{
	background: url('/grafik/kigind/twitter.kigind.sprite.jpg') no-repeat top;
	height: 77px;
}

div.TwitterboxWidget div.top h3,
div.TwitterboxWidget p.date,
div.TwitterboxWidget p.host
{
	display: none;
}

div.TwitterboxWidget div.ItemList
{
	background: url('/grafik/kigind/twitter.kigind.sprite.jpg') no-repeat left -77px;
	padding: 0 22px;
}

div.TwitterboxWidget div.ItemList ul
{
	margin: 0;
	padding: 0;
}

div.TwitterboxWidget div.ItemList ul li
{
	list-style: none;
	height: 60px;
	overflow:hidden;
}

div.TwitterboxWidget div.ItemList ul li h2
{
	display: inline;
	float: left;
	margin-right: 6px;
}

div.TwitterboxWidget div.ItemList ul li p.teaser
{
	font: normal 11px/12px 'Arial';
	display: inline;
	word-wrap: break-word;
}

div.TwitterboxWidget div.ItemList ul li p.teaser a,
div.TwitterboxWidget div.ItemList ul li p.teaser a:visited
{
	font: normal 11px/12px 'Arial';
	text-decoration: underline;
}
/*Twitterbox Widget End*/

div.horoscope-general,
div.horoscope-clairvoyance h4,
div.horoscope-widget .types,
div.horoscope-widget .horoscope
{
	background: #D2F0F0;
}

div.horoscope-widget .horoscope h1
{
	color: #000;
	margin: 0;
	text-transform: none;
}

div.horoscope-widget .horoscope h3
{
	text-transform: none;
}










