/*-----------------------------
CSS-Stylesheet, Alvarez-Chocolat
www.alvarez-chocolat.de
Author: Jonas Soeder
Start: 01.12.2009
-----------------------------*/


/*-----Pralinenkonfigurator-----*/

.auswahl {
	position:relative;
	width:250px; 
	height:auto; 
}

#schachtel, #praline { 
	display:block;
	margin-top:20px;
}

#schachtel img {
	border:none !important;
}

#praline, #titel { 
	display:none;
	width:420px;
	height:auto;
	margin-top:20px;
}

.weiter { 
	position:relative;
	margin-top:20px;
}	

#feld, #feld_preis {
	background-color:#FFE5CD;
	border:none;
	width:2em;
	text-align: center;
}

#feld_preis {
	width: 3em;		
}

#subnavi {
	height:20px;
	padding:10px 0 10px 5px;
	font-family:Tahoma, Geneva, sans-serif;
	background:#2f1919;
}

#subnavi a,.bestellung {
	font-size:13px;
	color:#ecca71;
	margin:0 10px;
	text-decoration:none;
	outline:none;
}

#subnavi a:hover,.bestellung:hover {
	color:#fff;
}

#subnavi li {
	display:inline;
}

#titel img, #farbe img {
	float:left;
	margin-right:6px;
}

.praline {
	margin:0;
}

#schokoshop button {
	width:100px;
	height:40px;
	outline:none;
	border:none;
	background-color:#FFE5CD;
}

#schokoshop button img {
	outline:none;
	border:none !important
}

