﻿/* CSS Document */

html {
	/*height: 100%;*/
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	/*height: 100%;	/*Ă„Ĺ¤e daÄąË‡ na 100% potem, se zaradi margin-top in bottom pri #wrap viÄąË‡ina strani poveĂ„Ĺ¤a in je vedno drsnik zraven*/
	background-color: #1a293a; /*#364759;	/*barva ozadja*/
	font-family: Tahoma, Verdana;
}
#background{
	/*background: url(slike/background.jpg) top repeat-X;*/
	margin: 0px;
	padding: 0px;
	position: relative;
	padding-top: 10px;
}
#background-light{
	background: url(slike/background_light2.png) center repeat-x;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 180px;	
	left: 0px;
	right: 0px;
	height: 422px;
	/*border: 1px solid green;*/
}
#container {
	/*min-height: 100%;	/*odkomentiraj Ă„Ĺ¤e ÄąÄľeliÄąË‡, da stran vedno zavzame celotno viÄąË‡ino zaslona*/
	width: 936px;	/*990px width - zamik menija*/ 
	margin: 0 auto;
	margin-top: 0px;
	/*margin-bottom: 10px;*/
	padding: 0;
	border: 1px white dashed;
}
/*#container-padding{
	margin: 8px;	/*ker če inner-containerju dolocimo padding, potem se le-ta poveča
					za vrednost paddinga, kar pomeni odstevanje pri sirini...
}*/
#container-margin{
	position: relative;
	margin-right: -27px;	/*margin-left/2 od #left (menija)*/
	margin-left: 27px;
	border: 1px dashed red;
}
#header {
	height: 110px;
	border: 1px dashed yellow;
	background: url(slike/header_light.png) top no-repeat;
	position: relative;
}
#logo{
	height: 84px;
	width: 71px;
	background: url(slike/logo.png) no-repeat;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
#title{
	position: absolute;
	bottom: 15px;
	right: 110px;
}
#title-short{
	color: #fff;
	font-size: 40px;
	text-align: right;
	text-transform: lowercase;
}
#title-long{
	color: #ccc;
	font-size: 14px;
	text-align: right;
}

#top {
	height: 17px;
	/*border: 1px dashed green;*/
	position: relative;
}
#top-middle{
	background: url(slike/top.png) repeat-x;
	position: absolute;
	left: 20px;
	right: 20px;
	height: 17px;
}
#top-left{
	position: absolute;
	left: 0;
	width: 297px;
	height: 17px;
	background: url(slike/top-left.png) no-repeat left;
}
#top-right{
	position: absolute;
	right: 0;
	width: 360px;
	height: 17px;
	background: url(slike/top-right.png) no-repeat right;
}
#top-menu {
	height: 56px;
	/*border: 1px dashed green;*/
	position: relative;
	background: #ffffff;
}
#top-menu-left{
	background: url(slike/top-menu-left.png) left no-repeat;
	position: absolute;
	left: 0px;
	width: 130px;
	height: 56px;
}
#top-menu-right{
	background: url(slike/top-menu-right.png) left no-repeat;
	position: absolute;
	width: 130px;
	height: 56px;
	right: 0px;
}
#top-menu-middle{
	background: url(slike/top-menu-back.png) left repeat-x;
	position: absolute;
	height: 56px;
	left: 130px;
	right: 130px;
}
#top-menu-content{
	position: relative; /*obvezno, da skoči pred ostale div-e s position: absolute*/
	width: 100%;
	overflow: auto;
}
#bellow-top {
	height: 40px;
	/*border: 1px dashed pink;*/
	background: #ffffff;
}
#bellow-top-background{
	background: url(slike/bellow-top.png) repeat-x bottom;
	height: 40px;
	position: relative;
}
#bellow-top #language{
	line-height: 40px;
	color: black;
	margin-left: 20px;
	display: block;
	font-size: 12px;
	float: left;
}
#bellow-top #search{
	position: absolute;
	top: 5px;
	left: 230px;
	width: 300px;
	height: 30px;
	border: 1px dashed green;
	color: black;
}
#content-background{
	background: #ffffff;
}
#content {
	padding-bottom: 59px;
	/*position: relative; /*ne sme bit, ker se v tem primeru left,right-shadow raztegne samo Ă„Ĺ¤ez to viÄąË‡ino!!*/
	border: 1px dashed green;
	height: 100%;	/*zaradi IE, Ă„Ĺ¤e 100% viÄąË‡ina strani, da se leva pa desna senca lepo resize-ata*/
	position: relative;
	background: url(slike/content-back-left.jpg) repeat-y left;
}
#content:after {	/*neka CSS fora*/
	content:" ";
	display: block;
	clear: both;
}
#footer {
	position: relative;
	height: 40px;
/*	border: 1px solid green;*/
}
#bottom-left{
	background: url(slike/bottom-left.png) no-repeat bottom;
	position: absolute;
	left: 0px;
	width: 278px;
	height: 12px;
}
#bottom-middle{
	background: url(slike/bottom.png) repeat-x bottom;
	position: absolute;
	left: 270px;
	right: 300px;
	height: 12px;
}
#bottom-right{
	background: url(slike/bottom-right.png) no-repeat bottom;
	position: absolute;
	right: 0px;
	width: 305px;
	height: 12px;
}

#main {
	margin: 0px 0 0 230px;
	top: 30px;			/*ne spreminjaj tega v margin-top zaradi IE*/
	width: 650px;
	border: 1px blue dashed;	
	position: relative;
	overflow: auto;
	width: 100%;
}
#main-content {
	border: 1px green dashed;
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;/* #000000;*/
	text-align: justify;
	margin-bottom: 1.3em /*16px*/;
	margin-top: 0px;
	overflow: auto;
	width: 100%;
}

