html, body {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #3A3A3A;
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url(images/page_background.gif);
  background-repeat: repeat-x;
  background-color: #F6EFEB;
  background-position: left top;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #24134F;
  text-decoration: none;
}

a:active {
  background-color: #E4EAEE;
}

a {
  outline: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 16px;
  margin: 2px 0;
  padding: 2px 0;
  border-bottom: 1px solid #666666;
}

h3 {
  font-size: 14px;
  margin: 2px 0;
  padding: 2px 0;
}

table td {
  /*
  vertical-align: baseline;
  */
}

input[type=text], input[type=password], select {
  border: 1px solid #636363;
  background-image: url(images/text_field.png);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 12px;
  margin: 2px 0;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

input[type=text]:focus, input[type=password]:focus, select:focus {
  outline: 2px solid #B6C3CE;
}

input[type=submit], input[type=reset], input[type=button] {
  border: 1px solid #676767;
  background-color: #E6E6E6;
  color: #00254F;
  font-weight: bold;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 12px;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin: 2px 0;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  background-position: bottom;
}

input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
  background-image: url(images/button_down.png);
  background-position: bottom;
}

div.head {
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  /* 960 */
  width: 1000px;
  height: 123px;
}

div.head div.logo a {
  /* 260 */
  width: 260px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 20px;
  text-indent: -9999px;
  text-align: left;
}

div.head div.logo a {
  background: none !important;
}

div.navigation_container {
  background-image: url(images/navigation_background.gif);
  padding: 0;
  margin: 0;
  background-color: white;
  display: inline-block;
  width: 100%;
  background-repeat: repeat-x;
  background-position: left center;
}

div.navigation_container:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
}

div.navigation_container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.navigation_container ul li {
  display: inline;
}

div.navigation_container ul li a {
  float: left;
  padding: 10px;
  border-right: 1px solid #E5EAEE;
  font-weight: bold;
  text-transform: uppercase;
}

div.navigation_container ul li a:hover {
  text-decoration: underline;
}

div.container {
  /* 960 */
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  background-image: url(images/container_background.gif);
  background-repeat: repeat-y;
  background-position: left top;
}

div.container:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
}

div.container div.sidebarA {
  /* 260 */
  width: 260px;
  float: left;
}

div.container div.sidebarA #sidemenu {
  /* padding: 20px; */
}

div.container div.mainBox {
  min-height: 500px;
  _height: 500px;
  /* 700 */
  width: 740px;
  float: left;
}

div.container div.mainBox a:link, 
div.container div.mainBox a:visited {
  text-decoration: underline;
}

div.container div.mainBox a:hover, 
div.container div.mainBox a:active {
  text-decoration: underline;
}

div.container div.mainBox .content {
  padding: 20px;
}

div.auction_entry {
  background-image: url(images/form_background.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #F1F1F1;
  margin: 10px 0 10px 0;
  padding: 10px;
}

div.auction_entry h3 {
  margin: 2px 0;
  padding: 2px 0;
  border-bottom: 1px solid #B6C3CE;
}

div.auction_buttons {
  margin: 0;
}

div.auction_buttons ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.auction_buttons ul li{
  display: inline;
  margin: 0px;
  padding: 0px;
  color:white;
  font-weight: bold;
  text-decoration: none;
 
}

div.auction_buttons ul li a{
  display: inline;
  margin: 0px;
  padding: 5px;
  background-color: #B6C3CE;
  color:white;
  font-weight: bold;
  text-decoration: none;
  border-width:1px;
}

div.auction_buttons ul li a:hover{
  color:#B6C3CE;
  background-color:#02254F;
}

div.auction_buttons ul li a.auction_button_catalog 
{
	background-image:url(images/pdf_icon.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}

div#footer {
  clear: both;
  /* 960 */
  width: 1000px;
  text-align: right;
  margin: 0 auto;
  padding: 10px 0 0 0;
}




/*Modal Popup*/
.modalBackground {
  background-color:Gray;
  filter:alpha(opacity=70);
  opacity:0.7;
}

/* Forms - Login, Recover Password */
div#ctl00_contentPH_regUserInfo_fvUserReg {
  background-image: url(images/form_background.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #F1F1F1;
  margin: 0 0 10px 0;
}

div#ctl00_contentPH_regUserInfo_fvUserReg div.AspNet-FormView-Data {
  padding: 10px;
}

