html {
  height:100%;
  }

body {
	padding:0px;
	margin:0px;
	height:100%;
	background-color:#ffffff;
	text-align:center;
	font-family:HelveticaNeue, Helvetica, Arial, Verdana, Trebuchet, sans-serif; 
	font-weight:normal; 
	color:#000000;
	}

h1 {
	font-size:28px; 
	margin:5px 0px 5px 10px; 
	line-height:65px; 
	font-weight:normal;
	text-align:left;
	}

/* Klassen für zweifarbige H2 (allgemein, dann erste Zeile rot, zweite Zeile blau + kleiner) */
h2 {
	font-size:18px;
	font-weight:normal;
	text-align:left;
	margin:10px 0px 10px 0px;
	}
.h2a1 {
	color:#e2001a;
	}
.h2a2 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	}

/* Klassen für zweifarbige H3 (allgemein, dann Klasse für Links in der H3) */
h3 {
	font-size:12px; 
	margin:0px 10px 0px 0px;
	}
h3 a {
	color:#000000;
	font-weight:bold; 
	padding-bottom:10px;
	}

/* Darstellung der Links */
a:link, a:visited, a:active, a:focus {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

/* IDs für DIVs */
#mitte {
	position:relative;
	width:865px;
	margin:0px auto;
	}

#kopf {
	height:90px;
	margin:16px 8px 0px 0px;
	background-color:#ffffff;
	text-align:left;
	}
#logo {
	float:left;
	}
.verlagslogo_kopf {
	float:left;
	border:0px none #ffffff;
	margin-left:10px; 
    width:155px;
    height:61px; 
	}
.fernglassiegel {
    width:75px; 
    height:75px; 
    margin-top:0px;
	border:0px none #ffffff; 
	}
#topmenu {
    float:left; 
    margin-top:37px; 
    margin-left:110px; 
    text-align:right;
	}
#siegel {
    float:right; 
    margin-top:0px;
	}
#navigation {
	float:right; 
	text-align:right;
	}
.navigation_kopf {
	font-size:15px;
	color:#004a99;
	margin-top:47px;
	}
.navigation_status_kopf {
	color:#7f7f7f; 
	font-size:10px;
	line-height:20px;
	text-align:right;
	}

#inhalt {
	margin:0px;
	background-color:#ffffff;
	text-align:center;
	}

/*  Klassen für Navigationsschaltflächen blau */
#navi_blau {
	width:100%;
	}
#navi_blau ul {
	list-style-type:none; 
	margin:0px; 
	padding:0px 1px;
	}
#navi_blau li {
	display:block; 
	float:left; 
	}
#navi_blau a {
	color:#000000;
	display:block; 
	width:107px; 
	height:20px;
	background:#bcd2eb url(../grafiken/design/btn_blau.png) no-repeat;
	background-color:#bcd2eb;
	background-image:url(../grafiken/design/btn_blau.png);
	text-align:center; 
	font-size:11px; 
	line-height:18px; 
	margin:1px; 
	}
#navi_blau a:hover {
	color:#111111;
	background:#bcd2eb url(../grafiken/design/btn_blau_hover.png) no-repeat;
	}


/* Klassen für zweispaltiges Layout */
.zweispaltig_links {
	width:405px; 
	float:left; 
	margin-left:10px;
	text-align:left;
	}
.zweispaltig_rechts {
	width:405px; 
	float:right; 
	margin-right:10px;
	text-align:left;
	}

/* Klassen für Fußzeile/Copyright */
#fuss {
	height:50px;
	margin:10px;
	background-color:#ffffff;
	clear:both;
	float:none;
	}
#fuss p {
	font-size:9px;
	}
#fuss a {
	color:#b2b2b2;
	}



/* Klassen für Farben */
.schwarz {
	color:#000000; 
	}
.grau {
	color:#7f7f7f; 
	}
.hellgrau {
	color:#adadad; 
	}
.rot {
	color:#e2001a; 
	}
.blau {
	color:#004a99; 
	}