#left-podlaga{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;	/*mora bit zaradi IE*/
	background: #f1f2f2;
	width: 281px;
}
#left{
	position: relative;
	width: 242px;
	border: 1px dashed aqua;
	float: left;
	margin-top: 30px;	/*ne spreminjaj v top, zaradi obnaÄąË‡anja. Ă„Ĺše je doloĂ„Ĺ¤en margin je #menispodaj vedno viden v celoti, Ă„Ĺ¤e uporabiÄąË‡ top, se skrije za isto vrednost na dnu*/
	margin-left: -54px;
}

/*----------------OZADJE MENIJA---------------*/
#menu{
	position: relative;	
	color: white;
}
#menu-top{
	/*border: 1px dashed yellow;*/
	position: absolute; /*zaradi tega je ta div v ospredju pred #menu-middle in #menu-bottom, ki imata position:absolute*/
	height: 10px;
	width: 242px;
	top: 0px;
	background: url(slike/menu-top.png) top no-repeat;
}
#menu-middle{
	background: url(slike/menu-middle.png) repeat-y;
	position: absolute;
	top: 10px;
	bottom: -2px; /*106 (višina #menu-bottom) - 108 (margin-bottom od #menu-content)*/
	width: 242px;
	/*border: 1px solid green;	*/
}
#menu-bottom{
	background: url(slike/menu-bottom.png) top no-repeat;
	height: 106px;
	position: absolute;
	bottom: -108px;	/*57 +33 + 18 (top pri #menu-content; ta premakne vse skupi navzdol; če spremeniš v margin-top, se odmaknejo tudi spodnji layerji?!!!*/
	width: 242px;
	/*border: 1px dashed white;*/
}
#menu-lights-layer{
	position: relative;
}
#menu-light-top{
	background: url(slike/menu-light-top.png) top no-repeat;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 242px;
	/*border: 1px dashed yellow;*/
}
#menu-light-bottom{
	background: url(slike/menu-bottom.png) top no-repeat;
	height: 106px;
	width: 242px;
	position: absolute;
	bottom: 0px;
	/*border: 1px dashed yellow;*/
}
#menu-content{
	position: relative;
	margin-bottom: 108px; /*57 +33 + 18 (top premakne vse skupi navzdol; če spremeniš v margin-top, se odmaknejo tudi spodnji layerji?!!!*/
	top: 18px;
	/*border: 1px dashed yellow;*/
}

/*-----------OBLIKA MENIJA---------*/
#menu-box{
	margin: 0px 20px 0 20px;
/*	border: 1px dashed green;*/
}
#submenu-box{
	margin: 10px 0 0px 0;
	/*border: 1px dashed yellow;*/
}
.box1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;
    	/*width: 200px;	*/
	text-indent: 6px;
	padding: 0;	/* top, right, bottom, left */
	background: url(slike/locilna_crta_menu.png) bottom repeat-x;
	border: 0px none;
	/*display: block;*/
	color: ff1c5a;
}
.box1 a {
	color: #FFF;
	text-decoration:none;
	display: block;
	background: url(slike/menu_arrow.png) right center no-repeat;
}
.box1 a:hover {
	color: #ff1c5a;
	text-decoration: none;
	font-weight: bold;
}
div.box1#active a {
	color: #ff1c5a;
	font-weight: bold;
	text-decoration:none;
}
.box2, .box3, .box4 {
	font-size: 14px;
	line-height: 1.2em;
	padding: 3px 0 3px 20px;
	background: url(slike/menu_arrow_small.png) left center no-repeat;
}
.box2 {	
	margin: 0 0 0px 5px;	/* top, right, bottom, left */
}
.box3 {
	margin: 0 0 0px 25px;	/* top, right, bottom, left */
}
.box4 {
	margin: 0 0 0px 45px;	/* top, right, bottom, left */
}
.box2 a, .box3 a, .box4 a{
	color: #f1f1f1;
	text-decoration: none;
	display: block;
}
.box2 a:hover, .box3 a:hover, .box4 a:hover {
	/*font-weight: bold;*/
	color: #e34e57;
}
#sumbenu-box #active a {
	color: #ff1c5a;	
	text-decoration: none;
}



/*--------Oblika zgornjega menija------*/

#top-menu-content ul{
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
}
#top-menu-content li {
	float: left;
	line-height: 56px;
	/*padding: 0 30px 0 30px;*/
	font-size: 16px;
	font-weight: bold;
	padding: 0 40px 0 40px;
}
#top-menu-content li a{
	color: #fff;
	text-decoration: none;
}
#top-menu-content li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.locilna_crta_meni{
	background-image: url(images/meni_locilna_crta.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 23px;
}



/*-------Oblika vsebine---------*/
h1 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	display: block;
	color: #d60045;
	margin: 10px 0 0 0;
	font-family: Tahoma;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #d60045;
	margin-top: 2em;
	margin-bottom: 16px;
	display: block;/*border-bottom: #999999 1px solid;	*/
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: black; /*#2F6E88; /*#3F7891;*/
	margin-top: 1.8em;
}
p {
	font-size: 12px;
	line-height: 1.5em /*16px*/;
	color: #444;
	text-align: justify;
	margin-bottom: 1.5em /*16px*/;
	margin-top: 0px;
}
#main a{
	color: #d60045;
	text-decoration: underline;
}
#main a:hover{
	text-decoration: none;
}
#main li{
	text-align: left;
}
#pot {
	font-size: 11px;
	color: #000000;
}
#pot a {
	color: #000000;
}
#pot a:hover {
	color: #000000;
	text-decoration: none;
}
strong, b {
	color: #333;
}
