/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
					Vigred - Uspeh d.o.o.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: .625em;
	color: #000;
	background: url(../img/body_background.jpg) left top repeat-x;
	text-align: center;
}

img {
  border: none;
}

img, a, a:hover {
  outline: none;
}

p {
  margin: 0;
  padding: 0;
}

/*-*-*-*-*- STRUKTURA -*-*-*-*-*/

#header {
  margin: 0 auto 20px auto;
  padding: 0;
  width: 995px;
  height: 172px;
  text-align: left;
  position: relative;
  background: url(../img/header_background.jpg) right top no-repeat;
  z-index: 300;
}

#container {
  width: 995px;
  margin: 0 auto 50px auto;
  padding: 0;
  text-align: left;
}

#menu_left {
	float: left;
	width: 301px;
	margin: 0 20px 0 0;
	padding: 0;
}

#content {
	float: left;
	width: 630px;
	margin: 0;
	padding: 0 20px;
	background: url(../img/content_background.gif) repeat-y 0px 40px;
}

#footer {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 70px;
  background: #626871;
}

/*-*-*-*-*- GLAVA -*-*-*-*-*/

/* logo */
.logo {
	position: absolute;
	left: 40px;
	top: 0;
	width: 550px;
	height: 120px;
	text-decoration: none
}

/* spodnji meni v glavi */
#header .menu_bottom {
	position: absolute;
	right: 20px;
	bottom: 14px;
}

#header .menu_bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .menu_bottom ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	text-align: center;
	position: relative;
}

#header .menu_bottom ul li a {
	text-decoration: none;
	color: #666;
	font-size: 1.7em;
	letter-spacing: 2px;
	display: block;
	float: left;
	margin: 0;
	padding: 0 40px;
	height: 42px;
	line-height: 42px;
	background: url(../img/header_menu_separator.gif) right center no-repeat;
}

#header .menu_bottom ul li a:hover {
	text-decoration: underline;
}

#header .menu_bottom ul li a.selected {
	text-decoration: underline;
}

/* podnivo glavnega menija */
#header .menu_bottom ul li .submenu {
	position: absolute;
	display: none;
	background: #e9e9e9;
	z-index: 100;
	left: 0;
	top: 42px;
	font-size: 0.7em;
	width: 140px;
	text-align: left;
	border: 1px solid #cecece;
}

#header .menu_bottom ul li .submenu li {
	float: none;
	margin: 0;
	padding: 1px;
	background: none;
	height: 20px;
	line-height: 20px;
}

#header .menu_bottom ul li .submenu li a {
	padding: 1px 1px 1px 3px;
	margin: 0;
	border: 0;
	background: none;
	line-height: 20px;
	height: 20px;
	color: #666;
	display: block;
	width: 135px;
	text-align: left;
	text-decoration: none;
	letter-spacing: normal;
}

#header .menu_bottom ul li .submenu li a:hover {
	background: #ccc;
	color: #000;
	text-decoration: none;
}

#header .menu_bottom ul li:hover .submenu {
	display: block;
}

#header .menu_bottom ul li:hover a {
	text-decoration: underline;
}

/* pomožni meni */
#header .menu_top {
	position: absolute;
	right: 30px;
	top: 12px;
	color: #838383;
}

#header .menu_top a.text {
	margin: 0 10px;
	padding: 0 0 0 15px;
	color: #838383;
}

#header .menu_top a.text:hover {
	text-decoration: none;
}

#header .menu_top a.text.home {
	background: url(../img/icon_home.gif) left center no-repeat;
}

#header .menu_top a.text.contact {
	background: url(../img/icon_contact.gif) left center no-repeat;
}

#header .menu_top a.text.sitemap {
	background: url(../img/icon_sitemap.gif) left center no-repeat;
}

#header .menu_top .lang {
	margin: 2px 0 0 5px;
}

/*-*-*-*-*- LEVI MENI -*-*-*-*-*/
/** glej content_front_bottom **/

/* left infobox */
#menu_left .infobox {
	width: 281px;
	height: 160px;
	border: 1px solid #515862;
	margin: 20px 0 0 0;
	padding: 10px;
	background: url(../img/left_infobox_background.jpg) repeat-x left bottom;
	position: relative;
	color: #666;
}

#menu_left .infobox a {
	color: #666;
	text-decoration: underline;
}

#menu_left .infobox a:hover {
	text-decoration: none;
}

