body {
	background: url(../img/bg.png) repeat #333;
	font-size: 18px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.salesletter {
	text-indent: 2em;
}

.salesletter_header {
	text-align: center;
}

.book-box {
	background-color: #eaeaea;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);

}

.big-spiel {
	font-size: 2.5em;
	line-height: .9em;
	color: #00AD14;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}

.small-spiel {
	font-size: 1.5em;
	line-height: 1.2em;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
}

.arrow-container {
	position: relative;
}

.arrow {
	background: url(../img/arrow.jpg)left no-repeat;
	height: 125px;
	position: absolute;
	left: -70px;
	padding-left: 220px;
	padding-top: 35px;
}



.arrow h4 {
	line-height: 1.2em;
	color: #0065D1;
}

.arrow2 {

	position: relative; ;

}

.arrow2 h3 {

	line-height: 1.2em;
	color: #0065D1;

}


.book-desc {
	margin-top: 150px;
}

.book-desc2 {
	margin-top: 10px;
}





/*Layout Overrides Helpers 20131031*/

body .normal-font, body .normal-font li {font-size: 100% !important;}
body .no-italic {font-style: normal !important;}
body .no-bold, body .no-bold a, body .no-bold li {font-weight: normal !important;}
body .no-m-all, body ul.no-m-all, body li.no-m-all {margin-left: 0 !important;margin-right: 0 !important;margin-top: 0 !important;margin-bottom: 0 !important;}
body .no-p-all, body ul.no-p-all, body li.no-p-all {padding-left: 0 !important;padding-right: 0 !important;padding-top: 0 !important;padding-bottom: 0 !important;}
body .no-m-top, body ul.no-m-top, body li.no-m-top {margin-top: 0 !important;}
body .no-m-bottom, body ul.no-m-bottom, body li.no-m-bottom {margin-bottom: 0 !important;}
body .no-m-left, body ul.no-m-left, body li.no-m-left {margin-left: 0;}
body .no-m-right, body ul.no-m-right, body li.no-m-right {margin-right: 0;}
body .no-p-top, body ul.no-p-top, body li.no-p-top {padding-top: 0 !important;}
body .no-p-bottom, body ul.no-p-bottom, body li.no-p-bottom {padding-bottom: 0 !important;}
body .no-p-left, body ul.no-p-left, body li.no-p-left {padding-left: 0;}
body .no-p-right, body ul.no-p-right, body li.no-p-right {padding-right: 0;}
body .s-m-bottom {margin-bottom: 5px !important;}
body .s-m-top {margin-top: 5px !important;}
body .m-m-bottom {margin-bottom: 10px !important;}
body .m-m-top {margin-top: 10px !important;}
body .l-m-bottom {margin-bottom: 15px !important;}
body .xl-m-bottom {margin-bottom: 20px !important;}
body .l-m-top {margin-top: 15px !important;}
body .xl-m-top {margin-top: 20px !important;}
body .s-m-left {margin-left: 5px !important;}
body .s-m-right {margin-right: 5px !important;}
body .m-m-left {margin-left: 10px !important;}
body .m-m-right {margin-right: 10px !important;}
body .l-m-left {margin-left: 15px !important;}
body .xl-m-left {margin-left: 20px !important;}
body .l-m-right {margin-right: 15px !important;}
body .xl-m-right {margin-right: 20px !important;}
body .s-p-bottom {padding-bottom: 5px !important;}
body .s-p-top {padding-top: 5px !important;}
body .m-p-bottom {padding-bottom: 10px !important;}
body .m-p-top {padding-top: 10px !important;}
body .l-p-bottom {padding-bottom: 15px !important;}
body .xl-p-bottom {padding-bottom: 20px !important;}
body .l-p-top {padding-top: 15px !important;}
body .xl-p-top {padding-top: 20px !important;}
body .s-p-left {padding-left: 5px !important;}
body .s-p-right {padding-right: 5px !important;}
body .m-p-left {padding-left: 10px !important;}
body .m-p-right {padding-right: 10px !important;}
body .l-p-left {padding-left: 15px !important;}
body .xl-p-left {padding-left: 20px !important;}
body .l-p-right {padding-right: 15px !important;}
body .xl-p-right {padding-right: 20px !important;}
body .xl-p-all {padding: 20px !important;}
