body {
	background-color:rgb(255,255,255);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

div.background {
	width:860px;
	height:640px;
	background-image:url("backgroung.png");
	background-repeat:no-repeat;
	margin-top:0px;
}

div.sitenav {
	position:absolute;
	top:200px;
	left:0px;
	width:120px;
}

a.sitenavdown {
	display:block;
	width:120px;
	height:26px;
	margin-bottom:0px;
	text-align:center;
	padding-top:4px;
	border:none;
	text-decoration:none;
	font-weight:bold;
	color:rgb(0,0,255);
	background-image:url("btn_sitenav_down.png");
	background-repeat:no-repeat;
}

a.sitenavdownself {
	display:block;
	width:120px;
	height:26px;
	margin-bottom:0px;
	text-align:center;
	padding-top:4px;
	border:none;
	text-decoration:none;
	font-weight:bold;
	color:rgb(255,0,0);
	background-image:url("btn_sitenav_down.png");
	background-repeat:no-repeat;
}

a.sitenavup {
	display:block;
	width:120px;
	height:26px;
	margin-bottom:0px;
	text-align:center;
	padding-top:4px;
	border:none;
	text-decoration:none;
	font-weight:bold;
	color:rgb(0,0,255);
	background-image:url("btn_sitenav_up.png");
	background-repeat:no-repeat;
}

a.sitenavupself {
	display:block;
	width:120px;
	height:26px;
	margin-bottom:0px;
	text-align:center;
	padding-top:4px;
	border:none;
	text-decoration:none;
	font-weight:bold;
	color:rgb(255,0,0);
	background-image:url("btn_sitenav_up.png");
	background-repeat:no-repeat;
}

div.topnav {
	position:absolute;
	top:89px;
	left:158px;
	height:28px;
}

td.topnavbackground {
	width:110px;
	height:30px;
	background-image:url("btn_topnav.png");
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	padding:0px;
	text-align:center;
	border:none;	
	font-weight:bold;
}

a.topnav {
	text-decoration:none;
	color:rgb(0,0,255);
}

a.topnavself {
	text-decoration:none;
	color:rgb(255,0,0);
}

div.content {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	top:137px;
	left:160px;
	height:430px;
	width:660px;
	overflow:auto;
	color:rgb(51, 51, 153);
}

h1 {
	font-size:16px;
	text-decoration:underline;
}

div.indextext {
	margin-top:37px;
}

img.ergotherapiebild {
	height:200px; 
	margin-top:-160px;
	float:right;
}

ul.ergotherapieliste{
	margin-left:-26px;
}

li.ergotherapieliste{
	margin-bottom:10px;
}

span.greenletter {
	color:rgb(0,255,0);
}

img.floatright {
	margin-top:10px; 
	margin-left:0px;
	margin-right:20px;
	height:200px; 
	float:left;
	vertical-align:top;
}

img.floatleft {
	margin-top:10px; 
	margin-left:0px;
	margin-right:20px;
	height:200px; 
	float:right;
	vertical-align:top;
}

div.footnav {
	position:absolute;
	top:590px;
	left:250px;
	margin-top:0px; 
	margin-left:0px; 
	width:430px;
}


a.footnav {
	position:absolute;
	width:101px;
	height:26px;
	margin-bottom:0px;
	text-align:center;
	padding-top:4px;
	border:none;
	text-decoration:none;
	font-weight:bold;
	background-image:url("btn_footnav.png");
	background-repeat:no-repeat;
	color:rgb(0,0,255);
}

a.footnavself {
	position:absolute;
	width:101px;
	height:26px;
	margin-bottom:0px;
	text-align:center;
	padding-top:4px;
	border:none;
	text-decoration:none;
	font-weight:bold;
	background-image:url("btn_footnav.png");
	background-repeat:no-repeat;
	color:rgb(255,0,0);
}

a:hover {
	color:rgb(102,0,102);
}

