/*********************************************
 *		Tehnoloska agencija Slovenije - CSS Document
 *		Author: iXemplum Group
 *		Date: November 2007
 *********************************************/
* {
	margin: 0;
	padding: 0;
	}
	
	
img {
	border: 0;
	}
	
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5A5A;
	background-color: #FFFFFF;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	}
	
h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
h2 {
	font-size: 18px;
	color: #0072BB;
	margin-bottom: 25px;
	}
	
h3 {
	font-size: 14px;
	color: #5A5A5A;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
h4 {
	clear: left;
	font-size: 12px;
	color: #0063A5;
	}
	
h5 {
	font-size: 12px;
	color: #7F7F7F;
	}
	
h6 {
	font-size: 12px;
	color: #0063A5;
	}
	
.clear {
 	clear: both;
	}
	
.left {
	float: left;
	}
	
.red {
	color: #D5632C;
	}
	
.bracket {
	color: #818080;
	}
	
.shortTitle {
	float: left;
	width: 170px;
	height: 33px;
	margin-top: 22px;
	padding-left: 30px;
	line-height: 33px;
	}
	
.longTitle {
	float: left;
	width: 520px;
	height: 33px;
	margin-top: 22px;
	padding-left: 30px;
	line-height: 33px;
	}
	
.text {
	float: left;
	width: 150px;
	padding-left: 27px;
	margin-top: 15px;
	}
	
.picture {
	float: left;
	padding: 2px;
	}
	
.day {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	margin-top: 5px;
	}
	
.month {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	}
	
.topIndent {
	margin-top: 10px;
	color: #777778;
	}
	
.more {
	margin: 10px 0 20px;
	}
	
 .separator {
	float: left;
	width: 20px;
	height: 33px;
	background-image: url("images/separator.gif");
	background-repeat: no-repeat;
	background-position: 50%;
	}
	
.vote {
	float: left;
	font-size: 11px;
	border: 0;
	padding: 1px;
	margin-right: 2px;
	margin-top: 10px;
	color: #FFFFFF;
	background-color: #7FB1D2;
	}
	
.searchButton {
	width: 528px;
	padding-top: 15px;
	text-align: right;
	}
	
.common ul {
	padding-left: 15px;
}

.common h3 {
	margin-top: 30px;
	margin-bottom: 15px;
}
	
/**********************************
 *		Links
 **********************************/
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #0063A5;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a.inverse, a.inverse:link, a.inverse:active, a.inverse:visited {
	text-decoration: underline;
	color: #0063A5;
	}
	
a.inverse:hover {
	text-decoration: none;
	}
	
a.blackLink, a.blackLink:link, a.blackLink:active, a.blackLink:visited {
	text-decoration: none;
	color: #000000;
	}
	
a.blackLink:hover {
	text-decoration: underline;
	}
	
a.whiteLink, a.whiteLink:link, a.whiteLink:active, a.whiteLink:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
	
a.whiteLink:hover {
	text-decoration: underline;
	}
	
a.blueLink, a.blueLink:link, a.blueLink:active, a.blueLink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0063A5;
	}
	
a.blueLink:hover {
	text-decoration: underline;
	}
	
/**********************************
 *		Container
 **********************************/
#container {
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
	
/**********************************
 *		Header
 **********************************/
#header {
	float: left;
	width: 980px;
	height: 183px;
	text-align: left;
	}
	
#header .searchBox {
	float: right;
	width: 210px;
	height: 29px;
	}
	
#header .searchBox .searchText {
	float: left;
	width: 145px;
	height: 17px;
	border: 0;
	margin-top: 4px;
	padding-top: 3px;
	padding-left: 2px;
	font-size: 11px;
	}
	
#header .searchBox .find {
	float: left;
	font-size: 11px;
	border: 0;
	padding: 1px;
	margin-left: 12px;
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #7FB1D2;
	}
	
#header .logo {
	float: left;
	width: 390px;
	height: 120px;
	margin-top: 33px;
	}
	
