/* CSS Document */
/* stylesheet init.css for Richard Hallensleben GmbH rel.01*/
/* author : wolfgang Blum */
/* init date : 2009 / 09/ 25 */
/* update : 2009 / 09 / 25 */
/* initial styles  */

html { height : 101%; } /* damit immer slider rechts und kein ruckeln */
*{
margin: 0;
padding: 0;
}
html, body {
	border: 0 solid;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 98%;
	font-weight: normal;
	background-color: #b4b8d8;
	background-image: url(../images/hintergrund_site.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
h1 { font-size: 150%;
	  font-weight: normal;
	  background: 0 none;
	  color: #000;
	}
h2 { font-size: 130%;
	  font-weight: normal;
	  background: 0 none;
	  color: #000;
	}
h3 { font-size: 100%;
	 font-weight: normal;
     background: 0 none;
	 color: #000;
	}
h4 { font-size: 88%;
	 font-weight: normal;
     background: 0 none;
	 color: #000;
	}	
p {
	font-size: 85%;
	font-weight: normal;
	color:#333;
	}
a img {
	border: 0 none;
}