body {
	margin: 0;
	font-family: roboto, Arial, Helvetica, sans-serif;
	font-size: 0.84rem;
	color: #222;
	line-height: 1rem;
	background: #f8f9fa;
}

/* --- */

#logo {  
  background: #616b75;
	background: #24699C;
	border-bottom: solid 1px #fff;
}

#logo img {
}

.logo-content {
  line-height: 2rem;
  font-size: 2.2rem !important;
  font-weight: bold;
  padding: 1.3em 0;
  color: #568dcb;
  font-family: nunito, roboto, Arial, Helvetica, sans-serif;
}

.logo-content-header {
  font-size: 1.4rem !important;
  font-weight: normal;
  color: #999;
}

#decor {
}

/* --- navbar top --- */

.sticky {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.top-bar,
.top-bar-section li:not(.has-form) a:not(.button) {
	background: #236797;
}

.top-bar {
	width: 100%;
	z-index: 100;
	height: 2.6rem;
  line-height: 2.6rem;
}

.top-bar-section {
	max-width: 69.62rem;
	margin: 0 auto;
}

.top-bar-section ul li {
	background: transparent;
}

.top-bar-section ul li > a {
	font-size: 1rem;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	line-height: 2.6rem;
	padding: 0 1rem;
	color: #fff;
}

.top-bar-section li:not(.has-form) a:not(.button).lang {
	background: #2c55aa;
	background: #236797;
	color: #fff;
	font-weight: bold;
}

.top-bar-section li:not(.has-form) a:not(.button).logout {
	background: #2c55aa;
	background: #236797;
  color: #ffa346;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
	background-color: #ccc;
	background: #ccc;
	color: #2c55aa;
	color: #236797;
}

.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background-color: #eee;
	background: #eee;
	color: #2c55aa;
	color: #236797;
	line-height: 2.6rem;
	padding: 0 1rem;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	border-bottom: medium none;
	border-right: 1px solid #666;
	border-top: medium none;
	clear: none;
	height: 2.6rem;
	width: 0;
}

.top-bar.expanded .title-area {
	background: #2c55aa;
	background: #236797;
}

.top-bar.expanded .toggle-topbar a {
}

.top-bar.expanded .toggle-topbar a {
}

.top-bar .toggle-topbar.menu-icon a span:after {
}

.top-bar.expanded .toggle-topbar a span:after {
}

/* dropdown */
.top-bar-section .dropdown li a {
	background: green;
	color: #fff;
	line-height: 2.6rem;
	padding: 12px 0.9375rem;
	white-space: nowrap;
}

.top-bar-section .has-dropdown > a:after {
	border: inset inset;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
	border-top-style: solid;
	margin-top: -2.5px;
	top: 1.40625rem;
}

@media only screen and (min-width: 58.75em) {

	.top-bar-section .has-dropdown > a:after {
		border: inset 5px;
		border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
		border-top-style: solid;
		margin-top: -2.5px;
		top: 1.40625rem;
	}
}

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	border: none;
	content: "\00bb";
	top: 0.1875rem;
	right: 5px;
	color: #fff;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background-color: #bbb;
	background: #bbb;
	color: #fff;
	padding-left: 1.5em;
}

.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),
.top-bar-section .dropdown li:not(.has-form):not(.active) > a.lang:not(.button) {
	background-color: #999;
	background: #999;
	color: #fff;
}

.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
	color: #fff;
	display: block;
}

.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
	background: #999;
	color: #fff;
	display: block;
}

.top-bar-section .dropdown li.back h5 a {
	color: #fff;
	display: block;
	font-size: 1rem;
}

.top-bar-section .dropdown li.back h5 a:before {
	font-family: icomoon;
	content: "\e061";
	float: left;
	display: inline;
	margin-right: 0.5em;
}

/* --- */

#middle {
	background: transparent;
}

h1 {
	color: #0080c0;
	color: #236797;
}

h2 {
	color: #444;
}

h3 {
	color: #444;
}

h4 {
	color: #444;
}

.videoline {
	color: #444;
}

a,
a:visited,
a:focus {
  color: #0080c0;
  text-decoration: none;
}

a:hover {
  color: #ff8040;
}

