body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
	
* html body {
	font-size: x-small; /* für IE5/Win */
	f\ont-size: small; /* für andere IE-Versionen */
	}

html.center, body.center {
	height: 100%;
	}

div {
	position: relative;
	}

#main {
	width: 756px;
	background-repeat:repeat-y;
	}

#topshadow {
	width: 756px;
	height: 29px;
	background-repeat:no-repeat;
	}

#content {
	width: 698px;
	margin: 0 auto 0 auto;
	text-align: left;
	}

#mainpane {
	float: left;
	width: 530px;
	background-color: #FFF;
	_overflow-x: hidden;
	}

#bottomshadow {
	width: 756px;
	height: 29px;
	background-repeat:no-repeat;
	}
	
.index {
	display: none;
	}
