/* /css/new/default.css */
/*

Farben:
	rot:		cc3333
	orange:		ff9933
	schwarz		000
	weiss:		fff
	gruen		2ecc2e
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 10px 0 0 0;
	padding: 0;
  	background: #e7e7e7;
   	direction: ltr;
}

a img , img a , img { border: none }

.img_small	{
	border: 5px solid #eee;
	opacity: 0.6;
	filter: alpha(opacity=60);
   	zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}
.img_small:hover	{
	border: 5px solid #ccc;
	opacity: 1;
	filter: alpha(opacity=100);
   	zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}
.img_small2	{
	border: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
   	zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}
.img_small2:hover	{
	border: none;
	opacity: 1;
	filter: alpha(opacity=100);
   	zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}
fieldset	{
	border: 0px solid #000;
}
fieldset.border	{
	border: 1px solid #ccc;
}
.formstyle1 label, .formstyle1 input, .formstyle1 select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 150px; /* Breite.*/
}

.formstyle1 form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.formstyle1 input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}
.formstyle1 input#hidden { /* den Submit-Button */
	border: none;
  float: none;
  width: auto;
}
.formstyle2	input	{
	border: none;
}
.formstyle1	textarea	{
	width: 500px;
	height: 300px;
}
a:link {
  color:#000;
  text-decoration:underline;
}
a:visited {
  color:#000;
  text-decoration:underline;
}
a:hover {
  color:#cc3333;
  text-decoration:underline;
}

legend	{
	font-size: 11pt;
	font-weight: normal;
}
input {
	color: #000;
	background-color: #fafafa;
	border: 1px solid #000;
}

input.clear {
}

input:focus {
}
input#image	{
	border: none;
	background-color: transparent;
}

span.green {
    color: #009000;
}

form {
	margin: 0;
	padding: 0;
}
small	{
	color: #ccc;
}
/* Container */
#container {
	width: 970px;
	margin: 10px auto;
	border: 0px solid #000;
}

#mainpart {
	width: 705px;
	margin: 0px;
	float: left;
	border: 0px solid #000;
}
/* header */
#header	{
	padding: 0px;
	border: 0px solid #000;
}
.header_logo	{
	width: 940px;
	height: 120px;
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
.header_claim	{
	/*background-image: url('../images/boxes/claim_530x100.png');*/

}
#header_top_menu	{
	border-top: 0px solid #353535;
	width: 550px;
	text-align: left;
	
}
#header_top_menu li {
	display: inline; /* Listenelemente nebeneinander */
	list-style-type: none; /* Aufzählungszeichen entfernen */

}
.header_top_menu	{
	margin-left: 410px;
	width: 500px;
	border: 1px solid #000;
	float: right;	
	text-align: right;
}
#header_top_menu ul {
	border: 1px solid #e4e4e4;
	background-color: #d1d1d1;
	margin: 30px 31px;
	height: 21px;
	-moz-border-radius: 5px;
}
.header_top_menu li {
	display: inline; /* Listenelemente nebeneinander */
	list-style-type: none; /* Aufzählungszeichen entfernen */
}
#header_top_menu li a{
	font-size: 14pt;
	height: 25px;
	color: #000;
	text-decoration: none;
	padding: 0px 5px;
}
#header_top_menu li a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #444444;
}
.logo	{
	margin: 0px auto;
}
#servertime	{
	border: 0px solid #000;
}
.header_top_menu	{
	border: 0px solid #ccc;
	margin: 2px auto;
	padding: 0px;
	text-align: center;
}
.header_top_menu li {
  display: inline; /* Listenelemente nebeneinander */
  list-style-type: none; /* Aufzählungszeichen entfernen */
}
.header_top_menu li a{
	font-size: 12pt;
	color: #fafafa;
	margin: 0px 10px;
	text-decoration: none;
}
.header_top_menu li a:hover{
	color: #fff;
	text-decoration: underline;
}

/* Footer */

