* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family:  Verdana, Arial, lucida, sans-serif; 
	background: #e16860;
	color: #000;
	font-size: x-small;
	text-align: center;
	min-width: 1280px;
	line-height: 1.5;
}
html>body {
	font-size: small;
}
#main {
 	width: 1280px;
	margin: 0 auto;
	text-align: left;
 	background: #e16860 url("../images/hlavni/pozadi-hlavni.jpg") repeat-y;
	min-height: 100%;
	height: 100%;
	position: relative;
	z-index:0;
 }
body>#main {
 	height: auto;
 }
#tabulka-head {
 	color: fff;
	background: #fff url('../images/hlavni/pozadi-tabulka.jpg') repeat-x;
	height: 242px;
	text-align: center;
	width:100%;
	position: absolute;
	top: 0px;
	left:0px;
	
}

#head {
 	color: fff;
	background: #fff url('../images/hlavni/hlavicka-stred.jpg') no-repeat;
	height: 242px;
	
	width:1026px;
	float:left;
}
#head-leva {
 	color: fff;
	background: #fff url('../images/hlavni/hlavicka-leva.jpg') no-repeat;
	height: 242px;
	width:127px;
	float:left;
}
#head-prava {
 	color: fff;
	background: #fff url('../images/hlavni/hlavicka-prava.jpg') no-repeat;
	height: 242px;
	width:127px;
	float:left;
}
#prostredek {
    width: 1280px;
 }
#leve_menu {
  width:236px;
  background: #fff url('../images/hlavni/menu-stred.jpg') no-repeat;
  float:left;  
  height: 414px;
 }
#leva_strana {
  width:127px;
  background: #e16860 url('../images/hlavni/hlavni-leve-menu.jpg') no-repeat;
  float:left;  
  height: 414px;
 }
#prava_strana {
  width:190px;
  background: #8b2727 url('../images/hlavni/*.jpg') no-repeat;
  float:left;  
  
 }
#pozadi-stred {
  width:593px;
  height: 414px;
  position: absolute;
  left:363px;
  top:242px;
  z-index:-1;
 }
#hlavni_text { 
      	 
   	  	font-size: 10pt;
   	  	width: 592px;
   	  	color:#000000;
   	  	float:left; 
   	  	
 }
#nadpis {
  width:570px;
  background: #fff url('../images/hlavni/hlavni-nadpis.jpg') no-repeat;
    
  height: 60px;
 }
#footer {
	width: 1280px;
 	height: 57px;
	overflow: hidden;
	position: absolute;
	bottom: -1;
	left: 0;
	background: #000 url("../images/hlavni/paticka.jpg") no-repeat;
	text-align: center;
 }
.t_strankovani
  {
  font: normal 10px Verdana;
   
  }  
#clear  {
  	clear:both;
 }
#copyr { 
   	color:#000000;
		left:145px;
		top:33px;
		font-size: 8pt;
		text-align: left;
		position: absolute;
}
	
#copyr2 { 
   	color:#000000;
		font-size: 8pt;
    position: absolute;
    left:1000px;
		top:33px;
}	
	
a:link {
	text-decoration: none;
 	color: #fff;
 	border: solid black 0px;
}

a:visited {
	text-decoration: none;
	color: #fff;
	border: solid black 0px;
}

a:hover {
	text-decoration: none;
	border: solid black 0px;
	color: #000;
}