.hellblau {
	color:#0076bd; 
	}


/* Klassen für gepunktete Trennlinien */
.hr860 {
	width:860px; 
	height:1px;
	font-size:1px;
	line-height:1px;
	display:block;
	margin:5px 0px;
	clear:both;
	border:0px none #ffffff;
	background-image:url('../grafiken/design/punktelinie_860.png');
	}
.hr860_solid {
	width:860px; 
	height:1px;
	font-size:1px;
	line-height:1px;
	display:block;
	margin:5px 0px;
	clear:both;
	border:0px none #ffffff;
	background-image:url('../grafiken/design/linie_860.png');
	}
.hr670 {
	width:670px; 
	height:1px; 
	font-size:1px;
	line-height:1px;
	display:block;
	margin:5px 0px;
	clear:both; 
	border:0px none #ffffff;
	background-image:url('../grafiken/design/punktelinie_670.png'); 
	}
.hr670_lp {
	width:670px; 
	height:1px; 
    margin:15px 0px 5px 97px;
	font-size:1px;
	line-height:1px;
	display:block;
	clear:both; 
	border:0px none #ffffff;
	background-image:url('../grafiken/design/punktelinie_670.png'); 
	}
.hr450 {
	width:450px; 
	height:1px; 
	font-size:1px;
	line-height:1px;
	display:block;
	clear:both;
	margin:5px 0px 5px 9px;
	border:0px none #ffffff;
	background-image:url('../grafiken/design/punktelinie_450.png'); 
	}
.hr390 {
 	width:390px; 
	height:1px; 
	border:0px none #ffffff;
	background-image:url('../grafiken/design/punktelinie_390.png');
	font-size:1px;
	line-height:1px;
	margin:8px 0px;
	display:block;
	clear:both
	}
.hr200 {
	width:200px; 
	height:1px; 
	border:0px none #ffffff; 
	background-image:url('../grafiken/design/punktelinie_200.png');
	font-size:1px;
	line-height:1px;
	margin:5px 0px;
	display:block;
	clear:both
	}
.hr190 {
	width:190px; 
	height:1px; 
	border:0px none #ffffff;
	background-image:url('../grafiken/design/punktelinie_190.png'); 
	font-size:1px;
	line-height:1px;
	margin:5px 0px;
	display:block;
	clear:both
	}

/* weiße Trennlinien */
hr.trennlinie_800_1_weiss {
    border:0px none #ffffff; 
    background-color:#ffffff; 
    color:#ffffff; 
    width:800px; 
    height:1px; 
    clear:both;
    }
hr.trennlinie_800_10_weiss {
    border:0px none #ffffff; 
    background-color:#ffffff; 
    color:#ffffff; 
    width:800px; 
    height:10px; 
    clear:both;
    }

#div_h1 {
	height:95px;
	}

.h2_pressebanner {
    font-size:18px; 
    font-weight:normal; 
    text-align:left; 
    margin:10px 0px 10px 10px; 
    color:#e2001a;
    }

.img_pressebanner {
    width:733px; 
    height:33px; 
    border:1px solid #7f7f7f; 
    vertical-align: middle;
    }

.h2_jobs {
    float:none;
    clear:both;
    width:860px;
    height:25px;
    display:block;
    background-color:#ffffff;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
    margin:20px 0px 15px 0px;
    text-align:center;
    text-indent:10px;
    }

.p_jobs {
    margin:0px 10px 25px 10px; 
    font-size:14px; 
    line-height:20px; 
    text-align:justify;
    }

.h2_stellen {
    display:block; 
    background-color:#ffffff; 
    font-size:16px; 
    font-weight:bold; 
    line-height:24px; 
    margin:50px 0px 25px 0px; 
    text-align:center; 
    text-indent:0px;
    }

.img_stellen {
    margin:-5px 5px 0px 0px;
    border:solid 0px #ffffff;
    float:left;
    }

.stellenbeschreibung {
    margin:0px 10px 50px 10px;
    font-size:14px;
    line-height:20px;
    }

