/* Stylesheet für Website Hundt-Direkt Online-Shop v.1.1 */

body {
        margin-top: 0px;  
        margin-left: 0px;  
/*	margin-right: 0px;    */
/*	margin-bottom: 0px;   */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: 400;
	color: #000000;                                 
/*      background-color: #838ea0;   */   
        background-color: #97a0af;                   
}

a:link    {
	text-decoration: none;
	font-weight: bold;
        color: #003399;
}

a:hover   { 
	text-decoration: none;
	font-weight: bold;
	color: #0066ff;
}
 
a:active  { 
	text-decoration: none;
      	font-weight: bold;
	color: #0066ff;
}

a:visited { 
	text-decoration: none;
	font-weight: bold;
	color: #0066ff;
} 

img {
	vertical-align: bottom;  
}