html,body {
	background-color: #FFFFFF;
	background-image: url(../images/tile.gif);
	background-repeat: repeat-y;
	margin: 0px;
	height: 100%;

}


.language-menu {
	background-image: url(../images/language_menu.jpg);
	background-repeat: no-repeat;
}

.language-menu-small {
	background-image: url(../images/language_menu_small.jpg);
	background-repeat: no-repeat;
}

.menu {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}

#grass {
	background-image: url(../images/grass.jpg);
	background-repeat: no-repeat;	
	padding-top: 15px;
	font-size: 11px;
	color: white;
	padding-left: 17px;
}

#not-grass {
	font-size: 11px;
	color: #333333;
	padding-left: 17px;
}

#latest-news-bg {
	background-image: url(../images/latest_news.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: white;
	padding-left: 17px;
	text-align: left;
	font-weight: bold;
}

.latest-news-link {
	color: white;
	text-decoration: none;
}
.latest-news-link:hover {
	color: white;
	text-decoration: none;
}

#latest-news-bg1 {
	background-image: url(../images/latest_news1.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: white;
	padding-right: 17px;
	text-align: right;
	font-weight: bold;
}

#member-area-bg {
	background-image: url(../images/member_area.gif);
	background-repeat: no-repeat;	
	font-size: 10px;
	color: white;
	padding-left: 17px;
}

#main-content {
	width: 500px;
	margin-left: 25px;
	margin-top: 25px;
}

.content {
	width: 500px;
	margin-left: 25px;
}

.icons {
	margin-top: 23px;
}

/* Need only for first page */
.reg {
	border: 1px solid #999999;
	width: 130px;
	font-size: 9pt;
}

#main-content-home {
	width: 500px;
	margin: 0px;
}
/* Need only for first page */

.required {
	color: #EE1C25;
	font-weight: bold;
	font-size: 10pt;
}

.error {
	color: #EE1C25;
	font-weight: bold;
	font-size: 8pt;
}

.error1 {
	color: #EE1C25;
	font-size: 8pt;
}

.main-bolds {
	color: #FF6600;
	font-size: 10pt;
	font-weight: bold;
}

.main-bolds-big {
	color: #FF6600;
	font-size: 12pt;
	font-weight: bold;
}

.main-links {
	color: #FF6600;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.main-links:hover {
	color: #FF6600;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.download {
	color: #284388;
	font-size: 9pt;
	text-decoration: underline;
}

.download-pasiv {
	color: #666666;
	font-size: 9pt;
	text-decoration: none;
}

.download:hover {
	color: #284388;
	font-size: 9pt;
	text-decoration: none;
}

.download-no {
	color: #666666;
	font-size: 9pt;
	text-decoration: none;
}

legend {
	font-size: 10px;
}

fieldset {
	padding: 5px;
}

.search-box {
	margin-top: 5px;
	margin-right: 15px;
}

#news-pad {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}

.news-links {
	color: #333333;
	font-size: 8pt;
	text-decoration: underline;
}

.news-links:hover {
	color: #333333;
	font-size: 8pt;
	text-decoration: none;
}

h2 {
	margin-bottom: 0px;
}

p,blockquote,strong {
	font-size: 9pt;
	text-align: justify;
}

.linked-img {
	border: 1px solid #666666;
}

.left-date {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

.submit-button {
	background-color:#CCCC99; 
	border: 1px solid #666600;
}

.file-box {
	border: dashed 1px #e0e0e0; 
	background-color: #f8f8f8;
	padding-left: 5px;
	padding-right:5px; 
	text-align: right;	
}

a {
	color: #284388;
	text-decoration: underline;
}

a:hover {
	color: #284388;
	text-decoration: none;
}