html { height: 100% } 
body { min-height: 101%; }

/*** basic.css */
* {
	margin:0 auto;
	padding:0;
	/*img*/
	border:0 none;
	/*table*/
	border-collapse:collapse;
	border-spacing:0;
}
* html * { overflow:visible }
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }

body    { font-size: 12px; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 16px; background-color: #947f14; margin: 0 auto; padding: 0; height: 100% }

#wrapper  { margin: 0 auto; padding: 0; width: 840px }


ul, ol, dl {
	margin: 0;
}

li {
	padding-left: 0
}




img {
	border: 0;
}

a   { color: #947f14; text-decoration: none; outline: none }
a:hover { color: #947f14; text-decoration: underline }
p   { font-size: 12px; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 17px; margin-bottom: 15px }

h1     { color: #1f1a19; font-size: 18px; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; margin-top: 0; margin-bottom: 10px }
h4 { color: #1f1a19; font-size: 15px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; margin-top: 0; margin-bottom: 2px }
.clr {
	clear: both;
}

#root {
	width: 780px;
	height: auto !important;
	margin: 15px auto 0 auto;
}

#header   { }

#header #lastchange  { font-size: 10px; text-align: right }

#mainnav     { background-color: white; margin-top: 10px; margin-bottom: 40px; margin-left: 0; padding: 10px 0 0; width: 250px; float: left; }

#maincontent     { line-height: 15px; background-color: white; text-align: justify; display: inline; margin: 10px 0 40px; padding: 10px 20px 20px; position: relative; width: 550px; float: left }

#footer   { background-color: white; padding: 10px }

/*** navi *******/
ul#navigation li   { list-style: none; margin-bottom: 6px }

ul#navigation li a      { color: black; font-size: 12px; line-height: 15px; text-decoration: none; background: transparent; display: block; padding: 2px 15px 2px 10px; outline:none; }

ul#navigation li a:hover    { color: #353535; text-decoration: underline; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }
ul#navigation li a.active      { color: #fff; background: #947f14;  }
#mainpagecolor { background-color: white }


/*** subnavi *******/
ul#subnavigation li  { list-style: none; margin-top: 5px }

ul#subnavigation li a       { color: black; font-size: 12px; line-height: 15px; text-decoration: none; background: transparent; display: block; margin-left: 20px; padding: 0 20px 0 10px; outline:none; }

ul#subnavigation li a:hover,
ul#subnavigation li a.active      { color: #7c6a10; text-decoration: underline; background: white }
#mainpagecolor { background-color: white }
.zoom { color: black; font-size: 10px; font-family: Arial, Helvetica, sans-serif }
