/* #id  darf nur einmal verwand werden , .class mehrmals die gleiche */


body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	background-size: auto;

	
/*	line-height: 24px;	*/
    }
	
#tbsteuer {

	width: 50%;
		
	}	

#kassennav {
		-moz-border-top-width: 29px;
	 -webkit-border-top-width: 29px;
		     border-top-width: 29px;
		/* ecken im Uhrzeigersinn verschiedene Ausf&uuml;hrungen f&uuml;r alle Browser*/
       -moz-border-radius:    0px 0px 20px 5px;
       -webkit-border-radius: 0px 0px 20px 5px;
        border-radius:        0px 0px 20px 5px;
       }

#hauptkorb {
    border-radius: 20px;
    border-collapse:collapse;
    width: 90%;
    }



#imgware {
       -moz-border-radius:    10px 10px 10px 10px;
       -webkit-border-radius: 10px 10px 10px 10px;
        border-radius:        10px 10px 10px 10px;
	box-shadow: 3px 3px;
	}


#navtable {
	border-radius: 20px;
	box-shadow: inset 5px 5px;
	}
#korbtable {
	border-radius: 20px;
	box-shadow: inset 5px 5px;	
	}
	
#tablefload	{
	float: left;
	width: 135px;

     }
.topbalken
{
	border-radius: 15px;
	box-shadow: inset 5px 5px;
    background-color: #CCCC99;
}	

a {	color: #CCCC99;

	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
}


a:hover {
    font-style: normal;
	color: #000000;
	/*background-color: #ffffcc;*/
}


button {
	font-family: Arial Narrow;
	color: #000;
	background-color: #FFF;
    border-radius: 7px;
	}
 
button:hover {
	font-family: Arial Narrow;
	color: #000;
	background-color: #FFF;
	color:red;
	display: block;
}

.thumbnail {
    width: 100px;
    height: 60px;
}

.image {
    width: 100%;
    height: 100%;    
}

.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.image:hover img {
    -webkit-transform:scale(4.25); /* Safari and Chrome */
    -moz-transform:scale(4.25); /* Firefox */
    -ms-transform:scale(4.25); /* IE 9 */
    -o-transform:scale(4.25); /* Opera */
     transform:scale(4.25);
}
