* {
    color: #636363;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
body {
    font-size: 100.01%;
    padding: 20px 10px;
}

img {
	border: none;
}

a {
    color: #464646;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 10px 0;
}

ul {
	margin:0px;
	padding:0px;
}

h1, h1 a {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
}

.dottedline {
    background: url("../images/ci/dotted.gif") repeat-x scroll left center transparent;
    border: 0 none;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
}

div.dottedline + h1,
div.dottedline + h2,
div.dottedline + h3 {
	margin-top: 6px;
}

#topFrame {
	height: 225px;
}

/**
 * Logo
 */

#logo {
    background: url("../images/ci/logo.gif") no-repeat scroll 0 0  transparent;
    float: left;
    height: 163px;
	width: 150px;
}


#headerRight {
	float: left;
	border: 7px solid #D9D9D9;
    height: auto !important;
    margin-left: 10px;
    max-height: 135px;
    min-height: 135px;
    width: 783px;
}

#banner {
    float: left;
}


.rotate {
	position: relative;
}

.rotate > * {
	position: absolute;
}


.layer {
	display: none;
	position: fixed;
	top: 136px;
	left: 60px;
	z-index: 1;
}

.layer img {
	display: block;
}

.layer .close {
	position: absolute;
	top: 0px;
	left: 216px;
	z-index: 2;
}


#button, #topSearchContainer #button {
    background: url("../images/ci/go_button.gif") no-repeat scroll right top transparent;
    border: 0 none;
    color: #E01815;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    line-height: 10px;
    margin-left: 104px;
    margin-top: 8px;
    padding-bottom: 4px;
    text-align: center;
    width: 41px;
}



/**
 * Suchformular im Header
 */

#topSearchContainer {
    height: 135px;
	width: 168px;
    float: left;
	color: #636363;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}


#topSearchContainer input {
    border: 1px solid #D9D9D9;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    margin-top: 2px;
    padding-top: 2px;
    width: 142px;
}

#topSearchForm {
	padding: 20px  0  0 10px;
	font-size: 10px;
}

.clear {
	clear:both;
}

.bold {
	font-weight: bold;
}

.red, .red > a {
    color: #E01815;
}

/** 
 * Toptabmenu
 */
 
 #topTabMenu {
	 background: url("../images/ci/top_menu_back.gif") repeat-x scroll left top transparent;
    height: auto !important;
    left: 170px;
    min-height: 26px;
    padding-top: 8px;
    position: absolute;
    top: 170px;
    width: 797px;
 }
 
 
#topTabMenu ul {
    display: inline;
    list-style-type: none;
    margin-left: 8px;
}

#topTabMenu li {
    color: #7C7C7C;
    display: inline;
    height: auto !important;
    min-height: 31px;
}

#topTabMenu li a {
    color: #464646;
    font-size: 11px;
    font-weight: bold;
    margin: 0 13px 0 8px;
    text-transform: uppercase;
}

#topTabMenu #menuActive a {
    color: #E01815;
}

/**
 * Rubrikenmenü linke Seite
 */
#menuCategories {
    left: 10px;
    width: 150px;
}

#menuCategories ul {
    list-style-type: none;
}

#menuCategories li {
    margin-bottom: 10px;
}

#menuCategories li a {
    color: #636363;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}


#menuCampaigns ul {
	list-style-type: none;
    color: #636363;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
}

#menuCampaigns ul li {
    line-height: 7px;
	margin-bottom: 10px;
}

#menuCampaigns ul li a {
    background: url("../images/ci/pfeil_rot.gif") no-repeat scroll left center transparent;
    color: #636363;
    font-size: 11px;
    font-weight: normal;
    padding-left: 8px;
    text-transform: none;
	
}


#centerFrame {
    float: left;
    padding: 35px 0 0;
}

#leftFrame {
    float: left;
    width:150px;
	padding-right: 10px;
}


#contentFrame {
    float: left;
	width: 607px;
	margin-right: 20px;
