﻿/* OVERWRITE MASTER */
html
{
    background-image: url('/grafik/Q/bodyGradient.jpg');
    background-repeat: repeat-x;
    background-color: #e1f0b7;
}

body
{
    
    background-image: url('/grafik/Q/htmlBg.png');
    background-repeat: no-repeat;
    background-position: center top;
    color: #313131;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 0.8em;
}

div.footerHolder
{
    background-image: url('/grafik/Q/footer.png');
}

div.footerContent
{
    font-weight: bold;
    font-size: 10px;
    padding-top: 20px;
}

div.masterContent
{
    margin-top: 20px;
}

div.colLeft
{
    margin-left: 2px;
    margin-right: 12px;
    min-height: 800px;
    width: 156px;
}

div.colMiddle colSmall
{
    width: 455px;
}

div.footerLinksHead
{
    border-bottom: 1px solid #abb78b;
}

div.footerLinksHead span
{
    color: #1f1f1f;
}

div.footerLinksInner ul li h4, div.footerLinksInner ul li h4 a, div.footerLinksInner ul li h4 a:visited
{
    color: #1f1f1f;
}

div.footerLinksInner ul li h4 a:hover
{
    color: #000;
}

div.footerLinksInner ul li
{
    background-image: url('/grafik/Q/arrowFooter.gif');
    background-repeat: no-repeat;
}



/* Q */
a, a:visited
{
    color: #313131;
    font-family: Trebuchet MS, Arial, Verdana;
    text-decoration: none;
}

p a, p a:visited
{
    text-decoration: none;
}

h1, h1 a, h1 a:visited
{
    color: #272525;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-weight: bold;
	letter-spacing: 0px;
	line-height: 24px;
	font-size: 18pt;
	margin-top: 0;
	margin-bottom: 9px;
}

