body {
	font-family: Arial;
	font-size: 0.72em;
	color: #5d2700;
  margin: 0px;
  padding: 0px;
  background: #F7D991 url(../images/rozcestnik/body_bg.gif) left top;
}

a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

h1 {
  font-size: 300%;
  font-weight: normal;
  margin: 0px;
  color: #000;
  display: block;
  padding: 0 0 15px; 
}
h2 {
  font-size: 300%;
  margin: 0px;
  padding: 0 0 5px;
	color: #000000;
}
h3 {
  font-size: 180%;
  padding: 0 0 5px;
  margin: 0px;
  line-height: 41px;
}
  h3 a {
    display: block;
    margin: 0 0 0 -15px;
    padding: 0 0 0 15px;
    background: url(../images/rozcestnik/h3_bg.gif) top left no-repeat;
  }
    h3 a:hover {
      display: block;
      margin: 0 0 0 -15px;
      padding: 0 0 0 15px;
      background: url(../images/rozcestnik/h3_bg.gif) bottom left no-repeat;
    }
h4 {
  font-size: 180%;
  padding: 0 0 5px;
  margin: 0px;
  line-height: 41px;
}
  h4 a {
    display: block;
    margin: 0 0 0 -15px;
    padding: 0 0 0 15px;
    background: url(../images/rozcestnik/h3_bg.gif) top left no-repeat;
  }
    h4 a:hover {
      display: block;
      margin: 0 0 0 -15px;
      padding: 0 0 0 15px;
      background: url(../images/rozcestnik/h3_bg.gif) bottom left no-repeat;
    }

p {
  margin: 0px;
  padding: 0 0 10px 0px;
}
img {
  border: none;
}
.fleft {
  float: left;
}
.clearer {
  clear: both;
  height: 0px;
  overflow: hidden;
}

a span.arrow {
  display: inline-block; 
  width: 40px;
  height: 28px;
  font-size: 10px;
  padding: 0px;
  line-height: 20px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  background: url(../images/rozcestnik/h2_bg.gif) left top no-repeat;
}
  a:hover span.arrow {
    background: url(../images/rozcestnik/h2_bg.gif) left bottom no-repeat;
  }

#page {
  padding: 0 0 60px 0;
  background: url(../images/rozcestnik/page_bg.gif) repeat-x left top;
}
  h1.nadpis {

  }
  h3.nadpis {
    line-height: normal;
    background: none;
    padding: 0 0 5px;
    margin: 0px;
  }
    h3.nadpis a {
      line-height: normal;
      background: none;
      padding: 0px;
      margin: 0px;
    }
      h3.nadpis a:hover {
        line-height: normal;
        background: none;
        padding: 0px;
        margin: 0px;
      }

  #page_content {
    background: url(../images/rozcestnik/page_content_bg.gif);
    margin: 0px auto;
    width: 780px;
  }
    #header {
      margin: 0px auto;
      width: 780px;
      background: url(../images/rozcestnik/header_bg.jpg) no-repeat;
      height: 297px;      
    }

    #content {
      background: url(../images/rozcestnik/content_bg.gif) no-repeat;
      padding: 10px 50px 0 60px;
    }

      ul#navigace {
        margin: 0 0 5px 0;
        padding: 0px;
        height: 20px;
        display: block;
        font-size: 110%;
        list-style-type: none;
      }
        ul#navigace li {
          text-transform: uppercase;
          display: inline-block;
          float: left;
          margin: 0 12px 0 0;
          padding: 0px;
        }
          ul#navigace li a {
            color: #fdedca;
            text-decoration: none;
          }
            ul#navigace li a:hover {
              color: #000000;
              text-decoration: none;
            }
      .first_column {
        width: 305px;
        float: left;
      }
      .second_column {
        width: 305px;
        float: right;
      }
      
      .first_column_3 {
        width: 220px;
        float: left;
      }
      .second_column_3 {
        width: 220px;
        float: left;
        text-align: center;
      }
      .third_column_3 {
        width: 230px;
        float: right;
      }
      
    #footer {
      padding: 60px 0 0 0;
      background: url(../images/rozcestnik/footer_bg.gif) repeat-x left top;
      text-align: center;
    }
    
    
/*
*	support navigace
*/
div#sup-nav2 {
  text-align: center;
  vertical-align: middle;
}
  div#sup-nav2 img {
    vertical-align: text-bottom; 
    margin-right: 5px;
  }
  div#sup-nav2 a {
    margin-right: 15px;
  }
    div#sup-nav2 a:hover {
      text-decoration: none;
    }