/*********** RESET ***********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*********** DESIGN ***********************************************************/
BODY {
  /* background: #C19F72; */
  background: #916028;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
  color: #000;
}

/*DESIGN*/
#container { 
  width: 900px;
  margin: 5px auto 0 auto;
}

  #header { 
    height: 292px;
    background: url('../images/header.jpg') no-repeat;
  }

    #header A.logo{ 
      height: 200px;
      display: block;
    }

  #obsah {
    background: #C0A071; 
    margin: auto 63px auto 49px;
    border-left: 1px solid #E8C897;
    border-right: 1px solid #E8C897;
    border-bottom: 1px solid #E8C897;
  }  

  #column-left { 
    float: left;
    width: 197px;
  }

    #column-left #navigace { 
      padding: 5px 0 5px 40px;
      position: relative;
      left: -33px;
      top: -1px;
      background: #DDC798;      
    }

      #column-left #navigace A {
        text-decoration: none; 
        line-height: 125%;
        font-size: 20px;
        font-style: italic;
        color: #503D1F;
      }
  
      #column-left #navigace A:hover {
        color: #8F182B;
        position: relative;
        left: 3px;
      }  

      #column-left #navigace A.act,       
      #column-left #navigace A.act:hover {
        color: #8F182B;
        position: relative;
        left: 0;
      }  

      #column-left #navigace-konec { 
        height: 36px;
        position: relative;
        left: -33px;
        top: -1px;
        background: url('../images/navigace.jpg') no-repeat;
      }

    #column-left #uzivatel { 
      padding: 20px 0 20px 30px;
    }

    #column-left #uzivatel UL{ 
      margin: 10px;
    }

      #column-left #uzivatel A {
        text-decoration: none; 
        line-height: 130%;
        color: #000;
      }        

      #column-left #uzivatel A:hover {
        text-decoration: underline; 
      }        

      
  #content { 
    float: right;
    width: 585px;
    color: #000;
    font-size: 16px;
    line-height: 140%;
  }

    #content #main{ 
      padding: 0 20px 20px 0;
    }

    #content h1{ 
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 10px;
    }

    #content h2{ 
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 10px;
    }

    #content p{ 
      margin-bottom: 10px;
    }

    #content A{ 
      color: #5D4833;
      text-decoration: underline;
    }
    #content A:hover{
      color: #8F182B; 
      text-decoration: none;
    }
    #content IMG{
      border: 1px solid #E3C28F;
      margin: 5px;
    }


  #footer { 
    width: 900px;
    margin: 5px auto;
    padding-right: 140px;
    text-align: right;
    color: #DDC798;
    font-size: 10px;
  }
   
    #footer A{ 
      color: #DDC798;
      text-decoration: underline;
    }          

    #footer A:hover{ 
      text-decoration: none;
    }          

/*********** OSTATNI **********************************************************/
B  {font-weight:bold;}
I  {font-style:italic;}
strong {font-weight:bold;}
.bold  {font-weight:bold;}

.red   {color:red;}
.black   {color:#000;}
.left  {float:left;}
.center  {text-align:center;}
.clear {clear:both;height:0px;line-height:0px;font-size:0px;}
.small {font-size:80%;}
.big   {font-size:120%;}

