/****************** Main BG Container ******************/
body {
	background-color: #e3e0dd;
}
.body_header{
	background-image: url(../images/bg/header_bg.png);
	border-bottom: 1px solid #918f8f;
}
.body_menu{
	background-color: #383a3a;
	border-top: 1px solid #414242;
	border-bottom: 1px solid #888585;
}
.body_main{
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #aeadad;
	background-color: #f7f7f7;
	background-image: url(../images/bg/main_bg.png);
	background-repeat: repeat-x;
}
.body_main .content {
	padding: 12px 10px 20px 10px;
}
.body_footer{
	background-color: #e3e0dd;
}




/****************** Header ******************/
.menu_main {
	height: 37px;
}
.menu_main ul {
	list-style-type: none;
	float: left;
	margin: 0;
	list-style-position: outside;
}
.menu_main ul li {
	float: left;
	padding: 3px 2px 3px 2px;
	color: white;
	margin: 2px 0 2px 0;
}
.menu_main form {
	float: right;
	margin: 5px 10px 0px 1px;
	padding: 0;
}
.menu_main form input {
	border: 1px solid #a5c800;
	margin-left: 5px;
	padding: 3px 5px 3px 5px;
}
.menu_main ul li a{
	border-bottom-color: #606161;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	padding: 8px 20px 5px 20px;
	background-color: #474848;
	font-size: 16px;
	font-weight: bold;
}
.menu_main  #deaktiviert {
	color: silver;
}
.menu_main  #deaktiviert:hover , .menu_main  #deaktiviert:visited:hover{
	color: silver;
	font-weight: bold;
	border-bottom-color: #606161;
}

