.services {
  display: none;
}

body {
  margin: 0;
  background: #231f20 url('./images/page-bg.jpg') repeat-x top center;
  color: #fff;
  font-family: Arial, Helvetica, Verdana;
  font-size: 14px; 
}

a {
  color: #29c;
}


h1,h2,h3 {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  color: #d72;
}

h1 {
  font-size: 28px;
  font-weight: normal;
}

h2 {
  font-weight: normal;
  font-size: 18px;
}

h3 {
  font-weight: bold;
  font-size: 16px;
}

hr {
  background: #222;
}

strong {
  color: #d70;
  font-weight: normal;
}


#container {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}	

#header {
  height: 110px;
  background: url('./images/header-bg.jpg') no-repeat top right;
}

#logo {
  display: block;
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  width: 200px;
  height: 90px;
  background: url('./images/logo.png') no-repeat;
}

#logo-en {
  display: block;
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  width: 200px;
  height: 90px;
  background: url('./images/logo-en.png') no-repeat;
}

#header .menus {
  float: right;
  text-align: right;
}

#langmenu {
  margin-top: 10px;
  font-size: 11px;
  color: #777;
}

#langmenu a {
  color: #777;
  text-decoration: none;
}

#langmenu a:hover {
  color: #777;
  text-decoration: underline;
}

#langmenu a.act {
  color: #29c;
  xtext-decoration: underline;
}

#topmenu {
  margin-top: 32px;
}

#topmenu a {
  display: block;
  float: left;
  margin-left: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

#topmenu a.act {
  xcolor: #29c;
}

#topmenu a:hover {
  color: #29c;
}

#topmenu a.i-company,
#topmenu a.i-podjetje {
  border-bottom: 10px solid #29c;
}

#topmenu a.i-services,
#topmenu a.i-storitve {
  border-bottom: 10px solid #24ada7;
}

#topmenu a.i-references,
#topmenu a.i-reference {
  border-bottom: 10px solid #92ad24;
}

#topmenu a.i-enquire,
#topmenu a.i-povprasevanje {
  border-bottom: 10px solid #d72;
}

#topmenu a.i-contact,
#topmenu a.i-kontakt {
  border-bottom: 10px solid #bd211d;
}

#nav {
  background: #29c url('./images/nav-bg.png') repeat-x bottom;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  font-size: 26px;
}

#nav a {
  color: #fff;
  text-decoration: none;
}

#nav a:hover {
  text-decoration: underline;
}

#navsay {
  height: 25px;
  margin-left: 240px;
  margin-bottom: 10px;
  background: url('./images/say-b-d.png') no-repeat top left;
}


#body {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

#sidebar {
  vertical-align: top;
  xwidth: 250px;
  padding-right: 20px;
  background: #231f20;
  font-size: 13px;
}
html>body #sidebar {
  background: url('./images/alpha-b75.png');
}

#sidebar ul {
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
}



#menubar {
  vertical-align: top;
  width: 200px;
  padding-right: 20px;
}

#pagemenu {
  font-size: 12px;
}

#pagemenu a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

#pagemenu a:hover {
  text-decoration: underline;
}

#pagemenu a.act {
  color: #fff;
  background: #29c url('./images/menu-item-bg.png');
  font-weight: bold;
  text-decoration: underline;
}


#pagemenu .i0 {
  padding-left: 20px;
  font-size: 24px;
}

#pagemenu .i1 {
  padding-left: 20px;
  font-size: 13px;
}

#pagemenu .i2 {
  padding-left: 40px;
  color: #fff;
  font-size: 13px;
}
#pagemenu .i3 {
  padding-left: 50px;
  color: #888;
  font-size: 12px;
}

.panel-header {
  margin-right: 5px;
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background: #29c url('./images/nav-bg.png') repeat-x bottom;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.panel-header h3 {
  color: #fff;
}

.panel-header-say {
  height: 25px;
}
html>body .panel-header-say {
  background: url('./images/alpha-panel-body.png') repeat-y top right;
}

.panel-header-say .inner {
  height: 25px;
  margin-right: 20px;
  background: url('./images/say-b-d.png') no-repeat top right;
}

