/*Allgemeine Body Einstellungen*/
body {
	font-family: Helvetica, Trebuchet, Tahoma, Verdana, Arial;
    font-size: 9pt; 
    line-height: 17px;
	background-attachment: scroll;
	/*overflow: auto;
	margin: 0px auto;*/
	margin: 0px;
	text-align: center;
}



/* TYPOGRAFIE und FARBEN */

td,tr, div, span, li, ul, input, h1, h2, table {
font-family: Helvetica, Trebuchet, Tahoma, Verdana, Arial;
    font-size: 9pt; 
    line-height: 17px;
	color: #664422
	/*text-align : justify;*/
	}

/* STRUKTUR */

#hgrbr {
	margin:0 auto;
 	text-align: center;
 	/*width:861px;*/
 	height: 73px;
	background-color:#D4B942;
	}

#hgrbl {
	height: 15px;
	background-color:#624427;
	}
	

#seite {
 margin:0 auto;
 text-align:left;
 width:762px
}



