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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

#container a:link {color: #333333}
#container a:visited {color: #666666}
#container a:hover {color: #0080ff}
#containera a:active {color: #666666}

#back {
	width: 100%;
}

#container {
	margin: 0px auto;
	width: 970px;
	color: #000;
	padding: 0px;
	padding-bottom: 10px;
}
#body {
	width: 940px;
	margin: 0px auto;
}

/* HEADER */
#header {
	height: 95px;
}
#header img.logo {
  margin: 12px 0px 0px 10px;
}
#headerMenu {
  position: fixed;
	text-align: right;
  top: 0px;
  left: 50%;
  background: url('../slike/glava-meni.png') no-repeat;
  width: 466px;
  height: 36px;
  padding: 8px 0px 0px 16px;
  margin-left: 10px;
  z-index: 100;
}
/* fix for ie6 */
* html #headerMenu { 
	position: absolute;
}
#headerMenu a {
	margin: 0px 43px 0px 0px;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}
#headerMenu a:link {
	color: #fff;
}
#headerMenu a:visited, #headerMenu a:active  {
	color: #fff;
}
#headerMenu a:hover {
	color: #0080ff;
}
#header .fb-like {
	float: right;
	margin: 80px -80px 0px 0px;
  background-color: transparent;
}
#header .fb-image {
  background-image: url("https://fbstatic-a.akamaihd.net/rsrc.php/v2/y1/r/LVx-xkvaJ0b.png");
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
  background-position: 0 -42px;
  left: 0;
  margin: 0 4px 0 8px;
  position: relative;
  top: 3px;
  vertical-align: top;
}
#header a.fb-button {
	float: right;
	margin: 80px 10px 0px 0px;
  -webkit-font-smoothing: antialiased;
  border-collapse: collapse;
  color: rgb(255, 255, 255);
  font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  height: auto;
  line-height: 20px;
  padding: 4px 8px 4px 0px;
  position: relative;
  text-align: center;
  text-shadow: rgb(53, 76, 140) 0px -1px 0px;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  -webkit-border-radius: 2px;
  border: none;
  
  background: #4c69ba;
  background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
  background: -webkit-linear-gradient(#4c69ba, #3b55a0);
  border-color: #5874c3 #4961a8 #41599f;
  -webkit-box-shadow: inset 0 0 1px #607fd6;
}
#header a.fb-button:hover {
  background: #5b7bd5;
  background: -webkit-gradient(linear, center top, center bottom, from(#5b7bd5), to(#4864b1));
  background: -webkit-linear-gradient(#5b7bd5, #4864b1);
  border-color: #5874c3 #4961a8 #41599f;
  -webkit-box-shadow: inset 0 0 1px #607fd6;
}

/* MENU */
#navigationMenu {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 954px;
	height: 30px;
}
#navigationMenu ul {
	list-style-type: none;
	width: 100%;
}
#navigationMenu ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#navigationMenu ul li a {
	float: left;
	width: 236px;
	height: 30px;
	line-height: 30px;
	color: black;
	font-weight: bold;
  font-size: 15px;
	text-align: center;
	text-decoration: none;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.8);
}
#navigationImage {
	width: 940px;
	margin: 2px 0px;
	padding: 0px;
	background-image: url('../slike/solaSmucanja.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	border: 2px solid #666;
}
#navigrationImage img {
	float: left;
	display: inline;
}
#description {
	font-size: 10pt;
	font-weight: normal;
	margin: -375px 25px 25px 25px;
	padding: 25px;
	width: 250px;
	height: 70px;
	color: #fff;
	background-color: #666;
	border: 1px solid #000;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
#description p {
	display: none;
}
#description.podstran {
	height: 350px;
	color: #000;
	background-color: #d2d2d2;
	border: 1px solid #666;
	margin: -401px 25px 0px 25px;
}
#description.podstran p {
	display: block;
	text-align: justify;
	text-indent: 10px;
	padding-bottom: 18px;
}

