/* CSS Document */

div.clearer {
clear		:	left;
line-height	:	0px;
height		:	0px;
font-size	:	0px;
margin		: 	0px;
padding		:	0px;
}

body {
	font-family			:	Arial, Verdana, Helvetica, sans-serif;
	font-size			:	12px;
	font-style			:	normal;
	color				:	#434343;
	line-height			:	18px;
	margin				:	0px;
	padding				:	0px;
	background-color	:	#FFFFFF;
}

body.hintergrund {
	font-family			:	Arial, Verdana, Helvetica, sans-serif;
	font-size			:	12px;
	color				:	#434343;
	line-height			:	18px;
	margin				:	0px;
	padding				:	0px;
	background-image	:	url(../images/body_hintergrund_mitte.jpg);
	background-repeat	:	repeat-y;
}

#body_kopf {
width:auto;
height:50px;
background-image:url(../images/body_hintergrund_kopf.jpg);
background-repeat:no-repeat;
}

#buch {
position	:	absolute;
top			:	0px;
left		:	195px;
width		:	781px;
height		:	950px;
z-index		:	100;
}

#buch_oben {
width		:	781px;
height		:	50px;
}

* html #buch_oben {
			filter	:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cover_01.png', sizingMethod='scale');	
		}
		
		html > body #buch_oben {
			background	:	url(../images/cover_01.png) no-repeat;
		}

#buch_links {
float		:	left;
width		:	40px;
height		:	860px;
}

* html #buch_links {
			filter	:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cover_02.png', sizingMethod='scale');	
		}
		
		html > body #buch_links {
			background	:	url(../images/cover_02.png) no-repeat;
		}

#buch_mitte {
float		:	left;
width		:	700px;
height		:	860px;
background	:	url(../images/cover_05.jpg) no-repeat;
}

#buch_rechts {
float		:	left;
width		:	41px;
height		:	860px;
}

* html #buch_rechts {
			filter	:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cover_03.png', sizingMethod='scale');	
		}
		
		html > body #buch_rechts {
			background	:	url(../images/cover_03.png) no-repeat;
		}

#buch_unten {
float		:	left;
width		:	781px;
height		:	40px;
}

* html #buch_unten {
			filter	:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cover_04.png', sizingMethod='scale');	
		}
		
		html > body #buch_unten {
			background	:	url(../images/cover_04.png) no-repeat;
		}

a#start{
display		:	block;
margin		:	277px 0 0 259px;
width		:	232px;
height		:	40px;
background	:	url(../images/cover_06.jpg) no-repeat;
cursor		:	pointer;
}

a:hover#start{
background	:	url(../images/cover_07.jpg) no-repeat;
}

a#info{
display		:	block;
margin		:	10px 0 0 315px;
width		:	120px;
height		:	33px;
background	:	url(../images/cover_08.jpg) no-repeat;
cursor		:	pointer;
}

a:hover#info{
background	:	url(../images/cover_09.jpg) no-repeat;
}