body {
	margin: 0;
	padding: 0;
	font-family: 'Century Gothic','Century Gothic','Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	background: #FBF9F0;
}
h1 {
	font-family: 'Century Gothic','Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 18px 0;
	padding: 4px 0 0 0;
	font-weight: bold;
	font-size: 20px;
	color: #353535;
	text-align: left;
}
h2 {
	font-family: 'Century Gothic','Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 15px 0;
	padding: 1px 0 0 0;
	font-weight: bold;
	font-size: 16px;
	color: #353535;
	text-align: left;
}
h2.inline {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 25px;
}
h3 {
	font-family: 'Century Gothic','Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #353535;
	color: #333333;
	text-align: left;
}
h3.inline {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
h4 {
	font-family: 'Century Gothic','Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
h4.inline {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
p {
	margin: 0;
	padding: 0;
}


/************ Standard tags ************/


/************ Positioning Classes ************/
.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.clearLeft {
	clear: left;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.clearRight {
	clear: right;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.posCenter {
	margin: 0 auto;
	padding: 0;
}
.VAtop {
	vertical-align: top;
}
.VAmiddle {
	vertical-align: middle;
}
.VAbottom {
	vertical-align: bottom;
}
.floatLeft{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
.floatLeft_Mr{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.floatRight{
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
}
.floatRight_Ml{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}
.block{
	display: block;
}
.inner {
	float: left;
	overflow: hidden;
}
.lh-normal {
	line-height: normal;
}
.lh-200p {
	line-height: 200%;
}
.Mt25 {
	margin-top: 25px;
}
.Mt15 {
	margin-top: 15px;
}
.Mt5 {
	margin-top: 5px;
}
.Mt1 {
	margin-top: 1px;
}


/************ Color Styles ************/
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}
.blue {
	color: #353535;
}
.lightBlue{
	color: #edf8fe;
}
.darkBlue{
	color: #0058a6;
}
.violet{
	color: #892981;
}
.lightViolet{
	color: #ded1d1;
}
.gray{
	color: #eeeeee;
}
.field_req{
	color: #ff0000;
}
.error_normal{
	color: #ff0000;
}
.red{
	color: #ff0000;
}


/************ Font Styles ************/
.line_through {
	text-decoration: line-through;
}
.fs-85p {
	font-size: 85%;
}

/************ Link Styles ************/
a:link {
	color: #353535;
	text-decoration:none;
	font-weight: inherit;
}
a:hover, a:visited:hover {
	color: #353535;
	text-decoration:underline;
}
a:visited {
	color: #353535;
	text-decoration: none;
	font-weight: inherit;
}

a.orange {
	color:#ff9907;
}

a.orange:hover {
	color:#ff9907;
	text-decoration:underline;
}


/************ Image Styles ************/
img {
	border: 0;
	outline: 0;
}
img.grayBorder {
	border: 1px solid #cccccc;
}
img.grayBorder-VAB {
	border: 1px solid #cccccc;
	vertical-align: bottom;
}
img.floatLeft {
	display: inline;
	float: left;
	vertical-align: bottom;
	margin: 0 10px 5px 0;
}
img.floatLeft-noM {
	display: inline;
	float: left;
	vertical-align: bottom;
	margin: 0;
}
img.floatLeftBorder {
	display: inline;
	float: left;
	border: 1px solid #cccccc;
	vertical-align: bottom;
	margin: 0 10px 5px 0;
}
img.floatRight {
	display: inline;
	float: right;
	vertical-align: bottom;
	margin: 0 0 5px 10px;
}
img.floatRight-noM {
	display: inline;
	float: right;
	vertical-align: bottom;
	margin: 0;
}
img.floatRightBorder {
	display: inline;
	float: right;
	border: 1px solid #cccccc;
	vertical-align: bottom;
	margin: 0 0 5px 10px;
}


/************ Table Styles ************/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table.centered{
	margin: 0 auto;
}
td {
	margin: 0;
	padding: 2px;
}
td.noborder {
	border: 0;
}
td.VAtop {
	vertical-align: top;
}
table.hasborder{
	border: 1px solid #666666;
}
table.hasborder td {
	border: 1px solid #666666;
}
table.hasborder td.noborder {
	border: 0;
}
table.hasborder_tCenter{
	border: 1px solid #666666;
	text-align: center;
}
table.hasborder_tCenter td {
	border: 1px solid #666666;
}
table.hasborder_tLeft{
	border: 1px solid #666666;
	text-align: left;
}
table.hasborder_tLeft td {
	border: 1px solid #666666;
}
tr.lightbkground {
	background-color: #ffffff;
}
tr.darkbkground {
	background-color: #e6e6e6;
}
tr.graybkground {
	background-color: #999999;
}

/**
	Struktura
**/

.wrap {
	width:960px;
	margin:0 auto;
	padding:0;
}

#glava {
	background:url(../images/glava-back.jpg) repeat-x top left;
	margin:0;
	padding:0;
}

#glava .inner {
	float:none;
	padding:15px 0px;
}

#logo {
	float:left;
	text-align:center;
	margin-left:20px;
}

#logo h1 {
	background:url(../images/logo.png) no-repeat;
	height:72px;
	width:132px;
	margin-left:18px;
}

#logo h1 a {
	display:block;
	height:72px;
	width:132px;
	text-indent: -9999px;
	overflow: hidden;
	padding:0;
}

.slogan {
	margin-left:10px;
}

#phone {
	margin-top:10px;
	float:right;
}

#email {
	float:right;
	margin-right:70px;
	margin-top:10px;
}

#navigacija {
	background:#353535;
}

/* Meni */

