/* Debug */
/* Zeigt alle Elemente in einem Kasten an.  */
/* Nachfolgende Zeilen ein-/auskommentieren */
/* /sternstern/ lässt die Zeile stehen      */
/* /stern/ deaktiviert die Zeilen           */

/*/
* {
  outline: 1px solid rgba(0,0,0,0.1);
}
/**/

html, body {
  border: 0;
}

body, input, textarea, select, option {
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-size: 13px;
}

body {
  /*
  background-image: url(Images/container_background.gif);
  */
  background-position: center;
  background-repeat: repeat-y;
}

strong {
  font-weight: bold;
}

a:link,
a:visited {
  color: #002E5C;
}

a:hover,
a:active {
  color: #515459;
}

.AspNet-DataList td
{
	vertical-align:top;
}

.external a.button {
  background-color: #f3891e;
}
a.button, input.button {
  border: 1px solid #676767;
  background-color: #DFC6DC;
  color: #761A48 !important;
  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;
  margin: 2px 0;
  text-decoration: none !important;
  padding-top: 5px;
  padding-bottom: 5px;
  
  padding-left: 5px;
  padding-right: 5px;
}

a.button:hover {
  background-position: bottom;
  text-decoration: none !important;
  color: #676767 !important;
  background-color: #D2D8E1 !important;
  color: #002E5C !important;
}

a.button:active {
  background-image: url(images/button_down.png);
  background-position: bottom;
  text-decoration: none !important;
}

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;
  
  font-size: 12px;
  border: 1px solid #A7A7A7;
  margin-bottom: 4px;
  padding: 2px;
}

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;
  color: #333333;
  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;
  margin: 2px 0;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  
  padding-top: 2px;
  padding-bottom: 2px;
  
  padding-left: 5px;
  padding-right: 5px;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  background-position: bottom;
  
  background-color: #F1F1F1 !important;
  color: #000000 !important;
}

input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
  background-image: url(images/button_down.png);
  background-position: bottom;
}

/* Container */

div.container_wrapper {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

div.container {
  width: 980px;
  margin: 0 auto;
}

/* Head */

.head_wrapper {
  /*
  border-top: 25px solid #F4F7F9;
  padding-top: 14px;
  */
  background-color: #DCE3E9;
}

.head_wrapper .head {
  background-color: #052E5B;
  background-color: #FFFFFF;
  position: relative;
  background-image: url(Images/head_background.jpg);
  background-image: url(Images/header.jpg);
  background-repeat: repeat-x;
  background-position: top;
}

.head_wrapper .head h2 {
  display: none;
}

/* Logo */

.head_wrapper .head h1.logo {
}

.head_wrapper .head h1.logo a {
  color: #FFFFFF;
  width: 480px;
  height: 66px;
  display: block;
  /* background-image: url(Images/logo.gif); */
  background-image: url(Images/logo.png);
  /*
  background-color: #3D3D3D;
  */
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-left: 20px;
  padding-top: 20px;
}

/* User Options */

.head_wrapper .head .user_options_wrapper {
  text-align: right;
  position: absolute;
  right: 0;
  top: 6px;
}

.head_wrapper .head .user_options_wrapper ul {
}

.head_wrapper .head .user_options_wrapper ul li {
  display: inline;
  text-transform: uppercase;
}

.head_wrapper .head .user_options_wrapper ul li a {
  color: #666666;
  float: left;
  margin-left: 10px;
  padding: 8px;
}

.head_wrapper .head .user_options_wrapper ul li a:link,
.head_wrapper .head .user_options_wrapper ul li a:visited {
  text-decoration: none;
}

.head_wrapper .head .user_options_wrapper ul li a:hover,
.head_wrapper .head .user_options_wrapper ul li a:active {
  text-decoration: underline;
}

/* Navigation */

.navigation_wrapper {
  border-bottom: 7px solid #4AA218;
  
  background-color: #D3D8E1;
  background-color: #E3E3E3;
  /*
  margin-bottom: 30px;
  */
  border-top: 2px solid #F4F7FA;
  
  background-image: url(images/navigation.png);
  background-repeat: repeat-x;
}

.navigation_wrapper h2 {
  display: none;
}

.navigation_wrapper .navigation {
}

.navigation_wrapper .navigation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.navigation_wrapper .navigation ul {
  text-align: right;
  text-transform: uppercase;
  float: right;
  padding-top: 4px;
}

.navigation_wrapper .navigation ul li {
  float: left;
  font-size: 11px;
  font-weight: bold;
  border-left: 1px solid #E0E0E0;
}

.navigation_wrapper .navigation ul li a {
  float: left;
  padding: 10px;
}

.navigation_wrapper .navigation ul li a:link,
.navigation_wrapper .navigation ul li a:visited {
  text-decoration: none;
  color: #595959;
}

.navigation_wrapper .navigation ul li a:hover,
.navigation_wrapper .navigation ul li a:active,
.navigation_wrapper .navigation ul li.Selected a {
  text-decoration: underline;
  color: #595959;
  background-color: #eee;
}

/* Sidebar and Content */

.sidebar_and_content_wrapper {
}

.sidebar_and_content {
  
}

.sidebar_wrapper {
  /*
  position: absolute;
  left: 0;
  */
  float: left;
  width: 175px;
  width: 235px;
  overflow: visible;
  position: relative;
}

.sidebar {
}


/* SlideMenu */
.sidebar #slideMenu {
  
}

