@import url(layout.css);
@import url(layout_home.css);
@import url(layout_content.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
   color: #000000;
   _background-color: #e0e0e0;
   background-image: url(/themes/zauberer.ch/images/bg_home.png);
   _background-repeat: no-repeat;
   background-repeat: repeat-x;   
   background-attachment: scroll;
   background-position: left top;
} 

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
  font-family: Arial, Helvetica, Verdana, sans-serif, "Lucida Grande";
	font-size:0.75em;
  color:#333333;
	line-height:1.5;

}