@charset "utf-8";
/* CSS Document */

ul,ol,li,h1,h2,h3,h4,h5,h6,html,pre,form,body,p,blockquote,fieldset,input{
	margin:0; padding:0;
}

body{
	background-color: #F0F0F0;
	overflow:scroll;
}

a img {
	border: none;
}

a:link {
	text-decoration: none;
}

a:hover{
	color: #222;
}
a:visited {
	text-decoration: none;

}



.menu {
	font-family: "PT Sans Narrow";
	font-size: 13pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.foother_text {
	font-family: "PT Sans";
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}


.menu_selected {
	font-family: "PT Sans Narrow";
	font-size: 13pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.notext {
	font-family: "PT Sans Narrow";
	font-size: 1pt;
	font-style: normal;
	line-height: 0pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5e5e5e;
	text-decoration: none;
}

.text {
	font-family: "PT Sans Narrow";
	font-size: 12pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5e5e5e;
	text-decoration: none;
}
.text_nabavke {
	font-family: "PT Sans Narrow";
	font-size: 14px;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5e5e5e;
	text-decoration: none;
}
.text_nabavke_velika_slova {
	font-family: "PT Sans Narrow";
	font-size: 14px;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #5e5e5e;
	text-decoration: none;
}




.text_bold {
	font-family: "PT Sans Narrow";
	font-size: 12pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5e5e5e;
	text-decoration: none;
}
.text_bold_blue {
	font-family: "PT Sans Narrow";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9EB8D5;
	text-decoration: none;
}


.h1 {
	font-family: "PT Sans";
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

.h1_bold {
	font-family: "PT Sans";
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.h2 {
	font-family: "PT Sans";
	font-size: 20pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.h2_bold {
	font-family: "PT Sans Narrow";
	font-size: 14pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #474747;
	letter-spacing:1px;
	text-decoration: none;
}
.h3 {
	font-family: "PT Sans Narrow";
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #474747;
	letter-spacing: 1px;
	text-decoration: none;
}
.h3_bold {
	font-family: "PT Sans Narrow";
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #474747;
	letter-spacing: 1px;
	text-decoration: none;
}


.link1 {
	font-family: "PT Sans";
	font-size: 12pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #9eb8d5;
	text-decoration: none;
}


.slidertext {
	font-family: "PT Sans Narrow";
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
.slidertext_bold {
	font-family: "PT Sans Narrow";
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #9EB8D5;
	text-decoration: none;
}


#header{
	min-width:960px;
	height:120px;
	margin:auto auto;
	position:relative;
	background-image:url(images/headerbackground.jpg);
}

#menu{
	min-width:960px;
	height:40px;
	margin:0 auto;
	position:relative;
	background-color:#9eb8d5;
	background-image:url(images/linije.png);
	background-position:center;
}

#slider_holder{
	min-width:960px;
	height:495px;
	margin:0 auto;
	position:relative;
	background-image:url(images/background_slider.png);
	background-position:center;
}

#centring_div {
	min-width:960px;
	height:40px;
	margin:0 auto;
	position:relative;
}

#content1{
	min-width:960px;
	margin:0 auto;
	position:relative;
}

#content2{
	min-width:960px;
	margin:0 auto;
	position:relative;
	background-color:#f8f8f8;
}

#foother{
	min-width:960px;
	margin:0 auto;
	position:relative;
	background-color:#474747;
}
