body {
	background-color: white;
	font: 12px Verdana, sans-serif;
/* 	position: absolute; */
}

div#site {
/* width: 100%; */
/* height: 100%; */
/* position: absolute; */
}

div#mainheader {
	background-color: white;
	height: 100px;
}

div#navi {
/* 	background-color: gray; */
/* position: absolute; */
/* left:0; */
	float: left;
	background-color: #efefef;
	width: 15%;
	text-align: center;
/* 	height: auto; */
}

div#navi a:link, div#navi a:visited {
  text-decoration: none;
font: 14px Verdana, sans-serif;
  color: green;
}

div#navi a:hover {
  color: red;
  text-decoration: none;
}

div.subnavi {
	border-width: medium;
	border-top-style: solid;
/* 	border-right-style: solid; */
	border-bottom-style: solid;
/* 	border-left-style: solid; */
}

div.subnavi-nobottom {
	border-width: medium;
	border-top-style: solid;
/* 	border-right-style: solid; */
/* 	border-bottom-style: solid; */
/* 	border-left-style: solid; */
}

div.subnavi-notop {
	border-width: medium;
/* 	border-top-style: solid; */
/* 	border-right-style: solid; */
	border-bottom-style: solid;
/* 	border-left-style: solid; */
}

div#main {

	float: right;
	background-color: white;
	width: 85%;
}

div#bodytext {
	margin: 15px;
}
div#footer {
	text-align: center;
	clear: both;
	background-color: #efefef;
}
