html, body {
	height:100%;
	} 

body {
	padding:0;
	margin:0;
	color: #000000;
	background-color:#E5AD0A;
}

#page{
	position:relative;
	min-height:100%;
	margin-left:221px;
	margin-right:0;
	color: #000000;
	background:url('gfx/content_bg.jpg') repeat-y top center;
	background-color:#FEEF88;
}
 
* html #page{height:100%}

#header{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:120px;
	background:url('gfx/header.gif') no-repeat;	
	overflow:hidden;
	color: #000000;
}

#content{
	padding-top:130px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px; 
	background:transparent;
	overflow:hidden;
	font-family:verdana, sans-serif;
	color:#333;
	font-size:12px;
}

#content .page_header {
	font-family:arial, sans-serif;
	color:#FF6600;
	font-size:15px;
	font-weight:bold;
	padding:10px 0 5px 0;
	}

#left {
	position:relative;
	width:221px;
	float:left;
	margin-left:-221px;
	z-index:100;
	background:url('gfx/logo.jpg') no-repeat;
	background-color:#E5AD0A;
}

* html #left {margin-right:-3px;}

#footer {
	width:100%;
	bottom:0;
	clear:both;
	height:25px;


	text-align:center;
	font-size:10px;
}

#footer a {
	font-family:arial, sans-serif;
	color:#555;
	font-size:10px;
	text-decoration:none;
	}

#footer a.copy{
	color:#D59D0A;
	}
		
#footer a:hover {
	color:#f00;
	text-decoration:none;
	}	
	
#flash_owoce {
	position:relative;
	top:180px;
	left:0;
	background-color:#E5AD0A;
	}

#b1 {
	position:absolute;
	top:83px;
	left:120px;
    display:block;
    width:129px;
    padding-top:36px;
    height:0px !important;
    height /**/:36px;
    overflow:hidden;
    text-indent:-999px !important;
    text-indent /**/:0;
    background:transparent url(gfx/b1.jpg) 0 0 no-repeat;
    margin:0 auto;
    }
#b1:hover {background-position:0 -36px;}	


#b2 {
	position:absolute;
	top:83px;
	left:249px;
    display:block;
    width:127px;
    padding-top:36px;
    height:0px !important;
    height /**/:36px;
    overflow:hidden;
    text-indent:-999px !important;
    text-indent /**/:0;
    background:transparent url(gfx/b2.jpg) 0 0 no-repeat;
    margin:0 auto;
    }
#b2:hover {background-position:0 -36px;}


#b3 {
	position:absolute;
	top:83px;
	left:376px;
    display:block;
    width:129px;
    padding-top:36px;
    height:0px !important;
    height /**/:36px;
    overflow:hidden;
    text-indent:-999px !important;
    text-indent /**/:0;
    background:transparent url(gfx/b3.jpg) 0 0 no-repeat;
    margin:0 auto;
    }
#b3:hover {background-position:0 -36px;}

#b4 {
	position:absolute;
	top:83px;
	left:503px;
    display:block;
    width:129px;
    padding-top:36px;
    height:0px !important;
    height /**/:36px;
    overflow:hidden;
    text-indent:-999px !important;
    text-indent /**/:0;
    background:transparent url(gfx/b4.jpg) 0 0 no-repeat;
    margin:0 auto;
    }
#b4:hover {background-position:0 -36px;}

#corner {
	position:absolute;
	width:48px;
	height:45px;
	top:103px;
	left:0;
	background:url('gfx/corner.gif');
	}

.haslo {
	font-family:arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#444;
	margin:20px 0 5px 0;
	}

.obrazki {
	margin:0 auto;
	width:100%;
	}
	
.obrazki img {
	float:left;
	border:1px solid black;
	margin:0 10px 0 0;
	}
	
p {
   text-indent:50px;
   margin:0 0 12px 0;
   }
   
a {
	font-family:arial, sans-serif;
	color:#A55D06;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	color:#f00;
	text-decoration:none;
	}
	
input {
	border:1px solid black;
	}	