.spacer_7px {
    font-size:7px;
    line-height:7px;
    }

.text_normal {
    font-weight:normal;
    }

.text_fett {
    font-weight:bold;
    }

.text_kursiv {
    font-style:italic;
    }

.text_ohne_deko {
    text-decoration:none;
    }

.h2_story {
    font-size:28px; 
    margin:5px 0px 5px 10px; 
    line-height:65px; 
    font-weight:bold; 
    text-align:center;
    }

.p_i_story {
    float:right; 
    text-align:left; 
    font-style:italic;
    margin:0px 10px 0px 10px;
    }

.p_story_bildunterschrift {
    margin:5px 0px 5px 0px; 
    font-weight:normal; 
    font-size:14px; 
    line-height:133%;
    font-style:italic; 
    text-align:left;
    }
.p_pressestimmen {
  text-align:left; 
  font-size:11px; 
  display:block;
}
.p_pr_publikation {
  font-weight:bold; 
  line-height:14px;
  color:#000000;
}
a.p_pr_a {
  color:#000000;
}
.p_pr_text {
  display:block;
  margin:3px 0px;
  font-size:12px;
}

.kapitel_okker {
  float:none;
  clear:both;
  width:300px; 
  background-color:#ffffff;
  font-size:16px;
  font-weight:bold;
  line-height:24px;
  margin:0px 0px 0px 10px;
}
a.kapitel_okker:hover {
  text-decoration:none;
}
.kapitel_orange {
  float:none;
  clear:both;
  width:300px; 
  height:25px;
  display:block;
  background-color:#ffffff;
  color:#000000;
  font-size:16px;
  font-weight:bold;
  line-height:24px;
  margin:20px 0px 0px 50px;
  text-indent:10px;
}
.unterrubrik_okker {
  float:none;
  clear:both;
  width:395px; 
  height:25px;
  display:block;
  background-color:#ffffff;
  font-size:15px;
  font-weight:normal;
  line-height:20px;
  margin:10px 0px 10px 0px;
  text-indent:10px;
}
a.unterrubrik_okker:hover {
  text-decoration:none;
}


.Bildbereich {
	margin:15px 0px 20px 85px;
	width:315px;
	border-style:none;
	float:left; 
	background-color:#FFFFFF;	
}

.Textbereich {
	position:relative;
	left:-75px;
	width:325px;
	border-style:none;
	text-align:left;
	float:right;
	background-color:#ffffff;
	margin:10px 10px 20px 0px;
}

.Textbereich_norm {
	position:relative;
	left:0px;
	width:650px; 
	border-style:none;
	text-align:left;
	float:right;
	background-color:#ffffff;
	margin:10px 10px 0px 0px;
}

.SCGrafik {
	width:310px; height:205px;
	border-style:none; border-color:#aaaaaa; border-width:0px;
	float:left;
	margin:0px 25px 0px 0px;
}

.PTAnzeigenhinweis {
	float:right; 
	position:relative; 
	top:-37px; 
	right:-18px; 
	font-size: 9px;  
	margin:5px 0px 3px 0px;
	text-align:left;
}

.Webseitenname {
	margin:5px 0px 5px 0px;
    font-size:15px;
    font-weight:bold;
    text-align:left;
}

.Beschreibung {
    font-size:14px;
    line-height:21px;
    margin:10px 0px;
    text-align:left; 
}

.URL {
    font-size:13px;
    margin:5px 0px 0px 0px;
    text-align:left;
    font-weight:bold;
}

a.URL:link, a.URL:visited, a.URL:hover, a.URL:active, a.URL:focus {
    font-size:13px;
    color:#000000;
    text-align:left;    
}