h2, h2 a, h2 a:visited
{
    color: #444444;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

h3, h3 a, h3 a:visited
{
    color: #272727;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-weight: bold;
	letter-spacing: 0px;
	line-height: 15pt;
	font-size: 13pt;
	margin-top: 0;
	margin-bottom: 9px;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}




/* INPUTS */
input.searchText
{
    background: none;
    border: none;
    font-size: 11px;
    height: 14px;
    width: 170px;
}

input.btnStandard
{
    border: none;
    background: none;
    cursor: pointer;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: bold;
    margin-left: 6px;
    text-decoration: underline;
    text-transform: uppercase;
}

input.searchBtn
{
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 19px;
    .height: 21px;
    padding: 1px 0 0 0;
    margin: 0;
    text-transform: uppercase;
    width: 48px;
    .width: 44px;
}

div.txtStandard
{
	background-image: url('/grafik/q/txtStandardBg.jpg');
	font-family: Arial,Verdana;
	height: 22px;
	margin-bottom: 5px;
	width: 210px;
}

div.txtStandard input
{
	background: none;
	border: none;
	font-family: Arial,Verdana;
	font-size: 12px;
	margin: 2px 0 0 9px;
	width: 190px;
}

.btnRedSmall
{
	background-color: #454545;
	background-image: url('/grafik/Q/btnPoll.jpg');
	background-repeat: repeat-x;
	border: 1px solid #A2A5A4;
	color: #fff;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	text-transform: uppercase;
	width: 60px;
}



/* BANNER */
div.topBannerHolder
{
    margin: 0 auto;
    min-height: 0px;
    padding-top: 12px;
    width: 950px;
    overflow: visible;
    position: relative;
    z-index: 10000;
}

div.topBannerHolder table
{
    border: 1px solid #e3197f;
    height: 114px;
    width: 950px;
}

div.topBannerHolder table td
{
    text-align: center;
    padding: 12 0;
    vertical-align: middle;
}



/* TOP  LOGO  MENU  TEXT */
div.topLogoHolder
{
    background-image: url('/grafik/Q/topIdBg.jpg');
    background-repeat: no-repeat;
    border: 0px solid red;
    height: 214px;
    position: relative;
    width: 950px;
}

div.topLogo
{
    border: 0px solid green;
    float: left;
    height: 175px;
    width: 160px;
}

div.topLogo img
{
    height: 175px;
    width: 160px;
}

div.topGlobalMenu
{
    border: 0px solid green;
    background-image: url('/grafik/Q/globalMenuBg.png');
    background-repeat: no-repeat;
    background-position: top right;
    float: right;
    height: 25px;
    line-height: 18px;
    padding-right: 10px;
    position: relative;
    z-index: 5;
    padding-left: 60px;
    right: 0px;
}

div.topGlobalMenu ul
{
    list-style: none;
    margin: 0;
    padding-top: 1px;
    height: 20px;
}

div.topGlobalMenu ul li
{
	background: transparent url('/grafik/common/globalSep.png') no-repeat right 4px;
    display: block;
    float: right;
    margin-top: 3px;
    padding-left: 7px;
	padding-right: 8px;
}

div.topGlobalMenu ul li.aboLink A,
div.topGlobalMenu ul li.aboLinkWhite A
{
	padding-top: 4px;
}

div.topGlobalMenu a, div.topGlobalMenu a:visited
{
    color: #fff;
    font-family: Trebuchet MS, Arial;
    font-size: 11px;
    font-weight: bold;
    min-width: 20px;
    padding-top: 5px;
}

div.topText
{
    border: 0px solid green;
    height: 161px;
    float: right;
    margin-top: -25px;
    /*margin-bottom: 40px;*/
    width: 720px;
}

div.topSearch
{
    border: 0px solid green;
    position: absolute;
    height: 21px;
	top: 189px;
	right: 5px;
	width: 212px;
}

div.topSearchInner
{
    background-image: url('/grafik/Q/searchBg.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-left: 20px;
}

div.topSearchInner input.searchText
{
    width: 112px;
    margin-left: 10px;
}



/* MENU */
div.topMenu
{
    border: 0px solid green;
    float: left;
    height: 51px;
    margin-top: -14px;
    width: 950px;
}

div.topMenu #menuParent
{
    background-image: url('/grafik/Q/menuBg.png');
    background-repeat: repeat-x;
    height: 25px;
    overflow: hidden;
    margin-left: 155px;
}

div.topMenu #menuParent a, #menuParent div.topMenu a:visited, #menuParent div.topMenu a:active
{
    background-image: url('/grafik/Q/menuSep.png');
    background-position: right 0px;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: Arial, Trebuchet MS, Arial;
    font-weight: bold;
    font-size: 12px;
    height: 25px;
    text-transform: uppercase;
    padding: 5px 9px 0;
}

div.topMenu #menuSub a, div.topMenu #menuSub a:visited, div.topMenu #menuSub a:active
{
    background-image: url('/grafik/Q/menuSubBg.png');
    background-position: -1px 0px;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: Arial, Trebuchet MS, Arial;
    font-weight: bold;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 0px 9px 0;
}

div.topMenu #menuParent a.menuSelected, div.topMenu #menuSub a.menuSelected
{
    background-image: url('/grafik/Q/menuSelectBg.png');
    background-repeat: repeat-x;
    color: #222;
}

div.topMenu #menuSub
{
    height: 26px;
}

div.topMenu ul
{
    height: 25px;
    margin: 0;
    padding: 0;
}

div.topMenu ul li
{
    list-style: none;
    float: left;
}

div.default #menuSub
{
    display: none;
}



/* TEASER */
div.teaserHolder
{
    height: 460px;
    margin-bottom: 12px;
    overflow: visible;
}

div.teaserHolder ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

div.teaserHolder ul li
{
    background-image: url('/grafik/Q/teaserBoxBg.png');
    background-repeat: repeat-x;
    float: left;
    height: 127px;
    margin-right: 12px;
    width: 156px;
}

div.teaserHolder ul li.last
{
    margin-right: 0px;
}

div.teaserHolder ul li div.image
{
    height: 101px;
    margin: 26px 0 0 8px;
    overflow: hidden;
    width: 140px;
}

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: 16px;
    text-indent: 20px;
    position: absolute;
    margin-top: -118px;
    overflow: hidden;
}

div.teaserHolder ul li div.content h3
{
    margin: 1px 0 0 5px;
}

div.teaserHolder ul li div.content a, div.teaserHolder ul li div.content a:visited
{
    color: #2f2f2f;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 12px;
}

div.colLeft div.teaserHolder ul li
{
    margin: 0 0 12px 0;
}




/* NEWSLETTER SIGNUP */
div.newsletterHolder
{
    background-image: url('/grafik/Q/newsletterBg.png');
    background-repeat: no-repeat;
    height: 97px;
    margin-bottom: 12px;
    width: 300px;
}

div.newsletterInner
{
    background-image: url('/grafik/Q/newsletterInputBg.png');
    background-repeat: no-repeat;
    background-position: 10px 44px;
    padding: 30px 0 2px 12px;
}

div.newsletterHolder h3
{
    display: none;
}

div.newsletterHolder p
{
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    margin: -9px 0 5px 5px;
}

div.newsletterHolder p.unsubscripe
{
    color: #475e08;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    margin-left: 5px;
}

div.newsletterHolder p.unsubscripe a, div.newsletterHolder p.unsubscripe a:visited
{
    color: #475e08;
    text-decoration: underline;
}

div.newsletterHolder div.txt
{
    border: 0px solid blue;
    float: left;
    height: 20px;
    margin-left: 3px;
    width: 214px;
}

div.newsletterHolder #txtEmail, div.newsletterHolder .txtEmail
{
    background: none;
    border: none;
    height: 17px;
    width: 212px;
    margin-top: 13px;
}

div.newsletterHolder div.btn
{
    border: 0px solid blue;
    float: left;
    height: 21px;
    width: 50px;
    padding-top: 13px;
}

div.newsletterHolder #btnSend, div.newsletterHolder .btnSend
{
    background: none;
    border: 0px solid red;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Verdana;
    font-size: 8px;
    font-weight: bold;
    height: 18px;
    margin: 0 0 0 2px;
    padding: 0;
    text-transform: uppercase;
    width: 48px;
}

div.newsletterHolder div.clear
{
    padding-bottom: 0px;
}

div.litTxtMessage
{
	color: #fff;
	display: block;
	font-size:12px;
	font-weight: bold;
	height: 22px;
	text-indent: 4px;
}

div.litTxtMessage span.valEmailText
{
	color: #f00;

}




/* LATEST NEWS */
div.latestNewsHolder
{
    background-image: url('/grafik/Q/latestnewsTop.png');
    background-repeat: no-repeat;
    background-color: #f9f0f5;
    padding: 8px 12px 0px 12px;
    width: 196px;
}

div.latestNewsHolder h3
{
    color: #fff;
    margin: -4px 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/Q/arrowPinkBlock.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    border-bottom: 1px dotted #929292;
    padding-left: 13px;
    margin: 5px 0 5px 0;
    min-height: 20px;
}

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: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px 0 0px 0px;
    padding: 0;
    text-transform: none;
}

