
/***********************************************/
/* Header                                      */
/***********************************************/
#header {
	width: auto;
	height: 74px;
}
#TOPgraphic{
	float: left;
}
#TOPgraphicFlash
{
position:absolute;
 left:22px;
 top:8px;
 z-index:30
}
#TOPlogo{
	float: right;
}
/***********************************************/
/* TOP nav blue                                */
/***********************************************/

#TOPbluebar{
	position: relative;
    top: 8px;
	height: 19px;
	width: auto;
	background: #0E499D;
}

* html #TOPbluebar{
    top: -13px;
	height: 18px;
}


/***********************************************/
/* TOP subnav                                  */
/***********************************************/
#TOPgeybar{
	position: relative;
    top: 16px;
	width: auto;
	height: 50px;
	background-color: #EFEFEF;
	color: #003399;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}
* html #TOPgeybar{
    top: -5px;

}
/***********************************************/
/* main area                                   */
/***********************************************/

#main {
	position: relative;
	top: 24px;
	width: auto;
	background-image: url(../img/hg_leftnav.gif); background-repeat: repeat-y;

}
* html #main {
	position: absolute;
	top: 183px;
	width: auto;

}

/***********************************************/
/* left NAV                                    */
/***********************************************/

#left {
	float: left;
	width: 190px;
	padding:0px;
}


#leftNAV {
	width: 183px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 8px solid #FFFFFF;
	padding-left: 7px;
	padding-bottom: 20px;

}
* html #leftNAV {
	padding-top: 8px;
}
#leftTERM {
	line-height: 140%;
	width: 183px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 8px solid #FFFFFF;
	padding-left: 7px;
	padding-bottom: 20px;
}
* html #leftTERM {
	padding-top: 8px;
}
#leftIKBAU {
                top: 0px;
	width: 100;
	color: #003399;
	line-height: 160%;
	border-top: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-left: 9px;
	font-size: 0.8em;

	padding-bottom: 20px;

}

/***********************************************/
/* content                                     */
/***********************************************/
#content {
	position: relative;
	margin: 0px 200px 0px 220px;
		padding-top: 1px;
		line-height: 160%
}
* html #content {
		top: 0px;
                margin: 0px 200px 0px 220px;
		padding-top: 1px;
		line-height: 160%
}
/***********************************************/
/* right highlights                            */
/***********************************************/
#right {
	float: right;
	width: 170px;
}

#highlights {
	width: 160px;
	padding-left: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 8px;
}
* html #highlights {
	padding-top: 8px;
}
#newsletter {
	padding: 10px;
	width: 150px;
	border:  1px solid #CCCCCC;
		line-height: 140%;
}


/***********************************************/
/* footer                                      */
/***********************************************/

#footer{
	padding-top:20px;
	padding-left:30px;
	padding-bottom:10px;
	position: relative;
	width: auto;
	top: 0px;
	color: #003399;
	clear: both;
	background: #ffffff;
	text-align: center;
	line-height: 160%;
}

