body
{
	margin:0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	font-size: 0.85em;
	background:url(../images/layout/index/bg-page.png) left top repeat-x #ffffff;
	color:#042e6f;
}
* {
	padding: 0;
	margin: 0;
	border: 0px none;
}
.invisible {
     position:absolute;
     top:-2000px;
     left:0;
     width:1px;
     height:1px;
     overflow:hidden;
}
br.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}



/*Page*/
#page {
	width:848px;
	margin:0px auto;
	text-align:left;
	padding-top:74px;
	padding-bottom:100px;
	position:relative;
}
#page p{
	line-height:1.4em;
	padding:0.2em 0em;
}
#index-akce {
	position:absolute;
	left:300px;
	top:0px;
	z-index:100;
}

/*Header*/
#header {
	text-align:center;
	position:relative;
	height:150px;
	overflow:hidden;
}

/*Logo*/
#logo-box {
	position:absolute;
	top:0px;
	left:73px;
}
a.logo{
	color:#042e6f;
	font-size:3em;
	font-weight:bold;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:692px;
	height:150px;
}
a.logo span{
	display:block;
    position:absolute; left:0; top:0; z-index:1;
	background:url(../images/layout/index/logo.png) left top no-repeat;
	width:692px;
	height:150px;
}
/*Logo*/
/*Header*/

/*Menu*/
#menu {
	padding-top:21px;
	height:54px;
}
#menu ul li{
	display:block;
	width:198px;
	float:left;
	list-style-type:none;
	background:url(../images/layout/index/bg-menu-li.png) left bottom repeat-x;
	margin-right:18px;
	text-align:center;
	overflow:hidden;
	height:30px;
	line-height:30px;
	padding-bottom:6px;
}
#menu ul li.last{
	margin-right:0px;	
}
#menu ul li a{
	color:#505050;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a:hover{
	color:#797979;
}
/*Menu*/

/*Sub-Menu*/
#sub-menu ul{
}
#sub-menu ul li{
	display:block;
	width:198px;
	float:left;
	list-style-type:none;
	height:180px;
	overflow:hidden;
	margin-right:18px;
}
#sub-menu ul li#submenu-1{
	background:url(../images/layout/index/submenu-1.png) center top no-repeat;
}
#sub-menu ul li#submenu-2{
	background:url(../images/layout/index/submenu-2.png) center top no-repeat;
}
#sub-menu ul li#submenu-3{
	background:url(../images/layout/index/submenu-3.png) center top no-repeat;
}
#sub-menu ul li#submenu-4{
	background:url(../images/layout/index/submenu-4.png) center top no-repeat;
	margin-right:0px;
}
/*Sub-Menu*/

/*Info*/
#info {
	text-align:center;
	font-size:0.9em;
	background:url(../images/layout/index/predel.png) center top no-repeat;
	margin-top:73px;
	padding:23px 0px;
}
#info a{
	color:#042e6f;
}
#info a:hover{
	color:#5e779f;
}
/*Info*/

/*Sponzors*/
#sponzors {
	text-align:center;
	background:url(../images/layout/index/predel.png) center top no-repeat;
	padding:30px 0px;
}
#sponzors ul li{
	display:inline;
	margin:0px 24px;
	list-style-type:none;
}
/*Sponzors*/

/*Hover-box*/
.hover-box {
	width:847px;
	height:187px;
	position:relative;
	overflow:hidden;
	background:url(../images/layout/index/hover-box.png) left top no-repeat #d3d3d3;
	color:#505050;
	display:none;
}
.hover-box .foto {
	position:absolute;
	width:240px;
	height:167px;
	left:15px;
	top:9px;
}
.hover-box .popis {
	position:absolute;
	width:504px;
	left:266px;
	top:15px;
	font-weight:bold;
}
#page .hover-box .popis p{
	line-height:1.9em;
}
#page .hover-box .popis p.popisek{
	line-height:1.4em;
	margin-top:10px;
}
.hover-box .news {
	position:absolute;
	width:316px;
	left:511px;
	top:15px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	font-size:0.8em;
}
#page .hover-box .news p{
	padding-bottom:35px;
}
/*Hover-box*/


/*Page*/

