/*
  ########### GLOBAL ###############
*/
body {
  background-color: #ebebeb;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
  margin: 0px;
  padding-top: 15px;
  text-align: center;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}
form {
  display: inline;
}
select, input {
  font-family: Arial, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #333;
}
textarea {
  font-family: Arial, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}
table, div {
  font-family: Arial, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #333;
}
div {
  text-align: left;
}
a:hover {
  text-decoration: none;
}

/*
  ########### LINKS ###############
*/
a.subNav {
  color: #5C5C26;
  text-decoration: none;
  letter-spacing: 1px;
}
a.subNav:hover {
  text-decoration: underline;
}
a.head1, a.head2 {
  color: #333;
  text-decoration: underline;
}
a.subCatSel {
  color: red;
}

/*
  ########### TEXTE ###############
*/
.txError {
  color: red;
}
.txHead {
  font-size: 14px;
  font-weight: bold;
}
.txSmall {
  font-size: 11px;
}
.txRed {
  color: red;
}
.txGreen {
  color: green;
}

/*
  ########### HEADS ###############
*/

#metaNavi {
  color: #333;
  letter-spacing: 1px;
  padding-right: 8px;
  text-transform: none;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 2px;
}
#metaNavi a {
  color: #333;
  text-decoration: none;
}
#metaNavi a:hover {
  text-decoration: underline;
}

#foNavi {
  font: bold 12px arial,helvetica;
  color: #666600;
  letter-spacing: 1px;
  vertical-align: middle;
  background-color: #E1E0C8;
  background-image: url(/images/verlauf.jpg);
  background-repeat: no-repeat;
}

#head1 {
  width: 780px;
  padding: 3px 7px 3px 7px;
  margin: 0px;
  background-color: #E1E0C8;
  font-size:14px;
  color: #333;
  font-weight: bold;
  text-align: left;
  border: 1px solid #666;
}

#head2 {
  width: 780px;
  padding: 3px 7px 3px 7px;
  margin: 0px;
  background-color: #E1E0C8;
  font-size:14px;
  color: #333;
  font-weight: bold;
  text-align: left;
  border: 1px solid #666;
}

#head3 {
  width: 780px;
  padding: 3px 7px 3px 7px;
  margin: 0px;
  background-color: #E1E0C8;
  color: #333;
  font-weight: bold;
  text-align: left;
  border: 1px solid #666;
}

/*
  ############ TABELLEN GLOBAL ###############
*/
#tblNormalOld {
  width: 780px;
  padding: 4px 7px 4px 7px;
  margin: 0px;
  background-color: white;
  border-left: 1px solid #666666;
  border-right: 1px solid #666;
}
#tblNormal {
  width: 780px;
  background-color: white;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
#tblNormal td {
  padding: 4px 7px 4px 7px;
}
#tblClean {
  width: 780px;
  background-color: white;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
#tblForm {
  padding: 3px 20px 3px 0px;
  margin: 0px;
}

/*
  ############ TABELLEN AUKTIONSLISTE ###############
*/
#listHead {
  width: 780px;
  background-color: #ebebeb;
  color: #333;
  font-weight: bold;
  text-align: left;
  border: 1px solid #666;
}
#listHead td {
	padding: 1px 0px 1px 7px;
}

#list1 {
  width: 780px;
  background-color: white;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
#list1 td {
	padding: 2px 0px 2px 7px;
}

#list2 {
  width: 780px;
  background-color: #EBEBEB;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
#list2 td {
	padding: 2px 0px 2px 7px;
}

#list1 .txSmall, #list2 .txSmall {
  font-size: 10px;
  line-height: 10px;
}
#list1 .txSmall2, #list2 .txSmall2 {
  font-size: 11px;
}

a.item {
  line-height:15px;
}
.itmTitle a:link, a:link.item {
  color: #000066;
}
.itmTitle a:visited, a:visited.item {
  color: black;
}

.itmPic {
   width: 12px;
   vertical-align: top;
}
.itmTitle {
   width: 520px;
}
.itmBid {
   width: 68px;
   text-align: right;
}
.itmBids {
   width: 60px;
   text-align: center;
}
.itmEnds {
   width: 85px;
   text-align: center;
}
.itmDesc {
	font-size: 10px;
  line-height: 9px;
  vertical-align: top;
}

#tblPageLinks {
  width: 780px;
  padding: 4px 7px 4px 7px;
  background-color: white;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

#tblFooter {
  width: 780px;
  padding: 0px;
  font-size: 11px;
  color: #333;
  text-align: center;
}

/*
  ########### BORDERS #############
*/
.boTop {
  border-top: 1px solid #666;
}
.boBottom {
  border-bottom: 1px solid #666;
}

#logo {
  background-image: url(/images/logo3.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}
