div {
  margin: 0px;
  font-family: Arial;
  font-style: oblique;
  color: #0000CC;
}
body
{

 margin: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: 400;
}

h1 {
  font-family: Arial;
  color: #1E90FF;
  font-variant: normal;
  font-weight: bold;
  font-size: 16px;
}
h2 {
  font-family: Arial;
  color: #000080;
  font-variant: normal;
  font-weight: bold;
  font-size: 16px;
}

span {
 font-family:  Arial, Helvetica, sans-serif;
 color: #FF0000;
 font-size: 16px;
 font-weight: bold;
}

.back_h {
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
}
.back_b {
	background-image: url(../img/bot.jpg);
	background-repeat: no-repeat;
    background-position: bottom;
}

.back_b1 {
	background-image: url(../img/bot2.jpg);
	background-repeat: no-repeat;
    background-position: bottom;
}
.back_menu {
	background-image: url(../img/menu_f.jpg);
 background-repeat: repeat;
    background-position: top;
}

.back_razdel {
	background-image: url(../img/menu_fr.jpg);
   background-repeat: repeat-y;
    background-position: top;
}

.font1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
    color: #4169E1;
}


.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
    color: #000000;
}

/*------------------------news*/
.news  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1E90FF;
  text-align: justify;
}
.reklama  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
}



.news_date  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #0000CC;
  text-align: left;
}
a.news {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	font-variant: normal;
	color: #FF0000;
    text-decoration: none;

}

a:hover.news {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	font-variant: normal;
	color: #0000CC;
    text-decoration: underline;

}

tr.rasp{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   background-color: #F0FFF0;
  }
tr.head{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   background-color: #FAF0E6;
  }



a:link.news {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	font-variant: normal;
	color: #FF0000;
    text-decoration: none;

}


/*------------------------news*/


a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	font-variant: normal;
	color: #0066CC;
    text-decoration: none;
    margin-left: 0px;
}

a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	font-variant: normal;
	color: #191970;
    text-decoration: underline;
    margin-left: 0px;
}


a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	font-variant: normal;
	color: #0066CC;
    text-decoration: none;
    margin-left: 0px;
}


/* SLIMBOX */


/* Main Menu(s) */

span.menu {
font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	font-variant: normal;
	color: #191970;


}


a.mainmenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
    text-decoration: none;
    margin-left: 0px;
}

a:hover.mainmenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	font-variant: normal;
	color: #191970;
    text-decoration: underline;
    margin-left: 0px;
}


a:link.mainmenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
    text-decoration: none;
    margin-left: 0px;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../slimbox/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../slimbox/css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../slimbox/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../slimbox/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