#header .logo img {
	float: left;
	}
	
#header .navigation {
	clear: both;
	float: left;
	width: 962px;
	height: 21px;
	padding-left: 12px;
	}
	
#header .navigation .vLine {
	float: left;
	width: 2px;
	height: 21px;
	}
	
#header .navigation .navBar {
	float: left;
	/*width: 86px;
	height: 21px;*/
	}
	
#header .navigation .navBar  a {
	display: block;
	}
	
#header .navigation .navBar  a.button1 {
	width: 86px;
	height: 21px;
	background-image: url("images/agencija.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button1:hover {
	width: 86px;
	height: 21px;
	background-image: url("images/agencija_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button2 {
	width: 86px;
	height: 21px;
	background-image: url("images/novice.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button2:hover {
	width: 86px;
	height: 21px;
	background-image: url("images/novice_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button3 {
	width: 86px;
	height: 21px;
	background-image: url("images/razpisi.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button3:hover {
	width: 86px;
	height: 21px;
	background-image: url("images/razpisi_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button4 {
	width: 86px;
	height: 21px;
	background-image: url("images/projekti.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button4:hover {
	width: 86px;
	height: 21px;
	background-image: url("images/projekti_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button5 {
	width: 86px;
	height: 21px;
	background-image: url("images/povezave.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button5:hover {
	width: 86px;
	height: 21px;
	background-image: url("images/povezave_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button6 {
	width: 86px;
	height: 21px;
	background-image: url("images/pozivi.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button6:hover {
	width: 86px;
	height: 21px;
	background-image: url("images/pozivi_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button7 {
	width: 167px;
	height: 21px;
	background-image: url("images/rezultati_projektov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button7:hover {
	width: 167px;
	height: 21px;
	background-image: url("images/rezultati_projektov_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button8 {
	width: 136px;
	height: 21px;
	background-image: url("images/drzna_slovenija.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button8:hover {
	width: 136px;
	height: 21px;
	background-image: url("images/drzna_slovenija_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active1 {
	width: 86px;
	height: 21px;
	background-image: url("images/agencija_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active2 {
	width: 86px;
	height: 21px;
	background-image: url("images/novice_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active3 {
	width: 86px;
	height: 21px;
	background-image: url("images/razpisi_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active4 {
	width: 86px;
	height: 21px;
	background-image: url("images/projekti_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active5 {
	width: 86px;
	height: 21px;
	background-image: url("images/povezave_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active6 {
	width: 86px;
	height: 21px;
	background-image: url("images/pozivi_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active7 {
	width: 167px;
	height: 21px;
	background-image: url("images/rezultati_projektov_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active8 {
	width: 136px;
	height: 21px;
	background-image: url("images/drzna_slovenija_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .language {
	float: right;
	width: 120px;
	height: 21px;
	line-height: 21px;
	font-size: 9px;
	color: #FFFFFF;
	}
	
#header .navigation .language .activeLanguage {
	padding: 1px 5px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #7FB1D2;
	}
	
/**********************************
 *		Timeline
 **********************************/
 #supTimeline {
	float: left;
	width: 980px;
	padding-bottom: 3px;
	background-image: url(images/longLine.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#timeline {
	float: left;
	width: 980px;
	font-size: 10px;
	background-color: #ADCADD;
	background-image: url("images/timeline_background.gif");
	background-repeat: repeat-x;
	}
	
#timeline .tableDiv {
	width: 900px;
	margin: 30px auto 0;
	}
	
#timeline .tableDiv table {
	background-color: #EEF3F5;
	background-image: url("images/table_background.gif");
	background-repeat: repeat-x;
	}
	
#timeline .tableDiv tr {
	height: 17px;
	}
	
#timeline .tableDiv th {
	width: 95px;
	color: #3281B6;
	background-color: #FFFFFF;
	border-right: 2px solid #3D4B4E;
	border-bottom: 1px solid #ECECEC;
	}
	
#timeline .tableDiv .empty {
	width: 15px;
	border-right: 1px solid #DDEEFE;
	border-bottom: 1px solid #C0D2DC;
	}
	
#timeline .tableDiv .week {
	width: 15px;
	border-right: 1px solid #8C9DA5;
	border-bottom: 1px solid #C0D2DC;
	}
	
#timeline .tableDiv .months {
	color: #34A4D3;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #8C9DA5;
	}
	
#timeline .tableDiv .zakljucen {
	width: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bb4240;
	border-bottom-color: #C0D2DC;
	}
	
#timeline .tableDiv .odprt {
	width: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #5dec49;
	border-bottom-color: #C0D2DC;
	}
	
#timeline .tableDiv .najava {
	width: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F0C567;
	border-bottom-color: #C0D2DC;
	}
	
#timeline .tableDiv .zaprt {
	width: 15px;
	border-right: 1px solid #60B7D8;
	border-bottom: 1px solid #C0D2DC;
	}
	
#timeline .tableDiv .current, .currZakljucen, .currOdprt, .currNajava, .currZaprt {
	width: 15px;
	border-right: 2px solid #000000;
	border-bottom: 1px solid #C0D2DC;
	}
	
#timeline .caption {
	width: 900px;
	height: 26px;
	margin: 10px auto 0;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-image: url("images/caption.gif");
	background-repeat: no-repeat;
	}
	
#timeline .caption .captionTitle {
	float: left;
	}
	
#timeline .caption .legend {
	float: right;
	padding-top: 5px;
	}
	
#timeline .caption .legend .legendTxt {
	float: right;
	height: 15px;
	line-height: 15px;
	}
	
#timeline .caption .legend .legendImg {
	float: right;
	height: 15px;
	margin-right: 5px;
	margin-left: 15px;
	}
	
/**********************************
 *		Main Content
 **********************************/
#content {
	float: left;
	width: 980px;
	}
	
/**********************************
 *		Main Content - Side Menu
 **********************************/
.menu .hLine {
	width: 176px;
	height: 2px;
	}
	
.menu .link{
	width: 161px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url("images/arrowGrey.gif");
	background-repeat: no-repeat;
	}
	
.menu .link0{
	width: 161px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url("images/arrowGrey.gif");
	background-repeat: no-repeat;
	}
	
.menu .link1{
	width: 161px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url("images/arrowGrey.gif");
	background-repeat: no-repeat;
	}
	
.menu .link2{
	width: 161px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url("images/arrowGrey.gif");
	background-repeat: no-repeat;
	background-position: 10px;
	}
	
.menu .subLink {
	width: 151px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url("images/arrowGrey.gif");
	background-repeat: no-repeat;
	background-position: 10px;
	}
	
/**********************************
 *		Main Content - Left Column
 **********************************/
#leftColumn {
	float: left;
	width: 206px;
	text-align: left;
	}
	
#leftColumn .leftMenu {
	float: left;
	width: 206px;
	background-image: url(images/leftMenu.jpg);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	}
	
#leftColumn .leftMenu .menu {
	float: left;
	width: 192px;
	padding-left: 12px;
	margin-top: 15px;
	}
	
#leftColumn .contact {
	float: left;
	width: 206px;
	background-image: url("images/contact.jpg");
	background-repeat: no-repeat;
	padding-bottom: 30px;
	}
	
