/* Stylesheet Mattioli */

* {
  margin: 0;
  padding: 0;
}
html {
   height: 100%;
   margin-bottom: 0.1px;
}
body {
  font-size: 100.01%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #FFA31A;
}

#header {
	height: 273px;
  background: white url(../gfx/logo_startseite.gif) 126px 75px no-repeat;
  width: auto;
}

#content {
  padding:20px 0 0 0;
  margin:0;
}