.sidebar #slideMenu .extraLinks {
  border: 1px solid #B5C3CE;
  background-color: #DEE5EB;
}

/* SlideMenu */

.sidebar #slideMenu .bidLinks {
}













.sidebar #slideMenu .bidLinks ul {
  margin: 10px 0 0 0;
}

.sidebar #slideMenu .bidLinks ul li {
  display: inline;
}

.sidebar #slideMenu .bidLinks ul li.active {
}

.sidebar #slideMenu .bidLinks ul li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
}

.sidebar #slideMenu .bidLinks ul li a span {
  display: block;
  padding-top:    1px;
  padding-bottom: 1px;
  padding-top:    4px;
  padding-bottom: 4px;
  padding-left:  10px;
}

.sidebar #slideMenu .bidLinks ul li a:link,
.sidebar #slideMenu .bidLinks ul li a:visited {
  background-color: #E8ECF0;
  color: #4B6686;
}

.sidebar #slideMenu .bidLinks ul li a:link span,
.sidebar #slideMenu .bidLinks ul li a:visited span {
  background-color: #DFE5EB;
}

.sidebar #slideMenu .bidLinks ul li a:hover,
.sidebar #slideMenu .bidLinks ul li a:active,
.sidebar #slideMenu .bidLinks ul li.active a,
.sidebar #slideMenu .bidLinks ul li.active a:link,
.sidebar #slideMenu .bidLinks ul li.active a:visited,
.sidebar #slideMenu .bidLinks ul li.active a:hover,
.sidebar #slideMenu .bidLinks ul li.active a:active {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #666666;
  background-color: #365478;
}

.sidebar #slideMenu .bidLinks ul li a:hover span,
.sidebar #slideMenu .bidLinks ul li a:active span,
.sidebar #slideMenu .bidLinks ul li.active a span,
.sidebar #slideMenu .bidLinks ul li.active a:link span,
.sidebar #slideMenu .bidLinks ul li.active a:visited span,
.sidebar #slideMenu .bidLinks ul li.active a:hover span,
.sidebar #slideMenu .bidLinks ul li.active a:active span {
  padding-top:    0;
  padding-bottom: 0;
  padding-top:    3px;
  padding-bottom: 3px;
  background-color: #052E5B;
}








/* Navigation */

.sub_navigation_wrapper {
  /*
  width: 250px;
  */
  width: 175px;
  width: 235px;
  position: relative;
  /*
  left: -75px;
  */
  float: left;
  
  margin-bottom: 50px;
}

.sub_navigation_wrapper .sub_navigation {
  text-transform: uppercase;
  /*
  border: 1px solid #C4CDD8;
  */
  background-color: #FFFFFF;
  font-size: 11px;
  /*
  position: relative; *//* IE baut Navigation sonst nicht richtig auf .. erst nach paar refreshs */
}

.sub_navigation_wrapper .sub_navigation h2 {
  display: none;
}

.sub_navigation_wrapper .sub_navigation ul {
  overflow: visible;
}