#leftColumn .art {
	float: left;
	width: 206px;
	}
	
#leftColumn .iso {
	float: left;
	width: 150px;
	padding-left: 27px;
	padding-bottom: 25px;
	}
	
/**********************************
 *		Main Content - Main Column
 **********************************/
#mainColumn {
 	float: left;
	width: 568px;
	text-align: left;
	}
	
#mainColumn  li .red {
	margin-right: 5px;
	}
	
#mainColumn .preface {
	float: left;
	width: 568px;
	background-image: url("images/introduction.gif");
	background-repeat: no-repeat;
	}
	
#mainColumn .preface .introduction {
	float: left;
	width: 528px;
	margin-top: 25px;
	padding-right: 15px;
	padding-left: 25px;
	line-height: 1.7;
	text-align: justify;
	}
	
#mainColumn .preface .introImage {
	float: left;
	border: 1px solid #C0C0C0;
	margin-right: 10px;
	}
	
#mainColumn .preface .bodyImage {
	border: 1px solid #C0C0C0;
	margin-top: 10px;
	float: left;
	}
	
#mainColumn .preface .bodyText {
	float: left;
	width: 528px;
	margin-top: 25px;
	padding-right: 15px;
	padding-left: 25px;
	text-align: justify;
	color: #000000;
	}
	
