﻿/*
 * Eksterni style sheet-ovi se ucitavaju kao persistent style sheets i linkuju se alfabetski:
 *
 * <link href="App_Themes/Simple/ThemeA.css" type="text/css" rel="stylesheet" />
 * <link href="App_Themes/Simple/ThemeB.css" type="text/css" rel="stylesheet" />
 * <link href="App_Themes/Simple/ThemeC.css" type="text/css" rel="stylesheet" />
 */

/* After the '0' length, the unit identifier is optional. */

body {
	background: #D6EBEF url("images/bg.gif") no-repeat center top;
	color: #333;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0
}

/* CSS3 */
.stack { display: block }

/* link pseudo-classes */
/* M17 */
a:link {
	color: #666;
	text-decoration: underline
}
a:visited {
	color: #C00;
	text-decoration: underline /* NS 4.x */
}

/* dynamic pseudo-classes */
a:hover {
	color: #F00;
	text-decoration: none
}

.tblTemplate td { text-align: left }
.Home .Right { background: url("PodrskaKorisnicima/bg.gif") no-repeat left top }
td.Footer { background: #D6EBEF }
div.Footer {
	color: #8B989A;
	font-size: 10px;
	font-weight: bolder;
	padding-top: 20px
}
div.Footer ul {
	/*background: url("Footer/ul-bg.gif") no-repeat left center;*/
	float: right;
	font-size: 11px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 20px;
	padding-left: 0;
	white-space: nowrap
}
div.Footer li { display: inline }
div.Footer li a {
	display: block;
	float: right;
	font-weight: bold;
	padding: 8px 15px
}
div.Footer li a:link, div.Footer li a:visited {
	background: url("Footer/ul-bg.gif") no-repeat right center;
	color: #83BECB;
	text-decoration: none
}
div.Footer li a:hover {
	background: url("Footer/ul-bg-hover.gif") no-repeat right center;
	color: #93B5BB;
	text-decoration: none
}

.PressCentar {
	background: url("PressCentar/bg.gif") no-repeat left top;
	min-height: 325px;
	width: 317px;
	white-space: normal
}
.ArchiveTitle { margin-bottom: 5px }
.PressCentar dl {
	font-weight: bold;
	margin: 0 7px;
	padding: 5px 12px 1px 12px
}
.PressCentar dt.link a:link, .PressCentar dt.link a:visited {
	color: #575757;
	text-decoration: none
}
.PressCentar dt.link a:hover {
	color: #333;
	text-decoration: none
}
.PressCentar dd.DATETIME_PUBLISHED {
	color: #9DCBD7;
	font-size: 11px;
	margin-left: 0;
	margin-bottom: 6px
} 
.PressCentar .hlArchive { margin-left: 20px }

.UFokusu {
	background: url("UFokusu/bg.gif") no-repeat right top;
	min-height: 325px;
	width: 312px;
	white-space: normal
}
.UFokusu .ArchiveTitle { margin-bottom: 0 }
.UFokusu dl { margin-top: 0 }
.UFokusu dt.image { float: right; margin-right: 15px }
.UFokusu dd { margin-left: 15px; padding-right: 15px }
.UFokusu dd.CATEGORY_NAME {
	color: #94C5D1;
	font-size: 10px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase
}
.UFokusu dd.link {
	font-size: 14px;
	font-weight: bold
}
.UFokusu dd.link a:link, .UFokusu dd.link a:visited {
	color: #333;
	text-decoration: none
}
.UFokusu dd.link a:hover {
	color: #666;
	text-decoration: none
}
.UFokusu dd.DESCRIPTION {
	color: #666;
	font-size: 11px;
	font-weight: bold
}
.UFokusu dd.MORE_TXT {
	border-bottom: solid 1px #CEE5EB;
	margin-top: 10px;
	margin-left: 2px;
	margin-bottom: 10px;	
	padding-bottom: 10px
}
.UFokusu dd.MORE_TXT a, .hlArchive {
	/* XXX: Firefox/2.0.0.18 */
	display: -moz-inline-block;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	margin-left: 15px
}
.UFokusu dd.MORE_TXT a:link, .UFokusu dd.MORE_TXT a:visited,
.PodrskaKorisnicima a:link, .PodrskaKorisnicima a:visited,
.hlArchive:link, .hlArchive:visited {
	color: #71B3C4;
	text-decoration: none
}
.UFokusu dd.MORE_TXT a:hover,
.PodrskaKorisnicima a:hover,
.hlArchive:hover {
	color: #09C;
	text-decoration: none
}
.UFokusu img {
	display: block;
	float: left;
	padding: 4px 5px 0 18px
}

.pnlBasicSearch {
	float: right;
	background: url("BasicSearch/bg.gif") no-repeat right /*2px*/1px;
	width: 211px;
	height: 42px
}
.pnlBasicSearch .BoxTitle { display: none }
.pnlBasicSearch .qry, .pnlBasicSearch .Watermark { border-width: 0; background-color: transparent; margin-top: 7px; width: 100px }
.pnlBasicSearch a { display: none }
.pnlBasicSearch table { margin-top: /*1px*/0; margin-left: 50px; width: 127px !important }
.pnlBasicSearch td { vertical-align: top }
.pnlBasicSearch .Watermark { display: -moz-inline-block }

.pnlLanguageSelection {
	color: #B6BDBE;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0
}
.pnlLanguageSelection .lit { display: none }
.langTagSelected:link, .langTagSelected:visited, .langTagSelected:hover {
	color: #B6BDBE;
	text-decoration: none
}
.langTag:link, .langTag:visited {
	color: #8B989A;
	text-decoration: none
}
.langTag:hover {
	color: #09C;
	text-decoration: none
}

.Subpage .Banner { background: #D6EBEF url("images/bg.gif") no-repeat center top }
.Subpage { background: url("images/subpage-bg.gif") repeat-y left }
.Subpage2 { background: url("images/subpage2-bg.gif") repeat-y left }
.Subpage td { text-align: left }

.Subpage .Banner .pnlMainMenu { padding-bottom: 50px }

.Header .pnlMainMenu div.DynamicCmsMenu,
.Banner .pnlMainMenu div.DynamicCmsMenu {
	background: /*#4F2727 */url("MainMenu/DynamicCmsMenu-left-bg.gif") no-repeat left bottom
}
.Header .pnlMainMenu div.DynamicCmsMenu table,
.Banner .pnlMainMenu div.DynamicCmsMenu table { background: url("MainMenu/DynamicCmsMenu-right-bg.gif") no-repeat right bottom }
.Header .pnlMainMenu div.DynamicCmsMenu table table,
.Banner .pnlMainMenu div.DynamicCmsMenu table table { background-image: none }
/*table.DynamicCmsMenuItem { }*/
.Header .pnlMainMenu table.DynamicCmsMenuItem td,
.Banner .pnlMainMenu table.DynamicCmsMenuItem td { border-top: solid 1px #343434 }
.Header .pnlMainMenu table.DynamicCmsMenuItem td:hover,
.Banner .pnlMainMenu table.DynamicCmsMenuItem td:hover {
	background: #343434/* url("MainMenu/DynamicPopOutImage-hover.gif") no-repeat right center*/;
}
.Header .pnlMainMenu a.DynamicCmsMenuItem,
.Banner .pnlMainMenu a.DynamicCmsMenuItem {
	display: block;
	font-size: 12px !important;
	font-weight: bold;
	/*line-height: 13px;*/
	height: 16px;
	margin: 0 10px;
	padding: 4px 0
}
.Header .pnlMainMenu a.DynamicCmsMenuItem:link, .Header .pnlMainMenu a.DynamicCmsMenuItem:visited,
.Banner .pnlMainMenu a.DynamicCmsMenuItem:link, .Banner .pnlMainMenu a.DynamicCmsMenuItem:visited {
	background: #4F2727;
	color: #CCC;
	text-decoration: none
}
.Header .pnlMainMenu a.DynamicCmsMenuItem:hover,
.Banner .pnlMainMenu a.DynamicCmsMenuItem:hover {
	background: #343434;
	color: #FFF;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none
}
.n3 { margin-top: 0 !important }

/*.Header .pnlMainMenu { float: left }*/
.Left .pnlMainMenu {
	min-height: 127px;
	width: 198px;
	white-space: normal
}
.Left .pnlMainMenu table { width: 100%; border-collapse: collapse }
.Left .pnlMainMenu table table a.CmsMenuItem {
	display: block;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.3em;
	margin-left: 30px;
	padding: 6px 15px 6px 20px
}
.Left .pnlMainMenu table table a.CmsMenuItem:link, .Left .pnlMainMenu table table a.CmsMenuItem:visited {
	background: url("Submenu/mi-bg.gif") no-repeat right bottom;
	color: #8B989A;
	text-decoration: none
}
.Left .pnlMainMenu table table a.CmsMenuItem:hover {
	background: url("Submenu/mi-bg-hover.gif") no-repeat right bottom;
	color: #768789;
	text-decoration: none
}
.Left .pnlMainMenu table table a.CmsMenuItemSelected {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px
}
.Left .pnlMainMenu table table a.CmsMenuItemSelected:link, .Left .pnlMainMenu table table a.CmsMenuItemSelected:visited, .Left .pnlMainMenu table table a.CmsMenuItemSelected:hover {
	background: url("Submenu/mi-bg-selected.gif") no-repeat right bottom;
	color: #333
}

.Subpage .Contents { padding: 30px 0 10px 40px; white-space: normal }
.Subpage2 .Contents { padding-left: 20px }

.imgSubpageLogo { float: right; margin: 0 9px 15px 40px }

.CategoryName, .pnlDocumentTitle { font-size: 18px; margin-bottom: 20px }
.published {
	border-top: solid 1px #E5F2F5;
	border-bottom: solid 1px #E5F2F5;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 4px 0;
	width: 430px
}

/* fancy tabele */
.Partneri table { margin-bottom: 20px; width: 522px }
.Partneri td {
	color: #768789;
	border-right: solid 1px #D7ECEF;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
	width: 174px
}
div.QSSProizvod { margin-top: 30px; width: 658px }
.QSSProizvod th, .QSSProizvod td {
	background: url("QSSProizvod/td-bg.gif") no-repeat right top;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px
}
.QSSProizvod td { padding-left: 15px }
.QSSProizvod td.brosura { background: none; padding-left: 0; padding-right: 0 }
.QSSProizvod td.brosura a {
	/*display: block;*/
	visibility: hidden;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 2px;
	padding: 4px 10px
}
.QSSProizvod td.brosura a:link, .QSSProizvod td.brosura a:visited {
	background: #DCEEF1;
	color: #95ADB3;
	text-decoration: none
}
.QSSProizvod td.brosura a:hover {
	background: #F1F9FA;
	color: #77969D;
	text-decoration: none
}

.Contents .pnlHtmlText { white-space: normal; width: 600px }
.Contents .pnlHtmlText p {
	/*border: solid 1px red;*/
	line-height: 1.5em;
	margin: 0;
	padding-bottom: 1em
}
.Contents .pnlHtmlText ul {
	list-style-image: url("images/bullet.gif");
	margin-top: 0;
	margin-bottom: 2em
}
.Contents .pnlHtmlText ul li { margin-bottom: 0.8em }
h2 {
	color: #61B9CB;
	font-size: 17px;
	margin-bottom: 0.6em
}

#okvir { background: url("Job/okvir-bg.gif") repeat-y left; color: #59A5B8; width: 430px }
#txt { padding: 0 20px }
#okvir a {
	border-left: solid 1px #9AC7D3;
	border-right: solid 1px #9AC7D3;
	padding: 1px 10px 4px 10px
}
#okvir a:link, #okvir a:visited {
	background: #B6D7E0;
	color: #FFF;
	text-decoration: none
}
#okvir a:hover {
	background: #CCE3EA;
	color: #61B9CB;
	text-decoration: none
}
.accordionHeader, .accordionHeaderSelected {
	background: #DDD url("Job/accordionHeader-bg.gif") no-repeat right top;
	border-bottom: solid 1px #FFF;
	cursor: pointer;
	font-weight: bold;
	padding: 6px 10px;
	width: 600px
}
.accordionHeader:hover {
	color: #555;
	background-color: #E1EFF3
}
.accordionHeaderSelected {
	background: #B6D7E0 url("Job/accordionHeaderSelected-bg.gif") no-repeat right top
}
.accordionContent { font-size: 12px; width: 600px; padding-top: 10px }
.accJob .accordionHeader, .accJob .accordionHeaderSelected, .accJob .accordionContent {
	width: 430px
}
.accJob .pnlHtmlText { width: auto }

