/* ***************** init default styles **************** */
html, body, img, div, ul{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
.clearer {
	clear:both;
	width:100%;
}

/* ***************** init layout **************** */

div#contentArea {
	position: relative;
	min-height: 100%;
	width: 965px;
	min-height: 100%;
	margin: 0px auto;
	text-align:left;
	vertical-align: top;
}

* html #contentArea 
{
	height: 100%;
}

#footer
{
	background-image:url(/images/skins/physio/footer.gif);
	background-repeat: no-repeat;
	width: 965px;
	position: relative;
	margin: -68px auto 0 auto;
	height: 66px;
	text-align: left;
} 

* html #footer
{
	margin-top: -90px;
}

/* ************** html styles ********** */
h1 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.bg_2 {
	background-color: #d3e681;
}
#divContent a:link, #divContent a:visited {
	color: #ABC340;
	font-weight: bold;
}
#divContent a:hover, #divContent a:active {
	color: #000000;
	font-weight: bold;
}

/* ****************** Navigation ****************** */
div#divNavi {
 	width: 280px;
	height: 100%;
	vertical-align: top;
	float:left;
}
div#menu {
 	width: 280px;
	min-height: 170px;
	vertical-align: top;
	text-align: left;
	background-color: #ABC340;
	color: #000000;
}
ul#menu0 {
	padding: 20px 0px 5px 18px;
}
#menu0 li {
	list-style: none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 18px;
}
#menu0 li.active {
	background-image:url(/images/skins/physio/active_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#menu0 li a:link {
	color: #000000;
	font-size: 14px;
	list-style:none;
	text-decoration: none;
}
#menu0 li a:visited {
	color: #000000;
	font-size: 14px;
	list-style:none;
	text-decoration: none;
}
#menu0 li a:hover {
	text-decoration: none;
	font-weight: bold;
}
#menu0 li a:active {
	text-decoration: none;
	font-weight: bold;
}
#menu0 li a.active:visited, #menu0 li a.active:link {
	font-weight: bold;
	list-style-type: circle;
}
#menu1 {
	vertical-align: top;
	text-align: left;
	color: #000000;
}
#menu1 li {
	
	
		width: 228px;
	
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ABC340;
	border-right-color: #ABC340;
	border-bottom-color: #ABC340;
	border-left-color: #ABC340;
}
#menu1 li.active {
	background-image:url(/images/skins/physio/active_green.gif);
	background-repeat: no-repeat;
	background-position: 30px 8px;
}
#menu1 li a:link {
	color: #000000;
	font-size: 12px;
	list-style:none;
	text-decoration: none;
}
#menu1 li a:visited {
	color: #000000;
	font-size: 12px;
	list-style:none;
	text-decoration: none;
}
#menu1 li a:hover {
	list-style-type: disc;
	text-decoration: none;
	font-weight: bold;
}
#menu1 li a:active {
	list-style-type: disc;
	text-decoration: none;
	font-weight: bold;
}
#menu1 li a.active:visited, #menu1 li a.active:link {
	font-weight: bold;
}
div#divContentAll {
	width: 660px;
	float: right;
	padding-bottom: 66px;
}

div#divContent {
	width: 600px;
	float: left;
	margin: 20px 0px 20px 2px;
	text-align: left;
}
div#divLogo {
	width: 280px;
	height: 66px;
	overflow: visible;
}
div#divLogo img {
	position: relative;
	top: -200px;
}

/* ****  formular styles ***** */
form {
	margin: 0px 0px 0px 0px;
}
td.formCell
{
}
td.Error
{
	background-color:#dda0a0;
}
td.ErrorMessage
{
	color:#dd1010;
	font-weight: bold
}