.ab_bsp_li {
  float:left; 
  width:260px; 
  margin-right:42px;
}
.ab_bsp_mi {
  width:260px; 
  margin:0px auto 0px 310px;
}
.ab_bsp_re {
  float:right; 
  width:260px;
}
.ab_bsp {
  margin:0px 0px 3px 8px; 
  color:#7f7f7f; 
  font-weight:bold; 
  font-size:14px; 
  display:block;
}
.ab_bsp_rahmen {
  width:260px; 
  height:187px; 
  background-image:url('../../grafiken/design/bsp_rahmen.png'); 
  text-align:left;
}
.ab_bsp_sc {
  width:250px; 
  height:177px; 
  border:0px none #ffffff; 
  margin:5px;
}
.ab_bsp_hr {
  border:0px none #ffffff; 
  background-color:#ffffff; 
  color:#ffffff; 
  width:800px; 
  height:15px; 
  clear:both;
}

.weitere {
  text-align:left; 
  clear:both;
}
.weitere_lnk {
  font-size:14px; 
  font-weight:bold;
}
.pr_li {
  width:325px;
}

.balken_hblau {
  float:none;
  clear:both;
  width:860px; 
  height:25px;
  display:block;
  background-color:#e5f1f8;
  background-image:url(../grafiken/design/btn_hblau.png);
  background-repeat:no-repeat;
  font-size:14px;
  font-weight:bold;
  line-height:24px;
  margin:20px 0px 15px 0px;
  text-indent:10px;
}









/* Formate für Leseproben Web-Adressbuch */
h2.leseproben_rubrik {
	font-size:16px;
	margin:10px auto;
	color:#004a99;
	text-align:center;
	font-weight:bold;
	}

h3.a.Leseproben_kl {
	font-size:14px;
	line-height:21px;
	margin:10px auto;
	color:#004a99;
	text-align:center;
	font-weight:bold;
	}

a {
	color:#004a99;
	}

.div_lp_unterrubrik {
	clear:both; 
    display:block; 
    width:95%; 
    max-width:800px; 
    height:20px; 
    margin:45px 0px 10px 85px; 
	}
.h2_lp_unterrubrik {
    text-align:left; 
    font-size:14px; 
    font-weight:normal; 
    color:#004a99;
	}
.leseproben_unterrubrik {
	font-size:10px; 
	line-height:16px; 
	color:#7f7f7f;
	margin-left:10px;
	margin-top:5px;
	position:relative;
	}

a.leseproben_unterrubriken_kl {
	color:#004a99;
	text-align:center;
	font-size:14px; 
	line-height:32px;
	font-weight:normal;
	text-decoration:none;
	margin:1px 1px 1px 25px;
}
a.leseproben_unterrubriken_kl:hover {
  	text-decoration:underline;
  	color:#000000; 
}

.leseproben_sc_rubrik {
	clear:both; 
	display:block; 
	height:20px; 
	margin:15px 0px 10px 85px;
	}
.leseproben_sc_unterrubrik {
	text-align:left; 
	font-size:14px; 
	font-weight:normal; 
	color:#004a99;
	}

a.Leseproben_kl:link, a.Leseproben_kl:visited, a.Leseproben_kl:hover, a.Leseproben_kl:active, a.Leseproben_kl:focus {
	color:#004a99;
	text-align:center;
	font-size:11px; line-height:12px;
	font-weight:normal;
	text-decoration: none;
	margin:1px;
}
a.Leseproben_kl:hover {
  	text-decoration: underline;
  	color:#000000; 
}

.leseproben_hr670 {
	margin:15px 0px 15px 97px;
}

.Leseproben {
	color:#004a99;
	text-align:center;
	font-size:14px; 
	line-height:14px;
	font-weight: bold;
	text-decoration: none;
	margin:10px 2px 2px 10px;
}





a.Leseproben:link, a.Leseproben:visited, a.Leseproben:hover, a.Leseproben:active, a.Leseproben:focus {
	color:#004a99;
	text-align:center;
	font-size:14px; 
	line-height:14px;
	font-weight: bold;
	text-decoration: none;
	margin:10px 2px 2px 10px;
}
a.Leseproben:hover {
  	text-decoration: underline;
  	color:#000000; 
}

/*  Klassen für Navigationsschaltflächen blau */

