body {
	background-color: #ffffff;
	color: #000000;
	
	font-family: "Courier New", courier;
}

#content a,
#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	outline: none;
	border: none;
	text-decoration: none;
	color: #000000;
}
/*
a:after {
	content: " [" attr(href) " ] ";
	color: #999;
	text-decoration: none;
}

a.klick:after {
	content: "";
	text-decoration: none;
}
*/
#top_left {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 339px;
	height: 130px;
	border-bottom: 1px #999 solid;
	font-size: 10px;
	line-height: 13px;
}

#content {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 339px;
	padding: 0 0 10px 0;
	border-bottom: 1px #999 solid;
	font-size: 10px;
	line-height: 13px;
}

#content img {
	margin: 2px 0 4px 0;
	padding: 0;
	border: none;
	outline: none;
	display: block;
}

#content .slide {
	display: none;
}

#content .item {
	margin-bottom: 30px;
}

#content ul {
	list-style-type: circle;
	padding-left: 1.5em;
}

#content ul li {
	padding: 0;
	margin: 0;
}

#menu li, 
h1,
h2,
h3 {
	font-family: "Courier New", courier;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	/* text-transform: uppercase; */
}

h2,
h3 {
	font-size: 1em;
	
	text-transform: uppercase;
	/*margin-bottom: 10px;*/
}

.wide,
h1,
h2 {
	letter-spacing: 0.4em;
}

.line {
	width: 339px;
	height: 1px;
	border-bottom: 1px solid #999;
	padding: 0;
	margin: 0;
	font-size: 0px;
}

.left {
	text-align: right;
	position: absolute;
	top: 340px;
	left: 5px;
	width: 40px;
}

.right {
	text-align: left;
	position: absolute;
	top: 340px;
	left: 785px;
	width: 40px;
}

#top_right,
#menu,
.sun,
.moon,
.noprint,
.left,
.right {
	display: none;
}