/*  BOTTOM  */
#news, #galerija, #calendar .ui-widget-content {
	background: rgb(242, 242, 242);
  background: rgba(242, 242, 242, 0.8);
}
#news {
	height: 182px;
	width: 280px;
	float: left;
	padding: 6px;
	margin: 20px 0px;
	border: 1px solid #9bba1f;
}
#news .novica-naslov {
	text-align: center;
	margin: -4px;
	padding: 7px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	color: #fff;
	background-color: #9bba1f;
}
#news .novica-besedilo {
	margin-top: 10px;
}
#galerija {
	height: 182px;
	width: 280px;
	float: left;
	padding: 6px;
	margin: 20px 0px 0px 35px;
	border: 1px solid #ffa200;
	text-align: center;
}
#galerija .galerija-naslov {
	text-align: center;
	margin: -4px;
	padding: 7px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	color: #fff;
	background-color: #ffa200;
}
#galerija .galerija {
	margin-top: 6px;
}
#calendar {
	width: 280px;
	float: right;
	margin: 20px 0px 0px 30px;
}
#calendar table.ui-datepicker-calendar tbody td.highlight > a {
	background: #0080ff;
    color: #fff;
	text-align: center;
	padding-top: 2px;
	height: 16px;
}
#calendar table.ui-datepicker-calendar tbody td.highlight.ui-datepicker-today > a {
	border: 2px solid #777;
}
#calendar table.ui-datepicker-calendar tbody td.ui-datepicker-today span {
	border: 2px solid #777;
}
#calendar table.ui-datepicker-calendar tbody td span {
	text-align: center;
	padding-top: 2px;
	height: 16px;
}
#calendar .ui-datepicker {
	width: 280px;
}

/* VSEBINA */
.content {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	background-color: rgb(242, 242, 242);
  background-color: rgba(242, 242, 242, 0.8);
	margin-top: 20px;
	padding: 5px;
	width: 930px;
}
.novice_seznam {
	/*border: 1px solid black;*/
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #ddd;
	background-color: rgb(242, 242, 242);
  background-color: rgba(242, 242, 242, 0.8);
	width: 920px;
	cursor: pointer;
}
.novice_seznam:hover {
  background-color: rgb(219, 219, 219);
  background-color: rgba(219, 219, 219, 0.9);
}
.novice_seznam div.novice_seznam_naslov {
	margin-bottom: 10px;
}
.novice_seznam div.novice_seznam_naslov a {
	font-size: 12pt;
	font-weight: bold;
	color: #0080ff;
}
.zelena-naslov {
	color: #fff;
	background-color: #9bba1f;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: normal;
}
.modra-naslov {
	color: #fff;
	background-color: #0080ff;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: normal;
}
.oranzna-naslov {
	color: #fff;
	background-color: #ffa200;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: normal;
}
.vijolcna-naslov {
	color: #fff;
	background-color: #682cc2;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: normal;
}
div.content ul li {
	margin-left: 30px;
}
table.table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse: collapse;
}
table.table td  {
	border: 1px solid #0080ff;
	padding: 3px 7px 2px 7px;
}
#contact-area {
	width: 600px;
}
#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 400px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #0080ff;
}
#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin-left: 115px;
}
#contact-area input.submit-button:hover {
	border: 1px solid #0080ff;
}
#contact-area input.radio {
	width: 40px;
	margin-right: 260px;
	margin-top: 4px;
}
#contact-area select {
	width: 60px;
	margin-right: 240px;
	margin-top: 1px;
}
label {
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 2px;
	float: left;
}
label.radio {
	width: 200px;
}
label.disabled {
	color: #999;
}
.napaka {
	color: red;
}
.post-kategorija {
	font-weight: bold;
	margin: 10px 50px;
	display: block;
}
a.link-povprasevanje {
	font-size: 12pt;
	font-weight: bold;
	color: red;
}
#sponzorji {
	margin: 20px;
	width: 940px;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.7);
  border: 1px solid gray;
}
#sponzorji img {
	vertical-align: middle;
	margin-left: 6px;
}