.ul_menublau {
    list-style-type:none; 
    margin:0px; 
    padding:0px;
}
.li_menublau {
    display:block; 
    float:left; 
}
.li_menublau_a {
    color:#004a99;
    display:block; 
    background-color:#FFFFFF;
    text-align:center; 
    font-size:12px; 
    line-height:50px;
    margin:1px 30px 1px 10px; 
}
.li_menublau_a:hover {
    color:#004a99;
}


#navi_weissblau {
    width:100%;
}
#navi_weissblau ul {
    margin:0;
    padding:0px 1px;
    list-style:none;
}
.li_weissblau {
    display:block; 
    float:left; 
}
.li_weissblau_a {
    color:#004a99;
    display:block; 
    width:107px; 
    height:20px;
    background-color:#FFFFFF;
    text-align:center; 
    font-size:12px; 
    line-height:18px; 
    margin:1px; 
}
.li_weissblau_a:hover {
    color:#004a99;
}



/* Navigation blau -> obsolet, wenn alle Seiten (v.a. Presse) angepasst wurden */
#navi_blau {
  width:100%;
}
#navi_blau ul {
  margin:0;
  padding:0px 1px;
  list-style:none;
}
.li_blau {
  display:block; 
  float:left; 
}
.li_blau_a {
  color:#000000;
  display:block; 
  width:107px; 
  height:20px;
  background:#bcd2eb url(../grafiken/design/btn_blau.png) no-repeat;
  background-color:#bcd2eb;
  background-image:url(../grafiken/design/btn_blau.png);
  text-align:center; 
  font-size:11px; 
  line-height:18px; 
  margin:1px; 
}
.li_blau_a:hover {
  color:#111111;
/*   background:#bcd2eb url(../grafiken/design/btn_blau_hover.png) repeat:no-repeat;*/
}



.lpArtikel {
	font-size:14px; 
	line-height:21px; 
	text-align:left; 
	margin:0px 15px 5px 10px; 
	font-weight:normal;
	}
	
.lpArtikelBold {
	font-size:14px; 
	line-height:21px; 
	text-align:left; 
	margin:0px 15px 5px 10px; 
	font-weight:bold;
	}	



.spalte_leseproben {
    float:left; 
    margin-left:10px; 
    margin-right:5px; 
    display:block; 
    text-align:left; 
    font-size:12px; 
    line-height:16px; 
    width:200px;
    }
    
.sc_185 {
    width:185px; 
    height:123px; 
    border:1px solid #7f7f7f; 
    float:none; 
    margin:4px 10px 2px 0px;
    }
    
div.spalte_li {
    float:left; 
    margin-right:10px; 
    display:block; 
    text-align:left; 
    font-size:12px; 
    line-height:16px; 
    width:195px;
    }

div.spalte_re {
    float:right; 
    margin-right:0px;
    display:block; 
    text-align:left; 
    font-size:12px; 
    line-height:16px; 
    width:195px;
    }

div.spalte_solo {
    display:block; 
    text-align:left; 
    margin-right:10px; 
    font-size:12px; 
    line-height:16px; 
    width:195px;
    }

.sc_195 {
    width:185px; 
    height:123px; 
    border:1px solid #7f7f7f; 
    float:none; 
    margin:4px 10px 2px 0px;
    }

.texteintrag {
    float:left;
    margin:0px 10px 10px 0px;
    display:block;
    text-align:left;
    font-size:12px;
    line-height:16px;
    width:195px;
    }

.url {
    color:#000000;
    font-weight:bold;
    }

.weiter {
    color:#000000;
    font-size:15px; 
    font-weight:bold;
    }

div.trennlinie {
    margin-top:15px; 
    margin-bottom:15px; 
    display:block;
    }

hr.trennlinie_390_weiss {
    border:0px none #ffffff; 
    background-color:#ffffff; 
    color:#ffffff; 
    width:390px; 
    height:1px; 
    clear:both;
    }



/* Definitionen für orangenen Infokasten auf der Startseite */

