#marktplatz_container {
  margin-right: 0px !important;
  float: right !important;
  width: 100% !important;
  width: 50%;
  float: left;
}

#marktplatz {
	font-size: 12px;
  margin-top: 5px;
  margin-bottom: 15px;
  /*border:2px solid red;*/
  width:70%;
  border-collapse:collapse;
  float:left;
}

#marktplatz th {
	color: white;
	font-size: 110%;
	font-weigth: bold;
	background: url(../img/table_th_bg.gif) top left repeat-x;
	text-align: left;
	height: 24px;
	padding-left: 5px;
}

* html #marktplatz { width:auto; }

#marktplatz tr td {
	padding:5px;
	border-top: 2px solid white; 
}

#moma_title {
  padding-bottom: 0; 
  margin-bottom: 0;
}

* html #moma_title {
  padding-bottom: 8px;
}

#stats {
  margin-top: 5px;
  margin-bottom: 15px;
	width:28%;
	font-size:12px;
	border-collapse:collapse;
	float:right;
}

#stats th {
	font-size: 110%;
  color: white;
  font-weigth: bold;
  background: url(../img/table_th_bg.gif) top left repeat-x;
  text-align: left;
  height: 24px;
  padding-left: 5px;
}

#stats tr td {	
	padding: 5px;
	border-top: 2px solid white;
	background-color:#FFFFCC;
}


.td1 {
	background-color:#FFFE98;
}

.td2 {
	background-color:#FFFFCC;
}

.tr1 {
  background-color:#FFFE98;
}

.tr2 {
  background-color:#FFFFCC;
}



.marktplatz_details {
	background-color:#FFFFCC;
	border: 1px solid black;
	width: 500px;
	margin-bottom: 5px;
}

.marktplatz_details tr {
	vertical-align:top;
}

#costumer_info {
  padding: 0px 15px;
}

#costumer_info td {
	border-collapse:collapse;
	padding-top: 12px ;
	padding-bottom: 5px;
	border-bottom: 2px dotted white;
}


#inquiry_info .quality_name {
  font-weight: bold;
  font-size: 16px;
  color: #000046;
  background-color: #f2e46e;
  padding: 8px;
}

#inquiry_info td {
  padding: 5px;
}

body {
	
	background-color: none;
}
