/* CSS Document */
#body
{
position : relative;
height : 100%;
font-family : "lucida", "Geneva CE", lucida, sans-serif !important;
font-size : 12px;
margin : 0;
text-align : center;
padding-bottom : 20px;
background-color : #ffffff;
}

html {
padding : 0;
margin : 0;
height : 100%;
}

hr{
  color: black;
  background: black;
  border: solid black 1px; 
}

html > body #holder {
height : auto;
min-height : 100%;
margin : 0 auto 0 auto;
}

#holder {
position : relative;
background-image : url("grafika/bgholder.gif");
background-position : center 300px;
background-repeat : repeat-y;
width : 710px;
margin : 0 auto 0 auto;
text-align : left;
padding : 0;
height:100%;
}

#holder-in {
padding : 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#banner_top{
  height:70px;
  background-color:#ffffff;
}

#hlavicka{
  width:710px;
  background-image : url("grafika/hlavicka.jpg");
  height:168px;
  text-align:right;
}

#menu{
  width:710px;
  background-color: #f8c303;
  height:28px;
  border-bottom:3px solid white;
  font-size:13px;
}

#menu-in{
  padding:5px;
}

#levysloupec{
  margin-left:4px;
  margin-right:6px;
  width:120px;
  float:left;
  background-color:#ffffe;
  padding-top:5px;
}

#pravysloupec{
  width:122px;
  float:right;
  background-color:#ffffa;
  padding-top:5px;
  margin-right:4px;
}

#obsah{
  width:450px;
  float:left;
}

#hodnoceni{
  width:100%;
  text-align:center;
  height:40px;
}

#fotoinfo{
  width:100%;
  height:15px;
  padding-top:5px;
  padding-bottom:5px;
}

#nejlepsi_fotky_pravy_sloupec{
  text-align:center;
  width:100%;
  padding-top:3px;
  background-color:white;
}

.white{
  color:white;
}



.mini_text{
  font-size:10px;
}

.jmeno_input{
  width:440px;
}

.komentar_textarea{
  width:440px;
  height:150px;
}

.paticka{
  width:100%;
  height:100px;
}
.posledni_fotky_radek{
  height:100px;
  width:420px;
  margin-left:12px;
}

.obsah-in{
  width:440px;
  margin:5px 7px 0px 4px;
  clear:both;
}

.bold{
  font-weight:bold;
}


.in{
  padding:5px;
}

a:link, a:visited {
text-decoration : none;
color:black;
}

a:active, a:hover {
text-decoration : none;
}

a img {
border: none;
} 

a.white{
  color:white;
}

h1{
  width:100%;
  background-color: #f8c303;
  font-size:16px;
  padding:0px;
  margin:0px 0px 5px 0px;
  font-weight: normal;  
}

h2{
  width:100%;
  background-color: #f8c303;
  font-size:13px;
  padding:0px;
  margin:0px 0px 5px 0px;
  font-weight: normal;
}

img{
  border:none;
}
/* Složité toídy */
.guestbook_prispevek_hlavicka{
  width:440px;
  height:15px;
  color:white;
  font-weight:bold;
  border-top:1px solid #4b112e;
  border-bottom:1px solid #4b112e;
  clear:both;
}

.guestbook_prispevek_komentar{
  width:440px;
  color:white;
  margin-bottom:15px;
}


.bleskovka{
  width:118px;
  background-color:white;
  font-size:10px;
  margin-bottom:5px;
  overflow:hidden;
}

.clanek_obsah{
  width:440px;
  background-color:white;
}

.cleaner {
clear : both;
}

.nahled_clanku{
  width:218px;
  height:190px;
  margin-bottom:5px;
}

.nahled_clanku_hlavicka{
  width:218px;
  height:36px;
  background-color: #f8c303;
  margin-bottom:5px;
}

.nahled_clanku_paticka{
  width:218px;
  height:25px;
  background-color: white;
}

.nahled_clanku_obsah{
  width:218px;
  height:115px;
  background-color: white;
}

.nahled_fotky_velky{
  width:218px;
  height:318px;
  margin-bottom:5px;
  text-align:center;
}


.nahled_fotky_velky_hlavicka{
  width:218px;
  height:46px;
  background-color: #f8c303;  
  text-align:left;
}

.nahled_fotky_mini{
  width:100px;
  height:130px;
  background-color:#d5301c;
  margin-bottom:5px;
  margin-right:5px;
}

.home_banner{
  width:100%;
  background-color:#4d485c;
  height:176px;
  margin-bottom:5px;
  
}

.flash_banner{
  width:380px;
  height:168px;
  float:right;
}

.banner_pravy_sloupec{
  width:122px;
  background-color:#4d495d;
  margin-bottom:5px;
  
}


.nahled_sloupec{
  width:100%;
  height:153px;
}

/* Jednoduché toídy */

.inline{
  display: inline;
}

.velke_pismo{
  font-size:18px;
}

.leftfloat{
  float:left;
}

.rightfloat{
  float:right;
}

.zprava_zelena{
  width:400px;
  border: 3px solid green;
  padding:5px;
  margin:5px;
  color:green;
}

.zprava_cervena{
  width:400px;
  border: 3px solid red;
  padding:5px;
  margin:5px;
  color:red;
}