/***********************************
**
** CSS-File only for Patientpages **
**
***********************************/

#help {
	position: absolute;
	left: 192px;
	top: 130px;
	width: 565px;
         padding-bottom: 32px;
         margin-bottom: 32px;
}

#content {
         position: relative;
         left: 0;
         top: 0;
	padding: 0 11px;
}
.contentLine {
	position: relative;
	left: 0;
	top: 0;
	width: 586px;
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #CCC;
}
#subhelp {
	position: absolute;
	left: 202px;
	top: 237px;
	width: 565px;
}
#contentSubHome {
	position: relative;
         left: 0;
         top: 0;
	width: 366px;
}
#rightContent {
	left: 376px;
	top: 0;
	width: 200px;
	background-color: #fbf5c5
}

/* Footer *
***********/

#footer {
	position: relative;
	top: -25px;
	left: 10px;
	color: #999;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 11px;
}

#footer ul {
	list-style-type: none;
	margin-top: 5px;
	margin-left: 0;
	padding-left: 0;
}

#footer ul li {
	float: left;
	padding-right: 6px;
}
         