#book_detail, #book_list{
	margin-top:20px;
}

/*##########################*/
/* BUCH DETAILANSICHT */
/*##########################*/

#book_detail th, #book_detail td, #book_list th{
	text-align:left;
	padding: 0 0px 3px 0px;
	border:none;
	vertical-align:top;
}

#book_detail th{
	font-weight:bold;
	padding-right:20px;
	padding-left:0px;
	border:0px;
}

/*##########################*/
/* BUCHLISTE */
/*##########################*/

#book_detail td{
	font-weight:normal;
	vertical-align:top;
}

#book_list {
	border:none;
	border-collapse:collapse;
	width:760px;
}

#book_list td, #book_list th{
	padding:3px 10px 3px 0px;
	vertical-align:top;
}

#book_list td.title{
	font-weight:bold;
	padding-left:5px;
}

#book_list .ungerade{
	BACKGROUND: #e7f5eb;
}

#book_list .gerade{
	BACKGROUND: #d7e5eb;
}

#book_list th input.sortbutton {
	border:0px;
	cursor:pointer;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:left;
	background:none;
	text-decoration:none;
}

#book_list th input.sortbutton:hover {
	text-decoration:underline;
	background:none;
}

.detail_button {
	border:0px;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
	background-color:#fffff;
}

#book_list th.book_list_title{
	width:450px;
}
#book_list th.book_list_author{
	width:270px;
}
th.book_list_publ_comp{
	width:90px;
}


th.book_list_publ_comp .sortbutton{
	width:90px;
	background:none;
}

th.book_list_edition{
	width:100px;
}
th.book_list_isbn{
	width:47px;
}
#book_list th.book_list_publ_date{
	width:40px;
}


/*##########################*/
/* BUCH EINGABE */
/*##########################*/

#book_input th{
	text-align:left;
}

#book_input h2{
	text-align:left;
	padding-bottom:20px;
}

#booktype_select, #booktype, #publ_select, #publ_comp { width:150px;}
#author {width:400px}

/*##########################*/
/* BUCH EINGABE - ANDERE TABELLEN   */
/*##########################*/


#book_tables td,  #book_tables th{
	text-align:left;
}


#table_select{
	padding:10px 0 10px 0px;
	margin-left:-12px;

}

#table_select th {
	width:60px;
	text-align:center;
}

/*##########################*/
/* BUCH SUCHMASKE*/
/*##########################*/

#book_searchmask h2 {
	text-align:left;
	padding-bottom:20px;
}
