/*			filename: reha_master.css		author: thomas bruhin, media sonics, 4148 pfeffingen		for magnet.ch ag		date: february-19-2005				usage: master layout stylesheet for www.reha-rheinfelden.ch*/html, body {	margin: 0px;	padding: 0px;	font-family: Tahoma,Verdana,Arial,Geneva,sans-serif;	background-color: white;	color: black;}/* gruene und blaue broder */.bluebordertop {	border-color: rgb(0, 78, 140);	border-width: 1px 0 0 0;	border-style: solid none none none;}.greenbordertop {	border-color: rgb(166, 204, 83);	border-width: 1px 0 0 0;	border-style: solid none none none;}.greenbordertopbottom {	border-color: rgb(166, 204, 83);	border-width: 1px 0 1px 0;	border-style: solid none solid none;}.greenborderright {	border-color: rgb(166, 204, 83);	border-width: 0 2px 0 0;	border-style: none solid none none;}.greenbordertopright {	border-width: 1px 2px 0 0;	border-style: solid solid none none;	border-color: rgb(166, 204, 83);}.greenborderleft {	border-color: rgb(166, 204, 83);	border-width: 0 0 0 2px;	border-style: none none none solid;}.bluebordertopgreenleft {	border-width: 1px 0 0 2px;	border-style: solid none none solid;	border-color: rgb(0, 78, 140) rgb(0, 0, 0) rgb(0, 0, 0) rgb(166, 204, 83);}/* linkklassen */a:link, a:visited {	color: rgb(0, 78, 140);	text-decoration: none;}a:hover, a:active {	color: rgb(166, 204, 83);	text-decoration: underline;}/* inhaltsteil */ul {	font-size: 12px;	margin-top: 0px;	margin-left: 0px;	padding-left: 15px;}li {	margin: 0px;	padding: 0px 10px 0px 0px;	line-height: 18px;}table table tr td { 	font-size: 12px; 	line-height: 18px;}p {	font-size: 12px;	padding-right: 5px;	line-height: 18px;	margin: 10px 0px 5px 0px;}td h4 {	font-size: 12px;	padding: 7px 5px 3px 0px;	margin: 0px;	line-height: 18px;	color: rgb(0, 78, 140);	font-weight: normal;}table.mainnavig {	margin-right: 2px;}td h3 {	font-size: 16px;	color: rgb(0, 78, 140);	border-color: rgb(166, 204, 83);	border-width: 0px 0px 1px 0px;	border-style: none none solid none;	margin: 5px 0;	padding: 0 0 5px 5px;	font-weight: normal;}/* 	klasse fuer die rechte seite mit den downloads		und den kontakts etc */ul.navigrechts {	margin: 5px 0 10px 5px;	list-style-type: disc;	list-style-image: url(../images/shared/green_punkt_liste.gif);}ul.navigrechts li {	line-height: 18px;}
