/*
* @ novyrybnik.com
* @ Deortnoth
* @ 12.8.2008 
*/

body{
  background: #f0deb0 url(../images/overall_bg.gif) repeat-x top;
  text-align: center;
  color: #7a6a5a;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
}

a {
    color: #e36623;
}

#header{
  margin: 5px auto 0px auto;
  text-align: left;
  height: 128px;
  background: #e3401d url(../images/header_bg.jpg) no-repeat center;
}
#header #contact-container{
  float: right;
  width: 400px;
  height: 55px;
  margin: 20px 10px 0px 0px;
  text-align: right;
  color: #FFFFFF;
}
#header #contact-container a, #header #flags a, #gallery a{
  color: #FFFFFF;
  border: none;
}
#header #flags{
  float: right;
  width: 400px;
  height: 30px;
  margin-right: 25px;
  text-align: right;
}
#header #contact-container a:hover{
  text-decoration: underline;
}
#overall-container{
  margin: 0px auto;
  text-align: left;
  height: 835px;
  background: #fdf9f0 url(../images/default_content_bg.jpg) no-repeat top;  
}
#menu_container{
  width: 170px;
  float: left;
}
#menu_container .banner{
  margin: 5px 10px;
}
#content-container{
  width: 780px;
  float: left;
  padding: 15px;
}
#footer {
  margin: 0px auto;
  text-align: left;
  height: 18px;
  background: #e3401d url(../images/footer_bg.jpg) no-repeat center;
}
#header, #overall-container, #footer{
  width: 980px;
}

.stretch{
  float: left;
  width: 615px;
}

.wide{
  width:  780px;
}

#gallery{
  width: 150px;
  float: left;
  margin-left: 15px;
  height: 500px;
}

.wide, .stretch{
  height: 500px;
  overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #e36623;
}

textarea {
    font-size: 1em;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 17px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}


p {
    padding: 0;
    margin-bottom: 1em;
}

ol li {
    list-style-type: decimal;
}

ol li li {
    list-style-type: lower-alpha;
}

/* MENU */
#menu{
  background: #ec9c55 url(../images/menu_margin_bg.gif) repeat-y left;
}

#menu .menu_root{
  margin-left: 10px;
}
#menu li {
  color: #FFFFFF;
  font-weight: bold;

}
#menu li a{
  display: block;
  padding: 7px;
  color: #6e6358;
  font-weight: bold;
  font-size: 13px;
  background: transparent url(../images/menu_item_bg.gif) repeat-y left;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #FFFFFF;
}

#menu .cat_link {
  background: transparent url(/images/menu_cat_bg.gif) repeat-y left;
}
#menu .menu_arrow{
  padding-top: 2px;
}
.gone{
	display: none;
}

#banner{
	position: absolute;
	top: -300px;
	left: -200px;
}

#banner_text_in {
	position: relative;
	width: 210px;
	height: 180px;
	top: -210px;
	left: 240px;
	color: #FFFFFF;
}