#mainColumn .preface .bodyText p {
	margin-bottom: 15px;
	}
	
#mainColumn .preface .bodyText li {
	margin-left: 20px;
	list-style-image: url("images/arrowRed.gif");
	line-height: normal;
	margin-bottom: 8px;
	}
	
#mainColumn .preface .emphasis {
	width: 498px;
	margin-top: 10px;
	color: #0072BB;
	background-color: #EEF5F9;
	font-size: 11px;
	line-height:1.7;
	padding: 15px;
	margin-bottom: 10px;
	}
	
#mainColumn .preface .emphasis a {
	color: #0072BB;
	}
	
#mainColumn .news {
	float: left;
	width: 568px;
	background-image: url("images/news.gif");
	background-repeat: no-repeat;
	}
	
#mainColumn .inNews {
	float: left;
	width: 528px;
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 25px;
	text-align: justify;
	background-image: url(images/bLine.gif);
	background-repeat: no-repeat;
	background-position: 25px bottom;
	}
	
#mainColumn .inNews .dateRed {
	float: left;
	width: 45px;
	height: 49px;
	text-align: center;
	background-image: url("images/dateRed.gif");
	background-repeat: no-repeat;
	}
	
#mainColumn .inNews .dateBlue {
	float: left;
	width: 45px;
	height: 49px;
	text-align: center;
	background-image: url("images/dateBlue.gif");
	background-repeat: no-repeat;
	}
	
#mainColumn .inNews .inNewsTxt {
	float: left;
	width: 458px;
	padding-left: 20px;
	line-height: 1.3;
	}
	
#mainColumn .listing {
	float: right;
	width: 500px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #7FB1D2;
	}
	
#mainColumn .listing a {
	margin: 0 5px;
	}
	
#mainColumn .copyright {
	clear: left;
	float: left;
	width: 523px;
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #7FB1D2;
	}
	
#mainColumn .copyright2 {
	float: left;
	width: 523px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 11px;
	font-size: 10px;
	color: #7FB1D2;
	}
	
/**********************************
 *		Main Column - Enclosure
 **********************************/
#mainColumn .enclosure {
	float: left;
	width: 568px;
	margin-top: 5px;
	background-image: url("images/backGrey.gif");
	background-repeat: no-repeat;
	}
	
#mainColumn .enclosure .subTitle {
	float: left;
	width: 170px;
	height: 27px;
	line-height: 27px;
	padding-left: 30px;
	}
	
#mainColumn .enclosure .forms {
	float: left;
	width: 528px;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 25px;
	}
	
#mainColumn .enclosure .forms li {
	color: #0063A5;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	list-style-image: url("images/arrowRed.gif");
	}
	
#mainColumn .enclosure .forms li a, li a:link, li a:visited {
	color: #D5632C;
	text-decoration: underline;
	}
	
#mainColumn .enclosure .forms li a:hover {
	text-decoration: none;
	}
	
/**********************************
 *		Main Column - Heading
 **********************************/
 #mainColumn .supHeading {
	float: left;
	width: 560px;
	padding-left: 8px;
}
	
#mainColumn  .heading {
	float: left;
	width: 551px;
	margin-top: 15px;
	background-image: url("images/headingBack.gif");
	background-repeat: repeat-y;
	}
	
