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

body {
	background: url(images/hintergrund.gif) repeat;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

table {
	font-family: Arial;
	font-size: 12px;
}

a { text-decoration: none; color: #90C; font-weight: bold; }

a:hover { text-decoration: underline; }

#oben {
	width: 735px;
	height: 195px;
	top: 0px;
	left: 50%;
	margin-left: -237px;
	position: absolute;
	border: 0px;
	background: url(images/hintergrund_oben.gif) no-repeat;
	overflow: hidden;
	z-index: 7;
}

#navi {
	width: 217px;
	height: 749px;
	top: 0px;
	left: 50%;
	margin-left: -454px;
	position: absolute;
	border: 0px;
	background: url(images/hintergrund_navi.gif) no-repeat;
	overflow: hidden;
	z-index: 6;
}

#body {
	width: 735px;
	height: 554px;
	top: 195px;
	left: 50%;
	margin-left: -237px;
	position: absolute;
	border: 0px;
	background: url(images/hintergrund_body.jpg) no-repeat;
	overflow: auto;
	z-index: 5;
}

#hintergrund_links {
	width: 50%;
	height: 749px;
	top: 0px;
	right: 50%;
	position: absolute;
	border: 0px;
	background: url(images/hintergrund_links.gif) repeat-x;
	z-index: 4;
}

#hintergrund_rechts {
	width: 50%;
	height: 749px;
	top: 0px;
	left: 50%;
	position: absolute;
	border: 0px;
	background: url(images/hintergrund_rechts.gif) repeat-x;
	z-index: 3;
}

#spacer {
	width: 100%;
	height: 100%;
	position: absolute;
	min-width: 960px;
	z-index: 2;
}

#IEspacer {
	width: 910px;
	z-index: 1;
}

