P, BODY, TABLE, TH, TR, TD, INPUT, SELECT, TEXTAREA, PRE  {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
color : Black;
}

TABLE{
font-size : 10px;
font-family : Arial, Helvetica, sans-serif;
color : Black;
background-color:  #666666;
}
   

body {
background-color:  #666666;
margin: 0px;
padding: 0px;
border: 0px solid #000;

}

.small{
font-size : 10px;
font-family : Arial, Helvetica, sans-serif;
color : Black;
	}

.smalltitle{
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
color : Black;
font-weight: bold;
}
	
.address{
font-size : 10px;
font-family : Arial, Helvetica, sans-serif;
color : Black;

}

H1{
font-size : 20px;
}

.title  {
font-family : "Trebuchet MS",Arial, Helvetica, sans-serif;
font-size : 20px;
color : #666666;
}
         



A  {
font-family : Arial, Helvetica, sans-serif;
text-decoration : underline;
color : Black;
font-size: 12px;

}

A:hover  {
text-decoration : underline;
}

a.address{
font-family :Arial, Helvetica, sans-serif;
text-decoration : underline;
color : Black;
font-size: 10px;

}

a.address:hover{
text-decoration : underline;
	
}

a.category{
font-family :Arial, Helvetica, sans-serif;
text-decoration : none;
color : Black;
font-size: 10px;

}

a.category:hover{
text-decoration : underline;
	
}

a.select_category{
font-family :Arial, Helvetica, sans-serif;
text-decoration : underline;
color : Black;
font-size: 10px;

}

a.select_category:hover{
text-decoration : underline;
	
}


.input  {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
background-color : #ffffff;
border : 1px;
padding : 1;
border-width : 1;
border-style : solid;
}

.input_quantity {
width: 20px;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
background-color : #ffffff;
border : 1px;
padding : 1;
border-width : 1;
border-style : solid;
}

.button {
HEIGHT:20px;
BORDER:1px solid #000000;
TEXT-DECORATION:none;
BACKGROUND-IMAGE:url(gifs/bgcolor.gif)
}

.div_werfkast {
	height: 100%;
	width:100%;
	overflow: auto;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: Gray;
	scrollbar-highlight-color: Gray;
	scrollbar-3dlight-color: Gray;
	scrollbar-shadow-color: Gray;
	scrollbar-darkshadow-color: Gray;
	scrollbar-track-color: Gray;
}

#cart 
		 {width:auto;}

#cart td 
		 {
		  font-family:Arial, Helvetica, sans-serif;
		  background-color:#aaa;
		  color:#ffff;
		  border:1px solid #000;
		  }

#cart .items 
		 {
		  font-family:Arial, Helvetica, sans-serif;
		  background-color:#eeeeee;
		  color:#333;
		 
		  vertical-align:middle;}
		  
#cart .empty 
		 {background-color:#fff;}

#cart .total 
		 {
		  font-family:Arial, Helvetica, sans-serif;
		  background-color:#999;
		  color:#333;
		  border:1px solid #fff;}
		  
#minicart 
		  {width:auto; 
		   border:1px solid #333;
		   padding:0px;
		   background-color:#ccc;}		
		   
.minihead 
		 {
		  font-family:Arial, Helvetica, sans-serif;
		  background-color:#999;
		  color:#000;
		  border:1px solid #ccc;
		  text-transform:uppercase;
		  text-align:center;}

.minicontent 
		 {
		  font-family:Arial, Helvetica, sans-serif;
		  background-color:#ccc;
		  color:#333;
		  border:1px solid #999;
		  text-align:center;}  