.sub_navigation_wrapper .sub_navigation ul li {
  display: inline;
}

.sub_navigation_wrapper .sub_navigation ul li.active {
}

.sub_navigation_wrapper .sub_navigation ul li a {
  display: block;
  text-decoration: none;
  /*
  padding-left: 74px;
  */
}

.sub_navigation_wrapper .sub_navigation ul li a span {
  display: block;
  padding-top:    1px;
  padding-bottom: 1px;
  padding-top:    4px;
  padding-bottom: 4px;
  padding-left:  10px;
}

.sub_navigation_wrapper .sub_navigation ul li a:link,
.sub_navigation_wrapper .sub_navigation ul li a:visited {
  color: #363636;
}

.sub_navigation_wrapper .sub_navigation ul li a:link span,
.sub_navigation_wrapper .sub_navigation ul li a:visited span {
}

.sub_navigation_wrapper .sub_navigation ul li a:hover,
.sub_navigation_wrapper .sub_navigation ul li a:active,
.sub_navigation_wrapper .sub_navigation ul li.active a,
.sub_navigation_wrapper .sub_navigation ul li.active a:link,
.sub_navigation_wrapper .sub_navigation ul li.active a:visited,
.sub_navigation_wrapper .sub_navigation ul li.active a:hover,
.sub_navigation_wrapper .sub_navigation ul li.active a:active {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #363636;
}

.sub_navigation_wrapper .sub_navigation ul li a:hover span,
.sub_navigation_wrapper .sub_navigation ul li a:active span,
.sub_navigation_wrapper .sub_navigation ul li.active a span,
.sub_navigation_wrapper .sub_navigation ul li.active a:link span,
.sub_navigation_wrapper .sub_navigation ul li.active a:visited span,
.sub_navigation_wrapper .sub_navigation ul li.active a:hover span,
.sub_navigation_wrapper .sub_navigation ul li.active a:active span {
  padding-top:    0;
  padding-bottom: 0;
  padding-top:    3px;
  padding-bottom: 3px;
}

/* Sections */

.sections_wrapper {
  /*
  width: 175px;
  */
  width: 235px;
  position: relative;
  /*
  left: -75px;
  */
  float: left;
  margin-bottom: 50px;
}

.sections_wrapper .sections {
  text-transform: uppercase;
  border: 1px solid #C4CDD8;
  background-color: #FFFFFF;
  font-size: 11px;
  /*
  position: relative; *//* IE baut Navigation sonst nicht richtig auf .. erst nach paar refreshs */
}

.sections_wrapper .sections h2 {
  display: none;
}

.sections_wrapper .sections ul {
  overflow: visible;
}

.sections_wrapper .sections ul li {
  display: inline;
}

.sections_wrapper .sections ul li.active {
}

.sections_wrapper .sections ul li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  /*
  padding-left: 74px;
  */
}

.sections_wrapper .sections ul li a span {
  display: block;
  padding-top:    1px;
  padding-bottom: 1px;
  padding-top:    4px;
  padding-bottom: 4px;
  padding-left:  10px;
}

.sections_wrapper .sections ul li a:link,
.sections_wrapper .sections ul li a:visited {
  color: #333;
}

.sections_wrapper .sections ul li a:link span,
.sections_wrapper .sections ul li a:visited span {
}

.sections_wrapper .sections ul li a:hover,
.sections_wrapper .sections ul li a:active,
.sections_wrapper .sections ul li.active a,
.sections_wrapper .sections ul li.active a:link,
.sections_wrapper .sections ul li.active a:visited,
.sections_wrapper .sections ul li.active a:hover,
.sections_wrapper .sections ul li.active a:active,
.sections_wrapper .sections ul li a.SectionLinkSelected {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #444;
}

.sections_wrapper .sections ul li a:hover span,
.sections_wrapper .sections ul li a:active span,
.sections_wrapper .sections ul li.active a span,
.sections_wrapper .sections ul li.active a:link span,
.sections_wrapper .sections ul li.active a:visited span,
.sections_wrapper .sections ul li.active a:hover span,
.sections_wrapper .sections ul li.active a:active span,
.sections_wrapper .sections ul li a.SectionLinkSelected span {
  padding-top:    0;
  padding-bottom: 0;
  padding-top:    3px;
  padding-bottom: 3px;
}
 
