/* CSS Document */
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9ba23c;
	text-decoration: none;
	margin:0;
	padding:0;
	line-height: 24px;
	background-color: #000000;
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #99a343;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99a343;
}
a:hover {
	text-decoration: none;
	color: #99a343;
}
a:active {
	text-decoration: none;
	color: #99a343;
}

h1{
	font-size: 16px;
	color: #9ba23c;
}
.language{
	font-size: 11px;
	color: #000;
}
.mainbody{
	margin-top: 36px;
}
.newslist{
	margin: 10px 10px 5px 10px;
}
.newsdate{
	font-size: 11px;
	line-height: 13px;
}

A.maintext:link {
	font-size: 14px;
	color: #9ba23c;
	text-decoration: none;
}
A.maintext:visited {
	font-size: 14px;
	color: #9ba23c;
	text-decoration: none;
}
A.maintext:hover {
	COLOR: #000; BACKGROUND-COLOR: #9ba23c;
}

.bottom{
	margin-top: 20px;
}
A.whitetext:link {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
A.whitetext:visited {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
A.whitetext:hover {
	COLOR: #000;
	text-decoration: underline;
}
.maininput{
	background-color: #000000;
	border: 1px solid #000000;
	color: #9ba23c;	
}
.tdpadding{
	padding-right: 5px;
	padding-left: 5px;
}
.guestbook{
	margin-bottom: 10px;
}
.indexnews{
	line-height: 18px;
}

.suptmsmall{
	vertical-align: super;
	font-size: 8px;
	line-height: 6px;
}