/*
===================================================================================

CBM Shop

Author:			Mathias Ramseyer, Stämpfli all media
Version:		0.1
Datum:			08.09.2008

Description:	This is the master CSS- File. It holds Genric rules and is 
				responsable to load the additional CSS-Files.

Colors used:	Grey background:	#f5f5f5
===================================================================================
*/

@import url("layout_960.css");
@import url("menu2.css");

html {
     height:100%;
     margin-bottom: 1px;
}
 
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0; 
	background-color: #f5f5f5;
	color: #878787;
	font-size: 11px;
	line-height: 15px;
}

ul, li {
	margin: 0; 
	border: 0;
	list-style: none;
	padding: 0;
}


/* Generic Rules
----------------------------------------------- 
a:link,a:active {color: #b30000; text-decoration: none; border-bottom: 1px dotted #B30000;}
a:visited {color: #999; text-decoration: none; border-bottom: 1px dotted #999;}	
a:hover {color: #123974; border-bottom: 1px solid #123974;}  
a img {border-width: 0; border-style: none;}
#logo a, #home a {border: 0;}*/

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:link {
  color: #333;
  text-decoration: none;
  background-color: transparent;
} 

a:visited {
  color: #333;
  text-decoration: none;
  background-color: transparent;
} 

a:active { 
  color: #333;  
  text-decoration: underline;
  background-color: transparent;
} 

a:hover	{ 
  color: #333; 
  text-decoration: underline;
  background-color: transparent;
}