/* Section Decoration */

.section_decoration_wrapper {
  border-bottom: 4px solid #4BA10F;
  width: 235px;
}

.section_decoration_wrapper .section_decoration {
  
}

/* Search */

.newsletter_box_wrapper {
  position: relative;
  float: right;
  /*
  width: 175px;
  */
  width: 250px;
  overflow: visible;
  margin-left: 10px;
}

.newsletter_box_wrapper h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0C2147;
  margin-bottom: 4px;
}

.newsletter_box {
  background-color: #DBDFE5;
  width: 228px;
  border: 1px solid #ADB5C4;
  position: relative;
  left: 0;
  padding: 10px;
}

.newsletter_box p {
  margin: 0 !important;
}

.newsletter_box .text {
  font-size: 12px;
  width: 98%;
  border: 1px solid #A7A7A7;
  margin-bottom: 4px;
  padding: 2px;
}

.newsletter_box .submit_wrapper {
  text-align: right;
}

.newsletter_box .submit {
  text-transform: uppercase;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 1;
  overflow: visible;
}

/* Hint */

.hint_wrapper {
  /*
  width: 175px;
  */
  /*
  position: relative;
  float: right;
  width: 250px;
  overflow: visible;
  margin-left: 10px;
  */
  margin-bottom: 10px;
  border: 1px solid #ADB5C4;
}

.hint_wrapper h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0C2147;
  margin-bottom: 4px;
}

.hint {
  background-color: #DEE5EB;
  /*
  width: 228px;
  position: relative;
  left: 0;
  */
  padding: 10px;
}

.hint p {
  margin: 0 !important;
}

.hint .text {
  font-size: 12px;
  width: 98%;
  border: 1px solid #A7A7A7;
  margin-bottom: 4px;
  padding: 2px;
}

.hint .submit_wrapper {
  text-align: right;
}

.hint .submit {
  text-transform: uppercase;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 1;
  overflow: visible;
}


/* Search */

.search_wrapper {
  /*
  float: right;
  width: 175px;
  margin-left: 10px;
  overflow: visible;
  width: 220px;
  */
  position: relative;
  margin-bottom: 20px;
}

.search_wrapper h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0C2147;
  margin-bottom: 4px;
  display: none;
}

.search {
  background-color: #DBDFE5;
  background-color: #E0C6DC;
  /*
  width: 228px;
  position: relative;
  left: 0;
  */
  border-bottom: 4px solid #9C4772;
  padding: 10px;
}

.search p {
  margin: 0 !important;
}

.search .search_scope_form_wrapper {
}

.search .text {
  font-size: 12px;
  width: 98%;
  border: 1px solid #A7A7A7;
  margin-bottom: 4px;
  padding: 2px;
}

.search .submit_wrapper {
  text-align: right;
}

.in_auction_label {
  margin-right: 10px;
}

.all_auctions_label {
  
}

.search .submit {
  text-transform: uppercase;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 1;
  overflow: visible;
}

/* Content */

.content_wrapper {
  /*
  padding: 0 10px 0 200px;
  */
  padding: 20px 20px 0 20px;
  float: left;
  /*
  width: 635px;
  */
  width: 765px;
  width: 705px;
}

.content_wrapper a:link,
.content_wrapper a:visited {
  color: #374F70;
  text-decoration: none;
}

.content_wrapper a:hover,
.content_wrapper a:active {
  color: #374F70;
  text-decoration: underline;
}

.content_wrapper .content h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #AB4D7F;
  color: #761A48;
  margin: 0 0 10px 0;
}

.content_wrapper .content h3 {
  font-size: 14px;
  font-weight: bold;
  color: #203154;
  margin: 0 0 10px 0;
  color: #761A48;
}

.content_wrapper .content h4 {
  font-weight: bold;
  color: #203154;
  margin: 0 0 10px 0;
}

.content_wrapper .content ul,
.content_wrapper .content ol {
  margin-bottom: 10px;
  margin-left: 1.5em;
}

.content_wrapper .content ul li {
  list-style: disc;
}

.content_wrapper .content ol li {
  list-style: decimal;
}

