/*@import url(blueprint/reset.css);*/
@import url(nav.css);
@import url(novosti.css);

* {
	margin: 0;
	padding: 0;
}

a {color: #485455;}

body {
	background: #FEF5E3 url(../images/body.gif) repeat-x top left;
	text-align: center;
	font-family: Times New Roman, Arial;
	color: #485455;
	font-size: 15px;
	line-height: 22px;
}

img {border:0;}

DIV#language
{
	width: 515px;
	height: 22px;
	padding: 5px 12px;
	background: #CFE0D2;
	float: right;
	color: #84A1A3;
	font-size:10px;
	float:right;
}

DIV#language A
{
	color: #84A1A3;
	text-decoration: none;
}

DIV#switch { float: right;}

#wrapper {
	width: 914px; /*42+42*/ 
	padding: 0px 42px;
	/*display: inline; */
	min-height: 600px;
	height: 600px;
	/*border: 1px dotted #000;*/
	margin: 0px auto;
	text-align: left;
	
}

#header, #headerRest
{
	width: 914px;	
	clear:both;
}



/********** Header image rotator *****************/
#rotator, #headerRest #rotator {
	overflow: hidden;
	position: relative;
	width: 539px;
	height: 313px;
	margin-left: 374px;
}



#headerRest #rotator { height: 223px;}

#rotator img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/********** END Header image rotator *************/

DIV#content{ clear: both;}


DIV#leftContent 
{
	width:315px; /*375*/
	float: left;
	padding: 20px 30px 0px 30px;
}

DIV#rightContent
{
	width: 469px; /*539*/
	padding: 60px 30px 20px 40px;
	float:right;
	background: #CFE0D2;
}

DIV#footer 
{
	clear:both;
	font-size: 9px;
	color: #fff;	
	margin-top: 30px;
}

DIV.clear 
{
	clear: both;	
}

/* -CSS for lightbox- */
ul#galThumbs  li
{
	float: left;
	margin-right: 20px;
	list-style-type: none;
}

/* - END CSS for lightbox*/

H1
{
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;	
	text-transform: uppercase;
	margin: 3px 0px;
}

P{margin: 10px 0px;}

TABLE
{
	border: 0;	
}

TABLE TR TD
{
	font-size: 12px;
	padding: 4px;
	border: 1px dotted #7EA6A9;	
}

.red_border {
	border: 1px solid red;
}

TABLE.no-border tr td {border: 0px;}