.panel {
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
html>body .panel {
  background: url('./images/alpha-panel-body.png') repeat-y right;
}

.panel-footer {
  height: 10px;
}
html>body .panel-footer {
  background: url('./images/alpha-panel-footer.png') no-repeat top right;
}




#content {
  vertical-align: top;
  background: #231f20;
  padding: 20px;
  padding-top: 10px;
  line-height: 1.4;
}
html>body #content {
  background: url('./images/alpha-b75.png');
}

#xcontent ul {
  margin: 0px;
  margin-top: 10px;
  margin-left: 35px;
  padding: 0px;
}


#footer {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #29c;
}

#gotop {
  xtext-align: right;
}

#gotop a {
  display: block;
  float: right;
  margin-top: 20px;
  xtext-align: right;
  padding-right: 20px;
  background: url('./images/arr-up.png') no-repeat center right;  
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
}

#gotop a:hover {
  text-decoration: underline;
}

#copyright {
  margin-top: 5px;
  border-top: 1px solid #29f;
  padding-top: 5px;
  font-size: 11px;
}



.moreinfo {
  padding-right: 10px;
  font-size: 11px;
  text-align: right;
  background: url('./images/say-g-ur.png') no-repeat top right;  
  text-align: right;
}

.moreinfo-inner {
  background: url('./images/say-g-ul.png') repeat-x top left;
  margin-left: 100px;
  xwidth: 100px;
  padding-top: 13px;
  padding-bottom: 10px;
}

.t-panels td {
  padding-right: 10px;
  padding-bottom: 10px;
}

.t-panels td {
  padding-right: 10px;
  padding-bottom: 10px;
}
.t-panels .panel {
  padding-right: 20px;
  padding-bottom: 0px;
}

.t-panels .panel img {
  border: 5px solid #000;
}


table td .title {
  padding-right: 10px;
  color: #d72;
  text-align: right;
}


#sidebar .panel {
  padding-top: 2px;
  line-height: 2;
}


#idxbody {
  padding: 20px;
  padding-bottom: 40px;
  border: 10px solid #000;
  background: #403c3c;
  text-align: center;
  line-height: 1.4;
}
html>body #idxbody {
  background: url('./images/index-body-bg.png');
}

#idxkeywords {
  margin-top: 30px;
  padding: 10px;
  xbackground: #000;
  text-align: center;
}

#idxkeywords h1, 
#idxkeywords h2,
#idxkeywords h3 {
  padding: 0px;
  margin: 0px;
  display: inline;
  color: #24201f;
  font-size: 12px;
}

#idxlogo {
  padding-bottom: 40px;
}

#idxbody .photo {
  border: 5px solid #000;
}

#idxbody a {
  color: #29c;
  text-decoration: none;
}

#idxbody a:hover {
  text-decoration: underline;
}


#idxlang {
  padding-top: 20px;
  width: 620px;
  text-align: left;
}

#idxlang .enter {
  margin-top: 20px;
  text-align: center;
}

#idxlang .enter a {
  font-size: 24px;
}

#idxlang .flag {
  margin-right: 10px;
  xvertical-align: top;
}

#menubar .panel-inner {
  line-height: 1.8;
  font-size: 13px;
}

#menubar .panel-inner h2 {
  margin-bottom: 0px;
}

.tag-cloud {
  color: #666;
  cursor: default;
  text-align: center;
}

.tag-cloud h2 {
  display: inline;
  color: #fff;
  font-size: 24px;
}

.tag-cloud h3 {
  display: inline;
  color: #aaa;
  font-size: 18px;
  font-weight: normal;
}

.tag-cloud h4 {
  display: inline;
  color: #888;
  font-size: 16px;
  font-weight: bold;
}

.tag-cloud h5 {
  display: inline;
  color: #666;
  font-size: 14px;
  font-weight: normal;
}

.tag-cloud * {
  padding-right: 20px;
  padding-left: 0px;
}

.tag-cloud *:hover {
  color: #29c;
  text-decoration: underline;
}

.coop-prozvok {
  display: block;
  width: 170px;
  height: 50px;
  background: url('./images/coop-prozvok.png') no-repeat top left;
}

.coop-arena {
  display: block;
  width: 80px;
  height: 50px;
  background: url('./images/coop-arena.png') no-repeat top left;
}

