﻿/* OVERWRITE MASTER */
body
{
    background: #9CC600 url('/grafik/mad/bodyBg.jpg') repeat-x center top;
    background-color: #f4f4f4;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

*
{
	margin: 0;
	padding: 0;
}

div.masterDiv
{
    background-image: url('/grafik/mad/masterBg.png');
    background-repeat: repeat-y;
    width: 962px;
}

div.footerHolder
{
    background-image: url('/grafik/mad/footer.png');
    width: 962px;
    height: 55px;
}

div.footerHolder div.footerContent
{
    padding-top: 11px;
}

div.footerHolder div.footerContent,
div.footerHolder div.footerContent a,
div.footerHolder div.footerContent a:visited
{
    font-size: 12px !important;
}

.voteModule
{
	background-color: #ccc;
	padding: 2px 0px;
}

.voteModule .voteRatings
{
	background-color: #ccc;
}

img
{
    border: none;
}

a, a:visited
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1,
h1 a,
h1 a:visited
{
    color: #9E0C8F;
    font-family: Times New Roman, Arial, Sans-Serif;
    font-size: 32px;
    font-style: italic;
    font-weight: normal;
	line-height: 30px;
	text-decoration: none;
}

h2,
h2 a,
h2 a:visited
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
	line-height: 12px;
}

h3,
h3 a,
h3 a:visited
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
}

div.footerLinksInner ul li
{
	background-image: url(/grafik/mad/arrowRightPurple.gif);
}

