/* www.weilguny.at CSS für Windows Browser*/

.eingabefeld {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ---------------------------------------------------------------------------- */

.datum { 
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.weiss {
	color: #FFFFFF;
}

.gold {
	color: #999966;
}

.small {
	font-size : 10px; 
}

.large {
	font-size : 15px;
	font-weight : bold;
}

.xlarge {
	font-size : 22px;
	color: #999966;
	font-weight : bold;
}

.aktionspreis {
	font-weight: bold;
	color: #990000;
}

/* ======================================================================== */
/* == ALLGEMEINE TAGS ===================================================== */
/* ======================================================================== */

BODY {
	background-color: #FFFFFF; 
	color: #000000;
	font-family: verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

P, P.small, P.large, P.xlarge {
	font-family : verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 13px; 
	color: #000000;
}

P.small {
	font-size : 10px; 
}

P.large {
	font-size : 15px;
	font-weight : bold;
}

P.xlarge {
	font-size : 22px;
	color: #999966;
	font-weight : bold;
}

A  {
	color : #006600;
	text-decoration : none;
}

A:Visited  {
	color : #006600;
	text-decoration : none;
}

A:Active  {
	color : #999966;
	text-decoration : none;
}

A:Hover  {
	color : #999966;
	text-decoration : none;
}

.shop_fehler {
	font-size : 10px; 
	color: #FF0000;
}

