html, body {
	margin: 0;
	padding: 0;
	
	font-family: Verdana;
	font-size: 12px;
	
	color: #000;
	
	background-image: url(img/site/bg.jpg);
}

a
{
	color: #000;	
}

img
{
	border: none;	
}

#holder
{
	width: 900px;
	margin: 0 auto;
	
	overflow: hidden;
}

#header .top
{
	height: 50px;
	width: 885px;
	
	background-image: url(img/site/header_bg.jpg);

	text-align: right;
	
	padding-top: 25px;
	padding-right: 15px;
}

#header .top a
{
	font-family: Georgia, Helvetica, Times New Roman;
	color: #ffffff;
	text-decoration: none;
}

#header .top a:hover
{
	color: #c5baab;
}

#header .top ul
{
	float: right;
	padding: 0px;
	margin: 0px;	
	
	text-align: left;
}

#header .top ul li
{
	list-style: none;	
}

#page
{
	float: left;
	width: 555px;
	
	padding-right: 25px;
}

#page h2
{
	font-family: Georgia, Helvetica, Times New Roman;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#page .left
{
	float: left;
	width: 220px;
	padding-right: 15px;	
}

#page .right
{
	float: left;	
}

#page .right input, #page .right textarea
{
	width: 270px;
	height: 20px;
	padding-top: 5px;
	border: none;
	background-color: #fff;	
}

#page .right textarea
{
	height: 145px;	
}

#page .right #f_del, #page .right #f_send,  #page .right #f_send_en,  #page .right #f_del_en
{
	width: 71px;
	height: 22px;
	
	cursor: pointer;
}

#page .right #f_del
{
	background: none;
	background-image: url('img/site/vymazat.gif');	
}

#page .right #f_del_en
{
	background: none;
	background-image: url('img/site/vymazat_en.gif');	
}

#page .right #f_send
{
	background: none;
	background-image: url('img/site/odoslat.gif');	
}

#page .right #f_send_en
{
	background: none;
	background-image: url('img/site/odoslat_en.gif');	
}


#page .more
{
	float: right;	
}

.menu, .submenu
{
	overflow: hidden;
	width: 560px;
}

.menu a, .submenu a
{
	display: block;
	float: left;	
	padding-left: 15px;
	padding-right: 15px;
	font-family: Georgia, Helvetica, Times New Roman;
	text-decoration: none;	
	
	background-image: url(img/site/menubg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;	
	
	text-transform: uppercase;
}

.menu a
{
	height: 35px;
	padding-top: 15px;
	font-size: 20px;
}

.menu a:hover, .menu a.active
{
	background-image: url(img/site/menusipka_hore.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.submenu a
{
	padding-top: 10px;
	height: 30px;
	font-size: 11px;
	background-position: 0px 31px;
}

.submenu a:hover, .submenu a.active
{
	background-image: url(img/site/menusipka_dole.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.container1
{
	float: left; 
	width: 100%; 
	overflow: hidden;
}

.container2
{
	float: left; 
	width: 100%; 
	 
	position: relative;
	left: 580px;
	
	background-image: url(img/site/bg_black.jpg);
	background-repeat: repeat-y;
}

.newska
{
	color: #fff;
	width: 284px;
	background-image: url(img/site/bg_green.jpg);
	
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
	padding-bottom: 5px;
}

.newska h2
{
	font-family: Verdana;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	
	font-weight: normal;
	text-transform: uppercase;
}

.newska a
{
	color: #fff;	
}

#footer
{
	width: 100%;
	float: left;
	padding-top: 15px;
	
	font-size: 11px;
	
	border-top: 1px solid #000;
}

#footer #menu
{
	width: 100%;
	overflow: auto;	
}

#footer #menu ul
{
	padding: 0px;
	margin: 0px;
}

#footer #menu ul li
{
	list-style: none;
	float: left;
	padding-right: 10px;
}

#footer #menu ul li a
{
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer #copy
{
	padding-top: 10px;
	color: #635a2e;
	
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

#footer #copy a
{
	text-decoration: none;
	color: #635a2e;
}

#footer #finance
{
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer #finance a
{
	text-decoration: none;
}

.bytinfo
{
	float: right;
	color: #fff;
	width: 284px;
	background-image: url(img/site/bg_black.jpg);
	
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#listing h2
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;	
}

#listing th
{
	height: 22px;
	font-size: 12px;
	font-family: Georgia, Helvetica, Times New Roman;
	font-weight: normal;
	text-transform: uppercase;	
}

#listing td
{
	height: 22px;
	text-align: center;
}

#listing tr.odd
{
	background-image: url(img/site/list_odd_bg.jpg);
}


#listing td.odd
{
	background-image: url(img/site/sipkadole.gif);
	background-position: -1px 1px;
}

#listing td.even
{
	background-image: url(img/site/list_odd_noarrow.jpg);
	
}

#pagelist .page
{
	width: 560px;
	margin-right: 20px;
	border-bottom: 1px solid #000;
	margin-top: 10px;
}

#pagelist .page img
{
	border: none;	
}

#pagelist .page h2
{
	font-family: Georgia, Helvetica, Times New Roman;
	font-size: 16px;
	font-weight: normal;
	
	text-transform: uppercase;
	
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

#pagelist .page .date, #page .date
{
	color: #635a2e;
}

#page .gallery
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#page .gallery img
{
	margin-right: 10px;
	margin-bottom: 10px;
}