/*	background: url("../images/ci/dotted.gif") repeat-x scroll left top transparent;*/
}

#rightFrame {
	background-color: #E0E0E0;
    float: left;
	width:170px;
}

#rightFrame .part{
	background-color: #E0E0E0;
    border-bottom: 1px solid #FFFFFF;
    min-width: 150px;
    padding: 16px 10px 7px;
    width: 150px;
}

#rightFrame h2 {
	padding: 0;
	margin: 0 0 5px 0;
}

#rightFrame ul {
    color: #464646;
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#rightFrame ul li {
    background: url("../images/ci/pfeil_grau.gif") no-repeat scroll left 5px transparent;
    margin-bottom: 2px;
    padding-left: 8px;
}

/** 
 * Servicemenü im Footer
 */
#footermenu {
    margin-bottom: 10px;
    margin-top: 35px;
} 
 
#footermenu ul {
	list-style-type: none;
	display: inline;
}

#footermenu ul {
    display: inline;
    list-style-type: none;
}

#footermenu li {
    font-size: 11px;
	color: #7C7C7C;
    display: inline;
}


.praemientipp {
    background-color: #FFFFFF;
    height: 110px;
    margin-bottom: 8px;
    padding: 10px 0 0;
    text-align: center;
    width: 150px;
}

.qs_start_button {
	cursor: pointer;
	background: url("../images/qs_bestell_button_r.gif") no-repeat scroll right top transparent;
}
	.qs_start_button span {
		background: url("../images/qs_bestell_button_l.gif") no-repeat scroll left top transparent;
		color: #E01815;
		display: block;
		font-size: 10px;
		font-weight: bold;
		padding: 1px 6px 3px;
	}
	
	
.qs_start_aboangebote .h {
    background-color: #F0F0F0;
    float: left;
    height: auto !important;
}

.aboangebote {	
	list-style-image: url('../images/qs_pfeil_rot.gif');
}
	.aboangebote li {
		line-height: 150%;
	}
	
#breadcrumb {
	position: absolute;
	top: 215px;
	left: 170px;	
	font-weight: bold;
}


#lettechoose a {
	font-size: 20px;
	float: left;
	padding-right: 9px;
}


/* ZS Listen
	/Zeitschriften/Titel-A-Z/
*/
.magList {/* links */
	width: 260px;
}
.col1 {/* links */
	float: left;
}
.col2 {/* rechts */
	margin: 0 0 0 50px;
	float: left;
}

.magList h2 a {
	position: relative;
	top: 0px;
	left: 0px;
	width: 20px;
/*	color: #8d8d8d;*/
	font-size: 20px;
}

.magList h3 {
	margin: 12px 0 12px 0;
	font-size: 12px;
}

.magList h3:first-child {
	margin-top: 0;
}

.magList h3 a {
	font-size: 12px;
}

.magList ul {
	list-style: none;
}
	.magList ul .odd, .magList ul .even{
		border-bottom: 1px solid #e2e2e2;
	}

	.magList ul li {
		padding: 2px 0 2px 0;
	}
		.magList ul li a, .magList ul li a:visited, .magList ul li a:hover {
			color: red;
			text-decoration: underline;
		}
		
.label {
	font-weight: bold;
	vertical-align: top;
}
.inputText, textarea, select {
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px solid gray;
}
.abschicken {
    background: url("../images/qs_bestell_button_2.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #E01815;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    letter-spacing: -1px;
    padding-bottom: 1px;
    width: 76px;
	cursor: pointer;
}

.error {
	color: red;
}

/************
 * Tooltips *
 ************/

.magTooltip,
	.premiumTooltip {
		position: absolute;
		width: 400px;
		height: 540px;
		padding: 0px;
		background-color: white;
/*		border: 1px solid silver;*/
		border-radius: 5px;
		z-index: 100;
	}

	.premiumTooltip {
		width: 452px;
	}

	.magTooltip .left,
	.premiumTooltip .left {
		float: left;
		width: 108px;
	}

	.premiumTooltip .left {
		width: 160px;
	}

	.magTooltip .left img,
	.premiumTooltip .left img {
		display: block;
	}

	.magTooltip .right,
	.premiumTooltip .right {
		float: right;
		width: 284px;
	}
	
.shadow {
	/*					x	y	shd	col */
	-moz-box-shadow:	0px	0px	5px #000;
	-webkit-box-shadow:	0px	0px 5px #000;
	box-shadow:			0px	0px 5px #000;
}

/* FAQ
*/
#faqQuestion {
	margin: 0 0 0 20px;
}
#faqAnswer dt {
	margin-top: 25px;
	font-weight: bold;
	font-size: 14px;

}
#faqAnswer dd {
	margin: 5px 0 0 30px;
}

