@charset "iso-8859-1";
/* author: Ejaculation */

body {
	font-family: Tahoma;
	font-size: small;
	background: #000000     ; /* bg */
	color: #ffffff; /* txt */
	scrollbar-base-color: #000000; /* bg */
	text-align: center;
	margin: 5px;
}

div.body {
	font-family: Tahoma;
	font-size: small;
	color: #ffffff; /* txt */
	text-align: center;
	width: 790px;
	margin: 0 auto 0 auto;
}

div.banner {
	float: left;
	width: 234px;
	height: 60px;
	color: #ffffff; /* txt */
	overflow: hidden;
}

div.header {
	float: left;
	width: 322px;
	height: 60px;
	overflow: hidden;
}

div.column_nav {
	float: left;
	width: 160px;
	height: 100%;
	overflow: hidden;
	text-align: left;
	color: #ffffff; /* ct_txt */
}

div.column1 {
	float: left;
	width: 200px;
	overflow: hidden;
	text-align: left;
	margin-left: 10px;
	color: #ffffff; /* ct_txt */
}

div.column2 {
	float: left;
	width: 410px;
	overflow: hidden;
	text-align: left;
	margin-left: 10px;
	color: #ffffff; /* ct_txt */
}

div.column3 {
	float: left;
	width: 620px;
	overflow: hidden;
	text-align: left;
	margin-left: 10px;
	color: #ffffff; /* ct_txt */
}

div.copyrights {
	width: 790px;
	overflow: hidden;
	text-align: center;
	font-size: x-small;
	color: #ffffff; /* txt */
	margin-top: 10px;
	font-weight: bold;
	clear: both;
}

sub {
	margin: 0px;
	padding: 0px;
	font-size: xx-small;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: large;
}

h2,h3 {
	margin: 0px;
	padding: 0px;
	font-size: small;
}

form {
	margin: 0px;
	padding: 5px;
}

input, select {
	font-family: Tahoma;
	font-size: small;
	color: #ffffff;
	background: #000000;
	border: 1px solid #ffffff;
}

textarea {
	font-family: Tahoma;
	font-size: small;
	color: #ffffff;
	background: #000000;
	scrollbar-base-color: #000000; /* ct_bg */
	border: 1px solid #ffffff;
}

a, a:hover {
	color: #ffffff; /* ct_txt_link */
	text-decoration: none;
	font-size: small;
}

a:hover {
	text-decoration: underline;
}

a.kop, a.kop:hover {
	color: #ffffff; /* kop_txt */
	text-decoration: none;
	font-size: small;
}

a.kop:hover {
	text-decoration: underline;
}

a.body, a.body:hover {
	color: #ffffff; /* txt */
	text-decoration: none;
	font-size: small;
}

a.body:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.comment {
	font-size: xx-small;
}

.nostylesmall {
	border: 0px;
	background: #000000; /* ct_bg */
}

.popitmenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #000000; /* ct_bg */
	border: 1px solid #996633; /* kop_bg */
	z-index: 100;
	visibility: hidden;
}

.box {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background: #000000; /* ct_bg */
	zoom: 100%;
}

.box p {
	padding: 0px 5px 5px 5px;
	margin: 0px;
	color: #ffffff; /* ct_txt */
}


.box ul {
	margin: 2px 0px 2px 0px;
	padding: 5px;
	color: #ffffff;
}

.box ul.circle {
	margin: 0px 0px 0px 17px;
	list-style-type: circle;
}

.box ul.disc {
	margin: 0px 0px 0px 17px;
	list-style-type: disc;
}

.box ul.square {
	margin: 0px 0px 0px 17px;
	list-style-type: square;
}

.box ul.numeric {
	margin: 0px 0px 0px 29px;
	list-style-type: decimal;
}

.box ul li {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.box h2, .box h3, .box h4 {
	background: #996633; /* kop_bg */
	color: #ffffff; /* kop_txt */
	text-align: left;
	font-size: small;
	padding: 3px 5px 3px 5px;
	margin: 0px;
}

.box h2 a, .box h3 a, .box h4 a, .box h2 a:hover, .box h3 a:hover, .box h4 a:hover {
	text-decoration: none;
	color: #ffffff; /* kop_txt */
}

.box h5 {
	margin: 5px 5px 3px 5px; 
}

.sitemap
{
	background-color: black;
	margin: 10px 0px 0px 0px;
}

.sitemap h2
{
	background: #996633; /* kop_bg */
	color: #ffffff; /* kop_txt */
	text-align: left;
	font-size: small;
	padding: 3px 5px 3px 5px;
	margin: 0px;
}

.sitemap span, .sitemap a
{
	text-decoration: underline;
	font-weight: bold;
}

.sitemap a:hover
{
	text-decoration: none;
}

.sitemap ul
{

}

.sitemap li
{
	list-style: disc;
}

.sitemap li ul
{

}

.sitemap li li
{
	list-style: square;
}

.sitemap li li a
{
	font-weight: normal;
}

hr
{
	height: 1px;
	color: #AAAAAA;
	margin-left: 10px;
}

#smalllinks, #smalllinks a
{
	text-align: justify;
	font-size: 9px;
	color: #AAAAAA;
	padding-right: 10px;
}
#smalllinks li
{
	display: inline;
}


.fakelink
{
  color: #000;
  text-decoration: none;
  font-size: small;
  cursor: pointer;
}
 
.fakelink-hover
{
  text-decoration: underline;
  cursor: pointer;
}
