	html {
		height:100%;
	}

	#home td {
		font-size:12px;
	}

	body {
		font-family:verdana;
		font-size:10px;
		margin:0px;
		padding:0px;
		color:#000080;
		background-color:wheat;
		height:100%;
	}

	td {
		font-size:10px;
	}

	a {
		color:#8a5d5d;
	}

	#navi_head {
		width:150px;
		height:49px;
		background-image:url(/images/navi_head.png);
	}

	#navi_bg {
		line-height:40px;
		padding-left:15px;
		font-family:book antiqua;
		font-size:16px;
		width:135px;
		color:#8a5d5d;
		background-image:url(/images/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(/images/fisch.png);
		background-repeat:repeat-y;
	}

	* html #main {
		height:100%;
	}

	#navi_foot {
		width:150px;
		height:22px;
		background-image:url(/images/navi_foot.png);
	}

	#small_book {
		float:left;
		width:300px;
		height:160px;
		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_theater {
		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;
	}

