a.gray{
	font-weight:bold;
	font-size:14px;
	color:#606060;
	text-decoration:none;
}

a.gray :link{
	
	font-weight:bold;
	font-size:14px;
	color:#606060;
	text-decoration:none;
}

a.gray :visited{
	
	font-weight:bold;
	font-size:14px;
	color:#606060;
	text-decoration:none;
}

a.gray:hover{
	
	font-weight:bold;
	font-size:14px;
	color:#606060;
	text-decoration:underline;
}

a.gray :active{
	
	font-weight:bold;
	font-size:14px;
	color:#606060;
	text-decoration:none;
}

a.green{
	
	font-weight:bold;
	font-size:14px;
	color:#1C7B29;
	text-decoration:none;
}

a.green :link{
	
	font-weight:bold;
	font-size:14px;
	color:#1C7B29;
	text-decoration:none;
}

a.green:hover{
	
	font-weight:bold;
	font-size:14px;
	color:#A3C535;
	text-decoration:underline;
}

a.lightgreen{
	
	font-weight:bold;
	font-size:14px;
	color:#A3C535;
	text-decoration:none;
}

a.lightgreen :link{
	
	font-weight:bold;
	font-size:14px;
	color:#A3C535;
	text-decoration:none;
}

a.lightgreen:hover{
	
	font-weight:bold;
	font-size:14px;
	color:#A3C535;
	text-decoration:underline;
}

a.lightgray{
	
	font-weight:bold;
	font-size:14px;
	color:#808080;
	text-decoration:none;
}

a.lightgray:link{
	
	font-weight:bold;
	font-size:14px;
	color:#808080;
	text-decoration:none;
}

a.lightgray:visited{
	
	font-weight:bold;
	font-size:14px;
	color:#808080;
	text-decoration:none;
}

a.lightgray:hover{
	
	font-weight:bold;
	font-size:14px;
	color:#808080;
	text-decoration:underline;
}

a.lightgray:active{
	
	font-weight:bold;
	font-size:14px;
	color:#808080;
	text-decoration:none;
}

a.white{
	
	font-weight:bold;
	font-size:14px;
	color:#f8f8fe;
	text-decoration:none;
}

a.white:link{
	
	font-weight:bold;
	font-size:14px;
	color:#f8f8fe;
	text-decoration:none;
}

a.white:visited{
	
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

a.white:hover{
	
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
}

a.white:active{
	
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

a.lightblue{
	margin:4px;
	margin-top:8px;
	padding:4px;
	background-color:#ffffff;
	text-align:center;
	text-decoration:none;
}

a.lightblue:hover{
	margin:4px;
	margin-top:8px;
	padding:4px;
	background-color:#c7fcf9;
	text-align:center;
	text-decoration:underline;
}

a.lightblue2{
	font-size:1.1em;
	padding:4px;
	text-decoration:none;
}

a.lightblue2:hover{
	font-size:1.1em;
	padding:4px;
	background-color:#c7fcf9;
	text-decoration:underline;
}

a.next div{
	margin:0px;
	padding:0px;
	width:60px;
	height:20px;
	background: url(../img/weiter.gif) no-repeat 0px 0px;
	cursor:pointer;
}

a.next:hover div{
	margin:0px;
	padding:0px;
	width:60px;
	height:20px;
	background: url(../img/weiter.gif) no-repeat 0px -20px;
	cursor:pointer;
}

a.prev div{
	margin:0px;
	padding:0px;
	width:60px;
	height:20px;
	border:none;
	background: url(../img/zuruck.gif) no-repeat 0px 0px;
	cursor:pointer;
}

a.prev:hover div{
	margin:0px;
	padding:0px;
	width:60px;
	height:20px;
	border:none;
	background: url(../img/zuruck.gif) no-repeat 0px -20px;
	cursor:pointer;
}

a.order div{
	margin:0px;
	padding:0px;
	width:101px;
	height:20px;
	border:none;
	background: url(../img/bestellen.gif) no-repeat 0px 0px;
	cursor:pointer;
}

a.order:hover div{
	margin:0px;
	padding:0px;
	width:101px;
	height:20px;
	border:0px;
	background: url(../img/bestellen.gif) no-repeat 0px -20px;
	cursor:pointer;
}

a.send div{
	margin:0px;
	padding:0px;
	width:101px;
	height:20px;
	border:0px;
	background: url(../img/senden.gif) no-repeat 0px 0px;
	cursor:pointer;
}

a.send:hover div{
	margin:0px;
	padding:0px;
	width:101px;
	height:20px;
	border:none;
	background: url(../img/senden.gif) no-repeat 0px -20px;
	cursor:pointer;
}

a.availcheck div{
	margin:0px;
	padding:0px;
	width:226px;
	height:66px;
	border:none;
	background: url(../img/availcheck2.gif) no-repeat 0px 0px;
	cursor:pointer;
}

a.availcheck:hover div{
	margin:0px;
	padding:0px;
	width:226px;
	height:66px;
	border:none;
	background: url(../img/availcheck2.gif) no-repeat 0px -66px;
	cursor:pointer;
}