.menu_main ul li a:link, .menu_main ul li a:visited{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.menu_main ul li a:hover, .menu_main ul li a:visited:hover{
	color: #ececec;
	font-weight: bold;
	text-decoration: none;
	border-bottom-color: #9b9b9b;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}

.menu_main .selected {
	border-bottom-color: #a5c800;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}

.menu_main #such_feld {
	background-image: url(../images/icons/search.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: white;
	padding-left: 25px;
	width: 102px;
}
.header img{
	float: left;
}
.header .logo{
	margin-top: 10px;
	float: right;
}
.breadcrumbs{
	padding-bottom: 15px;
	padding-left: 4px;
	color: #747575;
	font-weight: bold;
	display: block;
	list-style-type: none;
	list-style-image: none;
}
.breadcrumbs li{
    background-image: url(../images/icons/bullet_arrow.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
	padding-left: 18px;
}
.breadcrumbs .first{
	padding-left: 0;
	background-image: none;
	text-align: right;
}



/****************** Footer ******************/
.footer{
	padding-top: 15px;
	color: #525150;
}
.footer dl{
	float: left;
	margin: 0 30px 0 25px;
}
.footer dl dd{
	margin-left: 10px;
}
.footer dl dd ul {
	list-style: square;
}
.footer a:link{
	color: #525150;
	text-decoration: underline;
}
.footer a:visited {
	color: #7F7E7E;
	text-decoration: underline;
}
.footer a:hover{
	color: #7f9a00;
	text-decoration: underline;
}
.footer a:visited:hover {
	color: #7F7E7E;
	text-decoration: underline;
}



/****************** Links ******************/
a:link {
	color: #2b2b2b;
	text-decoration: underline;
}
a:visited {
	color: #636363;
	text-decoration: underline;
}
a:hover {
	color: #a5c800;
	text-decoration: underline;
}
a:visited:hover {
	color: #a5c800;
	text-decoration: underline;
}


/****************** Buttons ******************/
.button_success {
	background-color: #a5c800;
	border: 1px solid #414141;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.button_success:hover, .button_success:visited:hover {
	color: #2b2b2b;
	background-color: #90AD00;
}
.button_success:link, .button_success:visited {
	color: #ffffff;
}
.button_attention {
	background-color: #ff410e;
	border: 1px solid #414141;
	color: white;
	font-weight: bold;
	padding: 4px 40px 4px 40px;
	cursor: pointer;
}
.button_attention:hover, .button_attention:visited:hover {
	color: #2b2b2b;
	background-color: #EF3B0E;
	text-decoration: none;
}
.button_attention:link, .button_attention:visited {
	color: #ffffff;
	text-decoration: none;
}
.button_notice {
	background-color: #ffcc00;
	border: 1px solid #414141;
	color: white;
	font-weight: bold;
	padding: 4px 40px 4px 40px;
	cursor: pointer;
}
.button_notice:visited, .button_notice:link {
	color: #2b2b2b;
	text-decoration: none;
}
.button_notice:hover, .button_notice:visited:hover {
	color: #ffffff;
	background-color: #FFAE00;
	text-decoration: none;
}


.button_grey {
	background-color: #282a27;
	border-bottom: 4px solid #a6c800;
	font-weight: bold;
	padding: 7px 10px;
	width: 190px;
	margin: 5px;
	display: block;
	text-align: center;
}
.button_grey:hover, .button_grey:visited:hover {
	color: #ffffff;
}
.button_grey:link, .button_grey:visited {
	color: #ffffff;
}

/****************** Login und Logout Box ******************/
.box_logout{
	background-color: #aec831;
	border: 1px solid #383a3a;
	padding: 10px 15px 10px 15px;
}
.box_logout a:hover, .box_logout a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}
.box_logout a:link, .box_logout a:visited {
	color: #2b2b2b;
}
.box_login{
	background-color: #ffcc00;
	border: 1px solid #ae901a;
	padding: 10px 15px 10px 15px;
}
.box_login p, .box_logout p{
	padding: 0;
	margin: 3px;
}
.box_login form{
	padding: 0;
	margin: 0;
}
.box_login form input{
	width: 135px;
	border: 1px solid #464338;
	margin: 3px 0 3px 0;
	padding: 3px 30px 3px 30px;
}
.box_login .button_success{
	width: 196px;
}
.box_login ul{
	font-weight: bold;
}
.box_login #email_feld {
	background-image: url(../images/icons/email.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: white;
}
.box_login #passwort_feld {
	background-image: url(../images/icons/key.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: white;
}
.box_login a:hover, .box_login a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}
.box_login a:visited{
	color: #2b2b2b;
	text-decoration: underline;
}


/****************** Main Box ******************/
.box_main{
	border: 1px solid #545454;
	background-color: white;
	padding-bottom: 10px;
}

.box_main h1, .box_main div, .box_main h2, .box_main h3, .box_main h4, .box_main .box_header{
	padding: 7px 15px 7px 15px;
}

.box_main h1, .box_main h2, .box_main h3, .box_main h4, .box_main .box_header{
	background-color: #383a3a;
	color: #f2f2f2;
	border-bottom: 6px solid #606161;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.box_main_orange h1, .box_main_orange h2, .box_main_orange h3, .box_main_orange h4, .box_main_orange .box_header{
	border-bottom-color: #ff9933;
}
.box_main_green h1, .box_main_green h2, .box_main_green h3, .box_main_green h4, .box_main_green .box_header{
	border-bottom-color: #a5c800;
}
.box_main_large h1, .box_main_large h2, .box_main_large h3, .box_main_large h4, .box_main_large .box_header{
  font-size: 20px;
}


/****************** Anleitung Box ******************/

.box_anleitung .box_header{
	background-color: #606161;
	color: #f2f2f2;
	border-bottom: 1px solid #acacac;
	font-size: 18px;
	font-weight: bold;
}
.box_anleitung .icon{
	float: left;
	padding-right: 20px;
}
.box_anleitung div p{
	width: 45%;
	float: left;
}
.box_anleitung .thumbs{
	float: right; 
	width: 40%;
}
.box_anleitung .box_anleitung_multi_col .thumbs{
	float: left; 
	width: 90%;
	clear: both;
}
.box_anleitung .thumbs img{
	border: 1px solid #545454;
	margin-left: 60px;
	margin-bottom: 10px;
}
.box_anleitung .box_anleitung_multi_col p{
	width: 80%;
	float: left;
}
.box_anleitung .box_anleitung_multi_col .thumbs img{
	margin-left: 20%;
}
.box_anleitung .box_anleitung_header_multi_col span{
	margin-left: 20%;
}


/****************** Sonstige Boxen ******************/
.box_center{
	text-align: center;	
}
.box_scrollable{
	overflow: auto;
	height: 150px;
	border: 1px solid #545454;
}

/****************** Überschriften ******************/
h1, h2, h3, h4, .h1, .h2, .h3, .h4{
	font-weight: bold;
}
h1, .h1{
	font-size: 20px;
}
h2, .h2{
	font-size: 16px;
}
h3, .h3{
	font-size: 14px;
}


/****************** Listen ******************/
.list_dots{
	list-style-image: url(../images/icons/bullet_green.png);
	margin: 3px 3px 16px 20px;
	padding: 0;
}
.list_dots li{
	margin-bottom: 4px;
}
.list_big_count{
	list-style: none;
}
.list_big_count span, .gebot .h3{
	font-size: 35px;
	font-weight: bolder;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	color: silver;
	line-height: 1;
}
.list_icons{
	list-style: none;
	margin-bottom: 2px;
}
.list_icons img{
	margin-right: 5px;
	margin-top: 1px;
	float: left;
}
.list_icons li{
	margin: 0;
	padding: 0;
	padding-top: 5px;
	clear: both;
}
.list_icons li a{
	margin-left: 5px;
}

.list_hersteller{
	list-style: none;
	margin-bottom: 2px;
}
.list_hersteller li{
	margin: 4px;
	padding: 0;
	padding-top: 5px;
	float: left;
}
.list_alternate{
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
.list_alternate li{
	padding: 3px 20px;
	margin: 0;
}
.list_alternate .alternate{
	background-color: #f3f3f3;;
}

.list_compact{
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.list_compact li{
	padding: 1px 5px;
}
.list_compact li img{
	vertical-align: top;
	margin-right: 5px;
}

.list_menu{
	margin: 7px 10px;
}
.list_menu li{
	padding-left: 20px;
	list-style: none;
	padding: 10px 10px;
	border-bottom: 1px solid silver;
}
.list_menu li ul li{
	margin-left: 10px;
	padding-left: 5px;
	list-style: square;
	padding: 0 10px;
	border-bottom: 0 none white;
}
.list_menu li h3{
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}

.list_multi_col{
	width: 47%;
	float: left;
}

.list_nachrichten{
	background-color: #f3f3f3;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 2px;
	border: 1px solid #a2a2a2;
	margin-bottom: 10px;
	margin-top: 5px;
}

.list_nachrichten p{
	margin: 3px;
	padding: 0;
	padding-left: 10px;
}
.list_nachrichten dd{
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
}

.list_nachrichten .h3{
	font-size: 28px;
	color: silver;
	float: left;
	margin-right: 5px;
}
.list_nachrichten_kunde{
	background-color: #e5f0e5;
	border: 1px solid #badfb9;
}



.list_nachrichten_button{
	margin-left: 5px;
	float: right;
}
.list_nachrichten_frage{
	list-style: none;
	margin-right: 0;
}
.list_nachrichten_frage li ul{
	list-style: none;
	margin-right: 0;
}
.list_nachrichten_frage li ul div{
	margin-bottom: 5px;
	margin-top: 5px;
}
.list_nachrichten_reply_box{
	list-style: none;
}
.list_aktionen{
	margin: 5px 20px 20px 20px;
	line-height: 30px;
	float: right;
}

.list_float li{
	float: left;
}

/****************** Auktionen Tabellen ******************/
.tabelle_auktionen{
	padding: 0;
	margin: 0;
}
.tabelle_auktionen th{
	background-color: #747575;
	text-align: center;
	border-left: 2px solid #fafafa;
	border-right: 2px solid #fafafa;
	color: white;
	font-weight: bold;
	font-size: 13px;
}
.tabelle_auktionen .gestreift td{
	background-color: #f3f3f3;
}
.tabelle_auktionen td{
	padding-left: 20px;
}
.tabelle_auktionen td + td + td + td .gespart{
	font-weight: bold;
	color: #92b102;
}
.tabelle_auktionen td + td + td .netto{
	color: #909090;
}
.tabelle_auktionen td{
	font-weight: bold;
	line-height: 15px;
}
.tabelle_auktionen td + td{
	font-weight: normal;
}
.tabelle_auktionen #positiv{
	color: #708800;
	text-align: center;
}
.tabelle_auktionen #negativ{
	color: #e93c0d;
	text-align: center;
}

.tabelle_auktionen .auktion_ersteller{
	font-size: 11px;
	color: silver;
}

.mini_info_box{
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #e4e4e4;
	padding: 0 3px;
	line-height: 20px;
	color: #999999;
	font-size: 11px;
	color: gray;
}

.tabelle_footer{
	margin-top: 15px;
}
.tabelle_footer form{
	float: left;
}




/****************** Top Auktionen Tabellen ******************/
.tabelle_top_auktionen{
	padding: 0px 0px 0px 0px;
	margin-left: 18px;
	table-layout: fixed;
}
.tabelle_top_auktionen td{
	border-bottom: 1px solid silver;
	padding-bottom: 7px;
	padding-top: 10px;
	overflow: hidden;
}
.tabelle_top_auktionen .preis a{
	font-weight: bold;
}



/****************** Auktionsdetails Tabellen ******************/
.tabelle_details{
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
	table-layout: fixed;
	width: 305px;
}
.tabelle_details td{
	vertical-align: top;
	padding: 1px;
	font-size: 13px;
}
.tabelle_details td + td{
	font-weight: bold;
}
.tabelle_details .netto{
	font-size: 12px;
	color: silver;
}
.tabelle_details .abstand{
	padding-bottom: 13px;
}
.tabelle_details + .button_notice {
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: right;
}




/****************** Gebot Tabelle ******************/
.tabelle_gebote .gebot p{
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 3px 0 0 2px;
	float: left;
}
.tabelle_gebote .gebot p .annehmen{
	font-size: 12px;
	margin-top: 10px;
}


/****************** Tabelle Ueberfuehrungkosten und Bewertung******************/
.tabelle_ueberfuehrung {
	padding: 0;
	margin: 0;
}
.tabelle_ueberfuehrung td{
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: gray;
}
.tabelle_ueberfuehrung td + td{
	font-weight: bold;
	color: #222222;
}
.tabelle_bewertung {
	padding: 0;
	margin: 0;
}
.tabelle_bewertung td{
	padding: 1px;
	margin: 0;
	font-weight: normal;
	color: gray;
}
.tabelle_bewertung td + td, .tabelle_bewertung strong{
	font-weight: bold;
	color: #222222;
}

/****************** Bewertung ******************/
div.progress-container {
  border: 1px solid #ccc; 
  width: 100px; 
  margin: 1px 5px 1px 0; 
  padding: 1px; 
  background: white;
}

div.progress-container > div {
  background-color: #ACE97C; 
  height: 14px;
  padding: 0;
  margin: 0;
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

div.progress-container .area0 {
	/* 0 % */
	background-color: #FFFFFF;
}
div.progress-container .area1 {
	/* 1 - 35 % */
	background-color: #ff410e;
}
div.progress-container .area2 {
	/* 36 - 70 % */
	background-color: #ffcc00;
}
div.progress-container .area3 {
	/* 71 - 100 % */
	background-color: #a5c800;
}


/****************** Seiten-Navigation ******************/
.pages {
	float: right;
	font-weight: bold;
	padding-bottom: 15px;
}
.pages .next_page{
	background-color: #747575;
	border-right: 8px solid #b7d333;
	padding: 5px 10px;
	margin-left: 10px;
}
.pages .previous_page{
	background-color: #747575;
	border-left: 8px solid #b7d333;
	padding: 5px 10px;
	margin-right: 10px;
}
.pages .previous_page:link, .pages .previous_page:visited , .pages .next_page:link, .pages .next_page:visited {
	color: white;
	text-decoration: underline;
}
.pages .previous_page:hover, .pages .previous_page:visited:hover, .pages .next_page:hover, .pages .next_page:visited:hover  {
	color: #ffcc00;
	text-decoration: underline;
}


/****************** Info Box ******************/
.box_info{ /* Startseite unten */
	border: 1px solid #545454;
	background-color: #e7e7e7;
	background-image: url(../images/bg/info_box_bg.png);
	background-repeat: repeat-x;
	padding: 10px 20px 10px 20px;
}
.box_info h2, .box_info p{
	padding: 3px 15px 5px 15px;
}
.box_info dt{
	font-size: 14px;
	padding: 5px 0;
}
.box_info ul li a{
	white-space: nowrap;
}

/****************** Scroll Box ******************/
.box_scroll{
	overflow: auto;
	border: 1px solid #747575;
	background-color: #f3f3f3;
	min-height: 50px;
	max-height: 300px;
}
.box_scroll table{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/****************** Formulare ******************/
.ctrlHolder input[type="text"], .ctrlHolder input[type="password"], .ctrlHolder select, .uniForm select, .uniForm .inlineLabels .ctrlHolder select, .ctrlHolder textarea{
	border: 1px solid #929292; 
	background: #FFFDF0;
	padding: 2px 5px;
}
.ctrlHolder input[type="text"], .ctrlHolder input[type="password"]{
	width: 220px;
}
.ctrlHolder select, .uniForm select, .uniForm .inlineLabels .ctrlHolder select{
	width: 230px;
}

.ctrlHolder textarea{}

.ctrlHolder.focused input[type="text"], .ctrlHolder.focused input[type="password"], .ctrlHolder.focused select, .ctrlHolder.focused textarea{ 
	border-color: #b7d333; 
}

.ctrlHolder{
	clear: both;
	min-height: 30px;
}

.checkboxForm .ctrlHolder label {
    display: block;
    float: right;
	text-align: left;
    padding-right: 10px;
	width: 95%;

}

/****************** Formulare - Fehlermeldungen ******************/
.errorlist{
	list-style: none;
	clear: both;
	margin: 0;
}
.errorField{
	clear: both;
	display: block;
	float: none;
}

.ctrlHolder .errorlist li{
	background-color: #fea8a8;
	padding: 2px 5px;
}
.ctrlHolder .errorlist{
	padding-bottom: 5px;
}

/****************** Tooltips ******************/

.tooltip_container{
	visibility: hidden;
	display: none;
}
.help_icon{
	vertical-align: middle;
	margin-left: 6px;
	cursor: help;
}


/****************** Sonstiges ******************/
.info_buttons a{ /* Startseite ... So geht es fuer Kunden */
	margin: 10px;
	
}
.info_buttons img{
	margin-top: 30px;
	border: 1px solid #464338;
}

.gespart{
	color: #92b102;
	line-height: 18px;
	text-align: center;
}
.prozent{
	font-size: 22px;
	font-weight: bold;
	color: #92b102;
}

#id_geburtsdatum_day{
	width: 50px;
}
#id_geburtsdatum_month{
	width: 110px;
}
#id_geburtsdatum_year{
	width: 70px;
}
.zero_space h1, .zero_space h2, .zero_space h3, .zero_space h4, .zero_space .box_header{
	margin-bottom: 0;
	margin-top: 0;
}
.zero_space{
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #fafafa;
}

.col_space{
	margin-bottom: 15px;
}

.small_info{
	font-size: 11px;
	color: gray;
}
.small_info_green{
	font-size: 11px;
	color: #92b102;
}

.icon{
	vertical-align: top;
	margin-right: 5px;
}

.icon_right{
	vertical-align: top;
	margin-left: 5px;
}

.border_image{
	border: 1px solid silver;
	margin: 7px 5px;
}

.center_everything{
	text-align: center;	
}

.information{
	background: #EEF8F9; 
	padding: .8em; 
	padding-left: 60px;
	margin-bottom: 1em; 
	border: 2px solid #9BC6C8;
	background-image: url(../images/icons/icon_note.png);
	background-position: left;
	background-repeat: no-repeat;
	clear: both;
}
.selected_highlighter{
	border-left: 4px solid #a5c800;
	background: #fcfcfc;
}
hr{
	margin-top: 15px;
}
.hidden {
	visibility: hidden;
}
kbd{
	font-weight: bold;
}
.nobr{
	white-space: nowrap;
}
#recaptchatable * { margin:0px; padding:0px; border:0px; font-family:helvetica,sans-serif; font-size:8pt; color:black; position:static; top:auto; left:auto; right:auto; bottom:auto; } 
#recaptchatable  { margin-left: auto; margin-right: auto; width: 350px;}