body {
	text-decoration : none;
	color : #000000;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
P {
	text-decoration : none;
	color : #000000;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

A:LINK {
	text-decoration : underline;
	color : #6f6f6f;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

A:ACTIVE {
	text-decoration : underline;
	font-family :  Verdana,  Arial, Helvetica, sans-serif;
	color : #333333;
	}
A:VISITED {
	text-decoration : underline;
	color : #666666;
	font-family : Verdana,   Arial, Helvetica, sans-serif;
	}

A:HOVER {
	text-decoration : underline;
	color : #333333;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
}


TD {
	text-decoration : none;
	color : #000000;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.small {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

H1 {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size: 20pt;
}

H2 {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

H3 {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.item:link    { 
  text-decoration:none; 
  color:#29592C; 
  font-size:14px;
  font-weight:normal;
}
.item:visited { text-decoration:none; color:#29592C; }
.item:hover   { text-decoration:underline; color:#29592C; }
.item:active  { text-decoration:underline; color:#29592C; }


.sort:link { text-decoration:none; }
.sort:visited { text-decoration:none; }
.sort:hover   { text-decoration:underline; }
.sort:active  { text-decoration:underline; }

.sorthighlight:link    { text-decoration:none; }
.sorthighlight:visited { text-decoration:none; }
.sorthighlight:hover   { text-decoration:underline; }
.sorthighlight:active  { text-decoration:underline; }

.sort {
  color:red;
  font-size:11px;
  font-weight:normal;
}
.sorthighlight {
  color:#000000;
  font-size:11px;
  font-weight:normal;
  background:#DEECDF;
  padding:2px;
}
.sorting {
  font-size: 11px; 
  color: #000000;
  font-weight:bold;
  margin-right: 8px; 
}

.subtitle {
  font-size: 10px; 
  color: #000000;
}

.sitefooter {
  font-size: 12px; 
  color: #000000; 
  text-align: center;
}

.BG-BORDER {
	background : #FFFFFF;
	border : 6px solid #AECEB0;
}

.errormsg {color:red;}

.greyback { background-color:#DEECDF; }
.regback  { background-color:#FFFFFF; }

.tblheader {
  border-bottom:2px solid #DEECDF;
  font-weight:normal;
  font-style:italic;
  font-size:11px;
  vertical-align:top;
  margin-bottom:15px;
  padding-top:0px;
}

img.resize {
  width: 96px;
  height : auto;
}
img.resize {
  width: auto;
  height : 72px;
}
div.bild {
  background:url(pics/wait.gif) #FFFFFF no-repeat center; 
  width:96px;
  height:72px;
  text-align: center;
  overflow:hidden;
}
div.bildrahmen {
  background: #FFFFFF; 
  padding: 2px;
  border:solid 2px #AECEB0; 
}

.cats {
  font-size:10px;
  background-color:#DEECDF;
  padding:10px;
}

.listing {
	font-size:12px;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:top;
}

.watchcount {
  font-size:14px;
  font-weight:bold;
}

a.catlink:link    { text-decoration:none; color:#808080; }
a.catlink:visited { text-decoration:none; color:#808080; }
a.catlink:hover   { text-decoration:underline; color:#808080; }
a.catlink:active  { text-decoration:underline; color:#808080; }

.catlink {
  color:#808080;
  font-size:10px;
  font-weight:normal;
}

.nobreak { white-space:nowrap; }

.itemended {
  font-size: 12px;
  font-weight: normal;
  color: red;
  white-space:nowrap;
}
.endsinhours {
  font-size: 12px;
  font-weight: normal;
  color: red;
  white-space:nowrap;
}
.endsregular {
  font-size: 12px;
  font-weight: normal;
  color: black;
  white-space:nowrap;
}
.newlisted {
  font-size: 12px;
  font-weight: normal;
  color: green;
  white-space:nowrap;
}
.sold {
  font-size: 12px;
  font-weight: bold;
  color: green;
  white-space:nowrap;
}
.bids {
  font-size: 10px;
  font-weight: normal;
  color: black;
  white-space:nowrap;
}
.price {
  font-size: 12px;
  font-weight: normal;
  color: black;
  white-space:nowrap;
}
.binoption {
  font-size: 11px;
  font-weight: bold;
  color: black;
  white-space:nowrap;
  margin-top: 1px;
}

.gobutton {
  font-size:11px;
  font-family:Arial,sans-serif;
  width:35px;
  height:20px;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
}
.countryselect {
  font-size:10px;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
  padding: 1px;
  background-color:#FFFFFF;
}


/* ================================
   Horizontale Navigation
   Beispiel 4
   Datei: hor_nav4.css
   Autor: Franz Sadjak
   Datum: 30.12.2008
   ================================ */
#wrapper {
  margin-top:20px;
  margin-left:40px;
  font-size:11px;
  font-weight:bold;
}
#navigation-4 li {
  float: left;
  margin: 0 2px 0 0;
  list-style-type: none;
}
#navigation-4 li a {
  background: #676f7a url(pics/nav-bg-l1.jpg) top left no-repeat;
  color: #DFE1E2;
  float: left;
  padding: 0 0 0 5px;
  text-decoration: none;
}
#navigation-4 li a span {
  background: #676f7a url(pics/nav-bg-r1.jpg) top right no-repeat;
  color: #DFE1E2;
  float: left;
  padding: 10px 15px 10px 10px;
}
#navigation-4 li a:hover span {
  background-position: 100% -92px;
  color: #fff;
}
#navigation-4 li a:hover {
  background-position: 0 -92px;
  color: #fff;
  text-decoration: none;
}
#navigation-4 li a.active {
  background-position: 0 -184px;
  color: #fff;
  text-decoration: none;
}
#navigation-4 li a.active span {
  background-position: 100% -184px;
  color: #fff;
  text-decoration: none;
}
.navigation-botline {
  border:1px solid #6AA06E;
}


/* ================================
   Pagination 
   ================================ */
div#pagination {
	font-family:tahoma;
	text-align:center;
}
#pagination span {
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 2px 6px 2px 0;
}
#pagination span a {
	background-color:#ffffff;
	border:1px solid #bbbbbb;
	color:#303030;
	display:block;
	padding:1px 5px 2px 5px;
	text-decoration:none;
}
#pagination span a:hover, #pagination span a:active {
	background-color: #AECEB0;
	border:1px solid #303030;
}
#pagination span.aktuell {
	background-color: #647B9A;
	border:1px solid #303030;
	color:#ffffff;
	font-size:11px;
	padding:1px 5px 2px 5px;
}
#pagination span.disable {
	background-color: #ffffff;
	border:1px solid #bbbbbb;
	color:#bbbbbb;
	font-size:11px;
	padding:1px 5px 2px 5px;
}
#pagination span.threedots {
	background-color: #ffffff;
	color:#bbbbbb;
	font-size:11px;
	padding:1px 0px 2px 0px;
}