/* Auction and FreeSale */
/* Versteigerungen und Online-Verkauf */

.content_wrapper .content h3.auction {
  float: right;
}

.content_wrapper .content h3.freesale_auction {
  float: right;
}

.content_wrapper .content h3.online_auction {
  float: right;
}


.content_wrapper .content {
  color: #515151;
  color: #000000;
}

.content_wrapper .content p {
  margin-bottom: 10px;
}

.content_wrapper .content table.items {
  width: 100%;
  border-bottom: 1px solid #B9C4D0;
  clear: both;
}

.content_wrapper .content table.items p {
  margin: 0;
}

.content_wrapper .content table.items tr.item td {
  border-top: 1px solid #B9C4D0;
}

.content_wrapper .content table.items tr th,
.content_wrapper .content table.items tr td {
  vertical-align: top;
}

.content_wrapper .content table.items tr td {
}

.content_wrapper .content table.items tr td.contact_box_wrapper {
  width: 200px;
}

.content_wrapper .content table.items tr td.contact_box_wrapper .contact_box {
  background-color: #FFFFFF;
  border: 1px solid #F1F1F1;
  padding: 10px;
  margin: 10px 0;
}

.content_wrapper .content table.items tr.item td h3 {
  margin: 10px 0;
}

.content_wrapper .content table.items tr.item_details td {
  padding-top: 10px;
}

/* AuctionList */

.content_wrapper .content .auction_entry {
  border-right: 1px solid #D2D8E1;
  border-bottom: 1px solid #D2D8E1;
  padding: 0 0 10px 0;
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: #FFF;
}

.content_wrapper .content .auction_entry h3 {
  font-size: 16px;
}

.description table
{
	margin-bottom:10px;
}

.description table tr td {
  padding-right: 10px;
  font-size: 14px;
  font-weight:bold !important;
}

/*
.content_wrapper .content .auction_entry .auction_buttons a {
  background-color: #D2D8E1;
  color: #052E5B;
  display: inline-block;
  padding: 2px 4px;
}
*/

.content_wrapper .content div.auction_buttons {
  margin: 0;
}

.content_wrapper .content div.auction_buttons ul {
  display: block;
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0;
}

.content_wrapper .content div.auction_buttons ul li {
  display: inline;
  margin: 0px;
  padding: 0px;
  color:white;
  font-weight: bold;
  text-decoration: none;
}

.content_wrapper .content div.auction_buttons ul li a {
  display: inline;
  margin: 0px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 4px;
}

.content_wrapper .content div.auction_buttons ul li a.auction_button_catalog {
  background-color: #C2C2C2;
  background-image: url(images/pdf_icon.gif);
  background-position: 5px center;
  background-repeat:no-repeat;
  padding-left:28px;
}

/* Modal Popup */

.modalBackground {
  background-color:Gray;
  filter:alpha(opacity=70);
  opacity:0.7;
}

.modalPopup
{
  background-color:White;
  border: solid 2px Gray;
  color: Black;
  width: 550px;
  height: 250px;
  text-align:center;
}

.modalPopup h2
{
  font-size:16px;
}

/* MakeBid */

div.make_bid {
  text-align: left;
  width: 213px;
}

div.make_bid p {
  position: relative;
  margin: 4px 0 4px 0;
  padding: 0;
}

div.make_bid p span.value {
  position: absolute;
  right: 0;
}

/* eTrade */

div.etrade_bid {
  text-align: left;
  padding: 10px;
}

div.etrade_bid p {
  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;
}

p.bid_text_field,
p.do_bid_button {
  text-align: center;
}

p.bid_text_field input,
p.do_bid_button input {
  display: block;
  margin: 0 6px;
  width: 196px;
}

/* Autocomplete */

.autocomplete_completionListElement {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 2px solid #E3EAEE;
  z-index: 9000;
}

.autocomplete_completionListElement li {
  display: block !important;
  font-size: 14px !important;
  padding: 4px !important;
  position: relative !important;
  z-index: 9001;
}

.autocomplete_listItem {
  background-color: #FFFFFF;
  color: #00254F;
  z-index: 9002;
}

.autocomplete_highlightedListItem {
  background-color: #00254F;
  color: #FFFFFF;
  z-index: 9003;
}