.Usluge { width: 600px }
.Usluge table {
	clear: both;
	margin-top: 25px
}
.Usluge tr {
	vertical-align: top
}
.Usluge td {
	font-size: 12px;
	padding-bottom: 0.3em
}
.Usluge h2 { margin-bottom: 3px }
img.alignLeft { float: left; margin-right: 10px }
.Usluge img.alignLeft { float: left; margin-right: 5px }

a.btn {
	background: url("images/btn-bg.gif") no-repeat right top;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	margin-right: 6px;
	padding-right: 26px
}
a.btn:link, a.btn:visited { color: #75C8DC; text-decoration: none }
a.btn:hover {
	background: url("images/btn-bg-hover.gif") no-repeat right top;
	color: #75C8DC;
	text-decoration: none
}
span.btn {
	background: url("images/span-bg.gif") no-repeat;
	color: #09C;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 8px
}
a.btn:hover span {
	background: url("images/span-bg-hover.gif") no-repeat;
	color: #333;
	cursor: pointer
}

.prednosti {
	background: url("Usluge/prednosti-bg.gif") repeat-y left;
	float: right;
	margin: 0 0 20px 20px;
	width: 300px
}
.prednosti h2 {
	border-bottom: solid 1px #B7D7E0;
	color: #666;
	font-size: 14px;
	line-height: 15px;
	padding: 0 15px 8px
}
.pnlHtmlText .prednosti ul {
	list-style-image: url("images/bullet3.gif");
	margin-right: 15px
}
.pnlHtmlText ol { margin-top: 0 }

p.section {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0
}
.pnlAdvancedSearch { margin-bottom: 30px; width: 500px }
.pnlAdvancedSearch .DataHeader {
	display: none
}
.pnlAdvancedSearch .row2 { display: none }
.pnlAdvancedSearch .bluish { padding-bottom: 40px }
.pnlAdvancedSearch .bluish input {
	background: url("images/FancyInput-bg.gif") no-repeat;
	border: none;
	padding: 7px 40px 0 5px;
	width: 165px;
	height: 23px
}
.pnlAdvancedSearch .row5 .lbl, .pnlAdvancedSearch .row8 .lbl {
	color: #71B3C4;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px
}
.pnlAdvancedSearch .row6 input, .pnlAdvancedSearch .row7 input {
	background: #EEE;
	border: solid 1px #CCC;
	padding: 2px 0 2px 5px;
	width: 80px
}
.pnlAdvancedSearch .row6 td, .pnlAdvancedSearch .row7 td { padding-bottom: 10px }
.pnlAdvancedSearch .row8 td { padding-top: 10px }
.pnlAdvancedSearch .FancyCell { border-left: solid 1px #DDD; padding-left: 15px }
.pnlAdvancedSearch .cblCategories { padding-right: 70px }
/*.pnlAdvancedSearch .row5 td, .pnlAdvancedSearch .row6 td, .pnlAdvancedSearch .row7 td, .pnlAdvancedSearch .row8 td {
	border-right: solid 1px #DDD
}*/
.fancySection {
	color: #94C5D1;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px
}
.totalResults { margin-bottom: 10px }
.SearchResults { width: 630px }
.SearchResults .ArchiveTitle { display: none }
.SearchResults th {
	background: url("SearchResults/th-bg.gif") repeat-x bottom;
	border-bottom: solid 2px #4A4A4A;
	border-right: solid 2px #4A4A4A;	
	color: #424242;
	font-size: 11px;
	line-height: 12.5px;
	padding: 8px
}
.SearchResults tr { vertical-align: top }
.SearchResults td {
	border-bottom: solid 1px #4A4A4A;
	color: #666;
	padding: 15px 5px 15px 5px
}
.SearchResults .LINK_DESCRIPTION p { margin: 0 }
.SearchResults .LINK_DESCRIPTION a { font-weight: bold }
.SearchResults .LINK_DESCRIPTION a:link {
	color: #61B9CB;
	text-decoration: none
}
.SearchResults .LINK_DESCRIPTION a:visited {
	color: #09C;
	text-decoration: none
}
.SearchResults .LINK_DESCRIPTION a:hover {
	color: #83C8ED;
	text-decoration: none
}
.SearchResults .DOCUMENT_DESCRIPTION {
	color: #666;
	font-size: 12px;
	line-height: 1.3em
}
.SearchResults .dpArchive {
	background: #F0F8F9;
	color: #09C;
	display: block;
	font-weight: bold;
	padding: 15px 5px
}
.SearchResults .dpArchive .currentPage {
	background: url("SearchResults/currentPage-bg.gif") no-repeat center top;
	padding: 5px
}
.SearchResults .dpArchive .numeric {
	font-weight: bold;
	padding: 0 6px
}
.SearchResults .dpArchive .numeric:link, .SearchResults .dpArchive .numeric:visited,
.SearchResults .dpArchive .nextPrev:link, .SearchResults .dpArchive .nextPrev:visited {
	color: #333;
	text-decoration: none
}
.SearchResults .dpArchive .numeric:hover,
.SearchResults .dpArchive .nextPrev:hover {
	background: #FFF;
	color: #09C;
	text-decoration: none
}

.PodrskaKorisnicima {
	/*background: url("PodrskaKorisnicima/bg.gif") no-repeat left top;*/
	color: #666;
	font-size: 11px;
	font-weight: bold;
	width: 303px;
	/*height: 325px*/
	white-space: normal
}
.PodrskaKorisnicima p {
	margin: 10px 15px
}
.PodrskaKorisnicima a {
	display: -moz-inline-block;
	display: inline-block;
	float: left;
	margin-top: 10px
}

.Cjenovnik { clear: both }
.Cjenovnik p { color: #999; font-size: 11px; margin: 0 15px 0 }
.Cjenovnik a {
	font-weight: bold;
	padding: 0 2px
}
.Cjenovnik a:link, .Cjenovnik a:visited {
	background: #CCC;
	color: #FFF;
	text-decoration: none
}
.Cjenovnik a:hover { background: #9DCBD7 }

.KatalogSunProizvoda { margin-left: -40px }

.Narrow { width: 430px !important }
.Narrow img {
	padding-right: 7px
}

.haBand { display: block; margin-top: 20px }

#pnlVirDisplay { float: left; margin: 0 15px 0 0; white-space: normal }
#tblVirDisplay p { margin: 0 }
.VirDisplay { float: left; width: 305px !important }
.VirDisplay p { }
.VirDisplay .kategorija { color: #FFF; font-weight: bold; text-align: center; width: 16px }

.Profil { margin-top: 72px; width: 640px !important }

.pnlSlideshow { /*clear: left*/margin-top: 72px }

.KatalogSunProizvoda {
	padding: 0 30px
}

.pnlQSSEventsBanner {
	margin: 15px 0 0 15px
}

.cjenovnik {
	border-top: solid 2px #EEE
}
.cjenovnik td {
	border-bottom: solid 2px #EEE;
	padding: 10px 0
}
.cjenovnik a {
	font-size: 15px;
	font-weight: bold
}
.cjenovnik a:link, .pnlQSSReference .TabbedPanelsContent a:link {
	color: #61B9CB;
	text-decoration: none
}
.cjenovnik a:visited, .pnlQSSReference .TabbedPanelsContent a:visited {
	color: #09C;
	text-decoration: none
}
.cjenovnik a:hover, .pnlQSSReference .TabbedPanelsContent a:hover {
	color: #F00;
	text-decoration: none
}
BLOCKQUOTE {
	border-left: solid 3px #DFF0F3;
	padding-left: 1em;
	margin: 1em 0 2em 2em
}

.pnlQSSReference .TabbedPanelsContent .Description {
	font-size: 14px;
	font-weight: bold
}
.pnlQSSReference { width: 600px !important }
.pnlQSSReference .TabbedPanelsContent tr.altItem { background: #E8F4F6 }

/* SiteMap */
.pnlSiteMap {
	border-top: solid 3px #BADAE2;
	border-bottom: solid 3px #BADAE2;
	padding: 6px 0;
	white-space: normal;/* XXX: Firefox/2.0.0.18 */
	width: 550px
}
.tvSiteMap { width: 500px }
.pnlSiteMap a { display: none }
.pnlSiteMap .tvSiteMap a { display: inline }
.pnlSiteMap a:link {
	color: #61B9CB;
	text-decoration: none
}
.pnlSiteMap a:visited {
	color: #09C;
	text-decoration: none
}
.pnlSiteMap a:hover {
	color: #F00;
	text-decoration: none
}
.pnlSiteMap td.node { padding: 2px 0 2px 2px }
.pnlSiteMap img { margin-right: 2px; vertical-align: top }
.pnlSiteMap td.node a { font-weight: bold !important }

td.cms-logo { padding: 10px 20px 30px 0; text-align: right }

.pnlAnketa {
	background: #FFF;
	color: #333;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 10px;
	width: 550px
}
.pnlAnketa fieldset {
	border: solid 2px #DDD
}
.pnlAnketa legend {
	background: #FFF;
	color: #F00;
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px 0 10px
}
.pnlAnketa fieldset td.lbl {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding-right: 15px;
	text-align: right;
	width: 120px
}
.pnlAnketa fieldset input {
	background: #EEE;
	border: solid 1px #CCC;
	color: #333;
	padding: 3px 6px;
	width: 200px
}
.pnlAnketa td {
	vertical-align: top;
	padding: 3px 0 5px
}
.pnlAnketa th {
	background: #DDD;
	font-size: 12px;
	padding: 6px;
	vertical-align: top
}
.pnlAnketa .tblLayout td { border-bottom: solid 1px #DDD }
.pnlAnketa small { display: block; font-size: 13px; font-weight: bold; margin: 10px 0 }
.pnlAnketa h1 {
	color: #F00;
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 10px
}
.pnlAnketa label {
	color: #333;
	font-weight: bold
}
.pnlAnketa .FancyInput {
	background: #EEE;
	border: solid 1px #CCC;
	color: #333;
	padding: 3px 6px;
	width: 120px
}
.pnlAnketa a.FancyBtn {
	color: #FFF;
	display: -moz-inline-block;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding: 4px 15px
}
.pnlAnketa a.FancyBtn:link, .pnlAnketa a.FancyBtn:visited {
	background: #F00;
	color: #FFF;
	text-decoration: none
}
.pnlAnketa a.FancyBtn:hover {
	background: #666;
	text-decoration: none
}
.pnlAnketa .ErrorMessage {
	border: solid 1px #DDD;
	display: block;
	margin-bottom: 20px;
	padding: 5px
}
/*LANCOM Education now id=381*/
.tblEducationNow {
	border: solid 1px #999
}

.tblEducationNow th {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	padding: 0 2px 0 2px
}
.tblEducationNow td {
	border-top: solid 1px #999
}
.tblEducationNow img {
	padding-left: 1px 
}
.BannerFBLN {
	padding: 10px 0 10px 15px
}
.BannerFBLN img{
	padding-right: 12px;
	width: 125px
}


#sadrzaj {
	width: 660px;
	padding-bottom: 15px;
	padding-right: 20px
}
#sadrzaj table {
	width: 680px !important
}
#sadrzaj p {
	padding-bottom: 1em;
	line-height: 1.5em;
	font-weight: bold
}
#sadrzaj h1 {
	font-size: 16px;
	margin-right: -20px; 
	margin-top: 30px;
	padding: 10px 0 1px 0;
	border-top: solid 1px #CCC;
	color: #FF0000
}
#sadrzaj td {
	padding-top: 8px;
	margin-bottom: 0px;
	border-bottom: dotted 1px #CCC;
	font-weight: bold
}

.corel_x5 img {
	padding: 0;
	margin: 0;
	vertical-align: top;
	width: 680px
}