#mainColumn .heading .topLine {
	float: left;
	width: 551px;
	height: 10px;
	background-image: url("images/headingTop.gif");
	background-repeat: no-repeat;
	}
	
#mainColumn .heading .inHeading {
	float: left;
	width: 551px;
	}
	
#mainColumn .heading .inscript1 {
	float: left;
	width: 405px;
	padding-left: 15px;
	padding-bottom: 10px;
	}
	
#mainColumn .heading .inscript2 {
	float: left;
	width: 405px;
	line-height: 24px;
	padding-left: 15px;
	color: #6AA8D1;
	}
	
#mainColumn .heading .bottomLine {
	float: left;
	width: 551px;
	height: 26px;
	background-image: url("images/headingBottom.gif");
	background-repeat: no-repeat;
	}
	
#mainColumn .heading .icon {
	float: right;
	background-color: #DAE8F1;
	}
	
#mainColumn .pdfLink {
	float: right;
	width: 55px;
	line-height: 24px;
	text-align: center;
	}
	
#mainColumn .pdfLink a, .pdfLink a:link, .pdfLink a:active, .pdfLink a:visited {
	color: #D5632C;
	text-decoration: underline;
	}
	
#mainColumn .pdfLink a:hover {
	text-decoration: none;
	}
	
/**********************************
 *		Main Column - Questionary
 **********************************/
 #mainColumn .questionary {
	float: left;
	width: 543px;
	margin-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	text-align: left;
	background-image: url("images/qLine.gif");
	background-repeat: no-repeat;
	background-position: 10px bottom;
	}
	
#mainColumn .questionary .questionButton {
	float: left;
	width: 24px;
	height: 29px;
	text-align: center;
	background-image: url("images/question.gif");
	background-repeat: no-repeat;
	}
	
#mainColumn .question {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	}
	
#mainColumn .questionText {
	float: left;
	width: 509px;
	padding-left: 10px;
	color: #000000;
	}
	
#mainColumn .questionText a, .questionText a:link, .questionText a:active, .questionText a:visited {
	color: #000000;
	}
	
#mainColumn .answer {
	float: left;
	width: 500px;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("images/qBack.gif");
	background-repeat: repeat-y;
	}
	
#mainColumn .results {
	float: left;
	width: 528px;
	padding: 10px;
	margin-top: 10px;
	color: #000000;
	background-color: #EEF5F9;
	margin-left: 5px;
	}
	
#mainColumn .questionForm {
	clear: left;
	float: left;
	width: 543px;
	margin-top: 10px;
	background-image: url("images/questionBack.gif");
	background-repeat: repeat-y;
	}
	
#mainColumn .questionTitle {
	float: left;
	width: 543px;
	height: 30px;
	background-image: url("images/questionTitle.gif");
	background-repeat: no-repeat;
	}
	
#mainColumn .questionTable {
	float: left;
	width: 513px;
	padding: 10px 15px;
	}
	
#mainColumn .questionBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
	height: 80px;
	margin-right: 23px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	}
	
#mainColumn .nameBox {
	font-size: 11px;
	width: 148px;
	height: 18px;
	margin-left: 5px;
	padding-left: 3px;
	border: 1px solid #CCCCCC;
	}
	
#mainColumn .send {
	float: right;
	border: 0;
	margin-top: 5px;
	padding: 1px 2px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #7FB1D2;
	}
	
/**********************************
 *		Main Content - Right Column
 **********************************/
#rightColumn {
	float: right;
	width: 206px;
	text-align: left;
	}
	
#rightColumn .rightMenu {
	float: left;
	width: 206px;
	padding-bottom: 30px;
	background-image: url("images/rightMenu.jpg");
	background-repeat: no-repeat;
	}
	
#rightColumn .rightMenu .menu {
	float: left;
	width: 182px;
	margin-top: 15px;
	padding-left: 22px;
	}
	
#rightColumn .inquiry {
	float: left;
	width: 206px;
	background-image: url("images/inquiry.jpg");
	background-repeat: no-repeat;
	}
	
