/* 
   StyleSheet default.css
   - default styles for all pages
   - defines base colors, margins, borders and so on
   - the layout for all pages can be found in pt_default.css
   - the layout for a certain page can be found in pt_<pagename>.css
   
   Demandware eCommerce 1.2, copyright 2005, all rights reserved 
*/

*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body 
{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #005aa8;
	background-color: #ffffff;
	background: url(../images/playmobil/bg_head.jpg) repeat-x;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1
{
	font-size: 20px;
	font-weight: normal;
}
h2
{
	font-weight: bold;
	font-size: 18px;
}
h3
{
	font-size: 16px;
	font-weight: bold;
}
h4
{
	font-size: 12px;
	font-weight: bold;
}

img , fieldset
{
	border: none;
}

a 
{
	text-decoration: none;
	color: #005aa8;
}
a:hover
{
	text-decoration: underline;
}




