 @charset "iso-8859-2";
/* CSS Document */

body 	{
		margin: 0px;
		margin-top: 20px;
		margin-bottom: 40px;
		padding: 0px;
		text-align: center;
		font-family: Verdana,sans-serif;
		font-size: 80%;
		background-color: #ffefaa;
		}		
#hlavni { 
		position: relative;
		width: 780px;
		text-align: left;
		margin: auto;
		}
		
#hlavni2 {
		position: absolute;
		background-color: #ff9408;
		width: 780px;
		height: 550px;
		top: 0px;
		left: 0px;
		border: 1px dashed #ffefaa;
		_border: 1px dashed #f4a739;  
		}
		
/*--HORNI--*/		
#horni {position: absolute;
		width: 780px;
		height: 105px;
		}
#tropic {
		position: absolute;
		width: 400px;
		height: 100px;
		top: 0px;
		left: 0px;
		z-index: 1;
		}
#tlac   {position: relative;
		width: 778px;
		height: 100px;
		z-index:2;
		}
#tlac a {display: block;
		text-decoration: none;
		color: #FEEBA9;
		position: relative;
		float: right;
		background-color: #C85711;
		margin-left: 5px;
		height: 20px;
		_height: 25px;
		width: 105px;
		font-size: 9px;
		text-align: center;
		font-weight: bolder;
		padding-top: 5px;
		}
#tlac a:hover { background-color: #FEEBA9;
		color: #C85711; 
		}
#nadpis	{position: absolute;
		width: 780px;
		height: 40px;
		top: 50px;
		z-index: 2;
		text-align: center;
		letter-spacing: 2px;		
		color: #FF0000;
		font-size: 24px;
		font-weight: bolder;
		}
		
/*--STRED--*/
#stred {position: absolute;
		width: 740px;
		height: 400px;
		left: 20px;
		top: 110px;
		z-index: 1;
		border: 1px dashed #ffefaa;
		}
#stred img {position: absolute;
		top: 20px;
		left: 235px;
		}			

		
/*--PATICKA--*/
#paticka {position: absolute;
		width: 778px;
		bottom: 15px;
		color: #ffefaa; 
		font-weight: bolder;
		font-size: 11px;
		text-align: center;
		z-index: 2;
		}






