@import url(anons/anons.css);

/****************************************************************/
/* BASIC TAGS */
/****************************************************************/
html, body	{
	height: 100%;
}
body	{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #E7E7E7;
}
a	{
	color:#000;
	text-decoration:underline;
}
a:hover	{
	color:#090;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.4em 10px 10px 18px;
	text-indent: 1.5em;
	font-weight: normal;
}
p {
	margin: 10px 10px 10px 18px;
	text-align:justify;
	text-indent: 1.3em;
}
hr	{
	width:90%;
	text-align:center;
	border:1px solid #CCC;
	height:0px;
}

/****************************************************************/
/* HEADER */
/****************************************************************/
#header	 {
	padding: 30px 5% 10px 250px;
	background-image: url(pic/logo.png);
	background-repeat: no-repeat;
	background-position: 5% center;
	height: 170px;
}
.tophdr {
	border-bottom: 1px dotted #999999;
	font-size:1.8em;
}
.bothdr {
	font-size:2.2em;
}

/****************************************************************/
/* TOP NAVIGATION AREA */
/****************************************************************/
#nav	 {
	padding: 3px 5%;
	background-color: #CCC;
	font-size:1.1em;
	border-top:3px solid #060;
}
#nav ul {
	margin: 0;
}
#nav li {
	display:inline;
	list-style:none;
	margin: 0;
	padding: 0;
}
#nav li a {
	display:inline-block;
	padding: 1px 10px;
	color:#000;
	text-decoration:none;
	background:#CCC;
}
#nav li a:hover {
	color:#FFF;
	text-decoration:none;
	background:#060;
}

/****************************************************************/
/* BASIC CONTENT AREAS FOR PAGES */
/****************************************************************/
#main	 {
	width: 58%;
	float: left;
	padding: 10px 1% 10px 1%;
}
#main2	 {
	width: 80%;
	float: right;
	padding: 10px 1% 10px 1%;
}
#main3	 {
	padding: 10px 4% 10px 4%;
}

/****************************************************************/
/* RIGHT AREA FOR INDEX */
/****************************************************************/
#anons	 {
	width: 35%;
	float: right;
	padding: 10px 2% 10px 1%;
}
#anons div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 2px solid #CCCCCC;
	margin: 5px;
	padding: 6px 6px 6px 128px;
	background-repeat: no-repeat;
	background-position: 6px center;
}
#anons div a {
	color:#000;
	text-decoration:none;
}
#anons div a:hover {
	color:#090;
	text-decoration:none;
}
#anons div img {
	float:left;
	border: 1px solid #999;
	margin: 6px;
	padding: 1px;
	clear:left;
}
/* Anons for future */
#anons div.soon {
	background-color: #aaa;
}
#anons .soon a, #anons .soon a:hover {
	color:#000;
}

/****************************************************************/
/* LEFT DESIGNED AREA */
/****************************************************************/
#leftdsgn	 {
	width: 15%;
	float: left;
	padding: 10px 2% 10px 1%;
	text-align: center;
}
#leftdsgn img {
	border: 1px solid #999;
	margin: 2px;
	padding: 1px;
	clear:both;
}

/****************************************************************/
/* FOOTER AND BANNERS */
/****************************************************************/
#footer {
	clear:both;
	padding: 10px 5%;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#cnt {
	clear:both;
	padding: 10px 5%;
	text-align: center;
}
#cnt img {
	border:0;
}

/****************************************************************/
/* MISC FOR MAIN AREAS */
/****************************************************************/
.subhdr {
	border-top: 1px dotted #999999;
	font-size:1.2em;
	margin: 1.4em 10px 10px 100px;
	text-indent: 1.5em;
}
.surc {
	font-style: italic;
	color: #333333;
	text-align: right;
}
img.inmain {
	border: 1px solid #999;
	margin: 10px;
	padding: 1px;
}
#main3 img {
	margin: 10px;
	padding: 1px;
}
.igleft {
	float: left;
}
.igright {
	float: right;
}
.bukv {
	font-size:1.4em;
	vertical-align:baseline;
}
.novost {
	margin: 12px;
	padding: 10px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
