@CHARSET "UTF-8";

.tx-constmachines-pi2 {
	text-align:center;
} 

#tx-constmachines-pi2_list {
  width: 100%;
  background-color: #707070;
  font-weight: bold;
}

#tx-constmachines-pi2_list tr {
	background-color: #eee;
}

#tx-constmachines-pi2_list th {
  padding: 5px;
  color: white !important;
  font-weight: bold;
  background-color: #999;
  border: 0;
  font-style: italic;
}

#tx-constmachines-pi2_list td {
	padding: 5px;
	vertical-align: top;
}
.subtitle {
	text-align: left;	
}

/*** STYLES fuer die Single-Ansicht ***/
#image_scroller {
	position: relative;
	margin-top: 5px;
    width: 545px;
    height: 100px;
    border: 1px solid #333;
    margin-left: auto;
    margin-right: auto;
}
#scroller_container {
	position: absolute;
	left: 20px;
	top: 0;
    height: 100px;
    width: 505px;
    overflow: hidden;
}
#inner_content {
	position: absolute;
    width: 545px;
    left: 0;
}
#scroller_left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 19px;
    height: 100px;
    background-color: #CCC;
    border-right: 1px solid #333;
}
#scroller_left:hover {
    background-color: #707070;	
}
#scroller_left_img {
	position: absolute;
	top: 40px;
	left: 0px;
	border: none;
}
#scroller_right {
    position: absolute;
    top: 0px;
    left: 525px;
    width: 19px;
    height: 100px;
    background-color: #CCC;
    border-left: 1px solid #333;
}
#scroller_right:hover {
    background-color: #707070;	
}
#scroller_right_img {
	position: absolute;
	top: 40px;
	left: 0px;
	border: none;
}

#scroller_img_table td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.tx-constmachines-pi2 img {
	border: 1px solid #555;
}

.tx-constmachines-pi2 .scroller {
	margin-left: auto;
	margin-right: auto;
}

.tx-constmachines-pi2 .scroller td {
	padding-right: 10px;
}


#tx-constmachines-pi2_details {
	width: 545px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	background-color: #707070;
}

#tx-constmachines-pi2_details th {
	text-align: left;
	padding: 5px;
	width: 150px;
}

#tx-constmachines-pi2_details td {
	padding: 5px;
}


#tx-constmachines-pi2_details tr {
	background-color: #eee;
}


