/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
					AVTOPREVOZNIŠTVO
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

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

img {
  border: none;
}

a, a:hover {
  outline: none;
}

p {
  margin: 0;
  padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

/*-*-*-*-*- STRUKTURA -*-*-*-*-*/

#container {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  text-align: left;
}

#header {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  height: 100px;
  position: relative;
  text-align: left;
}

#menu_left {
  margin: 0 0 0 20px;
  padding: 0 0 20px 0;
  float: left;
  width: 296px;
  background: url(../img/menu_left_background.gif) repeat-y left 10px;
  position: relative;
}

#content {
  margin: 15px 0 0 15px;
  padding: 0;
  float: right;
  width: 660px;
}

#content.index {
  width: 1000px;
  margin: 0;
  padding: 0;
  position: relative;
}

#footer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  background: url(../img/footer_background.jpg) repeat-x left top;
  text-align: center;
  clear: both;
}

/*-*-*-*-*- GLAVA -*-*-*-*-*/

/** logo **/
#header .logo {
    position: absolute;
    left: 0;
    top: 40px;
}

/** logo demar **/
#header .logo_demar {
    position: absolute;
    right: 0;
    top: 0;
}

/** jeziki **/

.lang_si {
    position: absolute;
    left: 0px;
    top: 5px;
}

.lang_en {
    position: absolute;
    left: 33px;
    top: 5px;
}

.lang_de {
    position: absolute;
    left: 66px;
    top: 5px;
}

.lang_it {
    position: absolute;
    left: 99px;
    top: 5px;
}

.lang_ru {
    position: absolute;
    left: 132px;
    top: 5px;
}

.lang_sr {
    position: absolute;
    left: 165px;
    top: 5px;
}

.lang_hr {
    position: absolute;
    left: 198px;
    top: 5px;
}

.lang_fr {
    position: absolute;
    left: 231px;
    top: 5px;
}

/*-*-*-*-*- LEVI MENI -*-*-*-*-*/

/* div, ki gre čez zemljevid in je noter napis izberite regijo */
#menu_left .choose_region {
    position: absolute;
    left: 15px;
    top: 40px;
    font-size: 1.4em;
    font-weight: bold;
    color: red;
}


#menu_left p.regija_title {
    font-size: 1.6em;
    color: #000;
    font-weight: bold;
    width: 296px;
    text-align: center;
    padding: 5px 0 5px 0;
    margin: 0;
    background: #fff;
}

#menu_left ul {
    list-style: none;
    margin: 0 10px 0 10px;
    padding: 0;
}

#menu_left ul li {
    margin: 0;
    padding: 0;
}

#menu_left ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.7em;
    font-weight: bold;
    background: #012442 url(../img/menu_left_separator.jpg) no-repeat left bottom;
    margin: 0;
    padding: 2px 0 3px 25px;
}

#menu_left ul li a.last {
    background: #012442;
}

#menu_left ul li a:hover {
    color: #ff0000;
}

#menu_left ul li a.selected {
    color: #ff0000;
}


/*-*-*-*-*- VSEBINA -*-*-*-*-*/

/** naslovi, povezave **/
#content h1 {
  font-size: 2em;
  margin: 0 0 15px 0;
  padding: 0;
  color: #000;
}

#content h2 {
  font-size: 1.7em;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
}

#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 a {
  color: #000;
  text-decoration: underline;
}

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

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

#content ul li {
  padding: 0 0 5px 0;
}

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

#content table {
  font-size: 1.2em;
  border-collapse: collapse;
}

#content table tr td{
  padding: 5px;
}

/** tabela z avtoprevozniki **/
.prevozniki {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 609px;
}

.prevozniki tr td {
    border-top: 1px solid #9fa09e;
    border-bottom: 1px solid #9fa09e;
    height: 80px;
}

.prevozniki tr td.logotip {
    width: 100px;
}

.prevozniki tr td.logotip img {
    width: 75px;
}

#content .prevozniki tr td a {
    color: #000;
    text-decoration: none;
}

#content .prevozniki tr td a:hover {
    text-decoration: underline;
}

/** tabela s kontakti **/
.contact {
    margin: 0 0 20px 0;
    padding: 0;
    border: 5px solid #e5e5e5;
    border-collapse: collapse;
    width: 650px;
}

.contact tr td{
    margin: 0;
    padding: 3px;
    border-bottom: 2px solid #e5e5e5;
}


/** pager **/
#pager {
  border-top: 1px solid #dedede;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 5px 0 0 0;
  font-size: 1.2em;
}

