label {
	cursor: pointer;
}

#page {
	width: 925px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	height: 150px;
	background: #FFF url(../images/header/bg_header01.jpg) no-repeat;
	margin-left: 3px;
	width: 925px;
}

#logo {
	width: 400px;
}

#logo h1 a, #logo h1 {
	width: 355px;
	height: 85px;
}

#logo h1 {
	position: relative;
	left: 6px;
	top: 9px;
}

#logo h1 a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../images/header/logo.png) no-repeat;
}

#logo h2 {
	display: none;
}

#system-nav {
	position: absolute;
	right: 0;
	top: 12px;
	height: 35px;
}

#system-nav a, #system-nav label {
	font-size: 12px;
	color: #06243a;
	text-decoration: none;
}

#system-nav input {
	width: 72px;
	height: 15px;
	background-color: transparent;
	border: none;
	margin-top: 4px;
	margin-right: 5px;
	font-size: 10px;
	float: left;
}

#system-nav a.searchInput {
	border: none;
	display: block;
	height: 16px;
	width: 11px;
	margin-top: 4px;
	background-image:url(../images/header/lupe.gif);
	background-position:-1px top;
	background-repeat:no-repeat;
}

#system-nav a.searchInput:hover {
	background-position:-1px -17px;
}

#system-nav  li {
	float: left;
}

#system-nav  li  a{
	border-right: 1px solid #06243a;
}

#system-nav  li a, #system-nav label {
	float: left;
	padding: 0 6px;
	margin-top: 6px;
	line-height: 12px;
}

#system-nav label a {
	margin: 0;
	padding: 0;
	border: none;
}

#system-nav a:hover {
	color: #E20E1A;
}

#header .systemSubMenu {
	background: transparent url(../images/header/systemSubMenu.png) no-repeat scroll 0% 0%;
	color: #06243a;
	margin-top: 25px;
	left: 499px;
	top: 12px;
	position: absolute;
	display:none;
	width: 107px;
	padding-bottom: 3px;
}

#header .systemSubMenu li {
	float: none;
	clear: right;
	line-height: 12px;
}

#header .systemSubMenu li a {
	border: none;
	font-size: 10px;
	float:right;
	padding: 0 6px;
	margin: 0;
	line-height: 12px;
	text-decoration: none;
}

#header .systemSubMenu li:hover {
	color: #E20E1A;
}

#main-nav {
	height: 48px;
	position: relative;
	float: left;
	top: 31px;
}

#main-nav li {
	float: left;
	height: 36px;
	background: url(../images/layout/bg_menu_top.png) repeat-x;
	padding-top: 4px;
	cursor: pointer;
}

#main-nav .ihateie {
	width: 8px;
	height: 48px;
	background: url(../images/layout/bg_menu_right.png) no-repeat;	
}

#main-nav a {
	display: block;
	padding-top: 3px;
	padding-right: 20px;
	line-height: 24px;
	font-size: 18px;
	text-decoration: none;
	color: #06243a;
	height: 32px;
	float: left;
	background: #FFF url(../images/layout/bg_menu_border.gif) no-repeat right;
	position: relative;
}

#main-nav a:hover {
	color: #E20E1A;
}

#main-nav span  {
	display: block;
	padding-left: 20px;
	background-color: #FFF;
	height: 36px;
	float: left;
}

#main-nav .last a {
	background: #FFF;
}

#main-nav .active a{
	color: #e20e1a;
}
#main-nav .active span {
	background: #FFF url(../images/layout/bg_menu_active.gif) no-repeat 9px 13px;
}