* {
		margin: 0px;
		padding: 0px;
}
html, body {
		height: 100%;
    	text-align: center;
}
* html {
   		overflow: hidden;
}

a img {
	border: 0px;
}

a {
	text-decoration:none;
}

a:hover {
	color:#af0000;
}
#container {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 735px;
	height: 100%;
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#under_constr {
    	width: 100%;
		background:url(/img/under_constr.gif) repeat-x;
		font-size: 9px;
		color: #ff4f4f;
}
	
#mainHeader {
	background:url(/img/double_trenner_bg.gif) repeat-x bottom;
	width:100%;
	height: 51px;
	border-bottom: 0px solid #666;
}
#mainHeader #hamannLogo {
	border: 0px solid #666;
    padding-left: 260px;
	text-align: left;
}
#mainHeader #alarmInfo {
    text-align: left;
    position: absolute;
    top: 3px;
    right: 0px;
	width: 160px;
}
#mainHeader #alarmInfo span{
    color: #645E5E;
    position: relative;
    text-align: right;
    float: right;
    top: -33px;
    right: 2px;
	font-family: Verdana;
	font-size: 11px;
}
#mainHeader #auth {
    color: #ddd;
    font-size:8px;
    text-align: left;
    position: absolute;
    top: 2px;
    left: 3px;
	width: 10px;
}

#mainContent {
	width:100%;
	border: 0px solid #e00;
/*	background-color: #9ea;
/*	background:url(/img/hamann_logo_bg.gif) no-repeat center center;
/*	_filter: alpha(opacity=80);
	border: 0px solid #666;
	moz-opacity: 0.8;
	khtml-opacity: 0.8;
	opacity: 0.8;*/
}
#logo_bg_div {
	width:735px;
	height: 137px;
	visibility: visible;
    position: absolute;
    top: 300px;
   	clear: both;
}
#logo_bg_div div{
    margin-left: 270px;
	height: 137px;
	width: 175px;
   	background: url(/img/hamann_logo_bg.png) no-repeat;
   	}
* html #logo_bg_div div{
    margin-left: -10px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/hamann_logo_bg.png',sizingMethod='scale');   
}
#logo_bg_div div{
    $margin-left: -30px;
}


/*  ###################### NAVI  ####################   */

#subNavi {
	font-size: 12px;
	background: url(/img/sub_navi_bg.gif) bottom repeat-x;
}

#sub_navi_1,
#sub_navi_2,
#sub_navi_3 { /* mark */
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	background: url(/img/sub_navi_bg_dot.gif) bottom repeat-x;
	vertical-align: middle;
	min-height: 15px;
	height: auto;
}
*html #sub_navi_1,
*html #sub_navi_2,
*html #sub_navi_3 { /* mark */
	height: 15px;
}

#sub_navi_1 span, #sub_navi_1 a,
#sub_navi_2 span, #sub_navi_2 a,
#sub_navi_3 span, #sub_navi_3 a {
	color: #b9b6b0;
}
#sub_navi_1 a,
#sub_navi_2 a,
#sub_navi_3 a {
	white-space: nowrap;
}


#subNavi a:hover, #subNavi .highlight {
	color:#af0000;
}

#subNavi .off {
	color:#b9b6b0;
}
