@charset "UTF-8";
@import url("v.css");

body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F1F1F1;
	/*background: #EEEEEE url(images/PageShadow.png) repeat-x fixed;*/
}
.schale #container {
	width: 740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.schale #topspacer {
	background: #F1F1F1; 
}
.schale #header {
	background: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 30px;
}
.schale #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.schale .breaker {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 28px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/schraegstriche.gif);
	background-repeat: repeat-x;
}
.schale .breaker p {
	color: #FF3300;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.schale .maincontent {
	padding-top: 0;
	padding-left: 34px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
.schale .maincontent h1 {
	color: #B7B7B7;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 24px;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 12px;
}
.schale .maincontent h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	margin-bottom: 0;
	color: #B64926;
}
.schale .maincontent h3 {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	margin-bottom: 0;
}
.schale .maincontent p {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 20px;
	border-width: 0;
}
.schale .maincontent .halbfett {
	font-weight: bold;
	font-size: 11px;
}
.schale .maincontent ul {
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px 60px 10px 0px;
	padding-right: 20px;
}
.schale .maincontent li {
	color: #6F6552;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	}
.schale .maincontent li a {
	color: #6F6552;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
.schale .maincontent li a:hover {
	color: #819765;
}
.sideheader {
	color: #B64926;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
.booknumber {
	color: #c7b796;
	font-style: normal;
	font-weight: bolder;
	font-size: 100px;
	line-height: 56px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
.schale #footer {
	background:#DDDDDD;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/footer2.jpg);
	height: 32px;
}
.schale #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
.schale #theend {
	background:#F1F1F1;
	padding-bottom: 50px;
}
.anschnitt  {
	color: #FF6600;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
.schale #container .maincontent .aktuelltext {
	float: left;
	width: 400px;
}
.schale #container .maincontent .insidecontentleft {
	float: left;
	width: 360px;
}
.schale #container .maincontent .insidecontentleft img {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
.schale #container .maincontent .insidecontentleft p {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.schale #container .maincontent .insidecontentleft h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	margin-bottom: 0;
	color: #B64926;
}
.schale #container .maincontent .aktuellcover {
	float: right;
	width: 220px;
}
.schale #container .maincontent .aktuellcover img {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-width: 0;
	}
.schale #container .maincontent .aktuellcover li {
	padding-top: 0px;
}
/*.schale #container .maincontent img {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	}*/
.schale #container .maincontent .fltrtdown {
	float: right;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.schale #container .maincontent .subwrap {
	height: 100px;
}
.h1style {
	color: #B7B7B7;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 30px;
	margin-bottom: 0;
	padding-top: 0;
}
.fltrt { 
	float: right;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 14px;
	border-width: 0;
}
.fltrtartikel {
	float: right;
	padding-left: 40px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 30px;
	border-width: 0;
}
.fltlft {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 24px;
	padding-top: 4px;
	padding-bottom: 14px;
	border-width: 0;
}
.fltabbo {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 14px;
}
.plus {
	font-size: 18px;
	font-weight: bold;
	color: #BFA98D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.abboreihe {
	height: 45px;
	width: 660px;
	float: left;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px dotted #666666;
	clear: both;
}
.abboreihetest {
	height: 55px;
	width: 660px;
	float: left;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px dotted #666666;
	clear: both;
}
.abboreihetest a {
	display: block;
}
.abboreihetest hover {
	background-color: #f1f1f1;
	background: #f1f1f1;
}
.abboreihetext {
	clear: both;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-transform: uppercase;
}
.abboreihetext :hover {
	color: #FF3300;
}
.abo {
	width: 670px;
}
.abo table {
	height: 45px;
	width: 670px;
	border: 1px dotted #666666;
	background: #fff;
	margin-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
	}
.abo table :hover {
	background: #f9f9f9;
	}
