/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI
--------------------------------------------------------------------------------------------
*/
html, body, div, span, form, textarea, input, img, label, table, tr, td, p, hr, h1, h2, h3, h4, h5, ul, li, dl, dt, dd{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #fff;
  background: #153b63 url('../images/background_image.jpg') top center no-repeat;
  font-family: Arial, Verdana, Georgia, 'Trebuchet MS', 'Times New Roman';
  font-size: 11px;
  line-height: 1.7em;
}

h1{
  color: #0686c8;
  font-size: 2.5em;
  font-weight: bold;
  padding-bottom: 12px;
  line-height: 1.0em;
  letter-spacing: -1px;
}
h2{
  color: #0686c8;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 5px;
}
h3{
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 12px;
}

a{
  color: #0686c8;
  text-decoration: none;
}
a.active, a:hover, a:focus{
  color: #0686c8;
  text-decoration: underline;
}


big{font-size:1.2em}
small{font-size:0.9em}

p{padding-bottom:14px;line-height:1.7em}
p.align_r{text-align:right}
p.align_c{text-align:center}
.float_l{float:left}
.float_r{float:right}
.padding_none{padding:0}
.padding_small{padding-bottom:8px}
.justify{text-align:justify}

hr{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #021829;
  margin: 10px 0 14px 0;
}

ul{list-style-type:circle;padding:0 0 18px 40px}


img.image, img.image_l, img.image_r{border:4px solid #0686c8;margin:0 10px 5px 0}
img.image_l{float:left;margin-right:12px}
img.image_r{float:right;margin-left:12px}
a:hover img.image, a:focus img.image, a:hover img.image_l, a:focus img.image_l, a:hover img.image_r, a:focus img.image_r{
  border-color: #0686c8;
}

.clear{clear:both;width:100%;height:1px;overflow:hidden}

em
{
  color: #ff0000;
  text-decoration: none;
  font-style: normal;
}



/*
-------------------------------------------------------------------------------------------
2. STRUKTURA STRANICE - LEFT I RIGHT
-------------------------------------------------------------------------------------------
*/
#container{
  width: 970px;
  margin: 0 auto;
}
#left{
  float: left;
  width: 660px;
  padding-right: 10px;
}
#right{
  float: left;
  width: 300px;
  font-size: 1.1em;
}



/*
-------------------------------------------------------------------------------------------
3. HEADER STRANICE
-------------------------------------------------------------------------------------------
*/
#header{
  height: 155px;
  overflow: hidden;
  padding: 15px 20px 0 10px;
  font-size: 1.1em;
}
#header p{padding:0 0 8px 7px}
#header h1{padding-bottom:8px}
#header h1 a{
  display: block;
  width: 260px;
  height: 90px;
  background: url('../images/auto_servis_rudec_logotip.png') no-repeat;
  text-indent: -9999px;
}





/*
-------------------------------------------------------------------------------------------
4. SREDINA STRANICE - MAIN, CONTENT
-------------------------------------------------------------------------------------------
*/
.box1{
  background: url('../images/box1_background.png');
  padding: 20px 20px 5px;
  margin-bottom: 10px;
}
.box1 .float_l{
  width: 46%;
  padding-right: 4%;
}





/*
-------------------------------------------------------------------------------------------
5. DESNI STUPAC - COLUMN, NAVIGATION
-------------------------------------------------------------------------------------------
*/
#search{
  padding: 15px 20px 5px;
  background-color: #e5e9ed;
  font-size: 0.9em;
  margin-bottom: 36px;
}
#right h1{
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 0;
}
#right h1.usluge_servisa{
  width: 90px;
  height: 60px;
  background: url('../images/title_bosch_service.png') no-repeat;
  padding: 100px 170px 0 40px;
}
.box2{
  background: url('../images/box2_background.png');
  padding: 20px 0 0 40px;
}
#right ul{
  color: #0686c8;
  font-weight: bold;
  padding: 0 20px 20px 0;
  list-style-image:none;
  list-style:none;
}
#right ul li{
  border-top: 1px solid #293b49;
  padding: 5px 0;
}
#right address{
  background-color: #0686c8;
  text-align: right;
  font-style: normal;
  padding: 20px 30px 5px 0;
  margin-bottom: 20px;
}






/*
-------------------------------------------------------------------------------------------
7.1. OSTALI ELEMENTI STRANICE - TEXT, BUTTON...
-------------------------------------------------------------------------------------------
*/
form label{
  display: block;
  float: left;
  width: 70px;
  padding-right: 10px;
  text-align: right;
  line-height: 1.7em;
}
fieldset{
  border: 1px solid #e0e0e0;
  padding: 10px 18px;
  margin-bottom: 18px;
}
fieldset legend{
  color: #006600;
  font: 1.2em 'Trebuchet MS';
  font-weight: bold;
  padding: 0 5px;
}
.text{
  color: #fff;
  background-color: #0686c8;
  border: 1px solid #000;
  font-size: 1.0em;
  padding: 5px;
}
.button{
  color: #fff;
  background-color: #0686c8;
  border: 1px solid #000;
  font-size: 1.0em;
  font-weight: bold;
  padding: 4px 12px;
  cursor: pointer;
}



/*
-------------------------------------------------------------------------------------------
7.2. OSTALI ELEMENTI STRANICE - PORUKE
-------------------------------------------------------------------------------------------
*/
p.ok{
  color: #000;
  background: #e5fcd9 url('../images/icons/message_ok.gif') 10px center no-repeat;
  border: 1px solid #67C058;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}
p.error{
  color: #000;
  background: #fceae3 url('../images/icons/message_error.gif') 10px center no-repeat;
  border: 1px solid #E3775B;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}
p.help{
  color: #000;
  background: #e8f1fc url('../images/icons/message_help.gif') 10px center no-repeat;
  border: 1px solid #73A9E3;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}