#footer {
	/*background-position: top center;
	background-image: url('../images/bottomline.png');
	background-repeat: no-repeat; */
	width: 700px;
	height: 44px;
	margin: 10px 0px;
	padding-top: 10px;
	font-size: 10px;
	overflow: none;
	border: 0px solid #000;
	text-align: center;
}


/* Content Frame */
#content {
	min-height: 250px;
	padding: 0px;
	margin: 0px;
	line-height: 130%;
	border: 0px solid #000;
}

/* Login Box*/
#login_box , #logged_in_box{
	width: 950px;
	height: 46px;
	margin-top: 32px;
	padding: 0px;
	font-size: 12px;
	overflow: none;
	background: url('../images/boxes/login_bg5.png') no-repeat top left;
	border: 0px solid #000;
}

#login_box a {
	text-decoration: underline;
	float: none;
}

#login_box .left {
	width: 850px;
	margin-left: 25px;
	padding-top: 8px;
}
#login_box .long {
	width: 850px;
	margin-left: 15px;
	padding-top: 17px;
}

#login_box .right {
	width: 240px;
	text-align: left;
	padding-top: 13px;
	padding-left: 380px;
	border: 0px solid #000;
}

#logged_in_box .right{
}

#login_box div.left input {
	font-size: 12px;
	margin: 3px 5px;
	width: 90px;
	border: 1px #ccc solid;
	color: #000;
	-moz-border-radius: 5px;
}
.loginbutton	{
	color: #fff !important;
	background-color: #444;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
}
#login_box div.left input#username {
	margin-top: 0px;
}

#logged_in_box {
	font-size: 10px;
}

#login_box .left , #logged_in_box .left {
	float: left;
}

#login_box .right {
	margin-left: 95px;
}

#logged_in_box .right {
	margin-left: 75px;
}
/* Sidebar */

#sidebar {
    margin-top: 17px;
    border: 0px solid #000;
   	margin-left: 715px;
}
.sidebar_box img, .sidebar_box_red img {
}

.sidebar_box, .sidebar_box_red {
	width: 225px;
	margin: 10px 0;
}

.sidebar_box {
	border: 0px solid #000;
}
.sidebar_inner_box {
	border: 0px solid #000;
	text-align: left;
	font-size: 12px;
    padding: 0px 15px;
    margin: 0px;
	background: url(../images/boxes/sidebox_bg.png) repeat-y;
  }
.sidebar_inner_box ol, .sidebar_inner_box ul	{
	margin: 0px;
	padding: 0px 10px;
list-style-type:none;
}
.sidebar_box h3, .sidebar_box_red h3, #sidebar_box_footer span {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    margin: 0;
}
.sidebar_box h3 {
    background: url(../images/boxes/sidebox_header.png);
    height: 45px;
    line-height: 36px;
    padding: 0px 25px;
    color: #000;
    text-align: left;
}
.sidebar_box_footer {
	padding: 0px 0px 0px 15px;
	height: 17px;
	margin-bottom: 10px;
	text-align: left;
    background: url(../images/boxes/sidebox_footer.png) no-repeat top left;
}

/* Klassen für Hinweise */
.css_green	{
	color: #2ecc2e;
	text-align: center;
	font-weight: bold;
	margin: 0px auto;
}

.css_red	{
	color: #cc3333;
	text-align: center;
	margin: 0px auto;
	}
.css_orange	{
	color: #ff9933;
	text-align: center;
	margin: 0px auto;
}
.ueb_gebote	{
	background-color: #fff;
	margin: 15px;
}
/* Tabelle Auktionen Startseite */
.countdown	{
	font-weight: bold;
	color: #cc3333;
	background: url(../images/boxes/wecker.png) no-repeat top left;
	height: 32px;
	padding: 5px 0px 0px 40px;
	margin: 5px 0px;
}
/* Topauktion */
#topauktion	{
	width: 700px;
	height: 331px;
	border: 0px solid #000;
	background: url(../images/boxes/top_auktion_bg5.png) no-repeat top left;
	margin: 5px 0px;
	padding: 0px;
}