#rightColumn .inquiryForm {
	float: left;
	width: 174px;
	padding-left: 30px;
	color: #000000;
	}
	
#rightColumn .inquiryForm .survey {
	width: 150px;
	height: 25px;
	}
	
#rightColumn .inquiryForm .tLine {
	width: 150px;
	height: 2px;
	}
	
#rightColumn .eNews {
	float: left;
	width: 206px;
	margin-top: 10px;
	color: #000000;
	background-image: url("images/eNews.jpg");
	background-repeat: no-repeat;
	}
	
#rightColumn .eNews .image {
	float: left;
	width: 148px;
	margin-bottom: 5px;
	border: 1px solid #C0C0C0;
	}
	
#rightColumn .eNews .moreNews {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	padding: 3px 4px;
	color: #FFFFFF;
	background-color: #7FB1D2;
	}
	
#rightColumn .eNews .email {
	font-size: 11px;
	padding-left: 3px;
	}
	
/* -------------------------------------------- */
.dummy {
	clear: both;
}
	
.bg2 {
	background: url("images/header.jpg") no-repeat;
}
	
.bg4 {
	background: url("images/header_en.jpg") no-repeat;
}
	
#header .navigation .navBar  a.button1.selected {
	background-image: url("images/agencija_hov.gif");
	background-repeat: no-repeat;
}
	
#header .navigation .navBar  a.button2.selected {
	background-image: url("images/novice_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button3.selected {
	background-image: url("images/razpisi_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button4.selected {
	background-image: url("images/projekti_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button5.selected {
	background-image: url("images/povezave_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button6.selected {
	background-image: url("images/pozivi_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button14 {
	width: 86px;
	height: 21px;
	background-image: url("images/about.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button14:hover {
	width: 86px;
	height: 21px;
	background-image: url("images/about_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active14 {
	width: 86px;
	height: 21px;
	background-image: url("images/about_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button14.selected {
	background-image: url("images/about_hov.gif");
	background-repeat: no-repeat;
	}
	
/*#header .navigation .navBar  a.button24 {
	width: 86px;
	height: 21px;
	background-image: url("images/news1.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button24:hover {
	width: 86px;
	height: 21px;
	background-image: url("images/news_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active24 {
	width: 86px;
	height: 21px;
	background-image: url("images/news_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button24.selected {
	background-image: url("images/news_hov.gif");
	background-repeat: no-repeat;
	}
	*/
#header .navigation .navBar  a.button24 {
	width: 86px;
	height: 21px;
	background-image: url("images/links.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button24:hover {
	width: 86px;
	height: 21px;
	background-image: url("images/links_hov.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.active24 {
	width: 86px;
	height: 21px;
	background-image: url("images/links_act.gif");
	background-repeat: no-repeat;
	}
	
#header .navigation .navBar  a.button24.selected {
	background-image: url("images/links_hov.gif");
	background-repeat: no-repeat;
	}
	
/**************************************************
 *		Error Page
 **************************************************/
#errorDiv {
	width: 100%;
	text-align: center;
	padding-top: 183px;
	background-image: url(images/error.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#errorDiv .errorMessage {
	/*padding-top: 5px;*/
	}
	
#errorDiv .warrning {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 25px;
	padding-bottom: 10px;
	}
	
#errorDiv .errorLinks {
	padding-top: 10px;
	}
	
/**********************************
 *	A N K E T A
 **********************************/
#accordion h3 {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	color: #757575;
	}
 
#accordion h3 a {
	display: block;
	width: 512px;
	height: 33px;
	line-height: 32px;
	padding-left: 15px;
	background-image: url(images/backy_01.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #757575;
	}
 
#accordion h3 a:hover {
	display: block;
	width: 512px;
	height: 33px;
	line-height: 32px;
	padding-left: 15px;
	background-image: url(images/backy_02.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	}
	
.mirakul {
	width: 500px;
	padding: 5px;
	background-color: #F6F6F6;
	}
