/********************** MAIN CSS **********************************/

body {
	text-align : center;
  font-family: Verdana, sans-seriff;
  letter-spacing: 0;
  font-size: 0.8em;
  color : #2e2c29;
  background: url("../img_web/logo.gif") top left no-repeat;
  }

* {
  margin : 0;
  padding : 0;
  border : 0;
}

p {
  margin : 2px 8px 8px 8px;
  padding : 2px 8px 8px 8px;
}

a {text-decoration: underline; border: none; color : #313131}
a:hover {color: #E54B0F}

img {margin:0; padding:0}
a img {border-style: none}

.cleaner {
  clear : both;
  height : 1px;
  font-size : 0;
}

.left {
  float : left;
  display : inline
}

.right {
  float : right;
  display : inline
  }

/***  STRUCTURE  **************************************************************/

#container {
  width : 740px;
  margin : auto;
  text-align : left;
}

#hlavicka {width: 696px; height: 160px;margin-left:44px}

#top_left {width:614px; height:160px; background:url("../img_web/seasons.jpg") top left no-repeat; float:left;}
#top_right {width:82px; height:160px; float:right}
  #news_icon {width:82px; height:72px; background:url("../img_web/news.jpg") top left no-repeat}
  #top_rest {width:82px; height:88px; background:url("../img_web/top_right.jpg") top left no-repeat}



#content {
  width: 652px;
  margin:auto;
  margin-left:44px; 
}


#navigace {
  padding : 4px 0 0 0;
  clear : both;
      }

#news {margin-top:10px}
#news img{border:4px solid #ececec;margin: 5px }
.novinka_img{width:108px; float:left}
.novinka_text {width:500px; float:right}
      
.foto {width: 602px; margin: auto}      
.foto img {border: 1px solid #828282; margin: 2px}
.foto a:hover img {border: 1px solid black; margin: 2px}

.plakaty {width: 550px; margin: auto}      
.plakaty img {border: 1px solid #828282; margin: 2px}
.plakaty a:hover img {border: 1px solid black; margin: 2px}
   
/***  TYPO  *******************************************************************/

H2 {font-size : 1.2em; color: #1e7809; margin-top: 5px}
h3 {font-size : 1.1em; color: #ffffff; background : #2E9815;margin-top: 15px; height: 20px; line-height:20px;padding-left:3px}


