.refs_thumb {
  border: 4px #ffffff solid;
  margin: 6px;
}

  a, a:hover, a:active, a:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border: 0px;
  }	
	html {
    height: 100%; 
    margin: 0px;
    padding: 0px;
  }
  
  h1 {
    font-size: 14px;
    color: #ffffff;
    margin-right: 4px;
    line-height: 180%;
    font-weight: bold;
    font-style: normal;
    display: inline;
  }
  h2 {
    font-size: 11px;
    color: #ffffff;
    margin-right: 4px;
    line-height: 180%;
    font-weight: bold;
    font-style: normal;
    display: inline;
  }
  .tabulka {
    width: 460px;
    float: right;
    position: relative;
  }

  .txtlogo1st_mail{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
  }                
  #graytxt {
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 130%;
    color: #888888;
    border-top: #888888 solid;
    border-top-width: 1px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .txtlogo1st{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
  }
  .txtlogo2nd{
    color: #ff430b;
    font-weight: bold;
    font-size: 12px;
  }
  .odrazka{
    color: #ff430b;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
  }
  .sprava_ok{
    color: #ffffff;
    background-color: #290000;
    padding: 2px 0 2px 0;
    line-height: 145%;
  }
  .sprava_ok2{
    color: #ffffff;
    background-color: #00FF00;
    padding: 2px 0 2px 0;
    line-height: 145%;
  }
  .sprava_ko{
    color: #ffffff;
    background-color: #ff0000;
    padding: 2px 0 2px 0;
    line-height: 145%;
  }
  .odkaz_menu{
    color: red;
    font-weight: bold;
  }
  .odkaz_menu:hover{
    color: #ffffff;
  }
	body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #ff825d;
    background-color: #480600; 
    text-align: center;
    font-family: sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal; 
  }	
		
	#stranka {
	  background-image: url(../img/back.gif);
    background-repeat: repeat-y;
    background-position: center top; 
    width: 918px;
    min-height: 100%;
    height: auto;
    _height: 100%;
    text-align: left;
    display: block;
    margin: 0 auto;
    /*
    position: relative;
    overflow: hidden;
    */
  }
  
  #stranka2 {
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
    background-image: url(../img/back.gif);
    background-repeat: repeat-y;
    background-position: center top; 
  }
  
	#lavy { 
    width: 633px;
    height: 100%; 
    float: left;   
    position: relative;
    background-image: url(../img/lavy_back.gif);
    background-position: right top;
    background-repeat: no-repeat;	
  }
	#pravy { 
    line-height: 110%;
    width: 285px;
    height: 100%;
    font-size: 11px;
    float: left; 
    position: relative; 
    letter-spacing: 0px;
    background-image: url(../img/pravy_back.gif);
    background-repeat: no-repeat;
    background-position: left top;
  }
	#obsah {
    position: relative; 
    line-height: 180%;
    float: right;
    width: 460px;
    padding: 80px 70px 0 0; 
  }
	#obsah_nadpis { 
    position: relative; 
    float: left;
    padding-bottom: 22px;
    margin-bottom: 16px;
    text-align: right;
    width: 244px;
    height: 30px;
    border-bottom: 1px #a01e00 solid;
  }
	#obsah_logo { 
    position: relative; 
    padding-bottom: 15px;
    float: left;
    text-align: left;
    width: 216px;
    height: 37px;
    border-bottom: 1px #a01e00 solid;
  }
  #obsah_obr { 
    position: relative;
    text-align: center; 
    float: left;
    width: 100%;
    padding-bottom: 10px;
  }
	#obsah_text { 
    position: relative; 
    float: right;
    text-align: right;
    width: 460px;
  }
  #msgread { 
    position: relative; 
    float: left;
    font-size: 12px;
    text-align: left;
    width: 440px;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
  }
	#obsah_spodok { 
	  position: relative;
	  float: right;
    color: #a01e00;
    margin-top: 17px;
    padding: 13px 0 60px 0;
    text-align: right;
    width: 460px;
    border-top: 1px #a01e00 solid;
  }
  #obsah_spodok a { 
    color: #a01e00;
    font-weight: normal;
  }
  #obsah_spodok a:hover { 
    color: #ffffff;
  }

input.field, textarea {
  background-color:#290000; 
  border: 1px #a01e00 solid;
  color: #ff825d; 
  width: 240px; 
  padding:2px; 
  text-align: center;  
  font: normal 0.8em/1.3em sans-serif; 
  font-size:11px;
  }

select {
  background-color:#290000; 
  border: 1px #a01e00 solid;
  color: #ff825d; 
  padding: 0px; 
  text-align: center;  
  font: normal 0.8em/1.3em sans-serif; 
  font-size:11px;
  }
option {
  background-color:#290000; 
  border: 0px;
  color: #ff825d; 
  padding: 0px; 
  text-align: left;  
  font: normal 0.8em/1.3em sans-serif; 
  font-size: 11px;
  }

textarea {
  text-align: left;
  }

.button {
    /*width: 116px;  */
    height: 27px;
    color: #ff825d;
    font-weight: bold;
    font-size: 11px;
    border: 1px #ff825d solid;
    /*background-image: url(../img/button.gif);
    background-repeat: no-repeat;
    background-position: center top;*/
    background-color: #a01e00;
  }

#menu{
  width: 230px;
  padding-top: 65px;  
}
.menu_item {
  display: block;
  width: 185px;
  height: 44px;  
  color: #a01e00;
  padding: 20px 20px 20px 25px;
}
.menu_item:hover {
  background-color: #5a0c00;
  background-image: url(../img/item_back_hover.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
#pravy a {
display: block;
  text-decoration: none;
  font-weight: normal;
  color: #a01e00;
}
#pravy a:hover {
  background-color: #5a0c00;
  /*border-left: 1px #a01e00 solid;*/
  background-image: url(../img/item_back_hover.gif);
  background-position: right top;
  background-repeat: no-repeat;
  cursor: pointer;
}
.menu_item_active {
  display: block;
  width: 185px;
  background-color: #741200;
  height: 44px;
  background-image: url(../img/item_back.gif);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 20px 20px 20px 25px;
  color: #ff825d;
}

#obsah_text a {
  text-decoration: none;
  font-weight: bold;
  padding: 3px 0;
  color: #ffffff;
}
#obsah_text a:hover {
  text-decoration: underline;
  color: #ffffff;
}

