/*Allgemeine Body Einstellungen*/
body {
	background-color:#ECEDDC;
	font-family: Lucida Sans Unicode, Lucida Sans, Lucida Grande;
	scrollbar-base-color: #CCCCCC;
	scrollbar-face-color: #8A8178;
	scrollbar-darkshadow-color: #554433;
	scrollbar-highlight-color: #A9A29B;
	scrollbar-shadow-color: #6C6257;
	scrollbar-track-color: #6C6257;
	scrollbar-arrow-color: #99CCCC;
	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: Lucida Sans Unicode, Lucida Sans, Lucida Grande;
	font-size: 11px;
	line-height: 18px;
	color: #665544;
	/*text-align : justify;*/
	}

/* STRUKTUR */

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

#hgrbl {
	height: 20px;
	background-color:#99CCCC;
	}
	

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


