@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(_images/back_2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
#navi {
	position: absolute;
	width: 895px;
	height: 132px;
	left: 12%;
	top: 35px;
	background-image: url(_images/head.jpg);
	background-repeat: no-repeat;
}
#nav_buch {
	background-image: url(_images/head_2.jpg);
	position: absolute;
	height: 28px;
	width: 895px;
	left: 12%;
	top: 168px;
	visibility: visible;
}
#nav_malerei {
	background-image: url(_images/head_4.jpg);
	position: absolute;
	height: 28px;
	width: 895px;
	left: 12%;
	top: 168px;
	visibility: visible;
}
#kopf {
	position: absolute;
	height: 81px;
	left: 12%;
	top: 208px;
	width: 895px;
}
#inhalt {
	background-color: #fef1fa;
	position: absolute;
	height: auto;
	width: 860px;
	left: 12%;
	top: 289px;
	color: #333;
	padding-left: 15px;
	padding-top: 18px;
	padding-right: 20px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
}
.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
