﻿
.button 
{
	color:Maroon;
	margin-top:5px;
	width:120px;
	min-width:100px;
	height:30px;
	line-height:26px;
	text-align:left;
	text-decoration:none;
	padding-left:10px;
	font-variant:small-caps ;
	display:block;
	background-image:url(images/button.gif);
	background-repeat: no-repeat;
}
  
.button:hover
{
	font-style:italic;
	}
	
	
.button_green 
{
	color:Maroon;
	margin-top:5px;
	width:150px;
	min-width:150px;
	height:25px;
	line-height:26px;
	text-align:center;
	text-decoration:none;
	
	font-variant:small-caps ;
	display:block;
	background-image:url(images/button_green.gif);
	background-repeat: no-repeat;
}
  
.button_green:hover
{
	font-style:italic;
	}
	
	
	
	
.button_gross 
{
	color:Maroon;
	margin-top:5px;
	width:120px;
	min-width:100px;
	height:100px;
	
	text-align:left;
	text-decoration:none;
	padding-left:10px;
	font-variant:small-caps ;
	display:block;
	background-image:url(images/button.gif);
	background-repeat: no-repeat;
}
  
.button_gross:hover
{
	font-style:italic;
	}

.button_warenkorb 
{
	color:Maroon;
	margin-top:5px;
	width:150px;
	min-width:150px;
	height:40px;
	line-height:38px;
	text-align:left;
	text-decoration:none;
	padding-left:7px;
	font-variant:small-caps ;
	display:block;
	background-image:url(images/button_warenkorb.gif);
	background-repeat: no-repeat;
}
  
.button_warenkorb:hover
{
	font-style:italic;
	}
	

.area
{
	font-variant:small-caps ;
	color:Maroon;
	text-decoration:none;
	margin-left:5px;
	padding: 2px 2px 2px 2px;
}

.area:hover
{
	text-decoration:underline;
}

.area_header
{
	font-variant:small-caps ;
	font-weight :bold;
	color:Maroon;
	
}
 

.detail_text
{
	
	}

.detail_headline
{
	font-weight:bold;
	}

	
.detail_preis
{
	
	font-size:large;
	font-weight:bolder;
	text-align:center;
	vertical-align:bottom;
	}
	
.detail_steuer
{
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	}
	
.detail_versand
{
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	text-decoration:none;
	color:Black;
	}
	
	.detail_versand:hover
{
	text-decoration:underline;
	}
	
	.rubriken_bild
{
	
}
		
.rubriken_text
{
	color:maroon;
	
	}
	
.topseller
{
	color:red;
	font-size:large ;
	text-decoration:none;
	margin-left:5px;
	padding: 2px 2px 2px 2px;
}

.neukunden_link
{
	color:Maroon;
	text-decoration:none;
	margin-left:5px;
	padding: 2px 2px 2px 2px;
	font-weight:bold;
}

.neukunden_link:hover
{
	text-decoration:underline;
}