/** prva stran **/

/* linki na zemljevidu */

#content a.front_map {
    line-height: 25px;
    font-size: 25px;
    display: block;
    text-decoration: none;
    position: absolute;
}

#content a.front_map.gorenjska {
    left: 305px;
    top: -290px;
    width: 70px;
}

#content a.front_map.goriska {
    left: 230px;
    top: -225px;
    width: 70px;
}

#content a.front_map.obalno_kraska {
    left: 210px;
    top: -115px;
    width: 105px;
}

#content a.front_map.notranjsko_kraska {
    left: 280px;
    top: -150px;
    width: 115px;
}

#content a.front_map.osrednjeslovenska {
    left: 350px;
    top: -205px;
    width: 115px;
}

#content a.front_map.spodenjposavska {
    left: 490px;
    top: -205px;
    width: 115px;
}

#content a.front_map.jugovzhodna_slo {
    left: 415px;
    top: -135px;
    width: 115px;
}

#content a.front_map.zasavska {
    left: 450px;
    top: -250px;
    width: 60px;
}

#content a.front_map.savinjska {
    left: 495px;
    top: -285px;
    width: 65px;
}

#content a.front_map.koroska {
    left: 480px;
    top: -345px;
    width: 65px;
}

#content a.front_map.podravska {
    left: 585px;
    top: -330px;
    width: 65px;
}

#content a.front_map.pomurska {
    left: 670px;
    top: -365px;
    width: 65px;
}

/* iskanje */
.search {
    position: absolute;
    right: 15px;
    top: 390px;
    background: #fff;
    border: 3px solid #ccc;
    margin: 0;
    padding: 10px 20px;
	width:300px;
}

.search form select {
    width: 295px;
    border: 1px solid #ccc;
}

.search form input.submit {
    margin: 0;
    padding: 3px;
    background: #ddd;
    border: 1px solid #ccc;
    width: 295px;
}

.search form input.text {
    margin: 0;
    padding: 3px;
    border: 1px solid #ccc;
    width: 287px;
}

/** SPLOŠNA FORMA **/

.basic_form {
  margin: 0;
  padding: 0;
}

.basic_form input {
  border: 1px solid #ccc;
  padding: 2px;
  font-family: Arial;
  width: 250px;
}

.basic_form input.submit {
  padding: 3px;
  background: #ddd;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 50px;
}

.basic_form input.checkbox {
  width: 15px;
  height: 15px;
  margin: 0 0 5px 0;
  padding: 0;
  vertical-align: top;
}

.basic_form textarea {
  font-family: Arial;
  border: 1px solid #ccc;
  width: 490px;
  padding: 2px;
}

.basic_form select {
  width: 255px;
  border: 1px solid #ccc;
}

.basic_form label {
  width: 90px;
  display: block;
  float: left;
}

.basic_form label span {
  font-size: 0.9em;
}

.basic_form fieldset {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #ccc;
}

.basic_form fieldset legend {
  font-size: 1.2em;
  padding: 2px 5px;
  color: #ccc;
  margin: 0 0 10px 0;
}


/*-*-*-*-*- NOGA -*-*-*-*-*/

#footer .footer_container {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: 60px;
    text-align: left;
    color: #fff;
    font-size: 1.2em;
}

#footer .footer_container a {
    color: #fff;
    text-decoration: none;
}

#footer .footer_container a:hover {
    text-decoration: underline;
}

#footer .footer_container .left {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}

#footer .footer_container .right {
    float: right;
    margin: 10px 0 0 0;
    padding: 0;
}

/*-*-*-*-*- PIŠKOTKI -*-*-*-*-*/
#cookie_container {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: left;
    font-size: 1.1em;
    background: #012442;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    border: 3px solid #ccc;
}

#cookie_container a.more {
    text-decoration: none;
    color: #ccc;
}

#cookie_container a.more:hover {
    text-decoration: underline;
}

#cookie_container a.ok {
    font-weight: bold;
    color: #000;
    font-size: 1.5em;
    text-decoration: none;
    display: block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin: 5px 0 0 0;
}


/*-*-*-*-*- ADMINISTRACIJA -*-*-*-*-*/

.admin_news_list {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cecece;
}

.admin_news_list td {
    border: 1px solid #cecece;
    padding: 2px;
}

.admin_news_list .header {
    font-weight: bold;
}


/*-*-*-*-*- PUCANJE -*-*-*-*-*/
#container:after,
#footer:after
 {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}           
