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

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #5cb213;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 5px;
	letter-spacing: 1px;
	/*border-bottom: 1px dotted #5cb213;*/
}

h1.book_headline {
	letter-spacing: 0px !important;
}

h2 {
	font-size: 11px;
	color: #6b6c6d;
	margin: 5px 0px 5px 5px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #5cb213;
	margin: 5px 0px 5px 5px;
	font-weight: normal;
}

p {
	margin: 5px 5px 20px 5px;

}

*.color_red {
	color: #FF0000;
}

div.green_bold {
	color: #5cb213;
	font-weight: bold;
}

a:link {
	color: #5cb213;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #5cb213;
	text-decoration: underline;
	font-weight: normal;
}


div.search_box {
	width: 508px;
	height: 73px;
	background-image:url(../img/search_bg.gif);
	background-repeat:no-repeat;
	margin: 10px 0px 10px 0px;
}

a.nonseen_link {
	color: #6c6c6c;
	text-decoration: none;
}

a:hover.nonseen_link {
	color: #6c6c6c;
	text-decoration: underline;
}

div.search_box p ,a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

div.search_box div.search_left {
	height: 23px;
	width: 90px;
	margin-top: 25px;
	padding-left: 50px;
	background-image:url(../img/search_left.gif);
	background-repeat:no-repeat;
	background-position:right;
	float: left;
}

div.search_box div.search_center {
	width: 230px;
	height: 23px;
	margin-top: 25px;
	float: left;
	background-image:url(../img/search_rp.gif);
	background-repeat:repeat-x;
}

div.search_box div.search_center input {
	width: 225px;
	height: 15px;
	margin-top: 3px;
	border: 0px none !important;
}

div.search_box p, div.search_box a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

div.search_box div.search_right {
	width: 90px;
	height: 23px;
	margin-top: 25px;
	padding-left: 25px;
	background-image:url(../img/search_right.gif);
	background-repeat:no-repeat;
	background-position:left;
	float: left;
}

div.login_field {
	height: 17px;
	width: 175px;
	margin: 0px 0px 0px 5px;
	background-image:url(../img/login_bg.gif);
	background-repeat:no-repeat;
}

div.login_field input {
	height: 11px;
	width: 160px;
	margin-left: 8px;
	margin-top: 2px;
	border: 0px;
	font-size: 10px;
}

div.login_submit {
	height: 17px;
	width: 175px;
	text-align:center;
	margin: 10px 0px 0px 5px;
}

div.login_submit input.submit_bt {
	background-image: url(../img/bt_anmelden.gif);
	border: 0px none;
	width: 79px;
	height: 28px;
}

*.center {
	text-align: center;
}

div.row {
	width: 472px;
	line-height: 10px;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 2px 5px;
	background-color: #f2f3f0;
}

div.row_eva {
	width: 65px;
	line-height: 10px;
	padding: 5px 0px 5px 28px;
	margin: 0px 0px 2px 5px;
	float: left;
}

div.arrow {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;
}

div.arrow_against {
	background-image: url(../img/arrow_against.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;
}

div.pdf {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;
}

div.buy {
	background-image: url(../img/trolley.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;	
}

div.sell {
	background-image: url(../img/dollar.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;
}

div.evaluation_none {
	background-image: url(../img/question_mark.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;	
}

div.evaluation_good {
	background-image: url(../img/evaluation_good.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;	
}

div.evaluation_bad {
	background-image: url(../img/evaluation_bad.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;	
}

div.evaluation_ok {
	background-image: url(../img/evaluation_ok.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;
}

div.message {
	background-image: url(../img/message.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;	
}

div.book {
	background-image: url(../img/book.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;	
}

div.message {
	background-image: url(../img/message.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 28px;	
}

div.border_light_gray {
	border: 1px solid #ebece9;
	width: 468px;
	padding: 15px;
	margin: 0px 0px 25px 5px;
}

select.select_kind {
	float: left;
	margin: 0px 0px 0px 5px;
	width: 162px;
}

select.select_category {
	float: right;
	margin: 0px 5px 0px 0px;
	width: 162px;
}

select.select_bookstatus {
	width: 162px;
	margin: 0px 5px 0px 0px;
}

div.price_box, div.total_box, div.note_box, div.edition_box, div.isbn_box, div.author_box {
	float: left;
	margin: 20px 0px 0px 0px;
}

div.postage_box, div.provision_box, div.title_box, div.publisher_box {
	float: right;
	margin: 20px 0px 0px 0px;
}

div.isbn_box, div.title_box {
	margin: 0px;
}

div.author_box, div.publisher_box {
	margin-bottom: 28px;
}

div.price_box input.input_price, input.input_isbn, input.input_title, input.input_author, input.input_releaseDate, input.input_publisher, div.postage_box input.input_postage, div.total_box input.input_total, div.provision_box input.input_provision, div.edition_box input.input_edition {
	margin: 0px 5px 0px 5px;
	width: 160px;
}

input.input_edition {
	width: 40px !important;
	
}

input.input_releaseDate {
	width: 104px;
	
}

div.bookstatus_box {
	float: right;
	margin: 20px 0px 0px 0px;
}

div.edition_box {
	float: left;
	margin: 20px 0px 0px 0px;
}

div.note_box textarea.textarea_note {
	width: 490px;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	border: 1px solid #ebece9;
	color: #5cb213;
}

p.cell_gray {
	background-color: #f2f3f0;
	line-height: 11px;
	padding: 5px;
	margin: 2px 0px 0px 0px;
}

textarea.contact_message {
	width:495px;
	height: 150px;
	color: #5cb213;
	border: 1px solid #ebece9;
}

input, select {
	border: 1px solid #ebece9;
	width: 200px;
	color: #6c6c6c;
}

 input.bt_login {
 	background-image:url('../img/bt_anmelden.gif');
	background-repeat:no-repeat;
	width: 79px;
	height: 28px;
	border: 0px solid;
}

div.reg_plz {
 	float: right;
}

input.reg_city {
	width: 145px;
}

div.system {
	width: 100%;
	padding-bottom: 0px;
	height: 15px;
}