/* Table Th */

table th {
  color: #002E5C;
}

/* ItemList */

.content_wrapper .content .AspNet-GridView .AspNet-GridView-Caption {
  background-color: #B6C3CE;
  padding: 3px 8px;
}

.content_wrapper .content .AspNet-GridView table {
  width: 100%;
  border: 1px solid #B6C3CE;
}

.content_wrapper .content .AspNet-GridView table th {
  background-color: #B6C3CE;
  background-color: #F1F1F1;
  color: #333333;
  padding: 6px 0;
  font-weight: bold;
}

.content_wrapper .content .AspNet-GridView table td {
  background-color: #FFFFFF;
  border-top: 1px solid #B6C3CE;
  padding: 4px 0;
}

.content_wrapper .content .AspNet-GridView table td h3 {
  font-size: 12px;
}

.content_wrapper .content .AspNet-GridView table td.SecRow {
  vertical-align: top;
}

.content_wrapper .content .AspNet-GridView table td.SecRow .ImageIcon {
  width: 158px;
  text-align: center;
}

.content_wrapper .content .AspNet-GridView table td.SecRow .ImageIcon img {
  margin-left: 4px;
  margin-right: 4px;
}

.content_wrapper .content .AspNet-GridView table td.SecRow div span {
  display: block;
  margin-bottom: 10px;
}

.AspNet-GridView .no_line_break
{
	white-space: nowrap;
}

/*
.content_wrapper .content table {
  width: 100%;
}
*/

.content_wrapper .content table td {
}

.content_wrapper .content table.detailPage {
  margin: 0 0 10px 0;
  width: 100%;
}

.content_wrapper .content table.detailPage th {
  background-color: #B6C3CE;
  background-color: #F1F1F1;
  color: #333333;
  padding: 6px 10px;
}

.content_wrapper .content table.detailPage th.katnr {
  text-align: left;
}

.content_wrapper .content table.detailPage th.name {
  text-align: center;
}

.content_wrapper .content table.detailPage th.limit {
  text-align: right;
}

.content_wrapper .content table.detailPage td {
  border-top: 1px solid #B6C3CE;
  padding: 4px 0;
}

.content_wrapper .content table.pageSelect {
  margin: 0 0 10px 0;
}

.content_wrapper .content table.pageSelect {
  background-color: #FFFFFF;
}

.content_wrapper .content table.pageSelect a {
  margin: 10px;
  display: block;
}

.content_wrapper .content table.pageSelect td.cell1of3 {
  text-align: left;
  width: 33%;
}

.content_wrapper .content table.pageSelect td.cell2of3 {
  text-align: center;
  width: 34%;
}

.content_wrapper .content table.pageSelect td.cell3of3,
.content_wrapper .content table.pageSelect td.cell3on3 {
  text-align: right;
  width: 33%;
}
































/* Subnavigation */

.copyright_wrapper {
  clear: both;
  text-align: right;
}

.copyright_wrapper h2 {
  display: none;
}

.copyright {
  padding: 10px;
}

/* Subnavigation */

.footer_navigation_wrapper {
  clear: both;
  border-top: 7px solid #9C4772;
  background-color: #F1F1F1;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 12px;
}

.footer_navigation_wrapper h2 {
  display: none;
}

.footer_navigation {
  padding: 10px;
}

.footer_navigation ul {
  text-align: right;
}


.footer_navigation ul li {
  display: inline;
  text-transform: uppercase;
}

.footer_navigation ul li a {
  font-weight: bold;
  color: #3F5675;
  margin-left: 10px;
}

.footer_navigation ul li a:link,
.footer_navigation ul li a:visited {
  text-decoration: none;
}

.footer_navigation ul li a:hover,
.footer_navigation ul li a:active {
  text-decoration: underline;
}







.auction_house_name {
  float: left;
  width: 230px;
  text-align: right;
}

.auction_house_name p {
  padding-right: 10px;
}

.auction_house_name p span.name_part_1 {
  font-size: 20px;
  display: block;
}

.auction_house_name p span.name_part_2 {
  font-size: 24px;
  display: block;
}

.auction_house_street {
  float: left;
  width: 230px;
  padding-top: 20px;
}