.abo table th, .abo table td {
	margin: 0;
	padding: 4px 4px;
	text-align: center;
}
.abo table td a {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
.abo table .coverplus {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #BFA98D;
}
.abo table .descr {
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	color: #98925E;
}
.abo table .unit {
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
	font-weight: normal;
}
.abo table .price {
	font-size: 36px;
	font-weight: bold;
	color: #BFA98D;
	letter-spacing: -2px;
}
.abo table tr {
	background: #fff;
}
.abo table .cover {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.formcase {
	width: 634px;
	border: 1px dotted #666666;
	background: #f9f9f9;
	margin-bottom: 10px;
	padding-right: 16px;
	padding-left: 16px;
	}
.schale #container .maincontent .heftliste {
	float: right;
	width: 380px;
}
.heftlistebooknumber {
	color: #DDDDDD;
	font-style: normal;
	font-weight: bold;
	font-size: 72px;
	line-height: 56px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	width: 110px;
	float: left;
	letter-spacing: -3px;
}.schale #container .maincontent .heftlistecover {
	float: left;
	width: 150px;
	border-width: 0;
}
.schale #container .maincontent .heftlistecover img {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 110px;
	height: 154px;
	border-width: 0;
	}
.schale #container .maincontent .heftlistecover li {
	padding-top: 0px;
}



.schale #container .listcontent .inhaltliste {
	float: left;
	width: 570px;
	height: 36px;
	color: #6F6552;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 34px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.schale #container .listcontent .inhaltliste a {
	color: #6F6552;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 34px;
	text-decoration: none;
	color: #6F6552;
}
.schale #container .listcontent .inhaltliste a:hover {
	color: #819765;
}
.inhaltlistebooknumber {
	color: #DDDDDD;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	width: 60px;
	float: right;
	letter-spacing: -3px;
}.schale #container .listcontent .inhaltlistecover {
	float: right;
	width: 40px;
	height: 36px;
}
.schale #container .listcontent .inhaltlistecover img {
	float: right;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 25px;
	height: 34px;
	border-width: 0;
	}
.schale #container .listcontent .inhaltlistecover li {
	padding-top: 0px;
}
.tableheftnumber {
	color: #BBBB9A;
	font-style: normal;
	font-weight: bolder;
	font-size: 35px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: -3px;
	width: 56px;
}
.schale #container .maincontent .inhalttext {
	color: #6F6552;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
.schale #container .maincontent .inhalttext a {
	color: #6F6552;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
.schale #container .maincontent .inhalttext a:hover {
	color: #819765;
}
.schale #container .maincontent .inhaltmenu {
	color: ##B64926;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
.schale #container .maincontent .inhaltmenu a {
	color: #B64926;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
.schale #container .maincontent .inhaltmenu a:hover {
	color: #FF3300;
}
.schale #container .maincontent .order {
	float: right;
	width: 480px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.schale #container .maincontent .order label {
		color: #333333;
}
.schale #container .maincontent .order label :hover {
		color: #FF6600;
}
.ordernumber {
	color: #DDDDDD;
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 56px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	width: 80px;
	float: left;
	letter-spacing: -3px;
}
.schale #container .maincontent .ordercover {
	float: left;
	width: 80px;
}
.schale #container .maincontent .ordercalc {
	float: left;
	width: 80px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	text-align: right;
}
.schale #container .maincontent .ordercover img {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 53px;
	height: 74px;
	}
.schale #container .maincontent .order li {
	padding-top: 0px;
	float: left;
}
.tableordernumber {
	color: #BBBB9A;
	font-style: normal;
	font-weight: bolder;
	font-size: 35px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: -3px;
	width: 56px;
}
.schale .shortbreaker {
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 28px;
	clear: both;
	background-color: #E3DDDA;
}
.schale .distancebreaker {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 28px;
	clear: both;
	background-color: #DEDEDE;
	background-image: url(../images/schraegstriche.gif);
	background-repeat: repeat-x;
	margin-top: 77px;
	}
.schale .distancebreaker p {
	color: #FF3300;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}
.schale .listcontent {
	display: block;
	padding-top: 0;
	padding-left: 34px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
.schale .listcontent a {
	display: block;
}
.schale .listcontent a:hover {
	display: block;
}

