@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(images/www_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #7D4C0A;
	margin: 0;
	padding: 0;
	color: #5E3300;
}
/* ~~ Element-/Tag-Selektoren ~~ */
p {
	margin-top: 0;
	padding: 5px 0;
}

a img {
	border: none;
}
a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 1080px;
	margin: 0 auto;
}

.wrapper{
	width: 100%;
	height: 620px;
	background-image:url(images/buch_bg.jpg);
}
.header {
}
.sidebar1, .sidebar2 {
	float: left;
	width: 98px;
	height: 532px;
}
.content_left1,
.content_right1,
.content_left2,
.content_right2,
.content_left3,
.content_right3,
.content_left4,
.content_right4 {
	padding: 0;
	width: 442px;
	height: 532px;
	float: left;
	font-size: 16px;
}

.content_left1 {
	background-image: url(images/seite1.jpg);
}
.content_right1 {
	background-image: url(images/seite2.jpg);
}

.content_left2 {
	background-image: url(images/seite3.jpg);
}

.content_right2 {
	background-image: url(images/seite4.jpg);
}

.content_left3 {
	background-image: url(images/seite5.jpg);
}

.content_right3 {
	background-image: url(images/seite6.jpg);
}

.content_left4 {
	background-image: url(images/seite7.jpg);
}

.content_right4 {
	background-image: url(images/seite8.jpg);
}

.first { 
	width: 245px;
	text-align: center;
	float: right;
	margin-top: 85px;
}

.seite3 { 
	text-align: center;
	margin-top: 310px;
}

.seite4 { 
	margin: 45px 0 0 30px;
}

.seite5 { 
	margin: 60px 0 0 25px;
}

.seite6 { 
	margin: 350px 0 0 80px;
}

.seite7 { 
	margin: 68px 0 0 50px;
}

.seite8 { 
	margin: 400px 0 0 57px;
}

.hoo { 
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.nav_back,
.nav_for { 
	width: 392px;
	height: 88px;
	padding: 0 25px;
}

.nav_back { 
	float: left;
	margin-left: 98px;
}

.nav_for {
	float: left;
	text-align: right;
	padding-top: 20px;
}

/* ~~ Fußzeile ~~ */
.footer {
	padding: 0 0 30px 0;
	position: relative;
	clear: both; 
}

.footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}

.footer p.copy {
	font-size: 12px;
	color: #cdb692;
	padding-top: 5px;
}

.footer a:link {
	color: #fff;
	text-decoration: underline;
}

.footer a:visited {
	color: #fff;
	text-decoration: underline;
}