ul.buttonbar {
	margin: 0;
	/*padding: 0;*/
	list-style: none;
}
ul.buttonbar li {
	margin: 0; padding: 0;
	display: inline;
}

.buttonbar {
	border-bottom: 1px solid #cccccc;
	background-color: #f0f0ee;
	padding: 2px;
	height: 22px;
}
.buttonbar a {
	float: left;
}
.button a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 1px;
}
.button.mvup    a { background: url('icon/docpfeile/prev_nav.gif') center center no-repeat;}
.button.mvdown  a { background: url('icon/docpfeile/next_nav.gif') center center no-repeat;}
.button.mvleft  a { background: url('icon/docpfeile/checkout_action.gif') center center no-repeat;}
.button.mvright a { background: url('icon/docpfeile/checkin_action.gif') center center no-repeat;}
.button.print a {
	background: url('icon/printview_tsk.gif') center center no-repeat;
}
.button.getdoc a {
	background: url('icon/file_obj.gif') center center no-repeat;
}
.button a:hover {
	background-color: #e9c5c7;
	margin: 0;
	border: 1px solid #CF2536;
}
.button a span {
	display: none;
}
