@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #000000;
	background-image: url('images/hatter.jpg');
	background-repeat: repeat;
	background-position: left;
	background-attachment: fixed;
	margin: 10px;
	text-align: justify;
	font-family: "Arial", Trebuchet MS, Tahoma, Helvetica;
	font-size: 16px;
	color: #C0C0C0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #C0C0C0;
}

a:hover {
	text-decoration: underline;
}

a.active {
	padding: 0 5px;
	color: #990;
}

a.inactive {
	padding: 0 5px;
	border: #666 1px solid;
}

ul {
	list-style-position: inside;
}

table {
	border-spacing: 2px;
	width: 100%;
}

tr.menu{
	background-color: #000000;
	color: #333333;
}

tr.menuactiv {
	background-color: #E1F0C4;
	color: #909B78;
}

img {
	border: none;
}

.imgerror {
	vertical-align: bottom;
}

.menucell {
	height: 40px;
	padding-left: 15px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

.box {
	padding: 5px;
	border: 0px #CCC solid;
	margin: 10px 2px;
	text-align: justify;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#content {
	background-color: #000000;
	border: thin #000000 solid;
}

#content, #bottom {
	padding: 10px;
	margin: 5px 0;
}

#content_top, #content_bottom {
	padding: 1px;
	border: 1px #000000 solid;
	text-align: justify;
}

#content_bottom {
	clear: both;
}

#content_left, #content_right {
	float: left;
	border: 1px #000000 solid;
	padding: 10px;
	margin: 10px 0;
}

#content_left {
	width: 180px;
	background-color: #000000;
	background-image: url('images/kishatter.png');
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: sroll;
}

#content_right {
	width: 680px;
	min-height: 500px;
	margin-left: 10px;
	background-color: #000000;
	line-height: 1.5;
}