@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

#superbox
  {
  width: 930px;
  height: 608px;
  margin: 40px 0px 0px 0px;
  /* position: absolute; */
  /* top: 40px;
  left: 40px; */
  background-color: #CCC;
  /*    background: url(klematis.jpg) repeat;    */
  border: 1px solid #000000;
  /* NEW */ display: block; margin-left: auto; margin-right: auto
  }


#top {
	height: 115px;
	width: 930px;
	/* position: absolute; */
	left: 0px;
	top: 0px;
}
#navi {
	height: 28px;
	width: 930px;
	/* position: absolute; */
	left: 0px;
	top: 115px;
	border-top: thin solid #ed1e79;
	border-bottom: thin solid #ed1e79;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	vertical-align: middle;
	line-height: 30px;
	color: #000;
	font-style: normal;
	font-weight: bold;
}


#leftpart {
	margin: 40px 20px 70px 30px;
	border-right: thin solid #000;
	float: left;
	height: 327px;
	width: 281px;
	/* position: absolute; */
	/* top: 190px; */
	/* right: auto;
	left: 30px; */
	/* border-top: thin solid #578d76; */
	/* border-bottom: thin solid #578d76; */
}

#logo {
	z-index: 1;
	height: 154px;
	width: 154px;
	float: right;
	margin: -160px 0px 0px 0px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

#maintext {
	z-index: 2;
	height: 367px;
	width: 576px;
	float: right;
	margin: 40px 20px 0px 0px;
	/* position: absolute; */
	/* left: 347px; */
	/* top: 191px; */
	font-size: 15px;
	text-align:justify;
	font-family: Verdana, Geneva, sans-serif;
	/* border-bottom: thin solid #578d76; */
	/* border-top: thin solid #578d76; */
}
#footer {
	width: 930px;
	height: 58px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* position: absolute; */
	/* left: 0px;
	top: 580px; */
 border-top: thin solid #ed1e79; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #999;
	text-align: center;
}





.navitext {
	font-size: 18px;
}
p.readon {
	color:#999;
}
a:link {
	color: #000;
	font-style:oblique;
	text-decoration:none
}
a:visited {
	color: #000;
	font-style:oblique;
	text-decoration:none
}
a:hover {color: #ed1e79; font-size:17px;}
body {
	background-color: #000;
}
#superbox #maintext .readon a {
	text-align: right;
}
p.smalltext {
	font-size: 13px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left: 60; padding-left: 0px
	/* list-style-position: inside; */
	/* margin: 0px 0px 0px 100px;
	padding: 0px 0px 0px 100px; */
}