div#ctl00_contentPH_regUserInfo_fvUserReg div.AspNet-FormView-Data td {
  padding: 2px 0;
}


div.login_box {
  background-image: url(images/form_background.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #F1F1F1;
  margin: 0 0 10px 0;
}

div.forgot_password_box {
  background-image: url(images/form_background.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #F1F1F1;
  margin: 0 0 10px 0;
}

div.bordered_box {
  background-image: url(images/form_background.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #F1F1F1;
  margin: 0 0 10px 0;
}

.content .AspNet-GridView table {
  width: 100%;
  border: 1px solid #B6C3CE;
}

.content .AspNet-GridView table th {
  background-color: #9D99AF;
  color: #353F78;
  padding: 6px 0;
}

.content .AspNet-GridView table td {
  background-color: #FFFFFF;
  border-top: 1px solid #B6C3CE;
  padding: 4px 0;
}

.content .AspNet-GridView table td h3 {
  font-size: 12px;
}

.content .AspNet-GridView table td.SecRow {
  vertical-align: top;
}

.content .AspNet-GridView table td.SecRow div br {
  /*/
  display: none;
  /**/
}

.content .AspNet-GridView table td.SecRow div span {
  display: block;
  margin-bottom: 10px;
}

.content .AspNet-GridView table td a.ZurListe {
  border: 1px solid #B5C3CE;
}

.content .AspNet-GridView table td a.ZurListe {
  border: 1px solid #676767;
  background-color: #E6E6E6;
  color: #00254F;
  font-weight: bold;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 12px;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  margin: 2px 0;
}

.content .AspNet-GridView table td a.ZurListe:hover {
  background-position: bottom;
}

.content .AspNet-GridView table td a.ZurListe:active {
  background-image: url(images/button_down.png);
  background-position: bottom;
}



.content * {
  /*
  width: auto !important;
  border: 1px solid #000000 !important;
  margin: 0;
  */
  padding: 0;
  border-collapse: collapse;
}

.content table {
  width: 100%;
}

.content table td {
}

table.detailPage {
  margin: 0 0 10px 0;
}


.content table.detailPage th {
  background-color: #9D99AF;
  color: #353F78;
  padding: 6px 10px;
}

.content table.detailPage th.katnr {
  text-align: left;
}

.content table.detailPage th.name {
  text-align: center;
}

.content table.detailPage th.limit {
  text-align: right;
}

.content table.detailPage td {
  border-top: 1px solid #B6C3CE;
  padding: 4px 0;
}








table.pageSelect {
  margin: 0 0 10px 0;
}

table.pageSelect {
  background-color: #FFFFFF;
}

table.pageSelect a {
  margin: 10px;
  display: block;
}

table.pageSelect td.cell1of3 {
  text-align: left;
  width: 33%;
}

table.pageSelect td.cell2of3 {
  text-align: center;
  width: 34%;
}

table.pageSelect td.cell3of3,
table.pageSelect td.cell3on3 {
  text-align: right;
  width: 33%;
}

div#sidemenu .AspNet-GridView table {
  background-color: #F1F1F1;
  width: 100%;
}

div#sidemenu .AspNet-GridView table td {
}

div#sidemenu .AspNet-GridView table td a {
  background-color: #FFFFFF;
  border-bottom: 1px solid #B6C3CE;
  padding: 4px;
  display: block;
}

div#sidemenu .AspNet-GridView table td a:hover {
  background-color: #9D99AF;
  color: #353F78;
}