#topauktion .topauktion_header	{
	height: 85px;
	border: 0px solid #000;
}
#topauktion .topauktion_header h3 {
	width: 550px;
	height: 85px;
	float: left;
	margin: 28px 0px 0px 25px;
	font-size: 14pt; 
	color: #000;
	text-transform: uppercase;
}
#topauktion .topauktion_header h3 a {
	color: #000;
	text-decoration: none;
	text-shadow: #ccc 2px 2px 5px;
}
#topauktion .topauktion_header h3 a:hover {
	color: #000;
	text-decoration: underline;
	text-shadow: #fff 2px 2px 5px;
}
#topauktion .startbutton {
	width: 85px;
	height: 85px;
	margin-left: 22px;
	margin-top:0px;
}

#topauktion .topauktion_text	{
	width: 340px;
	border: 0px solid #000;
	float: left;
	margin-left: 35px;
	font-size: 13pt;
	margin-top: -25px;
	line-height: 24px;
}
#topauktion .topauktion_text_start	{
	width: 340px;
	border: 0px solid #000;
	float: left;
	margin-left: 25px;
	font-size: 13pt;
	margin-top: -15px;
	line-height: 20pt;
}
#topauktion .topauktion_text_full	{
	width: 680px;
	border: 0px solid #000;
	margin-left: 25px;
	font-size: 12pt;
	margin-top: 20px;
	line-height: 20pt;
}
#topauktion .topauktion_text table.auktion_ueb, #topauktion .topauktion_text p.text_normal	{
	font-size: 10pt;
	line-height: 12pt;
}
#topauktion .topauktion_text table.auktion_ueb td	{
	margin: 5px;
}
#topauktion .topauktion_pic	{
	width: 300px;
	max-height: 300px;
	border: 1px solid #f1f1f1;
	float: right;
	margin-right: 15px;
	margin-top: -40px;
}
#topauktion .topauktion_pic img	{
	position: top left;
}
/*#topauktion .topauktion_pic img {
	position:absolute;
	clip:rect(10px,300px,200px,0px);
}*/
/* Boxen im Auktionsstil - schwarzer Rahmen */
#auktion_box_beschreibung	{
	width: 695px;
	border: 2px solid #d1d1d1;
	margin-top: 12px;
	padding: 0px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#auktion_box_beschreibung .auktion_box_beschreibung_header	{
	height: 50px;
	border: 0px solid #000;
}
#auktion_box_beschreibung .auktion_box_beschreibung_header h3 {
	border: 0px solid #000;
	margin: 0px 15px 0px 15px;
	font-size: 12pt; 
	padding: 15px;
}
#auktion_box_beschreibung .auktion_box_beschreibung_header h3 a:hover {
	color: #fff;
}
#auktion_box_beschreibung .auktion_box_beschreibung_header h3 a {
	color: #fff;
}
#auktion_box_beschreibung .auktion_box_beschreibung_header h3 a:hover {
	color: #000;
}
#auktion_box_beschreibung .auktion_box_beschreibung_text_small	{
	width: 340px;
	border: 0px solid #000;
	float: left;
	margin-left: 15px;
	font-size: 14pt;
	margin-top: -50px;
	line-height: 16pt;
}
#auktion_box_beschreibung .auktion_box_beschreibung_full	{
	width: 650px;
	border: 0px solid #000;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0px 15px;
	padding: 15px;
}
#auktion_box_beschreibung .auktion_box_beschreibung_footer	{
	width: 700px;
	height: 31px;
	border: 0px solid #000;
	background: url(../images/boxes/auktion_box_beschreibung_footer.png) repeat-y top left;
	margin-top: 15px;
	padding: 0px;
}

