body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003333;
	background-color: #F3FFE8;
	background-attachment: fixed;
	background-image: url(pic/hg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 18px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;

}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #92D139;
	line-height: 8px;
	background-color: #990000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 220px;
	height: 25px;
	float: left;
	clear: left;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 15px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #990000;
	background-color: #FFFFCC;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	height: 20px;
	white-space: normal;
	width: auto;
	margin-bottom: 5px;
	clear: none;
	position: relative;
	top: -25px;
	float: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
h3 {
	font-weight: bold;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
}

a {
	font-weight: normal;
	color: #663300;
	text-decoration:underline
	}
#nav a, #nav a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #663300;

	
}
.confirm {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #009900;
	padding: 5px;
	float: none;
	height: 20px;
	width: 600px;
	clear: left;

}
.warning {
	font-weight: bold;
	color: #FF0000;
	border: thin solid #FF0000;
	background-color: #FFCC99;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.menue {

	width: 250px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
	left: 10px;
	top: -30px;
}
.content {
	visibility: visible;
	left: 280px;
	right:10px;
	top: 50px;
	overflow: visible;
	position: absolute;
}
#nav li
{
	height: auto;
	text-decoration: none;
	padding: 4px;
	clear: left;
	float:left;
	width: 200px;
	margin: 2px;
	border: thin dotted #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	list-style-image: none;
	list-style-type: none;
	top: -10px;
	background-color: #FFFFCC;
}
#nav ul {

	padding-left: 0em;
	margin-left: 0.6em;

	}
.submen { display:none; }
.auth {
	position:fixed;
	top:0px;
	left:0px;
	z-index: 1;
	height: 50px;
	width: 100%;
}