@import url("search.css");
@import url("menu.css");
@import url("left.css");
@import url("content.css");
@import url("news.css");
@import url("box.css");
@import url("list.css");
@import url("gallery.css");
@import url("poll.css");
@import url("sitemap.css");
@import url("printpage.css");

/* page */
body	         {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	padding: 9px 5px 5px 5px;
	margin: 0;
}

p, form {
	margin: 0;
	padding: 0;
}

table {
	display: inline;
}

/* Print */
#print { display: none; }

/* header - txt & headline */

/* Header */
#header	{
	display: block;
	width: 891px;
	height: 139px;
}

/* Header */
#pageHeader	{
	display: block;
	width: 891px;
	height: 22px;
	color: #417999;
	font-size: 10px;
	background-image: url(../images/c_map_lang_back.jpg);
	background-repeat: no-repeat;
}
.mapaSajta {
	display: block;
	float: left;
	line-height: 17px;
	vertical-align: middle;
	padding-left: 31px;
}
.mapaSajta	a:active, .mapaSajta a:visited, .mapaSajta a:link { color: #417999; text-decoration: none; }
.mapaSajta a:hover { text-decoration: underline; }

.langLinks	{
	display: block;
	float: right;
	line-height: 17px;
	vertical-align: middle;
	padding-right: 56px;
}
.langLinks	a:active, .langLinks a:visited, .langLinks a:link { color: #417999; text-decoration: none; }
.langLinks a:hover { text-decoration: underline; }

#SearchMenuWrapper	{
	display: block;
	width: 891px;
	height: 34px;
	line-height: 34px;
	background-image: url(../images/c_search_menu_back.jpg);
	background-repeat: no-repeat;
}
.SearchMenuPadd	{
	padding: 0px 41px 0px 34px;
}

/* Content */
.contentMainBack	{
	background-image: url(../images/c_main_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#contentWrapper	{
	display: block;
	width: 891px;
	background-image: url(../images/c_content_back.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
}

#contentPadd	{
	padding: 0px 28px 0px 30px;
}
.contentLeftColumn	{
	display: block;
	float: left;
	width: 182px;
	border-left: 1px solid #417999;
	border-right: 1px solid #417999;
	/*background-color: #00FF00;*/
}
.contentRightColumn	{
	display: block;
	float: right;
	width: 648px;
	border-right: 1px solid #417999;
	/*background-color: #FF0000;*/
}

.contentRightColumn	a:active, .contentRightColumn a:visited, .contentRightColumn a:link { color: #41799a; text-decoration: none; }
.contentRightColumn a:hover { color: #ffa302; text-decoration: none; }

.contentRightColumn ul	{
	list-style-image: url(../Images/c_bullet.gif);
}

/* Footer */
#footerWrapper	{
	display: block;
	width: 891px;
	height: 70px;
	background-image: url(../images/f_main_back.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	color: #595959;
	font-size: 11px;
}
#footerWrapper	a:active, #footerWrapper a:visited, #footerWrapper a:link { color: #595959; text-decoration: none; padding-left: 22px; }
#footerWrapper a:hover { color: #ffa302; text-decoration: none; }
.footerPadd	{
	padding-top: 19px;
	padding-right: 42px;
}
.footerCopyPadd	{
	padding-right: 200px;
}
