body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #3C4C25;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link {
	color: #4E7AB7;
	text-decoration: none;
}
a:visited {
	color: #4A78B4;
	text-decoration: none;
}
a:hover {
	color: #006;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	background-image: url(../images/header.jpg);
	margin: auto;
	padding: 0px;
	height: 100px;
	width: 780px;
	top: 0px;
	z-index: 1;
}
.navi {
	background-color: #528BBB;
	margin: 0 auto;
	height: 24px;
	width: 780px;
	z-index: 2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.menu{
	margin-top: 0px;
	padding-left: 35px;
	width: 550px;
	height: 24px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
	z-index: 3;
}
#navi a:link {
	color: #cccccc;
	font-size: 11px;
}
#navi a:visited {
	color: #cccccc;
	font-size: 11px;
}
#navi a:hover {
	color: #FFF;
	font-size: 11px;
}
.search {
	margin-right: 5px;
	line-height: 18px;
	width: 190px;
	height: 24px;
	z-index: 4;
	display: inline;
	float: right;
	background-color: #528BBB;
}
.content {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	width: 780px;
	z-index: 5;
	background-color: #e7e2cd;
	background-image: url(../images/separator2.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.content_left {
	width: 482px;
	z-index: 6;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	display: inline;
	float: left;
}
.content_right {
	width: 190px;
	z-index: 7;
	margin-top: 45px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline;
	float: right;
}
.image {
	border: 1px solid #666;
}

.footer {
	height: 24px;
	width: 750px;
	z-index: 6;
	background-color: #c1ae84;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.status {
	text-decoration: none;
	font-size: 9px;
	background-attachment: scroll;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 10px;
}
.separator{
	margin:0px;
	padding:0px 13px;
	background-image: url(../images/separator1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.separator_footer{
	background-image: url(../images/separator1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer a:link {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:24px;
}
#footer a:visited {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:24px;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:24px;
}
#footer a:active {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:24px;
}
.headline {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #756959;
}
.caption {
	text-decoration: none;
	font-size: 9px;
	color: #666;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.content_separator {
	width: 450px;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/separator3.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.block {
	width: 460px;
	display: block;
	z-index: 15;
	background-color: #DCD6BA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #C8BDA6;
}
.block2 {
	width: 460px;
	display: block;
	z-index: 15;
	background-color: #DCD6BA;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C8BDA6;
	border-right-color: #C8BDA6;
	border-bottom-color: #C8BDA6;
	border-left-color: #C8BDA6;
	padding: 10px;
}
.headline2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #756959;
}
.block_right {
	width: auto;
	display: block;
	z-index: 15;
	background-color: #DCD6BA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #C8BDA6;
	padding: 5px;
	font-size: 10px;
	color: #756959;
	line-height: 14px;
}
.books_left {
	width: 260px;
	z-index: 20;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	display: inline;
	float: left;
	background-color: #DCD6BA;
}
.books_right {
	width: 190px;
	z-index: 21;
	display: inline;
	float: right;
	background-color: #DCD6BA;
	margin: -10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C8BDA6;
}
.ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	line-height: 18px;
	margin-top: -10px;
	margin-bottom: 20px;
	margin-left: -20px;
}
.teaser {
	width: 480px;
	display: block;
	z-index: 27;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #AA9975;
	border-right-color: #AA9975;
	border-bottom-color: #AA9975;
	border-left-color: #AA9975;
}
.druckversion {
	text-align: center;
	font-size: 9px;
	background-color: #C1AE84;
	height: 18px;
	width: 100px;
	padding: 1px;
	color: #E7E2CD;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
	display: inline;
	z-index: 115;
}
#druckversion a:link {
	color: #E7E2CD;
	text-decoration: none;
}
#druckversion a:visited {
	color: #E7E2CD;
	text-decoration: none;
}
#druckversion a:hover {
	color: #FFF;
	text-decoration: none;
}
#druckversion a:active {
	color: #FFF;
	text-decoration: none;
}
.guestbook {
	width: 700px;
	z-index: 99;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	float: left;
	display: inline;
}
.block_guestbook {
	width: 670px;
	display: block;
	z-index: 15;
	background-color: #DCD6BA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #C8BDA6;
	padding: 10px;
}
.logo {
	font-weight: bolder;
	color: #538EB8;
}
.content_guestbook {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	width: 780px;
	z-index: 5;
	background-color: #e7e2cd;
}