#auktion_box_beschreibung .auktion_box_beschreibung_text table.auktion_ueb, #auktion_box_beschreibung .auktion_box_beschreibung_text p.text_normal	{
	font-size: 10pt;
	line-height: 12pt;
}
#auktion_box_beschreibung .auktion_box_beschreibung_text table.auktion_ueb td	{
	margin: 5px;
}
#auktion_box_beschreibung .auktion_box_beschreibung_pic	{
	width: 310px;
	height: 310px;
	border: 0px solid #000;
	float: right;
	margin-left: 15px;
	font-size: 14pt;
	margin-top: -35px;
	line-height: 16pt;
}
/* Boxen im Auktionsstil */
#auktion_box	{
	width: 700px;
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
}

#auktion_box .auktion_box_header	{
	height: 65px;
	border: 0px solid #000;
	background: url(../images/boxes/auktion_box_header.png) no-repeat top left;
	margin: 0px;
	padding: 0px;
	
}
#auktion_box .auktion_box_header h3 {
	border: 0px solid #000;
	font-size: 12pt; 
	padding: 30px 25px;
	margin: 0px;
	text-transform: capitalize;
}
#auktion_box .auktion_box_header h3 a:hover {
	color: #000;
}
#auktion_box .auktion_box_header h3 a {
	color: #000;
}
#auktion_box .auktion_box_header h3 a:hover {
	color: #fff;
}
#auktion_box .auktion_box_text_small	{
	width: 340px;
	border: 0px solid #000;
	float: left;
	margin-left: 15px;
	font-size: 14pt;
	margin-top: -50px;
	line-height: 16pt;
}
#auktion_box .auktion_box_text_full	{
	width: 655px;
	border: 0px solid #000;
	font-size: 10pt;
	line-height: 12pt;
	background: url(../images/boxes/auktion_box_body.png) repeat-y top left;
	margin: 0px;
	padding: 10px 25px;
}
#auktion_box .auktion_box_footer	{
	width: 700px;
	height: 16px;
	border: 0px solid #000;
	background: url(../images/boxes/auktion_box_footer.png) no-repeat top left;
	margin: 0px;
	padding: 0px;
}

#auktion_box .auktion_box_text table.auktion_ueb, #auktion_box .auktion_box_text p.text_normal	{
	font-size: 10pt;
	line-height: 12pt;
}
.auktion_ueb	{
	border: 0px solid #000;
	margin-top: -30px;
	}
#auktion_box .auktion_box_text table.auktion_ueb td	{
	margin: 5px;
}
#auktion_box .auktion_box_pic	{
	width: 310px;
	height: 310px;
	border: 0px solid #000;
	float: right;
	margin-left: 15px;
	font-size: 14pt;
	margin-top: -35px;
	line-height: 16pt;
}

/* gbotseingabe-Formular */
#eingabe_gebot	{
	width: 700px;
	height: 90px;
	border: 0px solid #000;
	/*background: url(../images/boxes/gebote_bg3.png) no-repeat top left;*/
	margin: 0px;
	padding: 0px;
}
table.gebotseingabe	{
	width: 700px;
	height: 88px;
	border: 0px solid #000;
	
}
table.gebotseingabe tr	{
	margin-top: 0px;
	padding: 0px;
}
table.gebotseingabe td	{
	margin-top: -20px;
	padding: 0px;
	border: 0px solid #000;
}
#einzelgebot	{
	width: 700px;
	height: 88px;
	border: 0px solid #000;
	background: url(../images/boxes/bieten_bg.png) no-repeat top left;
	float: left;
	margin: 0px;
}
#intervallgebot	{
	width: 0px;
	height: 88px;
	border: 0px solid #000;
	margin: 0px 0px 0px 355px;
	
}
.button_bieten	{
	background-color: transparent;
	border: none;
	margin: 0px;
}
.td_gebote	{
	border: 1px solid #000;
	margin-left: 25px;
}
input.input_gebot	{
	width: 70px;
	font-size: 10pt;
	border: 1px solid #ccc;
	background-color: #eee;
}
input.input_search	{
	width: 190px;
	border: 1px solid #ccc;
	background-color: #ccc;
	}