/* AGB
*/
#agb ol {
	margin: 10px 0 10px 30px;
}
	#agb ol > li {
		font-weight: bold;
	}
		#agb > ol > li > ol li {
			font-weight: normal;
		}

/* Landingpage
*/
.landingpage {
	width: 957px;
}
.landingpage__header {
	display: block;
	margin-bottom: 35px;
	margin-top: -34px;
}
.landingpage__items {
	overflow: auto;
}
.landingpage__item {
	width: 310px;
	height: 305px;
	position: relative;
	margin-bottom: 40px;
	float: left;
}
.landingpage__item.wide {
	width: 472px;
}
.landingpage__item--margin {
	margin-right: 13px;
}
.landingpage__magazine-cover {
	width: 185px;
	height: 250px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.landingpage__incentive-cover {
	max-width: 219px;
	max-height: 158px;
	display: block;
	position: absolute;
	top: 0;
	left: 253px;
}
.em2016 .landingpage__incentive-cover {
	top: 52px;
	max-height: 128px;
}
.landingpage__claim {
	width: 260px;
	height: 42px;
	display: block;
	position: absolute;
	top: 10px;
	left: 195px;
}
.landingpage__plus {
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 110px;
	left: 195px;
}
.em2016 .landingpage__plus {
	top: 132px;
}
.landingpage__incentive {
	position: absolute;
	top: 168px;
	left: 195px;
	font-size: 12px;
	color: black;
}
.em2016 .landingpage__incentive {
	top: 190px;
}
.landingpage__incentive-name {
	position: absolute;
	top: 190px;
	left: 195px;
	font-size: 16px;
	font-weight: bold;
	color: #e11915;
}
.em2016 .landingpage__incentive-name {
	top: 212px;
}
.landingpage__bottom {
	width: 100%;
	position: absolute;
	top: 260px;
	left: 0;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}
.landingpage__magazine-name {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: black;
	padding-left: 10px;
	line-height: 43px;
	height: 43px;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.landingpage__magazine-name.wide {
	 width: 302px;
}
.landingpage__price {
	float: left;
    font-size: 12px;
	color: black;
	line-height: 43px;
	padding-left: 10px;
}
.landingpage__price span {
	font-weight: bold;
    font-size: 14px;
	color: black;
}
.landingpage__button, .landingpage__button:hover {
	display: block;
	float: right;
	color: #e11915;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #999999;
	line-height: 22px;
	margin-top: 10px;
	border-radius: 4px;
	background-color: #e5e5e5;
	background: linear-gradient(white, #cccccc);
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.em2016 .landingpage__button, .landingpage__button:hover {
	color: black;
}
.landingpage__footer {
	display: block;
}

.landingpage__gift-for {
	display: block;
	position: absolute;
	top: 20px;
	left: 209px;
}
.landingpage__gift-icon {
	width: 34px;
	height: 40px;
	display: block;
	position: absolute;
	top: 178px;
	left: 193px;
}
.landingpage__gift-text {
	position: absolute;
	top: 189px;
	left: 235px;
	font-size: 12px;
	color: black;
}
.landingpage__magazine-name.gift {
	width: 120px;
}

.landingpage__button.footer {
	float: none;
	width: 220px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
