/* CSS Document */

html, body {
	margin-top: 0px;
	margin-left: 0px;
	/* background-color:#E2E2E2; */
	background-color:#EBEBEB;
	background-image: url(img_lay/hgr_header.gif);
	background-repeat: repeat-x;
	height: 100%;
}

#header {
	position:absolute;
	top: 0px;
	left: 0px;
}
#logo {
	position:absolute;
	top: 50px;
	left: 52px;
}
#adr {
	position:absolute;
	top: 108px;
	left: 280px;
	width: auto;
	font-family: Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
}
#navhgrhead {
	position:absolute;
	top: 160px;
	left: 52px;
	width: 135px;
	height: 160px;
	background-color: #F5F5F5;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#navhgr {
	position:absolute;
	top: 201px;
	left: 52px;
	width: 135px;
	background-color: #F5F5F5;
	height: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#navarea {
	position:absolute;
	top: 200px;
	left: 52px;
}
#content {
	position:absolute;
	top: 201px;
	left: 280px;
	width: 600px;
	height:auto;
}
.texttitle {
	font-family: Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	line-height: 17px;
}
.textnorm {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
}
.navrule {
	background-color: #8C939B;
}
a.linknav:link {
	font-family: Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: none;
}
a.linknav:visited {
	font-family: Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: none;
}
a.linknav:hover {
	font-family: Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: underline;
}
a.linkcont:link, a.linkcont:visited, a.linkcont:hover {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
}
a.linktitle:link, a.linktitle:visited, a.linktitle:hover {
	font-family: Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	line-height: 17px;
}

.inputfield {
	width: 200px;
	height: 20px;
	border-top: solid 1px #4E6175;
	border-left: solid 1px #4E6175;
	border-bottom: solid 1px #7190A9;
	border-right: solid 1px #7190A9;
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: normal;
}
.inputbutton {
	width: 100px;
	height: 20px;
	border-top: solid 1px #7190A9;
	border-left: solid 1px #7190A9;
	border-bottom: solid 2px #4E6175;
	border-right: solid 2px #4E6175;
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
}
.inputbuttonred {
	width: 100px;
	height: 20px;
	border-top: solid 1px #7190A9;
	border-left: solid 1px #7190A9;
	border-bottom: solid 2px #4E6175;
	border-right: solid 2px #4E6175;
	font-family: Verdana, Arial, Geneva;
	color: #D00111;
	font-size: 11px;
}