input.input_search_small	{
	width: 150px;
	border: 1px solid #ccc;
	background-color: #ccc;
	}
input.submit_gebot	{
	color: #fff !important;
	background-color: #444;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	cursor:pointer;
	}
	
/* normale Auktionsdarstellung */
.normalauktion_left	{
	border: 0px solid #000;
	width: 345px;
	height: 271px;
	background: url(../images/boxes/normal_auktion_bg3.png) no-repeat top left;
	float: left;
}
.normalauktion_right	{
	border: 0px solid #000;
	margin-left: 354px;
	width: 345px;
	height: 271px;
	background: url(../images/boxes/normal_auktion_bg3.png) no-repeat top left;
}
.normalauktion2_left, .beendetauktion_left	{
	border: 0px solid #000;
	width: 345px;
	height: 271px;
	background: url(../images/boxes/beendete_auktion_bg3.png) no-repeat top left;
	float: left;
}

.normalauktion2_right, .beendetauktion_right	{
	border: 0px solid #000;
	margin-left: 354px;
	width: 344px;
	height: 271px;
	background: url(../images/boxes/beendete_auktion_bg3.png) no-repeat top left;
}
.normalauktion	{
	width: 330px;
	height: 263px;
	border: 0px solid #000;
	background: url(../images/boxes/normal_auktion_bg3.png) no-repeat top left;
	margin-bottom: 10px;
}

.normalauktion_header, .beendetauktion_header	{
	height: 85px;
	border: 0px solid #000;
}
.normalauktion_header h3, .beendetauktion_header h3 {
	width: 200px;
	height: 85px;
	border: 0px solid #000;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	font-size: 10pt;
}
.normalauktion_header h3 a, .beendetauktion_header h3 a {
	color: #000;
	text-decoration: none;
	text-shadow: #ccc 2px 2px 5px;
}
.normalauktion_header h3 a:hover, .beendetauktion_header h3 a:hover {
	color: #000;
	text-decoration: underline;
	text-shadow: #fff 2px 2px 5px;
}
.normalauktion_header .startbutton {
	width: 85px;
	height: 85px;
	margin-left: 17px;
	margin-top: 0px;
	border: 0px solid #000;
}
.normalauktion_text	{
	width: 150px;
	border: 0px solid #000;
	float: left;
	margin-left: 25px;
	font-size: 10pt;
	margin-top: -35px;
	line-height: 10pt;
	padding: 0px;
}
.normalauktion_text_2	{
	width: 150px;
	border: 0px solid #000;
	float: left;
	margin-left: 25px;
	font-size: 10pt;
	margin-top: -30px;
	line-height: 10pt;
}
.normalauktion_pic	{
	width: 165px;
	border: 0px solid #000;
	float: right;
	margin-left: -5px;
	margin-top: -20px;
}
.startbutton {
	width: 85px;
	height: 85px;
	margin-left: 15px;
	margin-top: 5px;
}
.beendetauktion_text	{
	width: 170px;
	border: 0px solid #000;
	float: left;
	margin-left: 15px;
	font-size: 10pt;
	margin-top: -60px;
	line-height: 10pt;
}
.beendetauktion_pic	{
	width: 130px;
	border: 0px solid #000;
	float: right;
	margin-left: 0px;
	margin-top: -20px;
}

/* div. Klassen */
.hinweis	{
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto;
}
table th	{
	font-size: 10pt;
	text-align: left;
}
.clearer	{
	margin: 0px;
	clear: both;
	height: 5px;
}
/* tabelle für Kategorien oder Suchergebnisse */
.kat_table	{
	border-collapse: collapse;
	width: 650px;
	border: 1px solid #d1d1d1;
	}
.kat_table th	{
	background-color: #c0bc32;
	color: #000;
}
.kat_table tr	{
	background-color: #eee;
	color: #000;
}
.kat_table tr:hover	{
	background-color: #ccc;
	color: #000;
}
.kat_table td	{
	padding: 5px;
}	