div#sidemenu .AspNet-GridView table td a.SectionLinkSelected {
  background-color: #9D99AF;
  color: #353F78;
}

div#sidebarA .extraLinks {
  margin: 0 0 10px 0;
  padding: 20px;
}

div#sidemenu .extraLinks br {
  /*/
  display: none;
  /**/
}

div#sidebarA .extraLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

div#sidebarA .extraLinks ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

div#sidebarA .extraLinks ul li a {
  background-color: #FFFFFF;
  border-bottom: 1px solid #B6C3CE;
  padding: 4px;
  display: block;
}

div#slideMenu {
  position: static;
}

#ctl00_contentPH_pnlBottom div {
  float: none !important;
}

.autocomplete_completionListElement {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 2px solid #E3EAEE;
  position: static !important;
}

.autocomplete_completionListElement li {
  display: block !important;
  font-size: 14px !important;
  padding: 4px !important;
  position: static !important;
}

.autocomplete_listItem {
  background-color: #FFFFFF;
  color: #00254F;
}

.autocomplete_highlightedListItem {
  background-color: #00254F;
  color: #FFFFFF;
}

div.etrade_bid {
  padding: 10px;
  background-color: #E4EAEE;
}

div.etrade_bid {
  text-align: left;
}

div.etrade_bid p {
  width: 200px;
  position: relative;
  margin: 4px 0 4px 0;
  padding: 0;
}

div.etrade_bid p.current_max_bid {
  background-color: #FFFFFF;
  margin: 10px -10px 10px -10px;
  padding: 10px 10px;
  border-top: 1px solid #B6C3CE;
  border-bottom: 1px solid #B6C3CE;
}

div.etrade_bid p.current_max_bid span.value {
  right: 10px;
}

div.etrade_bid p span.value {
  position: absolute;
  right: 0;
}

div.etrade_bid p.do_bid_button {
  position: static;
}

div.etrade_bid p.do_bid_button[class=do_bid_button] {
  text-align: right;
  width: 200px;
}

div.etrade_bid p.do_bid_button input {
  font-size: 16px;
}

div.etrade_bid p.do_bid_button input[type] {
  width: 196px;
}

div.etrade_bid p.bid_text_field input {
  font-size: 16px;
}

div.etrade_bid p.bid_text_field input[type=text] {
  width: 196px;
}

div.bid_messages {
  text-align: left;
  display: inline;
}

div.bid_messages span {
  display: block;
}


div.main_image {
  text-align: center;
  width: 700px;
}

.rowTitle
{
	background-color:white;
}

.ItemInfoExtra
{
	float: left; width: 348px
}

.ItemInfoAuction
{
	float: left; margin-left: 4px; width: 348px
}

p.property_and_value {
  margin: 0 0 0 5px !important;
  padding: 2px !important;
}

p.property_and_value span.property {
  display: block;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
}

p.property_and_value span.value {
  display: block;
  margin: 4px 0 0 0 !important;
  padding: 0 !important;
}



div.quickLinkBox {
  text-align:center;
  top:100px;
  width:340px;
}

div.quickLinkBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 123px;
  right: 0;
}

div.quickLinkBox ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

div.quickLinkBox ul li a {
  display: block;
  float: left;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  color: #7189C5;
  text-transform: uppercase;
}

div.quickLinkBox ul li a:hover {
  color: #02254F;
  text-decoration: underline;
}

div.quickLinkBox ul li a:active {
  background: none;
  text-decoration: underline;
}

.AspNet-GridView-Caption {
  padding: 0 0 2px 0;
  font-weight: bold;
  border-bottom: 1px solid #B6C3CE;
  margin: 0 0 4px 0;
}

.pageTitle {
  font-size: 14px;
  margin: 2px 0;
  font-weight: bold;
  padding: 2px 0;
}

.bidPhone
{
  background-color: yellow !Important;
}