#menu_left .infobox .icon {
	position: absolute;
	right: 20px;
	top: 10px;
}

#menu_left .infobox p.title {
	font-size: 1.7em;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#menu_left .infobox p.info {
	margin: 20px 0 0 10px;
	letter-spacing: 1px;
}

/*-*-*-*-*- VSEBINA -*-*-*-*-*/

/** prva stran **/
.content_front_top {
	width: 995px;
	background: url(../img/front_content_background.jpg) no-repeat left top;
	height: 287px;
	position: relative;
}

.content_front_top .text {
	padding: 60px 0 0 40px;
	font-size: 1.2em;
	width: 390px;
}

.content_front_top .text h1 {
	color: #1fb149;	
	font-size: 1.6em;
	font-weight: normal;
}

.content_front_top #front_animation {
	position: absolute;
	right: 24px;
	top: 20px;
	width: 398px;
	height: 237px;
}

.content_front_bottom {
	background: url(../img/front_content_bottom_background.jpg) repeat-x left bottom;
	width: 995px;
	height: 300px;
	margin: 5px 0 0 0;
}

.content_front_bottom .menu_wrapper {
	margin: 30px 0 20px 40px;
}

.content_front_bottom .menu {
	float: left;
	width: 375px;
	background: url(../img/front_border.gif) repeat-y right top;
}

.content_front_bottom .menu .menu_left_top,
#menu_left .menu_left_top {
	width: 295px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	background: url(../img/menu_left_top.gif) no-repeat left top;
	margin: 10px 0 0 0;
	padding: 4px 0 0 6px;
}

.content_front_bottom .menu ul,
#menu_left ul {
	margin: -4px 0 0 0;
	padding: 0;
	list-style: none;
}

.content_front_bottom .menu ul li,
#menu_left ul li{
	margin: 0;
	padding: 0;
}

.content_front_bottom .menu ul li a,
#menu_left ul li a {
	color: #fff;
	font-size: 1.2em;
	display: block;
	width: 301px;
	height: 28px;
	line-height: 28px;
	background: url(../img/menu_left_background.jpg) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
}

.content_front_bottom .menu ul li a:hover,
#menu_left ul li a:hover {
	text-decoration: none;
	color: #339933;
}

#menu_left ul li a.selected {
	text-decoration: none;
	color: #339933;
}

.content_front_bottom .traffic_light {
	float: left;
	width: 158px;
	text-align: center;
}

.content_front_bottom .why_vigred {
	float: left;
	width: 462px;
	height: 283px; 
	background: url(../img/front_border.gif) repeat-y left top;
}

.content_front_bottom .why_vigred h2 {
	margin: 40px 0 0 20px;
	padding: 0;
	font-size: 1.6em;
}

.content_front_bottom .why_vigred ul {
	font-size: 1.5em;
	list-style-image: url(../img/front_bullet.gif);
	margin: 20px 0 0 45px;
	padding: 0;
}

.content_front_bottom .why_vigred ul li {
	margin: 0 0 15px 0;
	padding: 0;
}

/** naslovi, povezave **/
#content h1 {
  font-size: 2em;
  margin: 10px 0 20px 0;
  padding: 0;
  color: #1fb149;
  font-weight: normal;
}

#content h2 {
  font-size: 1.6em;
  margin: 20px 0 20px 0;
  padding: 0;
  color: #1fb149;
  font-weight: bold;
}

#content h3 {
  font-size: 1.4em;
  margin: 0 0 10px 0;
  padding: 0;
}

#content h4 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
  padding: 0;
}

#content p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0 0 15px 0;
}

#content a {
  color: #339933;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content ul {
  margin: 0 0 20px 30px;
  padding: 0;
  list-style: square;
  font-size: 1.2em;
}

#content ul li {
  padding: 0 0 5px 0;
}

#content ul li ul {
  margin: 10px 0 0 15px;
  font-size: 1em;
  list-style: square;
}

#content table {
	font-size: 1.2em;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#content table tr td {
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
}

/*.images {
  margin: 30px 0 30px 0;
}

.images a {
  border: 5px solid #dbdbdb;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}

.images a:hover {
  border: 5px solid #a3c837;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}

.images a.last {
  margin: 0 0 5px 0;
}*/

#content .info_box  {
  clear: both;
  font-size: 1.5em;
  font-weight: bold;
  margin: 40px 0 0 0;
}

