

html,body {
	height:100%;
	width: 500px;
	background: #ffffff;
	margin: 0;
	border: 0;
	padding: 0;
	
	color:#3E1962;
	font-family:Georgia,Times New Roman,Arial;
	font-size:12px;
	letter-spacing:0.05em;
	line-height:1.5em;
}

table {
	width: 500px;
	height:100%;
	background: #ffffff
	margin: 0;
	order: 0;
	padding: 0;
}

.imgblock {
    margin: 0;
    border: 0;
    display: block;
}



.txtstd {
    
    color:#3E1962;
    font-family:Georgia,Times New Roman,Arial;
    font-size:12px;
    letter-spacing:0.05em;
    line-height:1.5em;

}

.txtfarbig {
    font-weight: bold;
}

a.txtlink {
    text-decoration: none;
    color: #78786F;
}

a.txtlink:hover {
    text-decoration: none;
    color: #E85245;
}

.artikeltbl {
    width: 500px;
    border: 0;
    margin: 0;
    padding: 0;
}

.cell_beschreibung {
    width: 200px;
}

.cell_preis {
    width: 70px;
}

.cell_versand {
    width: 20px;
    display: none;
}

.cell_form {
    width: 30px;
}

.input_anzahl {
    width: 30px;
 //   font-family: arial, sans-serif;
 //   font-size: 12px;
 //   line-height: 14px;
}
.input_text {
    width: 120px;
    height: 14px;
    margin-top: 10px;
 //   font-family: arial, sans-serif;
 //   font-size: 12px;
 //   line-height: 14px;
}

a.info {
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #78786F;
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

a.info:hover {
    background-color: #FFFFFF;
}

a.info span {
    display: none;
}

a.info:hover span {
    display: block;
    position: absolute;
    left: 50px;
    top: -190px;
    width: 15em;
    padding: 5px;
    border: 1px solid;
    border-color: #78786F;
    background-color: #FFFFFF;
    color: #78786F;
    text-decoration: none;
}