div.latestNewsHolder ul.ulistHolder .content
{
    margin: 2px 0 0px 4px;
    min-height: 15px;
}

div.latestNewsHolder ul.ulistHolder .date a, ul.ulistHolder .date a:visited
{
    color: #f73587;
    font-size: 10px;
    line-height: 15px;
    text-decoration: none;
}

div.latestNewsHolder ul.ulistHolder .date
{
    margin: -4px 0 4px 4px;
}

/* SMALL */
div.latestNewsHolderSmall
{
    width: 120px;
}

div.latestNewsHolderSmall ul.ulistHolder li
{
    min-height: 60px;
}

div.latestNewsHolderSmall ul.ulistHolder .date,
div.latestNewsHolderSmall ul.ulistHolder .content
{
    width: 110px;
}

div.latestNewsHolderLarge
{
	width: 276px;
}



/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/


/* FRONTPAGE NEWS */
div.newsReadmore
{
	margin: 8px 0 8px 0;
}

div.newsReadmore img
{
    display:none;
}

div.newsReadmore a,
div.newsReadmore a:visited
{
    background-image: url('/grafik/Q/arrowPinkBlock.gif');
    background-repeat: no-repeat;
    background-position: 0 0px;
    color: #dc1c82;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 0 0px 0;
    padding-left: 15px;
    text-transform: uppercase;
}

/* FRONTPAGE NEWS */
/* LARGE / TOP */
.frontLargeNews .floatLeft
{
    margin-right: 10px;
}

.frontLargeNews .floatRight
{
    margin-left: 10px;
}

.frontLargeNews .newsReadmore
{
    clear: both;
}

div.newsHead div.newsCategory,
div.frontLargeNews p.newsText
{
    display: none;
}

