﻿BODY {
	font-size: 0.75em;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, Arial CE, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#FFD252;
	text-align: center;
	line-height:1.33;
	background-image: url('../img/bg.gif');
	background-position: top;
	background-repeat: repeat-y;
	behavior: url("hover.htc");
}

table {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1em;
}

td {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1em;
}

input, button, select {
	vertical-align:middle
}

#input:hover, #input:focus, #search_input:hover, #search_input:focus{
	background: white;
}

form {
	display:block;
	margin:0;
	padding:0
	}

.navig {
	text-align: center;
}

.topbanner {
	text-align: center;
}

#upper {
	text-transform: uppercase;
}

#paging {
	font-size:13px;
	vertical-align:top ;
}
 
/* -------------------------------------------- */

#page_cover {
	margin:0 auto 0 auto;
	min-width: 765px;
	height: 100%;
	background-image: url('../img/bg.gif');
	background-position: top;
	background-repeat: repeat-y;
	width:765px;
	padding-top: 20px;
}

#page_cover2{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 765px;
    height: 600px;
    margin-left: -382px; /* half of width */
    margin-top: -300px;  /* half of height */
}

#page_main2 {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 747px;
	height: 600px;
	margin-left: -373px;  /* half of width */
	margin-top: -300px;   /* half of height */
}



#page_main {
	width:765px;
	padding-left: 11px;
	padding-right: 11px;
} 

#content_cover{
	clear: both; 
	vertical-align: top;
	width:747px;
	height: 180px;
}

#home_text_cover {
	font-size: 12px;;	
	width: 310px;
	border-right: solid 1px #000000;
	text-align: right;
	float: left;
}

#home_recipe_cover {
	width: 425px;
	float: left;	
	text-align: right;
}

#home_text {
	text-align: right;
	padding-left: 20px;
	padding-right: 10px;
	height: 103px;
	font-size: 0.85em;
}

#home_recipe {
	text-align: right;
	padding-top:5px;
	padding-right:1px;	
}

#recipe_text {
	font-size: 14px;;	
	height: 30px;
	width: 430px;
	text-align: right;
	color: #0091FE;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-right:10px;
	padding-bottom:7px;

}

/* ------------------------------------------------- */

#banner {
	text-align: center;
} 


#footer_navig {
	text-align: left;
	position: relative;
	left: 210px;
	top: -15px;
	width: 171px;
	height: 41px;
}

#footer_home_cover {
	background-color:#FFFFFF;
	text-align: center;
	height: 400px;
	min-height: 400px;
	background-image: url('../img/footer.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
} 

#footer_home {
	text-align: left;
	width: 747px;
}

/* ------------------------------------------------- */

A:LINK { color: black; text-decoration: none;background-color: transparent; }
A:VISITED{ color: black; text-decoration: none;background-color: transparent; }
A:ACTIVE { color:black ; text-decoration: none; }
A:HOVER { color: blue; text-decoration: underline; }

.navig:LINK { color: #415F75; text-decoration: none;}
.navig:VISITED{ color: #415F75; text-decoration: none;}
.navig:ACTIVE { color: #415F75; text-decoration: none;}
.navig:HOVER { color: red; text-decoration: none;}


*{margin: 0;padding: 0;}

 

/* menu */
#vodorovne-menu {width: 100%;	font-size: 0.9em;	color: #000000;	font-family: Helvetica, Arial, Arial CE, sans-serif;
}
#vodorovne-menu li {float:left;list-style-type:none;}
#vodorovne-menu li a {display:block; text-align:center; text-decoration:none;color:#000;}
#vodorovne-menu li a:hover {}
#vodorovne-menu li ul {display:none;background: #415F75;}
#vodorovne-menu li:hover ul { display:block; position:absolute; border: solid #F0F0F0; border-width:0 1px 1px 1px;}
#vodorovne-menu li:hover ul li { display:block; float:none; height:20px;line-height:20px; width: 85px; border-top: 1px solid #F0F0F0;}
#vodorovne-menu li:hover ul li a {background:#fff;}
#vodorovne-menu li:hover ul li a:hover {background: #415F75;color:#fff;}



