/*
	KATEGORIENANSICHT
*/


/*
	LISTENANSICHT
*/


.maschinenListeAnsicht table tr td.datum {
	white-space:		nowrap;
}


A.leftArrow {
	padding-left:			10px;
	background-image:		url( '1pic/bulletLeft.gif' );
	background-position:	0px center;
	background-repeat:		no-repeat;
	color:					#FF0000;
	text-decoration:		none;
}

A.rightArrow {
	padding-right:			10px;
	background-image:		url( '1pic/bullet.gif' );
	background-position:	right center;
	background-repeat:		no-repeat;
	color:					#FF0000;
	text-decoration:		none;
}

A.normalArrow {
	padding-left:			10px;
	background-image:		url( '1pic/bullet.gif' );
	background-position:	left center;
	background-repeat:		no-repeat;
	color:					#FF0000;
	text-decoration:		none;
}


A.leftArrow:hover, A.rightArrow:hover, A.normalArrow:hover {
	color:					#FF0000;
	text-decoration:		underline;
}

TD.right, TH.right {
	text-align:				right;
}

/*
	LISTENANSICHT - SUCH-FORMULAR
*/

.maschinenListeAnsicht DIV.trefferAnzahl {
    margin-bottom:      16px;
}

.maschinenListeAnsicht td.bild img{
max-width:100px;
height:auto;
}




/*
	DETAIL-ANSICHT
*/

.maschinenDetailAnsicht .bilder img{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.maschinenDetailAnsicht td{
padding:3px;
}



/*
	LOGININFO
*/

#logininfo{
padding:10px;
margin:#FF0000;
color:#FF0000;
font-weight:bold;
border:2px solid #ff0000;
margin-bottom:10px;
}
#logininfo p{
margin:0;
}

/*
	CURRENCY CALCULATOR
*/
a.currencyCalculator{
font-size:10px;
color:#555;
}



@media only screen and (max-width : 479px) {
	table.machineDetails,
	table.machineDetails td,
	table.machineDetails th,
	table.machineDetails tr
	{
		display:block;
		width:100%;
	}
	table.machineDetails td{
		margin-bottom:1em;
	}
}