div.newsHead div.newsDate
{
    color: #DC1C82;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}

div.frontLargeNews h1,
div.frontLargeNews h1 a,
div.frontLargeNews h1 a:visited
{
    margin-bottom: 2px;
    margin-top: -5px;
}


/* FRONTPAGE NEWS */
/* SEC */
div.frontSecNews
{
    background-image: url('/grafik/Q/linePinkDotted.png');
    background-repeat: no-repeat;
    margin-bottom: 12px;
    height: 280px;
    padding-top: 12px;
    width: 456px;
}

/* RIGHT LIST (2 news) */
div.frontSecLargeNewsList
{
    float: right;
    min-height: 20px;
    width: 225px;
}

div.frontSecLargeNewsList .ulistHolder
{
    list-style: none;
    margin: 0;
    padding: 0;
}

div.frontSecLargeNewsList .ulistHolder li
{
	background-image: url('/grafik/Q/linePinkDotted.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 4px;
    height: 142px;
    position: relative;
    overflow: hidden;
}

div.frontSecLargeNewsList .ulistHolder li.last
{
    background: none;
}

div.frontSecLargeNewsList .ulistHolder .image
{
	float: left;
	height: 95px;
	margin: 35px 6px 0 0;
	overflow: hidden;
	width: 108px;
}

div.frontSecLargeNewsList .ulistHolder .content
{
    height: 116px;
    overflow: hidden;
}

div.frontSecLargeNewsList .ulistHolder .content h1
{
	left: 0;
	position: absolute;
	top: 0;
	_width: 220px;
}

div.frontSecLargeNewsList .ulistHolder .content h1,
div.frontSecLargeNewsList .ulistHolder .content h1 a,
div.frontSecLargeNewsList .ulistHolder .content h1 a:visited
{
    font-size: 14px;
    line-height: 12pt;
    margin: 0 0 4px 0;
    padding: 0;
}

div.frontSecLargeNewsList .ulistHolder .teaser
{
	height: 76px;
	margin: 32px 0 0;
	overflow: hidden;
	padding: 0;
	.padding-top: 32px;
}

div.frontSecLargeNewsList .newsReadmore
{
    margin: 3px 0 0px 90px;
}


/* LEFT LIST (1 news) */
div.frontSecLargeNews
{
	background-image: url('/grafik/Q/linePinkDottedVertical.png');
    background-repeat: repeat-y;
    background-position: right top;
    float: left;
    height: 275px;
    overflow: hidden;
    width: 225px;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsHead div.newsCategory
{
    margin-bottom: 4px;
}

div.frontSecNews div.frontSmallNews
{
	background: #E1F0B7;
    height: 255px;
    padding: 10px;
    position: relative;
    width: 195px;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsHead
{
	height: 125px;
    margin-bottom: 10px;
    overflow: hidden;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsHead h1,
div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsHead h1 a,
div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsHead h1 a.visited
{
	font-size: 24px;
    line-height: 25px;
    margin-bottom: 2px;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsImage
{
	height: 95px;
	margin-right: 7px;
	overflow: hidden;
    width: 108px;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsContent
{
    float: none;
    overflow: hidden;
    width: auto;
}

div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsContent a,
div.frontSecNews div.frontSecLargeNews div.frontSmallNews div.newsContent a:visited
{
    line-height: 16px;
}

div.frontSecNews .highlighted div.frontSmallNews
{
	background: #F8F8D3;
	padding: 5px 0 5px 5px;
	width: 210px;
}

div.frontSecNews div.frontSmallNews div.newsReadmore
{
	bottom: 0;
	position: absolute;
	left: 10px;
}


/* FRONTPAGE NEWS */
/* LIST BOTTOM */
div.frontSmallNews
{
    background-image: url('/grafik/Q/linePinkDotted.png');
    background-position: bottom;
    background-repeat: no-repeat;
    /*height: 102px;*/
    min-height: 110px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    overflow: hidden;
    width: 456px;
}

div.frontSmallNews .newsText
{
    font-size: 11px;
}

div.frontSmallNews h1, div.frontSmallNews h1 a, div.frontSmallNews h1 a:visited
{
    font-size: 15pt;
    margin-bottom: 1px;
}

div.frontSmallNews div.newsImage
{
    float: left;
    margin-right: 12px;
    height: auto;
}

div.frontSmallNews .newsCategory
{
    display: none;
}

/*div.frontSmallNews div.newsHead
{
    float: left;
    min-height: 10px;
    width: 355px;
}*/
div.frontSmallNews div.newsHead
{    
    /*float: left;*/
    min-height: 10px;
    /*width: 355px;*/
}

div.frontSmallNews div.newsContent
{
    float: left;
    width: 355px;    
}



/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/

/* SNAP IN */
/* SECTIONS */
div.snapinSectionsHolder
{
    background-color: #a8d137;
    min-height: 200px;
    padding: 5px;
}

div.snapinSectionsHolder p
{
    color: #2f2f2f;
    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: #2f2f2f;
    display: block;
    padding: 5px 0 0 20px;
    height: 33px;
    overflow: hidden;
}

div.snapinSections div.TextHolder div.bottom
{
    background-color: #e8f1d2;
    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;
}

/* fakta boks */
div.snapinFactsHolder
{
	background-color: #F9F0F5;
	width: 250px;
}

div.snapinFactsHolder p
{
	color: #666;
	font-family: Trebuchet MS;
	font-size: 13px;
	padding: 0 10px;
}

div.snapinFactsHolder p.headline
{
	background-color: #131313;
	background-image: url('/grafik/q/latestnewsTop.png');
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 5px 5px 5px 20px;
	width: 225px;
}

div.snapinFactsHolder ul
{
	padding: 0 26px;
	.padding: 0;
}

div.snapinFactsHolder ul li
{
	color: #333;
	font-family: Trebuchet MS;
	font-size: 13px;
	text-transform: uppercase;
}


/* PRINT BAR */
div.printbarHolder
{
    height: 20px;
    margin-bottom: 10px;
    width: 612px;
}

div.printbarInner
{
    float: right;
    margin-left: 15px;
}


/* POLL VOTE */
div.pollHolder
{
  background-image: url('/grafik/Q/pollBg_questionholderNew.jpg');
  background-repeat: no-repeat;
  background-position:center bottom;
  margin-bottom: 12px;
  width: 300px;
  background-color:#B0DCF9;
  padding-bottom:10px;
}

div.pollHolder .pollHeadline , div.pollHolder_questionHolder .pollHeadline
{
    background-image:url('/grafik/Q/pollBg_questionholderHeader.jpg');
    background-repeat:no-repeat;
    background-position:center top;
    color: #000;
    font-size: 18px;
    font-weight:bolder;
    line-height: 20px;
    margin: 0px 15px -10 15px;
    padding-top: 10px;
    width:290px;
    padding-left:10px;
   
}

div.pollHolder .description p , div.pollHolder_questionHolder .description p
{
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin: 15px 0 3px 15px;
}

div.pollQuestionHolder .headline
{
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
}

div.pollQuestionHolder .questionHolder
{
    margin: 0px 0 0 15px;
}

div.pollQuestionHolder .questionAnswer
{
    color: #000;
    font-size: 11px;
    margin: 8px 0 0 0;
}

div.pollQuestionHolder .questionAnswer input
{
    display: inline-block;
    float: left;
    height: 20px;
    margin: -4px 10px 0 0;
    padding: 0;
}

div.pollHolder .submit, div.pollHolder_questionHolder .submit
{
    height: 23px;
    margin: 8px 0 0 15px;
    padding-bottom: 5px;
    width: 90px;
}

div.pollHolder .submit input, div.pollHolder_questionHolder .submit input
{
    background: none;
    background-image: url('/grafik/Q/btnPoll.jpg');
    background-repeat: repeat-x;
    border: 1px solid #a2a5a4;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    height: 20px;
    text-transform: uppercase;
    width: 70px;
    background-color:#454545;
}


/* POLL RESULT */
div.pollHolder ul
{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

div.pollHolder hr
{
    display: none;
}

div.pollHolder ul li
{
    padding-bottom: 2px;
}

div.pollHolder div.pollCaseHolder
{
    min-height: 15px;
    width: 290px;
}

div.pollVoteHolder
{
    background-image: url('/grafik/Q/btnPoll.jpg');
    background-repeat: repeat-x;
    float: left;
    height: 15px;
    margin-right: 11px;
    overflow: hidden;
    padding-right: 5px;
    width: 100px;
    background-color:#fff;
}
div.midpollVoteHolder
{
    background-image: url('/grafik/Q/btnPoll.jpg');
    background-repeat: repeat-x;
    float: left;
    height: 30px;
    margin-right: 11px;
    overflow: hidden;
    padding-right: 5px;
    width: 100px; 
    background-color:#fff;
} 
div.pollVoteHolder div.pollVote, div.midpollVoteHolder div.pollVote
{
    background-color: #F73587;
    height:30px;
    margin: 0px 2px 3px 2px;
}

div.pollHolder ul li p
{
    color: #fff;
    font-size: 10px;
    float: left;
    margin: 0;
}

div.pollHolder ul li p.pollVoteText
{
    min-height: 15px;
    width: 125px;
     background-color:#000;
}
div.onelineNavigation
{
    height: 20px;
    margin-bottom: 12px;
}

div.onelineNavigation div,
div.onelineNavigation div a,
div.onelineNavigation div a:visited
{
    font-size: 9px;
    font-weight: bold;
    /*margin: 1px 10px 0 10px;*/
    text-transform: uppercase;
}

div.onelineNavigation div.prev
{
	/*padding-left: 13px;*/
    float: left;
    margin-right: 222px;
}

div.onelineNavigation div.pages
{
    float: left;
    margin-right: 250px;
	text-decoration: underline;
}

div.onelineNavigation div.next
{
	/*padding-right: 13px;*/
    float: right;
}


div.grayBoxHolder
{
	clear: both;
}

/* 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.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 .floatRight ul
{
	padding-left:35px;
}

div.winnerListHolder .winners ul li
{
    list-style-image: url('../../grafik/Q/arrowRss.gif');
    margin-bottom: 3px;
}
div.quizHolder h1
{
	font-weight:bold;
	margin-bottom:25px;
	padding-top:15px;
}

ul.QuizList
{
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
    width: 456px;
}

ul.QuizList li
{
    background-color: #fff;
    background-image: url('/grafik/Q/linePinkDotted.png');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 95px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 456px;
}

ul.QuizList .image
{
    border-right: 1px solid white;
    height: 95px;
    float: left;
    margin-right: 12px;
    overflow: hidden;
    width: 108px;
}

ul.QuizList .teaser
{
    padding: 0;
    margin: 0;
}

ul.QuizList .content
{
    float: left;
    height: 78px;
    margin: 0px 12px 0 0;
    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: #444;
    font-size: 11px;
    padding: 0;
}

ul.QuizList h3,
ul.QuizList h3 a,
ul.QuizList h3 a:visited
{
    color: #272525;
    font-size: 20px;
    margin-bottom: 2px;
}

ul.QuizList .readmore
{
    float: left;
    font-weight: bold;
    padding-right: 12px;
    margin: 0px 12px 0 0;
}

ul.QuizList .readmore a,
ul.QuizList .readmore a:visited
{
    background-image: url('/grafik/Q/arrowPinkBlock.gif');
    background-repeat: no-repeat;
    background-position: 0 0px;
    color: #dc1c82;
    display: block;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    margin: 4px 0 12px 0;
    padding-left: 15px;
    text-transform: uppercase;
}

div.quizHolder div.item div.answers div.txtStandard
{
	background-repeat: no-repeat;
    margin-bottom: 5px;
    width: 600px;
}

div.quizHolder div.item div.answers div.txtStandard input
{
    margin-right: 15px;
}

div.quizHolder div.item div.answers div.txtStandard span
{
    color: Red;
}

div.quizHolder .btnRedSmall
{
    margin-top: 10px;
}

/* SEARCH */
div.TabContainer
{
	border: 1px solid #E72589 !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/q/tabs_2.png') !important;
	color: #fff !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
{
	border-bottom: 2px solid #E72589 !important;
}

div.shortcutResult 
{
	border: none !important;
}

/* bmi */
div.bmiCalc
{
	background: #BCE2F9 url('/grafik/q/bmi.bg.jpg') no-repeat top;
	padding: 17px 18px 10px;
	margin-bottom: 12px;
	height: 95px;
}

div.bmiCalc h1
{
	color: #fff;
	font: bold 19px/20px 'Lucida Sans';
	margin: 0;
	padding: 0;
}

div.bmiCalc h2
{
	color: #fff;
	font: bold 11px/23px 'Arial';
	margin: 0 0 8px;
	padding: 0;
}

div.bmiCalc div.txt
{
	display: inline;
}

div.bmiCalc div.txt input
{
	background: #fff;
	border: none;
	color: #999;
	font: bold 11px/11px 'Arial';
	padding: 5px;
	.padding-top: 8px;
	margin: 0 5px 0 0;
	width: 115px;
}

div.bmiCalc #btnSubmit
{
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font: bold 11px/11px 'Arial';
	margin-top: 7px;
	padding: 0;
	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 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;
}

/* ULISTSECTIONFRONT */
ul.ulistSectionFront
{
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
}

ul.ulistSectionFront li
{
    background-image: url('/grafik/Q/sectionBoxBg.jpg');
    background-repeat: no-repeat;
    height: 86px;
    margin-bottom: 12px;
    overflow: hidden;
    width: 456px;
}

ul.ulistSectionFront .image
{
	float: left;
	height: 95px;
	overflow: hidden;
    width: 108px;
}

ul.ulistSectionFront .teaser
{
    padding: 0;
    margin: 0;
}

ul.ulistSectionFront .content
{
    float: left;
    height: 56px;
    margin: 10px 0px 0px 10px;
    position: static;
    overflow: hidden;
    width: 330px;
}

ul.ulistSectionFront .content h3,
ul.ulistSectionFront .content h2
{
    display: none;
}

ul.ulistSectionFront h1 a,
ul.ulistSectionFront h1 a:visited
{
    font-size: 19px;
    line-height: 19px;
}

ul.ulistSectionFront h1
{
    margin-bottom: 1px;
}

ul.ulistSectionFront a, ul.ulistSectionFront a:visited
{
    color: #000;
    font-size: 11px;
    padding: 0;
}

ul.ulistSectionFront .readmore
{
    float: left;
    font-weight: bold;
    padding-right: 12px;
    margin: 0px 0px 0px 10px;
}

ul.ulistSectionFront .readmore a, ul.ulistSectionFront .readmore a:visited
{
    background-image: url('/grafik/Q/arrowPinkBlock.gif');
    background-repeat: no-repeat;
    background-position: 0 0px;
    color: #dc1c82;
    display: block;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    margin: 4px 0 12px 0;
    padding-left: 15px;
    text-transform: uppercase;
}
.ThermsAndConditionsAccept
{
	display:none;
}
.ThermsAndConditions p
{
	margin:0;
}

/* debat feed */
div.qdebatfeed
{
	background: url('/grafik/q/qfeed.bg.jpg') no-repeat top;
	border-bottom: 1px solid #ae226b;
	margin-bottom: 12px;
}

div.qdebatfeed div.top,
div.qdebatfeed div.readmore,
div.qdebatfeed div.readmore div.image
{
	display: none;
}

div.qdebatfeed div.content
{
	padding: 58px 14px 0;
}

div.qdebatfeed div.content ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.qdebatfeed div.content li
{
	border-bottom: 1px solid #e29ab7;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.qdebatfeed div.content li:last-child
{
	border-bottom: none;
}

div.qdebatfeed div.content li div.text
{
	background: url("/grafik/q/icon.flower.pink.png") no-repeat 0 center;
	padding-left: 26px;
}

div.qdebatfeed div.content li div.text a,
div.qdebatfeed div.content li div.text a:visited
{
	color: #1c1c1c;
	font: normal 13px Verdana;
}

div.qdebatfeed div.content li div.text a:hover
{
	text-decoration: underline;
}

/* shop feed */
div.feedShop div.item
{
	clear: both;
	margin-bottom: 12px;
	overflow: hidden;
	width: 300px;
}

div.feedShop div.item div.top
{
	background: url('/grafik/q/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: 48px;
	margin: 0;
	overflow: hidden;
	text-indent: -500px;
	padding: 0;
	width: 300px;
}

div.feedShop div.item div.content
{
	background: url('/grafik/q/feedshop.list.bg.png') top;
}

div.feedShop div.item div.content ul
{
	margin: 0;
	padding: 5px;
}

div.feedShop div.item div.content li
{
	border-bottom: 1px dotted #c2c2c2;
	list-style: none;
	.height: 1%;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}

div.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: left;
	width: 215px;
}

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;
	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: 5px 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';
}

div.feedShop div.item div.readmoreBottom
{
	background: url('/grafik/q/feedshop.bottom.png') bottom;
	clear: none;
	height: 40px;
	line-height: normal;
	margin: -10px 0 0 0;
	width: auto;
}

div.feedShop div.item div.readmoreBottom p,
div.feedShop div.item li.first div.readmore
{
	display: none;
}

div.feedShop div.item div.readmoreBottom a,
div.feedShop div.item div.readmoreBottom a:visited
{
	background: none;
	clear: both;
	display: block;
	height: 40px;
	margin: 0;
	overflow: hidden;
	text-indent: -500px;
	padding: 0;
	width: 300px;
}