.auction_house_street p {
  padding-right: 10px;
  padding-left: 10px;
}

.auction_house_phone {
  float: left;
  width: 230px;
  padding-top: 20px;
}

.auction_house_phone p {
  padding-right: 10px;
}

.auction_house_web_address {
  float: left;
  width: 230px;
  padding-top: 20px;
}

.auction_house_web_address p {

  
}

.auction_house_web_address p a:link,
.auction_house_web_address p a:visited {
  color: rgb(54, 54, 54);
  text-decoration: none;
}

.auction_house_web_address p a:hover,
.auction_house_web_address p a:active {
  color: rgb(54, 54, 54);
  text-decoration: underline;
}






/* Pages: Team */
table.team tr td {
  vertical-align: top;
}

table.team tr td h4 {
  font-weight: bold;
}

table.team tr td.photo_column_left,
table.team tr td.photo_column_right {
  width: 110px;
}

table.team tr td.person_description_column_left,
table.team tr td.person_description_column_right {
  width: 210px;
}

/* References */

.reference_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.reference_list .reference {
  width: 225px;
  height: 90px;
  margin-right: 10px;
  float: left;
  text-align: center;
  background-color: white;
  vertical-align: bottom;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


.bidHighest {
  background-color: #419610 !important;
  color: #FFFFFF !important;
  text-align: center;
}

.bidUnderLimit {
  background-color: #9105D5 !important;
  color: #FFFFFF !important;
  text-align: center;
}

.bidInvalid {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
  text-align: center;
}

.bid {
  background-color: #0050C8 !important;
  color: #FFFFFF !important;
  text-align: center;
}

/* Contact Form */

.contact_form {
  background-color: #F0F0F0;
  border: 1px solid #C1C1C1;
  padding: 10px;
}
.contact_form label.label {
  font-size: 9px;
  color: #666666;
  font-weight: bold;
  display: block;
  margin-top: -2px;
}
.contact_form label.description {
  font-size: 12px;
  color: #333333;
  margin-bottom: 6px;
  border-bottom: 1px solid #CCCCCC;
  display: block;
  font-weight: bold;
  clear: both;
}
.contact_form input, .contact_form select, .contact_form option {
}
.contact_form input.text {
  width: 100%;
}
.contact_form .item {
  margin: 0 0 5px 0;
}
.contact_form .required_mark {
  font-weight: bold;
  color: red;
}
.contact_form .group {
  margin: 0 0 10px 0;
}

.contact_form .contact_first_name_and_last_name_wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.contact_form .contact_first_name_and_last_name_wrapper .contact_first_name {
  float: left;
  width: 140px;
  margin-right: 10px;
}
.contact_form .contact_first_name_and_last_name_wrapper .contact_last_name {
  float: left;
  width: 160px;
}
.contact_form .contact_company {
  width: 290px;
}
.contact_form .contact_email {
  width: 290px;
}
.contact_form .contact_website {
  width: 290px;
}
.contact_form .contact_address_wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.contact_form .contact_address_wrapper .contact_street {
  width: 220px;
  clear: right;
  margin-right: 10px;
}

.contact_form .contact_address_wrapper .contact_postal_code {
  clear: left;
  float: left;
  width: 100px;
  margin-right: 10px;
}
.contact_form .contact_address_wrapper .contact_city {
  float: left;
  width: 240px;
}
.contact_form .contact_address_wrapper .contact_country {
  width: 320px;
  clear: left;
}
.contact_form .contact_address_wrapper .contact_country select {
  width: 320px;
}
.contact_form .contact_phone_number {
  width: 290px;
}
.contact_form .contact_fax_number {
  width: 290px;
}

.contact_form .contact_message textarea {
  width: 99%;
  height: 120px;
}






/* Registrierung */

.registration_form {
  background-color: #F0F0F0;
  border: 1px solid #C1C1C1;
  padding: 10px;
}

.registration_form label.label {
  font-size: 9px;
  color: #666666;
  font-weight: bold;
  display: block;
  margin-top: -2px;
}

.registration_form label.description {
  font-size: 12px;
  color: #333333;
  margin-bottom: 6px;
  border-bottom: 1px solid #CCCCCC;
  display: block;
  font-weight: bold;
  clear: both;
}

.registration_form input, .registration_form select, .registration_form option {
}

.registration_form input.text {
  width: 100%;
}

.registration_form .item {
  margin: 0 0 5px 0;
}

.registration_form .required_mark {
  font-weight: bold;
  color: red;
}

.registration_form .group {
  margin: 0 0 10px 0;
}

.registration_form .registration_message textarea {
  width: 99%;
  height: 120px;
}









/* Language List */

#language_list {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 60px;
  height: 20px;
  background-color: #E7F1F8;
  display: none;
}