#infokasten {
	height:247px;
	background:#ffffff url(../grafiken/hintergrund_top2013b.png) scroll no-repeat; 
	text-align:left;
	}
#infokasten img {
	width:861px;
	height:247px;
	border:0px none #ffffff; 
	margin:0px;
	}
#navi_beige {
	width:100%;
	}
#navi_beige ul {
	list-style-type:none; 
	margin:0px 22px 0px 30px; 
	padding:0px;
	}
/* -margin:0px 22px 0px 145px; ---------------------------- */

#navi_beige li {
	display:block; 
	float:left; 
	margin:0px 0px 10px 0px;
	}
#navi_beige a {
	display:block; 
	width:113px; 
	height:22px;
	color:#9d0d15;
	text-decoration:none;
	background-color:#fcda9d;
	background-image:url(../grafiken/design/btn_beige13.png);
	text-align:center; 
	font-size:11px; 
	font-weight:bold;
	line-height:22px; 
	margin:0px 1px 10px 1px; 
	position:relative;
	top:-8px;
	}
#navi_beige a:hover {
	text-decoration:none;
	background-color:#e78e32;
	background-image:url(../grafiken/design/btn_beige_hover13.png);
	}
/* -------------------------------------------------------- */

#infokasten_ab {
	width:169px; 
	height:247px; 
	float:left; 
	margin-left:35px; 
	margin-right:25px; 
	border-style:none;
	background:none;
	}

.infokasten_neu {
	font-size:36px; 
	line-height:48px; 
	color:#e30018;
	}

.infokasten_22 {
	font-size:22px; 
	font-weight:bold; 
	color:#e30018;
	}
	
.infokasten_22_h1 {
	font-size:22px; 
	line-height:22px;
	font-weight:bold; 
	color:#e30018;
	}	
	
.infokasten_16 {
	font-size:16px; 
	font-weight:bold; 
	color:#000000;
	}

.infokasten_14 {
	font-size:14px; 
	line-height:21px; 
	color:#000000;
	}
	
.infokasten_14_18 {
	font-size:14px; 
	line-height:18px; 
	float:left;	
	}	

.infokasten_13_18 {
	font-size:13px; 
	line-height:18px; 
	float:left;	
	}
	
.infokasten_11 {
	font-size:11px; 
	line-height:15px; 
	color:#000000;
	}
	
.infokasten_11_18 {
	font-size:11px; 
	line-height:18px; 
	color:#000000;
	}

.infokasten_7 {
	font-size:7px; 
	line-height:7px; 
	color:#000000;
	}

.infokasten_p {
	text-align:left; 
	font-family:arial, verdana, sans-serif; 
	padding-top:30px;
	}
	
.infokasten_p1 {
	text-align:left; 
	font-family:arial, verdana, sans-serif; 
	padding-top:0px;
	padding-bottom:0px;
	line-height:100%;
	margin-top:30px;
	margin-bottom:1px;	
	}	
	
.infokasten_p2 {
	text-align:left; 
	font-family:arial, verdana, sans-serif; 
	padding-top:0px;
	margin-top:2px;	
	}	

.infokasten_weiter {
	display:block; 
	margin-left:680px; 
	margin-top:0px; 
	width:146px; 
	height:19px; 
	background:url(../grafiken/button_weitereinfos.png) scroll no-repeat; 
	font-size:12px; 
	padding:2px 5px; 
	color:#000000;
	}
	
.infokasten_re_oben {
	display:block; 
	float:right; 
	margin-top:0px; 
	margin-right:25px; 
	height:19px; 
	font-size:12px; 
	padding:2px 5px; 
	color:#e30018;
	}
	
.ABTitel {
	width:300px; 
	height:370px; 
	float:left; 
	margin:25px 25px 0px 0px; 
	border-style:none;
	}	
	
.ABBuchgrafik {
	}	

.ABBuchCover {
	width:300px; 
	height:370px; 
	float:left; 
	margin:0px 25px 20px 10px; 
	border-style:none;
	}

