@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%; /* Seite soll über volle Höhe gehen */
	color: rgba(0,0,0,1.00);
	background-color: #FFFFFF;
	font-family: 'Julius Sans One', sans-serif  !important; /* für Safari !important; ergänzt */
	font-size: 14px;
	background-image: url(img/hg_papier.jpg);
	background-repeat: no-repeat;
}


.clear { 
	clear: right; height:0px;
	}


#wrap {
  width: 1020px; /* Container auf halbe Breite */
  display: block;
  margin-left: auto;
  margin-right: auto }
  min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
  height: auto !important; /* important Behel (bei modernen Browsern */
  height: 100%; /* IE soll wie gewünscht interpretieren */
  overflow: hidden !important; /* Firefox Scrollleiste */ 
}