/* Location */

table.contact {
  width: 100%;
  border-bottom: 1px solid #B9C2CD;
  padding-bottom: 10px !important;
  margin-bottom: 10px;
}

table.contact tr td {
  vertical-align: top;
  padding-top: 5px;
}

table.contact tr td.info_box {
  width: 340px;
  background-color: #FFFFFF;
  padding: 10px;
  background-image: url(Images/contact_person_faux_bottom_border.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

/* Paging */

.defaultPager_top_wrapper,
.defaultPager_bottom_wrapper {
  clear: both;
  line-height: 22px;
}

.defaultPager_top_wrapper .defaultPaging {
}

.defaultPager_top_wrapper .defaultPaging li span.CurrentPage {
  border-bottom: 0 !important;
  padding-bottom: 6px;
}

.defaultPager_top_wrapper .defaultPaging li a {
  margin-bottom: 2px;
}

.defaultPager_bottom_wrapper .defaultPaging li span.CurrentPage {
  border-top: 0 !important;
  padding-top: 6px;
}

.defaultPager_bottom_wrapper .defaultPaging li a {
  margin-top: 2px;
}


.defaultPaging ul
{
  list-style-position: outside; 
  list-style-type: none;
}

.defaultPaging li
{
  float:left;
}

.defaultPaging li a,
.defaultPaging li span.CurrentPage
{
  text-decoration: none;
  float: left; 
  border: 1px solid #C4CDD8;
  background-color: #E8ECF0;
  font-size:14px;
  padding: 3px 8px;
  margin-right: 3px;
}

.defaultPaging li span.CurrentPage {
  background-color: #B5C3CE;
  border-color: #ADB5C4;
  color: #23426A;
}

.pagingResult 
{
  float: right;
  padding-top: 2px;
}

/* Presse */

.article_entries table {
  width: 100%;
}

.article_entries h3 {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

.article_entry {
  background-color: #FFFFFF;
  position: relative;
  padding: 10px;
}

.article_entry:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.article_entry .article_entry_image {
  float: left;
  margin-right: 10px;
}

.article_entry .see_more_wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* Auktionsinfo */
.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;
}

/* Welcome at My Bids */
.welcome_box {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #DEE5EB;
  border: 1px solid #C3CDD8;
}

.welcome_box .login_name {
  font-weight: bold;
}

/* Refresh Button */
.RefreshButton {
  background-image: url(images/arrow_refresh.png);
  background-repeat:no-repeat; 
  padding-left:20px
}

/* Error and Success */

.TextError {
  color: #990300;
  font-weight: bold;
}

.TextSuccess {
  color: #4E9903;
  font-weight: bold;
}

/* Time Table */

.time_table tr td {
  width: 30px;
  border: none !important;
}

.auction_entry:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* My Account */

.limit_column {
  width: 100px;
  text-align: center;
}

.bid_column {
  width: 80px;
  text-align: center;
}

.edit_and_delete_column {
  width: 80px;
  text-align: center;
}

/* Sales of Group */

.sale_entry {
  background-color: #FFFFFF;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}

.sale_entry:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sale_entry .sale_entry_image {
  position: absolute;
  left: 10px;
  top: 10px;
}

.sale_entry_details {
  margin-left: 160px;
}

.sale_entry_contact {
  padding-left: 160px;
}

.sale_entry_download {
  padding-left: 160px;
}

.sale_entry_download p a {
  padding: 4px 0 4px 20px;
  background-image: url(Images/pdf_icon.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

.sale_entry .see_more_wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}

.AspNet-DataList table {
  width: 100%;
}

p.screenshot {
  border: 1px solid silver;
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center;
}







.pagingLinks ul li {
  list-style: none !important;
}