body {
	margin: 0px;
	background-image:	url(../grafik/bg.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif;
	font-size: 96%;
	color: #8E8E8E;
}

#page {
	position: relative;
	width: 700px;
	height: 90%;
   margin: 0 auto 0 auto;
	background-color: #fff;
	border: 0px solid black;
}

#praxis {
	position: absolute;
	left: 210px;
	top: 70px;
	z-index: 2;
}

#logopaedie {
	position: absolute;
	left: 384px;
	top: 155px;
	z-index: 2;
}

#rkb {
	position: absolute;
	left: 210px;
	top: 250px;
	z-index: 2;
}

#text {
	position: absolute;
	left: 210px;
	top: 380px;
	z-index: 2;	
}

#nav {
	display: none;
	position: absolute;
	left: 0px;
	top: 170px;
	z-index: 2;	
}

a, a:LINK {
	text-decoration: none;
	color: #AE6565;
}

a:HOVER {
	color: #C99999;
	text-decoration: underline;
}

.as {
	position: absolute;
	font-size: 60%;
	line-height: 100%;
	color: #666666;
	margin: 4px;
	bottom: 4px;
}

.as a {
	color: #666666;	
}

.as a:HOVER {
	color: #C99999;
	text-decoration: none;
}