	html {
		height:100%;
	}
	
	body {
		font-family:verdana;
		font-size:10px;
		margin:0px;
		padding:0px;
		color:white;
		background-color:#8A5D5D;
		height:100%;
	}
	
	td {
		font-size:10px;
	}
	
	a {
		color:#8a5d5d;
	}
	
	#navi_head {
		width:150px;
		height:49px;
		background-image:url(navi_head.png);
	}
	
	#navi_bg {
		line-height:24px;
		padding-left:15px;
		font-family:book antiqua;
		font-size:16px; 
		width:135px;
		color:#8a5d5d;
		background-image:url(navi_bg.png);
	}
	
	* html #navi_bg {
		width:150px;
	}
	
	#top {
		position:absolute;
		left:0px;
		top:0px;
		width:150px;
		height:100%;
		text-align:center;
	}
	
	#main {
		position:absolute;
		left:150px;
		top:0px;
		min-height:100%;
		border-left:1px solid black;
		padding-left:10px;
		background-image:url(buch.png);
		background-repeat:repeat-y;
	}
	
	* html #main { 
		height:100%;
	}
	
	#navi_foot {
		width:150px;
		height:22px;
		background-image:url(navi_foot.png);
	}	

	#small_book {
		float:left;
		width:300px;
		height:150px;
		display:block;
		text-align:center;
		border:1px solid lightgrey;
		margin:5px;
		background-color:#FFEFCF;
	}
	
	#small_book_karten {
		float:left;
		width:300px;
		height:150px;
		display:block;
		text-align:center;
		border:1px solid lightgrey;
		margin:5px;
		background-color:#FFEFCF;
	}
	
	#small_book_audio {
		float:left;
		width:300px;
		height:175px;
		display:block;
		text-align:center;
		border:1px solid lightgrey;
		margin:5px;
		background-color:#FFEFCF;
	}
	
	#kat {
		float:left;
		width:150px;
	}