.ABjetztneuButton {
    width:60px;
    height:57px;
    position:absolute;
    left:233px;
    top:166px;
    border:0px solid #ffffff;
}

.ABTitelSpalteRe {
	width:500px; 
	left:-100px; 
	position:relative;
	}		
	
.ABTitelH1 {
	margin-top:14px; 
	text-align:center; 
	font-family:'Merriweather',arial,verdana,sans-serif; 
	font-weight:700;
	}		
	
.ABTitelH1Link {
	text-decoration:none; 
	color:#D1291B; 
	font-weight:700;
	}	
	
.ABTitelH1Die5000 {
	font-size:50px; 
	font-family:'Merriweather',arial,verdana,sans-serif; 
	font-weight:700;
	}	

.ABTitelH1Surftipps {
	font-size:56px;
	font-family:'Merriweather',arial,verdana,sans-serif; 
	font-weight:700;
	}	

.ABTitelH1WebSeiten {
	font-size:48px;
	font-family:'Merriweather',arial,verdana,sans-serif; 
	font-weight:700;
	}

.ABTitelH1Internet {
	font-size:42px;
	font-family:'Merriweather',arial,verdana,sans-serif; 
	font-weight:700;
	}	
		
.ABTitelH2 {
	margin-top:24px; 
	text-align:center; 
	line-height:100%;
	}		
	
.ABTitelH2Link {
	text-decoration:none; 
	color:#000000; 
	font-family:arial,verdana,sans-serif; 
	font-weight:bold;
	font-size:18px;
	}	
	
.ABTitelH3 {
	margin-top:25px; 
	text-align:center; 
	font-size:18px; 
	line-height:133%; 
	font-weight:bold;
	}
.ABTitelH3_Bestseller {		
	font-size:17px; 
    line-height:24px; 
    text-align:center; 
    margin:18px 0px 20px 0px; 
    color:#000000;
	}

.ABTitelPB {
	text-align:center; 
	margin-top:15px; 
	font-size:15px;
    line-height:22px;
    padding:0px 30px;
	}	

.ABTitelP {
	text-align:center; 
	margin-top:30px; 
	font-size:14px;
	}		
	
.ABTitelDIVul {
	clear:both; 
	color:#004A99; 
	font-weight:bold;
	}
	
.ABTitelUL {
	line-height:150%; 
	position:relative; 
	left:-25px; 
	width:200px;
	}	
	
.ABTitelLI {
	list-style-type:none; 
	font-size:15px; 
	font-weight:bold;
	}		

.ABTitelVorankuendigung {
	font-size:18px; 
    font-weight:bold;
    line-height:24px; 
    text-align:left; 
    margin:0px 0px 0px 60px; 
	}	

.ABTitelErscheinungstermin {
	font-size:14px; 
    font-weight:bold;
    line-height:18px; 
    text-align:left; 
    margin:5px 0px 0px 55px; 
	}

.Bestellbutton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
    margin:0px 0px 0px 10px;
    text-align:center;
}
.Bestellbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.Bestellbutton:active {
	position:relative;
	top:1px;
}

.vid {
	width:400px; 
    height:250px;
    border:0px solid #ffffff;
	}

.div_vid {
	float:right; 
    margin:5px 25px 20px 25px;
	}

.vid_spalte {
	width:384px; 
    height:244px;
    border:0px solid #ffffff;
	}	

.div_vid_spalte {
	float:left; 
    margin:8px 0px 0px 0px;
	}

.test_DIV {
    float:left;
    margin-top:5px;
	}

.test_SC {
	width:384px; 
    height:244px;
    border:1px solid #8d8d8d;
    margin:0px 55px 5px 10px;
	}	

.test_SCUnterschrift {
    font-size:12px; 
    font-weight:bold; 
    text-align:left; 
    line-height:18px; 
    margin:0px 0px 25px 10px;
	}		

.Artikelfoto {
	width:400px; 
    height:300px;
    border:1px solid #7f7f7f;
    margin:2px 25px 5px 0px;
	}	

