/* 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 {
	background-image: url(images/index_right-top.jpg);
	background-repeat: no-repeat;
	margin-top: 160px;
	margin-left: 269px;
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body#hcmc-marketing>div#hintergrund{
	background-image: url(images/index_right-top.jpg);
	background-repeat: no-repeat;
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

/* now optimized hiding from IE with child-selectors */
body#hcmc-marketing>div#extraDiv2 {
	background-image: url(images/index_left-top.jpg);
	background-repeat: no-repeat;
}

/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* SOFT FRONTIER only Netscape and CATEGORY for both*/
div#extraDiv3 {
	display: none;
}

