body {	
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: "museo-sans",sans-serif;
	color: #2e2e2e;
	margin: 0;
	padding: 0;
	margin-bottom: 45px;
}
header, .content {
	width: 800px;
	margin: 0 auto;
}
html {
	box-sizing: border-box;
	position: relative;
	/*0D4A9C*/
	/*185CB5*/

	/*3983e5*/
	border-top: 3px solid #E81E08;
	min-height: 100%;
}
header {
	position: relative;
	height: 82px;
	margin-bottom: 22px;
}
header ul {
	position: absolute;
	bottom: 3px;
	right: 0;
	float: left;
	list-style: none;
	text-align: justify;
	width: 483px;
	margin: 0;
	padding: 0;
	height: 1em;
	padding-left: 22px;
	font-weight: 500;
	font-size: 18px;
}
header ul li {
	display: inline-block;
}
header ul li a {
	color: #2e2e2e;
	text-decoration: none;
	/*line-height: 24px;*/
	border-bottom: 1px solid  rgba(232,30,8,0); /*#E81E08*/
	transition: all 0.2s ease-out;
}
header ul li.active a, header ul li a:hover {
	border-bottom-color: rgba(0,0,0,1);
	border-bottom-color: rgba(232,30,8,1); /*#E81E08*/
	/*line-height: 16px;*/
	transition: all 0.2s ease-in;
}
header ul li.last {
	width: 100%;
	height: 0;
}
.golden {
	box-sizing: border-box;
	width: 38.2%;
	height: auto;
	float: left;
}
.text {
	box-sizing: border-box;
	width: 61.8%;
	float: left;
}
.bg {
	width: 100%;
	height: 100%;
	min-height: 200px;
	/*background: #f5f5f5;*/
}
.left .bg {
	border-right: 1px solid #ccc;
}
.right .bg {
	border-left: 1px solid #ccc;
}
.text p:first-child {
	margin-top: -4px;
	margin-top: 7px; /*11-4=7*/
}
.text.left, .golden.left {
	padding-right: 11px;
}
.text.right, .golden.right {
	padding-left: 11px;
}
footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 44px;
	background: #f5f5f5;
	border-top: solid 1px #eee;
}
footer p {
	margin: 0 auto;
	line-height: 44px;
	width: 800px;
}
#buch {
	display: block;
	margin: 0 auto;
	box-shadow: 2px 2px 2px rgba(1, 1, 1, 0.5);
}

h1 {
	font-size: 50px;
	margin: 22px 0px 11px;
	font-weight: 100;
}
h2 {
	font-size: 20px;
	margin: 6px 0px 11px;
	font-weight: 100;
}
h3 {
	font-weight: 100;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 11px;
}
.bookcontainer {
	padding: 11px;
}
.img {
	background: #f5f5f5;
	padding: 44px 0; /*on big screens only*/
	padding: 22px 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.img img {
	width: 800px;
	margin: 0 auto;
	display: block;
}
#logo {
	width: 250px;
	height: 50px;
	background: url(Logo3.png) no-repeat 22px 0px;
	padding-right: 45px;
	padding-right: 22px;
	padding-left: 22px;
	margin-top: 32px;
	margin-right: 22px;
	border-right: #E81E08 3px solid;
	border-right: 1px solid #ccc;
	float: left;
}
@media screen and (-webkit-min-device-pixel-ratio:1.1) {
	#logo {
		background: url(Logo_svg.svg) no-repeat 22px 0px;
		background-size: 250px 50px;
	}
}
p, li {
	font-weight: 300;
	text-align: justify;
}
b {
	font-weight: 500;
}
ul {
	list-style-type: square;
}
.noimg {
	margin-bottom: 44px;
}

.golden.left ul {
	border-right: 1px solid #ccc;
}
.golden.left ul a {
	color: #2e2e2e;
}
.golden.left ul a.active {
	color: #E81E08;
}
.book, .book p {
	text-align: left;
}
.book.left, .book.left p {
	text-align: right;
}





.wf-loading {
	visibility: hidden;
}
.wf-active {
	visibility: visible;
}