.ArtikelfotoUnterschrift {
    font-size:12px; 
    font-weight:bold; 
    text-align:left; 
    line-height:18px; 
	width:400px;
    margin:0px 0px 25px 0px;
	}	

.WeiterButton {
	-moz-box-shadow: 3px 4px 0px 0px #e6e6e6;
	-webkit-box-shadow: 3px 4px 0px 0px #e6e6e6;
	box-shadow: 3px 4px 0px 0px #e6e6e6;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #fafafa));
	background:-moz-linear-gradient(top, #ededed 5%, #fafafa 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #fafafa 100%);
	background:-o-linear-gradient(top, #ededed 5%, #fafafa 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #fafafa 100%);
	background:linear-gradient(to bottom, #ededed 5%, #fafafa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fafafa',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #bcc2eb;
	display:inline-block;
	cursor:pointer;
	color:#004a99;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.WeiterButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #fafafa 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #fafafa 5%, #ededed 100%);
	background:-o-linear-gradient(top, #fafafa 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #fafafa 5%, #ededed 100%);
	background:linear-gradient(to bottom, #fafafa 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ededed',GradientType=0);
	background-color:#fafafa;
}
.WeiterButton:active {
	position:relative;
	top:1px;
}

.ZurueckButton {
	-moz-box-shadow: 3px 4px 0px 0px #e6e6e6;
	-webkit-box-shadow: 3px 4px 0px 0px #e6e6e6;
	box-shadow: 3px 4px 0px 0px #e6e6e6;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #fafafa));
	background:-moz-linear-gradient(top, #ededed 5%, #fafafa 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #fafafa 100%);
	background:-o-linear-gradient(top, #ededed 5%, #fafafa 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #fafafa 100%);
	background:linear-gradient(to bottom, #ededed 5%, #fafafa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fafafa',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #bcc2eb;
	display:inline-block;
	cursor:pointer;
	color:#004a99;
	font-family:Arial;
	font-size:17px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.ZurueckButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #fafafa 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #fafafa 5%, #ededed 100%);
	background:-o-linear-gradient(top, #fafafa 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #fafafa 5%, #ededed 100%);
	background:linear-gradient(to bottom, #fafafa 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ededed',GradientType=0);
	background-color:#fafafa;
}
.ZurueckButton:active {
	position:relative;
	top:1px;
}

.startmenue_grau {
    clear:both;
    padding:0px;
    margin:0px;
    }

.button_grau {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 0px;
	text-decoration:none;
    float:left;
    width:213px;
}
.button_grau:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.button_grau:active {
	position:relative;
	top:1px;
}

.bestellbutton_grau {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 0px;
	text-decoration:none;
    float:left;
    width:428px;
    min-width:49%; 
    padding:7px 0px;
}

.bestellbutton_grau:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.bestellbutton_grau:active {
	position:relative;
	top:1px;
}

.p_button {
    clear:both; 
    margin-bottom:0px;
}

.div_bestellbuttons {
    text-align:left; 
    margin-left:0px; 
    width:350px;
    }

.leseprobenuebersicht {
    clear:both;
    font-size:15px;
    font-weight:normal;
    line-height:150%;
    margin:65px 10px 0px 10px;
    }

.Kapitelbuttons {
    list-style-type:none; 
    text-align:center; 
    padding:0px; 
    margin-top:7px;
    }

.Kapitelbutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ebebeb;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	padding:3px 7px;
    margin:1px 0px 2px 0px;
	text-decoration:none;
}
.Kapitelbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.Kapitelbutton:active {
	position:relative;
	top:1px;
}

/* Klassen für zweispaltiges Pressestimmen-Layout */
.presse_zweispaltig_links {
	width:25%; 
    min-width:200px;
	float:left; 
	margin-left:10px;
	text-align:left;
	}
.presse_zweispaltig_rechts {
	width:66%; 
	float:right; 
	margin-right:10px;
	text-align:left;
	}