/***********************
		CSS Ares
       spletko.com
***********************/

/* ------ BASIC ------ */
body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Geneva, Verdana, Helvetica, sans-serif;
    font-size: .625em;
    color: #000;
    background: url(../img/bodyBack.jpg) repeat-x left top;
}

a, img {
    outline: none;
}

img {
    border: none;
}


p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

/* ------ HEADER ------ */
#header {
    margin: 0 auto;
    padding: 0;
    width: 980px;
    height: 102px;
}

#headerTop {
    position: relative;
    margin: 0 0 20px 0;
}

#headerTop .logo {
    margin: 28px 0 0 10px;
}

#headerTop .info {
    position: absolute;
    right: 10px;
    top: 50px;
    color: #666;
    font-size: 1.7em;
}

/* meni */
#headerBottom {
    height: 234px;
}

#headerBottom .menu {
    background: url(../img/menuBack.jpg) no-repeat left bottom;
    height: 234px;
    width: 210px;
    float: left;
}

#headerBottom .menu ul {
    list-style: none;
    margin: 50px 0 0 35px;
    font-size: 1.2em;
}

#headerBottom .menu ul li {
    margin: 3px 0;
    padding: 0;
}

#headerBottom .menu ul li a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
}

#headerBottom .menu ul li a span {
    text-decoration: none;
    color: #c9c9c9;
    font-size: 1.3em;
    font-weight: normal;
}

#headerBottom .menu ul li a:hover {
    color: #000;
}

#headerBottom .menu ul li a:hover span {
    color: #FE9A2B;
}

#headerBottom .menu ul li a.selected {
    color: #000;
}

#headerBottom .menu ul li a.selected span {
    color: #FE9A2B;
}


/* image */
#headerBottom .image {
    height: 234px;
    width: 770px;
    float: left;
    position: relative;
}

#headerBottom .image img.all {
    position: absolute;
    right: 0;
    top: 0;
}

/* ------ MAIN CONTENT ------ */
#main {
    width: 980px;
    margin: 0 auto;
    padding: 0;
}

/* ------ LEFT MENU ------ */
#menuLeft {
    width: 190px;
    margin: 40px 0 0 0;
    padding: 0 20px 0 0;
    float: left;
    text-align: right;
}

/* ------ RIGHT MENU ------ */
#menuRight {
    float: left;
    margin: 40px 0 0 0;
    width: 240px;
}

#menuRight .buttonBottom {
    background: url(../img/buttonHitriIzracunBottom.jpg) no-repeat left top;
    color: #666;
    padding: 10px;
    margin: 1px 0 0 0;
}


/* ------ CONTENT ------ */
#content {
    float: left;
    margin: 40px 0 0 0;
    padding: 0 30px 0 0;
    width: 500px;
}

#content p {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

#content a {
    color: #04589D;
}

#content a:hover {
    text-decoration: none;
}

#content ul {
    list-style: square;
    margin: 0 0 0 15px;
    font-size: 1.2em;
}

/* headings */
#content h1 {
    font-size: 1.9em;
    color: #333;
    margin: 0 0 3px 0;
    font-weight: normal;
}

#content h1 a {
    color: #333;
}

#content h2 {
    font-size: 1.3em;
    color: #999;
    margin: 0 0 20px 0;
    font-weight: normal;
}

#content h3 {
    font-size: 1.5em;
    color: #666;
    margin: 0 0 10px 0;
    font-weight: normal;
}

#content h1.news {
    color: #1869AA;
    border-bottom: 1px solid #1869AA;
    font-size: 1.7em;
    font-weight: normal;
    margin: 0 0 20px 0;
}


/* ------ SUBPAGES ------ */

/* home news */
#news {
    background: url(../img/noviceBack.png) no-repeat right top;
    clear: both;
    margin: 20px auto 0 auto;
    width: 980px;
    height: 186px;
    position: relative;
}

#news a.archive {
    position: absolute;
    left: 150px;
    top: 45px;
    display: block;
    text-decoration: none;
    width: 25px;
    height: 15px;
}

#news .novica {
    float: left;
    width: 235px;
    height: 150px;
    margin: 0;
    padding: 10px;
    background: url(../img/noviceLine.gif) no-repeat left center;
    color: #666;
    font-size: 1.2em;
}

#news .novica.last {
    background: none;
    margin-left: 215px;
}

#news .novica span.date {
    color: #999;
}

#news .novica h1 {
    font-size: 1em;
    margin: 0 0 10px 0;
}

#news .novica h1 a {
    color: #000;
    text-decoration: underline;
}

#news .novica h1 a:hover {
    text-decoration: none;
}

/* home podatki podjetja */
#podjetje {
    clear: both;
    margin: 20px auto 20px auto;
    padding: 0 0 0 205px;
    width: 775px;
}

.companyInfo {
    width: 780px;
    font-size: 1.2em;
    border-collapse: collapse;
    border: none;
    clear: both;
}

.companyInfo tr td {
    padding: 3px;
    border-bottom: 1px dotted #666;
}

/* kontakt */
form#contact {
  color: #333;
  margin: 0;
  padding: 0;
}

form#contact label {
  display: block;
  width: 178px;
  float: left;
  text-align: right;
  margin: 0 10px 0 0;
  display: inline;
}

form#contact input {
  width: 305px;
  border: 1px solid #122E87;
  padding: 2px;
}

form#contact input.radio {
  width: 15px;
  border: none;
  padding: 2px;
}

form#contact textarea {
  width: 306px;
  border: 1px solid #122E87;
  font-family: Arial;
  padding: 2px;
}

form#contact .submit {
  width: 67px;
  height: 25px;
  background: url(../img/buttonPoslji.gif) no-repeat left top;
  border: none;
  cursor: pointer;
}

form#contact .reset {
  width: 67px;
  height: 25px;
  background: url(../img/buttonIzbrisi.gif) no-repeat left top;
  border: none;
  cursor: pointer;
  margin: 0 0 0 15px;
}

form#contact span {
  color: #BA1211;
  font-size: 0.9em;
}

form#contact p.captcha {
  width: 720px;
  height: 76px;
  padding: 15px 0;
  background: url(../img/kontaktBack.gif) no-repeat left top;
}

/* novica */
.news_image img {
    float: left;
    width: 100px;
    margin: 0 5px 5px 0;
}


/* ------ FOOTER ------ */
#footer {
    margin: 0 auto;
    padding: 10px 0;
    width: 980px;
    border-top: 1px solid #EAEAEA;
    text-align: center;
    color: #666;
    clear: both;
}

#footer img {
    vertical-align: middle;
}

#footer a {
    color: #666;
    text-decoration: none;
}

/* ------ EASY CLEARING ------ */
#header:after,
#header #headerBottom:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}