#content .info_box img {
	float:left;
	padding: 0 10px 0 0;

}

#content img.slikaborder {
	border:1px solid #000000;
}


#content .info_box a {
  color: #00b4d0;
  text-decoration: none;
}


#content .info_box a:hover {
  text-decoration: underline;
}

/* bread crumbs */
#breadcrumbs {
	width: 100%;
	height: 25px;
	text-align: center;
	background: #99d3aa;
	margin: -19px 0 0 0;
}

#breadcrumbs .container {
	height: 25px;
	line-height: 25px;
	width: 625px;
	margin: 0 auto;
	padding: 0 0 0 370px;
	background: url(../img/breadcrumbs_background.gif) no-repeat 340px center;
	text-align: left;
}

#breadcrumbs .container a {
	color: #000;
	text-decoration: underline;
}

#breadcrumbs .container a:hover {
	text-decoration: none;
}

/* sitemap list */
#content ul.sitemap li ul {
	list-style: square;
}

#content ul.sitemap li ul li ul {
	list-style: square;
}

/*-*-*-*-*- FOOTER -*-*-*-*-*/

#footer .footer_container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 0 0
}

#footer .footer_container a {
	color: #fff;
	text-decoration: underline;
}

#footer .footer_container a:hover {
	text-decoration: none;
}

#footer .footer_container .left {
	float: left;
}

#footer .footer_container .right {
	float: right;
}

/*-*-*-*-*- PUCANJE -*-*-*-*-*/

#container:after,
#footer .footer_container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}





/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 212 2009-09-03 05:33:44Z emartin24 $
 *
 */



#basic-modal-content {display:none; 	float: right;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:default;}

/* Container */
#simplemodal-container {height:320px; width:350px; color:#bbb; background-color:#fff; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

/*----------------- AVTORJI -----------------------*/

.logo_authors{
	float:left;
	width:300px;
	height:33px;
}

.logo_authors a{
	float:left;
	text-align:left;	
}

.logo_authors a{
	float:left;
	text-align:left;	
}

#text_content_authors{
	float:left;
	text-align:left;
	margin-top:10px;
	width:250px;
	
}

#text_content_authors ul{
	float:left;
	margin-left:15px;
	text-align:left;
	margin-top:5px;
	display:inline;
	list-style:none;
}

#text_content_authors ul li{
	float:left;
	width:200px;
	display:inline;
	line-height:15px;
	margin-top:5px;
	color:#303030;
	font-size:11px;
	padding-left:20px;
	list-style:none;
	background:url(../img/arrow_authors.jpg) no-repeat;
}

#text_content_authors p.title_text{
	float:left;
	width:250px;
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	color:#303030;
	height:15px;
	padding-bottom: 0px;
}

#text_content_authors p.title_text a{
	font-weight:bold;
	margin-top:10px;
	font-size:11px;
	text-decoration:underline;
	color:#303030;
}

#text_content_authors p.authors_text{
	float:left;
	width:100%;
	font-size:11px;
	line-height:15px;
	color:#303030;
	padding-bottom: 0px;
}

#text_content_authors a.links_www{
	width:150px;
	display:inline;
	font-size:11px;
	line-height:15px;
	color:#7294A8;
}

#text_content_authors2{
	float:left;
	text-align:left;
	margin-top:10px;
	width:250px;
	
}

#text_content_authors2 ul{
	float:left;
	margin-left:15px;
	text-align:left;
	margin-top:5px;
	display:inline;
	list-style:none;
}

#text_content_authors2 ul li{
	float:left;
	width:200px;
	display:inline;
	line-height:15px;
	margin-top:5px;
	color:#303030;
	font-size:11px;
	padding-left:20px;
	list-style:none;
	background:url(../images/arrow_authors.jpg) no-repeat;
}

#text_content_authors2 p.title_text{
	float:left;
	width:250px;
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	color:#303030;
	height:15px;
}

#text_content_authors2 p.title_text a{
	font-weight:bold;
	margin-top:10px;
	font-size:11px;
	text-decoration:underline;
	color:#303030;
}

#text_content_authors2 p.authors_text{
	float:left;
	width:100%;
	font-size:11px;
	line-height:15px;
	color:#303030;
}

#text_content_authors2 a.links_www{
	width:150px;
	display:inline;
	font-size:11px;
	line-height:15px;
	color:#7294A8;
}





