/**
 * CSS Document
 * filename	> layout.css
 * created	> 09/12/2011
 * author	> Petr Míček (micek.petr(at)centrum.cz)
 */

*
{
	margin: 0;
	padding: 0;
}

#web-bg 
{ 
	height: 541px;
	width: 100%; 
	background: url('/img/layout/web-bg-top.png') top left repeat-x;  
	position: absolute; 
	top: 0; 
	left: 0;
}

#web 
{ 
	width: 956px; 
	margin: 0 auto; 
	position: relative; 
	z-index: 10; 
}

#header 
{
	height: 130px;
}
#header a.logo 
{
	display: block;
	width: 406px;
	height: 100%;
	background: url('/img/layout/restaurace-kaverna.png') top left no-repeat;
}
#header .buttons {
	position: absolute;
	top: 15px;
	right: 0;
}
#header .buttons .asset 
{
	float: left;
	margin-left: 6px;
}
#header .buttons .asset a.btn
{	
	position: relative;
	display: block;
	color: #333;
	text-decoration: none;
	z-index: 15;
}
#header .buttons .asset a.btn strong 
{
	display: block;
	padding: 5px 5px 5px 26px;
	height: 16px;
	background: url('/img/icons/16x16/login_black.png') 5px 5px no-repeat;
}
#header .buttons .asset a.btn:hover strong,
#header .buttons .asset a.btn.active strong
{
	background-image: url('/img/icons/16x16/login_white.png');
}
#header .buttons .asset a.btn:hover,
#header .buttons .asset a.btn.active
{
	color: white;
	
	background: #accc3d; /* Old browsers */
	background: -moz-linear-gradient(top, #accc3d 0%, #7ab50c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#accc3d), color-stop(100%,#7ab50c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #accc3d 0%,#7ab50c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #accc3d 0%,#7ab50c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #accc3d 0%,#7ab50c 100%); /* IE10+ */
	background: linear-gradient(top, #accc3d 0%,#7ab50c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accc3d', endColorstr='#7ab50c',GradientType=0 ); /* IE6-9 */
}
#header .buttons .asset a.btn.active
{
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
#header .buttons .asset a.active span
{
	display: block;
	position: absolute;
	top: 26px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #7ab50c;
		
}
#header .buttons .asset a img 
{
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}
#header .buttons .asset .box 
{
	position: absolute;
	top: 26px;
	right: 0;
	padding: 5px;
	background: #7ab50c;
	z-index: 12;
}

#header #loginForm form
{
	padding: 10px;
	margin: 0 0 6px;
	background: white;
	text-align: right;
}
#header #loginForm form label 
{
	color: #555;
}
#header #loginForm form a
{
	color: #333;
	float: left;
}
#header #loginForm .links,
#header #loginForm .links a
{
	padding: 0 5px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#navigation 
{
	height: 50px;
	padding: 2px 0 0 5px;
	background: url('/img/layout/navigation-bg.png') center left repeat-x;
	border: 0;
}
#navigation ul 
{
	display: block;
}
#navigation ul li 
{
	display: inline;
	float: left;
}
#navigation ul li a {
	display: block;
	margin: 7px 0;
	padding: 0 14px;
	color: #343434;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	background: url('/img/layout/dotted-border-gray.png') top right repeat-y;
}
#navigation ul li:last-child a
{
	background: none;
}
#navigation ul li a:hover 
{
	margin: 3px 0;
	padding: 5px 14px;
	color: white;
}
#navigation ul li a span 
{ 
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #555;
}
#navigation ul li a:hover span 
{ 
	color: #efefef;
}
#navigation ul ul /* docasne */
{
	display: none;
}

#content 
{
	position: relative;
	margin-top: 50px;
	z-index: 20;
}

#content .box 
{
	margin: 0 0 6px;
	width: 100%;
	min-height: 100px;
}

#index #top
{
	height: 359px;
}

#index #top #welcome
{
	width: 475px;
	height: 150px;
}
#index #top #foodmenu
{
	width: 475px;
	height: 203px;
}

#index #top #rotator
{
	width: 475px;
	height: 359px;
	float: right;
}
#index #top #rotator #slider 
{
	margin: 5px;
	width: 465px;
	height: 349px;
	overflow: hidden;
}

