/* CSS Document */

<!--
html{ 
	height:99%;
	margin:1px auto;
	padding:1px; }

body{ 
	background-color:#e6e6e6;	
	height:99%; 
	margin:0 auto; 
	padding:0;
	background-image: url(../images/hintergrund-grauverlauf.gif);
	background-repeat: repeat-x;}


/* HG Image content mittig repeat => läuft hinter #container (sichtbar wenn contenttext sehr lang)*/
#hg{
	margin:0 auto;
	padding:0;
	width: 1010px; 
	background-color:#000066;
	background:url(../images/ra-li-re-hg.gif) top repeat-y;
}
	
-->