#meni {text-align:left}

#meni ul {
	list-style:none;
	margin:0;
	padding:0;
}

#meni ul li {
	float:left;
	margin:0;
	padding:0;
}

#meni ul li a {
	 color:#FFFFFF;
	 text-decoration:none;
	 line-height:25px;
	 display:block;
	 font-size:13px;
	 padding:10px;
}

#meni ul li a:hover {
	background:#5b5a5a;
}

/* SubLevel */

#meni li ul {
	display:none;
	z-index:20;
	margin:0;
	padding:0;
}

#meni li ul li {
	float:left;
	min-width:200px;
	padding:0;
	margin:0;
}

#meni li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
}

#meni li:hover ul li a {
	padding:6px 15px 6px 9px;
	margin:0;
	background:#353535;
	text-align:left;
	font-size:11px;
}

#meni li:hover li {
	float: none; 
	background:none;
	padding:0;
	margin:0;
}

#meni li:hover li a {
	padding:0;
	margin:0;
}
	
#meni li:hover li a:hover {
	background-color: #5b5a5a;
	
}

#vsebina {
	background:url(../images/vsebina-back.jpg) repeat-x top #efefef;	
}

#levo {
	float:left;
	width:22%;
	padding:10px;
}

#jedro {
	float:left;
	width:99%;
	padding:10px;
}

#spotlight {
	background:url(../images/slika_uvodna.png) no-repeat center;
	width:960px;
	height:339px;
	margin-bottom:-50px;
}

#spotlight h2 {
	padding:30px 0px 0px 55px;
}

#spotlight p {
	padding:20px 0px 0px 55px;
	width:480px;
}

#spotlight .povprasevanje {
	margin:12px 25px 0px 0px;
	float:right;
}

#spot-tabela {
	margin:15px;
}

#enovosti {
	background:#353535;
	color:#FFFFFF;
}

#breadcrums {
	padding:10px;
	margin-left:23px;
	font-size:9px;
	font-weight:bold;
}

#breadcrums a {
	text-decoration:underline;
}

#spodaj-levo {
	background:url(../images/email-spodaj.png) left center no-repeat;
	float:left;
	width:55%;
	margin:20px;
}

#obrazec-text {
	float:left;
	width:60%;
	margin-left:60px;
}

#obrazec-text h3 {
	color:#FFFFFF;
}

#obrazec {
	float:right;
	width:23%;
	margin-top:20px;
	padding-right:10px;
}

#spodaj-desno {
	color:#353535;
	float:left;
	width:32%;
	background:#e3e3e3;
	padding:10px 20px;
	margin:20px;
}

#noga {
	margin-top:30px;
	font-size:11px;
	border-top:1px dotted #9c9c9c;
}

#noga a {
	text-decoration:none;
}

#noga a:hover {
	text-decoration:underline;
}

#noga .box {
	float:left;
	width:16%;
}

#povezave {
	border:1px dotted #9c9c9c;
	padding:10px 0;
}

#footer {
	padding:10px 0px;
	font-size:11px;
}


/**
	Moduli
**/

.modul {
	width:205px;
	background:url(../images/modul-bottom.jpg) bottom no-repeat #FFFFFF;
	border-left:1px solid #e7e5e5;
	border-top:1px solid #e7e5e5;
	border-right:1px solid #e7e5e5;
	padding-bottom:60px;
}

.modul h3 {
	background:#e3e9f0;
	padding:15px 10px;
}

.modul.oranzna h3 {
	background:#ff9907;
	padding:15px 10px;
}

.modul ul {
	list-style:none;
	margin:0;
	padding:0;
}

.modul ul li {
	margin:0;
	padding:0;
}

.modul ul li a {
	color:#383838;
	text-decoration:none;
	padding-left:15px;
	font-weight:600;
}

.modul ul li a.active {
	background:url(../images/arrow.png) left no-repeat;
}

.modul p {
	padding:0px 13px;
}

/************ Forms ************/

form {
	display: inline;
	margin: 0;
	padding: 0;
}

select {
	font-family: 'Century Gothic','Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
    border: 1px solid #333333;
    font-size: 11px;
	color: #111111;
  	margin: 0;
	padding: 0;
}
textarea {
	font-family: 'Century Gothic','Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
    border: 1px solid #333333;
    font-size: 11px;
	color: #111111;
  	margin: 0;
	padding: 0 2px; 
}
input {
	font-family: 'Century Gothic','Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	display: inline;
	background-color: #ffffff;
	border: 1px solid #333333;
	color: #111111;
 	height: 18px;
	margin: 0;
	padding: 0 2px;
	text-align: left;
    font-size: 11px;
}
input.hidden {
    display: none;
    border: none;
    background-color: transparent;
    width: 0;
    height: 0;
    line-height: 0;
}
input.input_1 {
	width: 100px;
}
input.input_2 {
	width: 200px;
}
input.input_3 {
	width: 300px;
}
input.input_4 {
	width: 400px;
}
input.input_5 {
	width: 500px;
}
input.input_6 {
	width: 600px;
}
input.radio {
	border: 0;
}
input.radio_Mr_5 {
	border: 0px;
	margin-right: 5px;
}
input.checkbox {
	border: 0;
	margin: 1px 5px 1px 2px;
	padding: 0;
}
input.checkbox {
	border: 0;
}
input.radio {
	border: 0;
}

img#visualCaptcha {
	border: 1px solid #333333;
	padding: 1px;
}

.sumbit-enovice {
	background:url(../images/poslji.png);
	width:126px;
	height:44px;
	border:0;
	cursor:pointer;
}

.input_spodaj {
	width:150px;
}