/* CSS Document HCMC Health Care Marketing Services */
/* ################################################ */
/* designed by emPResa www.empresa24.de */
/* ################################################ */
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* BASIC */
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333366;
	letter-spacing: 0px;
}

div#hintergrund {
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* TEXT LINKS */
a:link { color: #999999; text-decoration: underline; }
a:visited { color: #999999; text-decoration: underline; }
a:active { color: #999999; text-decoration: underline; }
a:hover { color: #FF9900; text-decoration: underline; }
div#article a { color: #999999; text-decoration: underline; }
div#article a:hover { color: #FF9900; text-decoration: underline; }
div#marginalie a { color: #999999; text-decoration: underline; }
div#marginalie a:hover { color: #FF9900; text-decoration: underline; }

/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* MAIN TEXT */
div#article h1 {
	font-size: 18px;
	font-weight: bold;
}

div#article h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 0px;
}

div#article .p1 {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}

div#article ul {
    margin-left: 16px;
    padding-left: 0;
}

div#article li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 5px;
}

div#marginalie h2 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

div#marginalie .p2 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
}

/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* TEXT CONTAINER */
div#article {
	position: static;
	margin-top: 260px;
	margin-left: 295px;
	padding: 0px;
	width: 480px;
}

div#marginalie {
	position: absolute;
	top: 260px;
	margin-left: 827px;
	padding: 0px;
	width: 130px;
}

html>body #marginalie {
	position: fixed;
}

/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* TOP NAVIGATION */
/* compromise for IE */
div#extraDiv1 {
	background-image: url(images/TopNavigation_HG.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	position: absolute;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 100%;
	border: 1px none #000000;
	z-index: 10;
}

/* now optimized hiding from IE with child-selectors */
html>body #extraDiv1 {
	position: fixed;
}

div .TopNavigation {
	margin-top: 140px;
	float: left;
}

/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* LEFT NAVIGATION */
/* compromise for IE */
div#extraDiv2 {
	background-image: url(images/LeftNavigation_hg-y.gif);
	background-repeat: repeat-y;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 160px;
	height: 100%;
	width: 269px;
	border: 1px none #000000;
	z-index: 5;
}

/* now optimized hiding from IE with child-selectors */
html>body #extraDiv2 {
	background-image: url(images/LeftNavigation_hg-y.gif);
	background-repeat: repeat-y;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 160px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 269px;
	border: 1px none #000000;
	z-index: 5;
}

div#LeftNaviHead {
	margin-top: 0px;
}

div .LeftNavigation {
	margin-top: 0px;
	margin-left: 51px;
	margin-bottom: 15px;
	left: 51px;
}

div .LeftNavigation1 {
	margin-top: 0px;
	margin-left: 51px;
	margin-bottom: 5px;
	left: 51px;
}

/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* SOFT FRONTIER only Netscape and CATEGORY for both*/
div#extraDiv3 {
	background-color: white;
	position: absolute;
	top: 160px;
	left: 290px;
	margin: 0px;
	width: 480px;
	height: 100px;
	z-index: 7;
}

html>body #extraDiv3 {
	background-color: transparent;
	background-image: url(images/US_HG.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	position: fixed;
	top: 160px;
	left: 290px;
	margin: 0px;
	width: 100%;
	height: 100px;
	z-index: 7;
}

/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* RIGHT LINE */
div#extraDiv5 {
	background-color: #ff9900;
	position: absolute;
	top: 0px;
	left: 800px;
	margin: 0px;
	width: 1px;
	height: 100%;
	z-index: 9;
}

html>body #extraDiv5 {
	position: fixed;
}

/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* LANGUAGES */
div#extraDiv4 {
	top: 10px;
	left: 40px;
	z-index: 100;
	position: absolute;
}

html>body #extraDiv4 {
	top: 10px;
	left: 40px;
	z-index: 100;
	position: fixed;
}

div#extraDiv4 .p3 {
    margin: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

div#extraDiv4 a {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #999999;
	text-decoration: none;
}

div#extraDiv4 a:hover {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #FF9900;
	text-decoration: none;
}

/* NOT USED */
div#extraDiv6 {
	display: none;
}