div.footerLinksHead span
{
    color: #9D45C6;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

div.footerLinksInner ul li h4,
div.footerLinksInner ul li h4 a,
div.footerLinksInner ul li h4 a:visited
{
    color: #9D45C6;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    font-size: 10px;
}

div.footerLinksInner ul li h4 a:hover
{
    color: #753393;
}



/* INPUTS */
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.txtStandard input
{
	background: #fff;
    border: none;
    color: #666;
    font-family: Arial;
    font-size: 10px;
    height: 16px;
    margin: 5px 2px 2px 0;
    padding: 3px 2px 0 2px;
    width: 250px;
}

div.readmore
{
    background-image: url('/grafik/mad/readmoreBg.png');
    background-repeat: no-repeat;
    float: left;
    height: 18px;
    line-height: 18px;
    width: 90px;
}

div.readmore a,
div.readmore a:visited
{
	font-family: Trebuchet MS;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin-left: 16px;
    text-transform: uppercase;
    text-decoration: none;
}



/* BANNER */
div.topBannerHolder
{
    background-color: white;
    margin: 0 auto;
    min-height: 12px;
    padding: 0;
    text-align: center;
    width: 950px;
    overflow: visible;
    position: relative;
    z-index: 10000;
}

div.topBannerHolder table
{
    min-height: 12px;
    width: 950px;
}
    
div.topBannerHolder table td
{
    text-align: center;
    vertical-align: middle;
}




/* TOP  LOGO  MENU  TEXT */
div.topLogoHolder
{
    background: transparent url('/grafik/mad/topLogoBgNarrow.jpg') no-repeat left top;
    border: 0px solid red;
    min-height: 128px;
    margin: 0 auto;
    position: relative;
    width: 950px;
    padding-bottom:8px;
}

div.topLogo
{
    height: 95px;
    position: absolute;
    width: 300px;
    z-index: 999;
}

div.topLogo a,
div.topLogo a:visited
{
    background: transparent url('/grafik/mad/transperant.gif');
    display: block;
    height: 95px;
    position: absolute;
    width: 300px;
	z-index: 9999;
}

div.topGlobalMenu
{
	background-image: url('/grafik/mad//menuGlobalBg.png');
	background-position: 2% 0%;
	background-repeat: no-repeat;
    height: 20px;
    position: absolute;
    right: 0px;
}

div.topGlobalMenu ul
{
	float: right;
    list-style: none;
    margin: 0;
    height: 25px;
    padding: 0;
}

div.topGlobalMenu ul li
{
    background: transparent url('/grafik/common/globalSepdark.png') no-repeat 0px 4px;
    display: block;
    padding-right: 8px;
    float: left;
}

div.topGlobalMenu a,
div.topGlobalMenu a:visited
{
    line-height: 19px;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    margin-left: 10px;
    padding-right: 6px;
}

div.topText h2,
div.topGlobalMenu2
{
    display: none;
}

div.topText
{
    height: 95px;
    width: 950px;
}

div.topText a img
{
    height: 95px;    
    margin-left:505px;
}

div.topSearch
{	
    height: 22px;
    position: absolute;
    right: 0px;
    top: 134px;
    width: 208px;
    margin:0px;
    background:none;
}

div.topSearch span.search-help
{
	right: 7px;
	top: 1px;
}

input.searchText
{
	background:url("/grafik/mad/searchNarrow.jpg") no-repeat 0px -1px;    
    float: left;
	font-size: 11px;	
	border:0px;
	width:114px;
	height:16px;
	line-height:15px;
	padding:2px 5px;	    
	margin:0px 5px 0px 0px;
}

input.searchBtn
{
	
    border: 0px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 0px;        
    padding: 0;
    /*text-indent: -900px;*/
    text-indent:-9999px;
    width: 50px;
    background: url("/grafik/mad/search_buttonNarrow.jpg") no-repeat;
    margin:0px;
    height: 18px;
    line-height:18px;    
}



/* MENU */
div.topMenu
{
	background-image: url('/grafik/mad/menuBg.png');
	background-repeat: repeat-x;
    border: 0px solid blue;
    clear: both;
    margin-bottom: 0px;
    min-height: 33px;
    width: auto;
}

div.topMenu ul
{
    margin: 0;
    padding: 0;
	list-style: none;
}

div.topMenu ul li
{
    float: left;
}

div.topMenu #menuParent
{
    height: 33px;
    overflow: hidden;
    margin: 0px 0px 0px 2px;
}

div.topMenu #menuParent li
{
	background-image: url('/grafik/mad/menuDarkPurple.png');
	background-position: left center;
	height: 28px;
	margin: 2px 2px 0 0;
	padding-left: 4px;
	overflow: hidden;
}

div.topMenu #menuParent a,
div.topMenu #menuParent a:visited
{
	background-image: url('/grafik/mad/menuDarkPurple.png');
	background-position: right center;
    color: #fff;
    display: block;
    font-family: Tahoma;
    font-size: 12px;
	font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0px 15px 0 10px;
}

div.topMenu #menuParent ul li a.menuSelected,
div.topMenu #menuParent ul li a.menuSelected:visited
{
	text-decoration: underline;
}

/* SUB MENU */
div.topMenu #menuSub
{
    height: 30px;
	margin: 0px 0px 0px 8px;
	width: 940px;
}

div.topMenu #menuSub a,
div.topMenu #menuSub a:visited
{
	background-image: url('/grafik/mad/menuSubSep.png');
	background-position: right 0;
	background-repeat: no-repeat;
    color: #000;
    display: block;
    font-family: Tahoma;
    font-size: 11px;
	font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px 0 10px;
}

div.topMenu #menuSub ul li.menuItemSelected
{
	background-image: url('/grafik/mad/menuSubBg.png');
	background-position: left top;
	height: 34px;
	margin: -1px 2px 0 -4px;
	padding-left: 12px;
}

div.topMenu #menuSub ul li.menuItemSelected a,
div.topMenu #menuSub ul li.menuItemSelected a:visited
{
	background-image: url('/grafik/mad/menuSubBg.png');
	background-position: right top;
    color: #fff;
    height: 34px;
    line-height: 32px;
    padding: 0 15px 0 3px;
}


/* MENU COLORS */
div.topMenu #menuParent li.menuPurple {background-image: url('/grafik/mad/menuPurple.png');}
div.topMenu #menuParent li.menuPurple a,
div.topMenu #menuParent li.menuPurple a:visited{background-image: url('/grafik/mad/menuPurple.png');}

div.topMenu #menuParent li.menuDarkGreen {background-image: url('/grafik/mad/menuDarkGreen.png');}
div.topMenu #menuParent li.menuDarkGreen a,
div.topMenu #menuParent li.menuDarkGreen a:visited{background-image: url('/grafik/mad/menuDarkGreen.png');}

div.topMenu #menuParent li.menuGreen {background-image: url('/grafik/mad/menuGreen.png');}
div.topMenu #menuParent li.menuGreen a,
div.topMenu #menuParent li.menuGreen a:visited{background-image: url('/grafik/mad/menuGreen.png');}

div.topMenu #menuParent li.menuDarkRed {background-image: url('/grafik/mad/menuDarkRed.png');}
div.topMenu #menuParent li.menuDarkRed a,
div.topMenu #menuParent li.menuDarkRed a:visited{background-image: url('/grafik/mad/menuDarkRed.png');}

div.topMenu #menuParent li.menuOrange {background-image: url('/grafik/mad/menuOrange.png');}
div.topMenu #menuParent li.menuOrange a,
div.topMenu #menuParent li.menuOrange a:visited{background-image: url('/grafik/mad/menuOrange.png');}


/* NEWSLETTER SIGNUP */
div.newsletterHolder
{
    background: transparent url('/grafik/mad/newsletterHolderBg.png') no-repeat left top;
    font-size: 10px;
    height: 78px;
    margin-bottom: 12px;
    position: relative;
}

div.newsletterHolder h3
{
	font-family: Trebuchet MS;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 5px 0 0px 12px;
}

div.newsletterHolder div.txt
{
    float: left;
    height: 18px;
    margin: 3px 0 0 0;
    width: 242px;
}

div.newsletterHolder div.btn
{
	float: left;
}

div.newsletterHolder .txtEmail
{
	background: none;
    border: 0px;
    color: #999;
    font-family: Trebuchet MS;
    font-size: 11px;
    height: 16px;
    outline: none;
    margin: 0 0 0 12px;
    width: 205px;
}

div.newsletterHolder .btnSend
{
    border: 0px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0px;
    height: 21px;
    overflow: hidden;
    text-indent: -1000px;
    .line-height: 30px;
    width: 53px;
}

div.newsletterHolder p.txtunsubscribe
{
    color: #fff;
    display: block;
    font-size: 9px;
    margin: 5px 0 0 12px;
    .margin: 2px 0 0 12px;
}

div.newsletterHolder p.txtunsubscribe a,
div.newsletterHolder p.txtunsubscribe a:visited
{
    color: #fff;
    text-decoration: underline;
}

div.newsletterHolder div.litTxtMessage
{
	display: block;
}

div.newsletterHolder div.litTxtMessage span
{
	color: #fff;
	line-height: 10px;
	font-weight: bold;
	margin-left: 12px;
	text-decoration: underline;
	text-transform: uppercase;
}



/* TEASER */
div.teaserHolder
{
    height: 128px;
    margin-bottom: 12px;
    overflow: hidden;
}

div.teaserHolder ul li
{
    float: left;
    list-style: none;
    margin-right: 10px;
    height: 128px;
    position: relative;
    width: 145px;
}

div.teaserHolder ul li.last
{
    margin-right: 0px;
}

div.teaserHolder ul li div.image
{
    height: 128px;
    overflow: hidden;
    width: 145px;
}

div.teaserHolder ul li div.content
{
	background: transparent url('/grafik/mad/teaserContentBg.png') no-repeat left top;
	border: 0;
    height: 26px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 102px;
    width: 145px;
}

div.teaserHolder ul li div.content a,
div.teaserHolder ul li div.content a:visited
{
	color: #A215BA;
	font-family: Trebuchet MS;
	font-weight: bold;
}

div.teaserHolder ul li.first div.content
{
/*	display: none;*/
}

.colLeft .teaserHolder
{
	height: auto;
}

.colLeft .teaserHolder li
{
	margin-bottom: 12px;
}



/* LATEST NEWS */
div.latestNewsHolder
{
    background: transparent url('/grafik/mad/latestNewsHolderBg.png') no-repeat left top;
    height: 250px;
    margin-bottom: 12px;
    overflow: hidden;
    width: 300px;
}

div.latestNewsHolder2
{
    background: transparent url('/grafik/mad/latestNewsHolderBg2.png') no-repeat left top;
}

div.latestNewsHolder h3
{
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 10px 10px 30px;
    .padding: 15px 10px 6px 30px;
}

div.latestNewsHolder ul.ulistHolder li
{
	background: transparent url('/grafik/mad/bulletWhite.gif') no-repeat 30px 6px;
	margin: 0 0 8px;
	padding-left: 45px;
}

div.latestNewsHolder ul.ulistHolder .content h3
{
    padding: 0;
}

div.latestNewsHolder ul.ulistHolder .content h3 a,
div.latestNewsHolder ul.ulistHolder .content h3 a:visited
{
	color: #fff;
    font-size: 12px;
}

div.latestNewsHolder ul.ulistHolder .content
{
    width: 250px;
}

div.latestNewsHolder ul.ulistHolder .date
{
    width: 250px;
}

div.latestNewsHolder ul.ulistHolder .date a,
div.latestNewsHolder ul.ulistHolder .date a:visited
{
	color: #fff;
    font-size: 11px;
    font-weight: bold;
}

/* LATEST NEWS 3 */
div.latestNewsHolder3
{
    background: transparent url('/grafik/mad/latestNewsHolderBg3.png') no-repeat left top;
}

div.latestNewsHolder3 h3
{
    color: #D94302;
}

div.latestNewsHolder3 ul.ulistHolder .content h3 a,
div.latestNewsHolder3 ul.ulistHolder .content h3 a:visited
{
	color: #000;
}

div.latestNewsHolder3 ul.ulistHolder .date a,
div.latestNewsHolder3 ul.ulistHolder .date a:visited
{
	color: #000;
}

div.latestNewsHolder3 ul.ulistHolder li
{
	background: transparent url('/grafik/mad/bulletOrange.gif') no-repeat 30px 6px;
}


/* SMALL */
div.latestNewsHolderSmall
{ background: transparent url('/grafik/mad/latestNewsHolderBgSmall.png') no-repeat left top; height: 250px; width: 222px; }
div.latestNewsHolderSmall2
{ background: transparent url('/grafik/mad/latestNewsHolderBgSmall2.png') no-repeat left top; height: 250px; width: 222px; }
div.latestNewsHolderSmall h3,
div.latestNewsHolderSmall2 h3 { padding: 9px 10px 7px 15px; }
div.latestNewsHolderSmall ul.ulistHolder li,
div.latestNewsHolderSmall2 ul.ulistHolder li { background-position: 15px 6px; height: 40px; margin-bottom: 2px; padding-left: 30px;}
div.latestNewsHolderSmall ul.ulistHolder .content,
div.latestNewsHolderSmall2 ul.ulistHolder .content { width: 185px }
div.latestNewsHolderSmall ul.ulistHolder .date,
div.latestNewsHolderSmall2 ul.ulistHolder .date { width: 150px }
div.latestNewsHolderSmall ul.ulistHolder .content h3 a,
div.latestNewsHolderSmall ul.ulistHolder .content h3 a:visited,
div.latestNewsHolderSmall2 ul.ulistHolder .content h3 a,
div.latestNewsHolderSmall2 ul.ulistHolder .content h3 a:visited  { line-height: 12px; }

div.latestNewsHolderSmall3
{ background: transparent url('/grafik/mad/latestNewsHolderBgSmall3.png') no-repeat left top; height: 250px; width: 146px; }

div.latestNewsHolderSmall3 h3 { color: #333; padding: 5px 10px 7px 10px; }

div.latestNewsHolderSmall3 ul.ulistHolder li { background: none; height: 40px; margin-bottom: 2px; padding-left: 10px;}

div.latestNewsHolderSmall3 ul.ulistHolder .content { width: 130px }

div.latestNewsHolderSmall3 ul.ulistHolder .date { width: 130px }

div.latestNewsHolderSmall3 ul.ulistHolder a,
div.latestNewsHolderSmall3 ul.ulistHolder a:visited { color: #333 !important;}

div.latestNewsHolderSmall3 ul.ulistHolder .content h3 a,
div.latestNewsHolderSmall3 ul.ulistHolder .content h3 a:visited { color: #333; font-weight: normal; line-height: 12px; }


/* POLL VOTE */
div.pollHolder
{
	background: url('/grafik/mad/pollBottom.gif') no-repeat;
	background-position: left bottom;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	margin-bottom: 12px;
    min-height: 100px;
    overflow: hidden;
    width: 300px;
}

div.pollHolder .pollHeadline
{
	background: url('/grafik/mad/pollTop.png') no-repeat;
	background-position: left top;
	font-family: Trebuchet MS;
    font-size: 17px;
    padding: 10px 0 0 20px;
}

div.pollHolder .description,
div.pollHolder .pollQuestionHolder
{
    padding: 8px 20px;
}

div.pollHolder .description p
{
	font-style: italic;
    font-weight: bold;
}

div.questionHolder hr
{
    display: none;
}

div.questionHolder .questionAnswer
{
	font-weight: bold;
    margin: 8px 0 0 0;
    padding-left: 6px;
}

div.questionHolder .questionAnswer input
{
    display: inline-block;
    float: left;
    height: 20px;
    margin: -2px 10px 0 0;
    padding: 0;
}

div.pollHolder .submit
{
    height: 23px;
    margin: 8px 0 0 20px;
    .margin: 8px 0 0 10px;
}

div.pollHolder .submit input
{
    background: none;
	border: none;
    color: #000;
    cursor: pointer;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* POLL RESULT */
div.pollHolder ul
{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

div.pollHolder ul li
{
    margin-bottom: 4px;
}

div.pollHolder div.pollCaseHolder
{
    min-height: 15px;
    width: 270px;
}

div.pollHolder ul li p.pollVoteText
{
	display: block;
	float: left;
	font-family: Tahoma;
	font-weight: normal;
	min-height: 15px;
    width: 60px;
}

div.pollVoteHolder
{
	background: url('/grafik/mad/pollResultBg.png');
    float: left;
    height: 11px;
    margin-right: 11px;
    overflow: hidden;
    width: 168px;
}

div.pollVoteHolder div.pollVote
{
    background: url('/grafik/mad/pollResultBar.png');
    background-position: right 0px;
    height: 9px;
    margin: 1px 0 0 4px;
}

div.pollHolder ul li p
{
    font-size: 10px;
    float: left;
    margin: 0;
}


/* NEWS SWITCHER */
/* FRONTPAGE */
div.newsSwitchHolder
{
	min-height: 200px;
	padding-bottom: 6px;
	overflow: hidden;
	width: 612px;
}

div.newsSwitchHolder ul
{
	display: none;
}

div.newsSwitch
{
	height: 222px;
	overflow: hidden;
	width: 612px;
}

div.newsSwitch div.image
{
	background-color: #333;
	float: left;
	height: 222px;
	position: absolute;
	overflow: hidden;
	width: 456px;
}

div.newsSwitchHolder div.newsSwitchText
{
	margin-top: 8px;
	padding-bottom: 20px;
}

div.newsSwitchHolder div.newsSwitchText div
{
	margin-left: 0px;
}

div.newsSwitchHolder div.newsSwitchText h1,
div.newsSwitchHolder div.newsSwitchText h1 a,
div.newsSwitchHolder div.newsSwitchText h1 a:visited
{
	line-height: 25px;
}

div.newsSwitchHolder div.newsSwitchText p.date
{
	display: none;
}

div.newsSwitchHolder div.newsSwitchText h2
{
	color: #000;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 10px 0;
}

div.newsSwitch div.menu
{
	background: transparent url('/grafik/mad/newsSwitchMenuBg.png') no-repeat top right;
	float: left;
	height: 222px;
	position: absolute;
	margin-left: 446px;
	overflow: hidden;
	width: 166px;
}

div.newsSwitch div.menuItem
{
	cursor: pointer;
	height: 74px;
	width: 166px;
}

div.newsSwitch div.Selected#menuItem_0,
div.newsSwitch div.Hover#menuItem_0
{
	background-image: url('/grafik/mad/newsSwitchMenuSel1.png');
}

div.newsSwitch div.Selected#menuItem_1,
div.newsSwitch div.Hover#menuItem_1
{
	background-image: url('/grafik/mad/newsSwitchMenuSel2.png');
}

div.newsSwitch div.Selected#menuItem_2,
div.newsSwitch div.Hover#menuItem_2
{
	background-image: url('/grafik/mad/newsSwitchMenuSel3.png');
}

div.newsSwitch div.menu span
{
	color: #000;
	display: block;
	font-family: Trebuchet MS;
	font-size: 15px;
	height: 40px;
	text-align: center;
	padding: 8px 10px 0;
	overflow: hidden;
}

div.newsSwitch div.menu span.menuItemSpan2
{
	display: none;
}

div.newsSwitch div.Selected span,
div.newsSwitch div.Hover span
{
	color: #fff;
}



/* PRINT BAR */
div.printbarHolder
{
	background: url('/grafik/mad/printBg.png') no-repeat;
    background-position: top right;
    height: 25px;
    margin-bottom: 6px;
    width: 612px;
}

div.printbarInner
{
    float: right;
}

div.printbarInner input.btnStandard
{
	color: #000;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    margin: 0 9px 0 0;
    .margin: 0 2px 0 0;
    text-transform: uppercase;
    text-decoration: none;
}



/* ulistFrontpage */
ul.ulistFrontpage
{
    background: url('/grafik/mad/borderHoz.gif') repeat-x;
    background-position: bottom;
    list-style: none;
    height: 115px;
    margin: 0 0 0px 0;
    .margin: 0 0 5px 0;
    padding: 0;
    .padding-bottom: 5px;
    width: 612px;
}

ul.ulistFrontpageLast
{
	background: none;
	margin-bottom: 12px;
}

ul.ulistFrontpage li
{
	background: url('/grafik/mad/borderVer.gif') repeat-y;
    background-position: right;
    float: left;
    height: 110px;
    margin: 0;
    padding-bottom: 5px;
    overflow: hidden;
    width: 300px;
}

ul.ulistFrontpage li.last
{
	background: none;
    margin-left: 12px;
}

ul.ulistFrontpage .image
{
	background-color: #fff;
    float: left;
    height: 97px;
    padding: 5px;
    overflow: hidden;
    width: 110px;
}

ul.ulistFrontpage .image img
{
	display: block;
}

ul.ulistFrontpage .content
{
    float: left;
    height: 76px;
    margin: 8px 12px 0 12px;
    position: static;
    overflow: hidden;
    width: 155px;
}

ul.ulistFrontpage div.content a,
ul.ulistFrontpage div.content a:visited
{
    color: #000;
    font-family: Arial, Verdana;
    font-size: 10px;
    padding: 0;
    text-transform: none;
}

ul.ulistFrontpage div.content h3 a,
ul.ulistFrontpage div.content h3 a:visited
{
    color: #9E0C8F;
    font-family: Times New Roman, Arial, Sans-Serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}

ul.ulistFrontpage div.content h3
{
    margin-bottom: 10px;
}

ul.ulistFrontpage .date
{
	display: none;
}

ul.ulistFrontpage .teaser
{
    margin: 0;
}

ul.ulistFrontpage .readmore
{
    float: left;
    margin: 5px 0 0 12px;
}



/* QUIZ */
div.grayBoxHolder
{
	background-image: url('/grafik/mad/grayBoxBottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 20px 0 12px 0;
}

div.quizHolder
{
	background-image: url('/grafik/mad/grayBoxTop.png');
	background-position: top;
	background-repeat: no-repeat;
    clear: both;
    padding: 30px 40px 20px 40px;
    .padding: 45px 40px 20px 40px;
    width: 532px;
}

div.quizHolder div.item
{
    margin-bottom: 20px;
}

div.quizHolder h1
{
    margin: 15px 0 0 0px;
}

div.quizHolder div.item p.headline
{
    font-weight: bold;
    margin: 5px 0;
}

div.quizHolder div.item p.question
{
    margin: 5px 0 10px 0;
}

div.quizHolder div.item div.answers div.radStandard
{
	height: 20px;
    margin-top: 4px;
    position: relative;
    text-indent: 20px;
}

div.quizHolder div.item div.answers div.radStandard input
{
	margin: 0px 0px 0 -20px;
	.margin: -4px 0px 0 -22px;
	position: absolute;
}

div.quizHolder div.txtStandard span.error
{
	color: red;
	padding-left: 10px;
}

div.quizHolder div.ThermsAndConditions
{
	font-weight: bold;
}

div.quizHolder input.btnRedSmall
{
	background: none;
	background-image: url('/grafik/mad/btnContactBg.png');
	background-repeat: repeat-x;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    padding: 0 5px;
    text-transform: uppercase;
    width: auto;
}


/* SEARCH */
div.TabContainer
{
	border: 1px solid #B23FA6 !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/mad/searchTabs.png') !important;
	color: #fff !important;
	font-family: Tahoma !important;
	font-size: 12px !important;
}

div.TabNavigation ul li a.active,
div.TabNavigation ul li a.active span
{
	color: #fff !important;
}

div.shortcutinnerTop div.shortcutinnertopmainCenter div.shortcutinnertopmaincenterTop
{
	color: #B23FA6;
}
.ThermsAndConditionsAccept
{
	display:none;
}
.ThermsAndConditions p
{
	margin:0;
}

/* Top global menu icons */
.topGlobalMenu ul li.aboLink a, .topGlobalMenu ul li.aboLinkWhite a, .topGlobalMenu ul li.rssLink a
{
	background-position: 0 1px;
}