.icon-cw {
  background: #ccccbc;
}

.show-hotbid {
	float: right;
	color: #cc0000;
}

.icon-alarm {
	font-size: 1.3em;
	display: inline-block;
	margin-top: 0;
}

#index-overview,
#index-overview-2 {
	background: #fff;
	border: 1px solid #0080c0;
	color: #0080c0;
}

#index-overview .bheader,
#index-overview-2 .bheader {
	background: #aaa;
	color: #fff;
	font-weight: normal;
}

#index-overview-3 .bheader,
#index-overview-4 .bheader {
	background: #e8e5e5;
	color: #777;
}

/* --- table --- */

table.overview {
  background: #f8f8f8;
}

table.overview th {
  background: #e9e9ed;
  border-bottom: solid 1px #ebebeb;
  color: #333;
  font-weight: normal;
}

.detail-header {
  background: transparent;
  color: #0080c0;
  font-size: 1.2em !important;
  font-weight: bold;
  padding-left: 3px;
}

table.overview td {
  padding: 8px 6px !important;
}

table tr td {
  color: inherit;
}

.my-auctions-button {
  background: #568dcb !important;
  color: #fff !important;
}

.my-auctions-button:hover,
.my-auctions-button:active,
.my-auctions-button:focus {
  background: #888 !important;
  color: #fff !important;
}

.point {
  background: #ddd !important;
  color: #333 !important;
  font-weight: normal;
}

/* --- form --- */

form * {
	font-family: inherit;
	font-size: 100% !important;
}

.fform {
}

form br {
	clear: left;
}

label {
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select {
}

input[type="checkbox"],
input[type="radio"] {
}

input[type="submit"] {
	background-color: #568dcb;
	color: #fff;
}

input[type="submit"].red {
	background: #b94646;
}

input[type="submit"]:hover {
	background-color: #ff8040;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  background: #f5f5f5;
}

select {
}

textarea {
	min-height: 10rem;
}

textarea.changes {
	max-width: 100%;
}

input.mandatory,
select.mandatory,
textarea.mandatory {
	border: dashed 1px #ff1a1a;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
}

input:disabled,
textarea:disabled,
select:disabled {
	background: #f1f1f1;
	color: #999;
}

::-webkit-input-placeholder {
  color: #cccc00;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #cccc00;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccc00;
}

:-ms-input-placeholder {
  color: #cccc00;
}

.mandatory {
	font-weight: bold;
	color: red;
}

input, textarea, select {
	border: solid 1px #ddd;
}

.or {
	font-weight: bold;
	margin: -10px 0 4px 0;
}

#buynowbtn {
	background: #008040;
	color: #fff;
}

#buynowbtn a {
	font-size: 100%;
}

#buynowbtn:hover {
	background: #0080c0;
	background: #888;
}

input[type=checkbox],
input[type=radio] {
}

textarea.changes {
}

.disabled {
	background-color: #eee;
}

.login {
	background: #f4f4f4;
	border: 1px solid #ccc;
  color: #333;
}

.login label {
  color: #333;
}

.login a,
.login a:visited,
.login a:focus {
  color: #333;
}

.login input[type="text"]:focus,
.login input[type="password"]:focus {
  border: solid 1px #aaa;
  background: #f1f1f1;
}

/* --- footer --- */

.footer {
  background: #337ab7;
	background: #616b75;
  color: #fff;
}

.footer-content {
}

.footer-content a,
.footer-content a:visited,
.footer-content a:focus {
  color: #fff;
}

.footer-content a:hover,
.footer-content a.active,
.footer-content a.active:hover{
  color: #111;
}

.footer-content .sep {
}

/* --- */

hr {
  color: #dedede;
	background-color: #dedede;
}

.detail-box-2 {
  background: #fff;
  border: 1px solid #dedede;
}

.marquee {
  color: #9db0bb;
}

.legend {
	color: #9db0bb;
}

.alarm {
  background: #800000;
}

.detail-header {
}

.detail-infos {
}

table.overview th {
}

#bidagent {
  border: 1px solid #dedede;
}

#bidagent .header {
  background: #ddd;
  color: #333;
  font-weight: normal;
}
