﻿html {
	/*background: #2e2e2e;*/
	/*background: #bec8d7;*/
	/*background-color: #bdd5e6;*/
	background-color: #d0e2f0;
	background-image: url('Images/Design/bg3.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

#space {
	height: 0px;
}

#shadow {  
	background-image:url(Images/Design/gradient_shadow1.png);
	width: 900px;
	margin: 0 auto auto;
}

.box {  
	width: 900px;
	background-color:transparent;  
	padding-left: 10px;
	padding-right: 10px;
	margin:0px auto; 
}

#headline {
	margin: 10px auto auto;
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 87px;
	width: 100%;
	height: 178px;
	z-index: -100;
}


#container {
	margin: 0 auto auto;
	width: 900px !important;
	background-color: #ffffff;
	/*background-color: #e4e4e5 !important;*/
}

/* ### LANG ### */

#lang {
	background: black;
	text-align: right;
	height: 20px;
	padding: 8px 3px 3px 3px;
	color: #ffffff;
	font-family: Calibri;
	font-size: 10pt;
}

#lang img {
	border: 0px transparent solid;
	padding: 0 2px;
}

/* ### TOP ### */

/*#top {
	height: 81px;
	padding: 0 0px 0 350px;
	background-image: url('Images/Design/top.jpg');
	background-repeat: no-repeat;
}*/


#top {
	background-color: #000000;
	background-image: url('Images/Design/top.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 20px 5px 5px 350px;
	height: 57px;
}

#top ul {
	/*margin: 9px 0 0 350px;*/
	padding: 0px;
}

#top ul li {
	display: inline;
	height: 30px;
	float: left;
	list-style: none;
	position: relative;
}

#top li a {
	font-size: 10pt;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	/*padding: 15px;*/
	padding: 10px 1em 9px 1em;
	font-family: Calibri;
	font-weight: normal;
}

#top li a:hover {
	background-color: #ffffff !important;
	color: #000000 !important;
	
	border: 0px solid #ffffff;
		
	/* Rounded corners */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#top li ul {
	margin: 0px;
	margin-top: -24px;
	padding: 0px;
	display: none;
	position: absolute;
	left: 0px;
	top: 50px;
	background-color: #1e1e1e;
	
	font-family: Calibri;
	font-size: 10pt;
	
	/* Rounded corners */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#top li:hover ul {
	display: block;
	background-color: #1e1e1e;
	width: 200px;
	z-index: 100;
}

#top li li {
	list-style: none;
	display: list-item;
	width: auto;
	height: 30px;
	padding-left: 5px;
}

#top li li a {
	display: list-item;
	color: #ffffff !important;
	font-size: 10pt !important;
	text-align: left;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	width: 183px !important;
	font-family: Calibri;
}

#top li li a:hover {
	/*color: #ffffff !important;*/
	background-color: #ffffff !important;
	color: #000000 !important;
	width: 100%;
	
	/* Rounded corners */
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/*
.navigationTop {
	width: 100%;
	height: 81px;
	text-align: center;
	font-family: Calibri;
	font-size: 10pt;
	color: #ffffff;
}

.navigationTop td{
	max-width: 100px;
	height: 81px;
	text-align: center;
}

.navigationTop td:hover {
	max-width: 100px;
	height: 81px;
	text-align: center;
	font-family: Calibri;
	font-size: 10pt;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
*/

/* ### HEADER ### */

#header {
	width: 900px;
	height: 208px;
	background-image: url('Images/Design/header.jpg');
	background-repeat: no-repeat;
}

/* ### CONTENT ### */
#left {
	float: left;
}

#leftSidebar {
	float: left;
	width: 220px;
	background-color: #ffffff;
	text-align: center;
	font-size: small;
	border-top: 1px gray solid;
}

#main {
	float: right;
	width: 440px !important;
	min-height: 655px; /*vrednost lahko zmanjšaš le če je SideFrame manjši in te vrednosti*/
	background-color: #e4e4e5;
	padding: 15px 10px 10px 10px;
	border-top: 1px gray solid;
	/*border-right: 1px gray solid;*/
}

#main h1 {
	margin: 0px 0 0px;
	padding: 1px 0 1px;
	color: #0040ff;
	text-align: left;
	font-family:Calibri;
	font-size: 14pt;
	font-style: italic;
}
#main h2 {
	margin: 0px 0 0px;
	padding: 1px 0 1px;
	color: #000000;
	text-align: left;
	font-family: Calibri;
	font-size: 12pt;
	font-style: italic;
}

#main p {
	text-align: justify;
	font-family: Calibri;
	font-size: 10pt;
	color: black;
}

#main ul {
	text-align: left;
	font-family: Calibri;
	font-size: 10pt;
	color: black;
	list-style: square;
}

#sidebar {
	float: right;
	width: 220px;
	background-color: #ffffff;
	text-align: center;
	font-size: small;
	border-top: 1px gray solid;
}

#SideFrame {
	width: 100%;
	height: 680px; /*če popraviš to vrstico moraš popraviti še vrstico v main (min-height)*/
}

/* ### FOOTER ### */

#footer {
	clear: both;
	background-color: #c6c4c4;
	/*height: 150px;*/
	text-align: left;
	padding: 15px 10px 10px 10px;
	color: white;
	font-size: small;
	border-top: 1px gray solid;
}

#footer table{
	width: 100%;
	height: 100%;
}

#footer table td {
	width: 290px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

#footer table td h1 {
	font-family:Calibri;
	font-size: 12pt;
	color: #0040ff;
	border-bottom: 1px white solid;
}


#footer p {
	color: #000000;
	/*padding: 15px;*/
	font-family: Calibri;
	font-size: 10pt;
}

#footer p a {
	font-family: Calibri;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
#footer p a:hover {
	font-family: Calibri;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}

#footer ul {
	margin-left: -20px;
	color: #000000;
	font-family: Calibri;
	font-size: 10pt;
	list-style-type: square;
	list-style: square;
}
#footer ul a, a:link, a:visited, a:hover{
	color: #000000;
}


#CopyRights {
	background-color: #c6c4c4;
	height: 30px;
	text-align: left;
	padding: 5px 10px 5px 10px; 
	color: #505050;
	font-size: 10pt;
	border-bottom: 1px #232323 solid;
}
#CopyRights p.left {
	float: left;
	width: 400px;
	padding-bottom: 10px;
	font-family: Calibri;
}
#CopyRights p.right {
	float: right;
	width: 400px;
	text-align: right;
	padding-bottom: 10px;
	font-family: Calibri;
}


/* ########### TEXT ########## */

.font10 {
	font-family: Calibri;
	font-size: 10pt !important;
}
.font11 {
	font-family: Calibri;
	font-size: 11pt !important;
}
.font12 {
	font-family: Calibri;
	font-size: 12pt !important;
}
.font13 {
	font-family: Calibri;
	font-size: 13pt !important;
}

.razmakNastevanja li {
	padding-top: 5px;
	padding-bottom: 5px;
}