.bidInvalid
{
  background-color: red !Important;
  color: White !Important;
}

.bidInvalid a
{
  color: White !Important;
}

.bidUnderLimit
{
  background-color: Purple !Important;
  color:white;
}


.bid
{
  background-color: white !Important;
}

.bidHighest {
  background-color: #419610 !important;
  color: #FFFFFF !important;
  text-align: center;
}

.RefreshButton {
  background-image: url(images/arrow_refresh.png);
  background-repeat:no-repeat; 
  padding-left:20px
}

.TextError {
  color: #990300;
  font-weight: bold;
}

.TextSuccess {
  color: #4E9903;
  font-weight: bold;
}

.SearchBox {
  background-color: #FFFFFF;
  padding: 10px;
}

.SearchBox #ctl00_tbSearchText[type] {
  width: 196px !important;
  font-size: 12px;
}

.SearchBox #ctl00_tbSearchCatNo[type] {
  width: 196px !important;
  font-size: 12px;
}

.SearchBox #ctl00_btnSearch[type] {
  width: 200px !important;
  font-size: 12px;
}


div.languageChooser {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 200px;
  text-align: right;
}

div.languageChooser ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.languageChooser ul li {
  display: inline;
}

li.help_button {
  display: none !important; 
}

/*Modal Popup*/
.modalBackground {
  background-color:white;
  filter:alpha(opacity=70);
  opacity:0.7;
}

.modalPopup
{
	background-color:White;
	border: solid 2px Gray;
	color: Black;
	width: 550px;
	height: 230px;
	text-align:center;
}

.modalPopup h2
{
	font-size:16px;
}


/*
 *
 *
 *  Hier bitte etwas Aufmerksamkeit schenken
 *
 *
 *
*/

div.ticker
{
  display: none;
}

div.infoBox 
{
	margin-left:270px;
}

div.infoBox h2
{
	border: none;
}

.ImageIcon
{
	padding-right:3px;
	width: 150px; 
	text-align: center;
	vertical-align: top;
}

div.bidLinks
{
	border-top: solid 1px;
	padding-top: 5px;
	margin-top: 5px;
}

div.bidLinks ul {
  margin: 0;
  padding: 3px 0;
  list-style: none;
  font-weight: bold;
}

div.bidLinks ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

div.bidLinks ul li a {
  color:#02254F !important;
}

div.bidLinks ul li span
{
	padding:4px;
	border-bottom:1px solid #B6C3CE;
	display:block;
}

.pageSelectLinkCurrent
{
	font-weight:bold;
	border: solid 1px white;
	background-color: #02254F;
	color:White !important;
	padding: 2px 3px;
}

.pageSelectLink
{
	padding: 2px 1px;
	text-decoration:none;
	font-weight:bold;
}

.customPager
{
	text-align: center;
	padding:5px 0px;
}



.intro {
  background-image: url(images/intro_picture.jpg);
  background-repeat: no-repeat;
  background-position: right 40px;
  height: 360px;
  min-height: 360px;
  margin-right: -20px;
}

.intro .contacts {
  color: #9A7766;
  font-weight: bold;
}

table.details_list {
  width: 700px;
}

table.details_list th {
  color: #FFFFFF !important;
}

table.details_list td {
  padding: 4px !important;
  vertical-align: top;
}

table.details_list .odd .property {
  width: 300px;
  background-color: #F1F1F1;
  font-weight: bold;
}

table.details_list .even .property {
  background-color: #E5E5E5;
  font-weight: bold;
}

table.details_list .odd .value {
  background-color: #FFFFFF;
}

table.details_list .even .value {
  background-color: #F1F1F1;
}

div.notice {
  border: 2px solid #800000;
  background-color: #FFFFFF;
  padding: 0 10px;
  margin: 10px 0 20px 0;
}

div.notice .heading {
  font-weight: bold;
  color: #800000;
}

div.notice p {
  margin: 10px 0;
  padding: 0;
}
