.empty {
}

body {
	background-color: #FFFAEC;
		/*background-color: #FFFFFF;*/
	background-image: url('/images/white.gif');
	background-repeat: repeat-y;
}

body, table {
	margin: 0px;
	padding: 0px;
	font-family: Times;
	font-size: 12px;	
	color: #000000;
}

td.greenbg {
	background-color: #207123;
}

table.lgreenbg {
	background-color: #367E39;
}

table.topbg {
	background-image: url('/images/topbg.png');
	background-position: 100% 0%;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

table.topbg td {

}

td.natur {
	background-image: url('/images/natur.gif');
	background-position: 100% 0%;
	background-repeat: no-repeat;
	height: 108px;
	padding-top: 16px;
}

td.natur2 {
	background-image: url('/images/natur2.gif');
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

td.newstitle {
	color: #262626;
	font-size: 19px;
	border-bottom: 1px solid #207123;
	padding: 0px 2px 5px 10px;
}

td.news {
	padding-right: 10px;
	padding-left: 10px;
}

td.anonsdate {
	font-family: times;
	padding-top: 6px;
	color: #262626;
}

td.anonsdate hr{
	height: 1px;
    border: none;
    background-color: #262626;
	margin-right: 70px;
	margin-top:-2px;
}

td.anons {
	padding-bottom: 10px;
}

/*
td.leftbg {
	background-image: url('/images/natur2.jpg');
	background-position: 268px; 100%;
	background-repeat: no-repeat;
}
*/

div.natur img {
	margin-top: 26px;
}

td.m {
	padding-left: 4px;
	padding-right: 4px;
} 

table.menu td {
	font-family: times;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
}

table.menu a {
	color: white;
	text-decoration: none;
}

table.menu a:hover {
	color: white;
	text-decoration: none;
}

table.menu a:visited {
	color: white;
	text-decoration: none;	
}

table a.menu {
	color: white;
	display: none;
}

table.main {
	background-image: url('/images/down.gif');
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

td.content {
	padding: 15px 25px 15px 15px;
	font-family: Times;
	font-size: 14px;
}

td.content img {
	border: 3px solid #207123;
}

h1 {
	font-size: 17px;
	font-family: Georgia;
}

h2 {
	font-size: 15px;
	font-family: Georgia;
}

h3 {
	font-size: 14px;
	font-family: Georgia;
}

td.content p:first-letter {
    font-weight: 600;
	margin-left: 2px;
}

a {
	color: #207123;
	text-decoration: underline;
}

a:hover {
	color: #207123;
	text-decoration: none;
}

a:visited {
	color: #207123;
}

