html{
	height:100%;
}

body{
	height:100%;
	background: white;
	text-align:center;
	border-bottom:1px solid white;
}
body.home ul#topNavi{
	margin-bottom:1px;
	
}
body.home div#content{
	margin-top:0px;
}

#container{
	margin:0 auto;
	padding:0 0 0 15px;
	width:893px;
	text-align:left;
}
/*************************************** HEADER *********************************************/
#header{
	float:left;
	width:884px;
	height:95px;
	padding-top:27px;
	position: relative;
}
#logo{
	float:left;	
	padding-left:7px;
	padding-top:3px;
}
#imunLogo{
	position: absolute;
	right:0px;
	top:22px;
}
/*************************************** TOP NAVI *********************************************/
#topNavi{
	clear:left;
	float:left;
	list-style-type: none;
	width:881px;
	margin-bottom:11px;
	position: absolute;
	top:122px;
	z-index:102;
}
#topNavi > li{
	float:left;
	height:37px;
	margin-left:1px;
	width:145px;
	position: relative;
	background:transparent url("../img/menu_arrow.gif") no-repeat left bottom;
	cursor: default;

}
#topNavi > li:first-child{
	margin-left:0px;
}
#topNavi > li > a{
	float:left;
	padding:0px 0px 0 7px;
	color:#3d4239;
	width:138px;
	height:37px;
}

#topNavi > li.small{
	width:72px;
}
#topNavi > li.small a{
	width:65px
}
#topNavi > li.last > a{
	padding-right:0px;
}
#topNavi > li.selected > a{
	color:#B90036;
	background:transparent url("../img/menu_arrow_red.gif") no-repeat left bottom;
}

#topNavi li > ul{
	display:none;
	background:#B90036;
	height:auto;
	width:193px;
	padding:15px 10px 0px 10px;
	position: absolute;
	top:37px;
	left:0px;
	min-height:1px;
}
#topNavi ul ul{
	display:none;
	background:transparent;
	height:auto;
	max-width:193px;
	padding:0px;
	position: relative;
	top:0;
	left:0;
		
}
#topNavi > li:hover{
	background:transparent url("../img/menu_arrow_red.gif") no-repeat left bottom;
}
#topNavi > li:hover > a{
	color:#B90036;
}
#topNavi li:hover ul{
	display:block;
	
}
#topNavi li ul li{
	list-style-type: none;
}
#topNavi li ul li a{
	color:#ffffff;
	font-weight: normal;
	margin-bottom: 3px;
}
#topNavi li ul li a:hover{
	color:#ffffff;
	cursor: pointer;
	
}

#topNavi li .leftNavi li.freeText a{
	border-bottom:none;
	overflow: hidden;
	margin-bottom:2px;
	padding-left:0px;
	font-weight: normal;
}

#topNavi li .leftNavi > li > a{
	border-bottom:1px dotted white;
	overflow: hidden;
	padding-left:0px;
	font-weight: bold;
}

#topNavi li .leftNavi li ul li{
	padding:0px;
}
/*************************************** LEFT NAVI *********************************************/
.leftNavi{
	list-style-type: none;
	width:292px;
	float: left;
	min-height:130px;
}
.leftNavi > li{
	display: block;
	margin-bottom:23px;
	width:194px;
}
.leftNavi > li > a{
	color:black;
	font-weight: bold;
	border-bottom:  1px dotted black;
	display:block;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-left:7px;
}
.leftNavi > li.selected > a, .leftNavi li ul li.selected a{
	color:#B90036;
}
.leftNavi > li a:hover{
	color:#B90036;
}

.leftNavi li ul li{
	padding-left:7px;
	list-style-type: none;
	float:none;
	display: block;
}

/*************************************** CONTENT *********************************************/

#content{
	clear:left;
	float:left;
	width:881px;
	margin-top: 13px;
	position: absolute;
	top:160px;
}
/*************************************** FOOTER NAVI *********************************************/

#footerNavi {
	clear:left;
	float:left;
	width:876px;
	list-style-type: none;
	margin-top:20px;
	height:30px;
	
}
#footerNavi li{
	float:right;
	height:14px;
}
#footerNavi li.first{
	float:left;
}
#footerNavi li.first a{
	padding-left:0px;
}
#footerNavi li.last a{

}
#footerNavi li a{
	font-size:11px;
	float:left;
	text-transform:uppercase;
	color:black;
	padding:0px 0px 0 12px;
}
#footerNavi li a:hover{
	color:#B90036;
}
#topOfPage {
	margin-top:4px;
	float:left;
	display:none;
	width:20px;
	height:10px;
	background: url("../img/arrow_up.gif") no-repeat top right;
}




