* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-size: 100%;
	font-family: tahoma, arial, sans-serif;
	color: #313131;
	padding: 0;
	margin: 0;
	background: #EFEFEF url("../img/main_bck_pack.jpg") 50% 0 no-repeat;
}
a img, img {
    border: none;
    }
a {
	color: #0961CE;
}
a:hover {
	text-decoration: none;
}
.pack {
    width: 960px;
    background: #fff;
    margin: auto;
    }
.box {
	width: 952px;
	margin: auto;
	background: url("../img/main_bck_box.jpg") no-repeat;
	text-align: left;
	min-height: 500px;
    }
.box .header {
	padding: 10px 10px 7px 10px;
    }
.box .header .logo {
	float: left;
	margin: 0 0 16px 35px;
	#margin: 0 0 7px 35px;
	_margin: 0 0 7px 35px;
	border: none;
	}
.box .header .text {
    float: left;
    width: 210px;
    margin: 25px 0 0 22px;
    }
.box .header .top_navigation {
    float: right;
    text-align: right;
    font-size: 60%;
    color: #fff;
    }
.box .header .top_navigation span {
    padding: 0 3px;
    color: #055DCA;
    }         
.box .header .top_navigation ul li {
    list-style-type: none;
    display: inline;
    }
.box .header .top_navigation ul li a {
    color: #fff;
    text-decoration: underline;
    }      
.box .header .top_navigation ul li a:hover {
    color: #fff;
    text-decoration: none;
    }
.box .header .top_navigationf {
    float: right;
    text-align: right;
    color: #fff;
    }
.box .header .top_navigationf span {
    padding: 0 3px;
    color: #055DCA;
    }         
.box .header .top_navigationf ul li {
    list-style-type: none;
    display: inline;
    }
.box .header .top_navigationf ul li a {
    color: #fff;
    text-decoration: underline;
    }      
.box .header .top_navigationf ul li a:hover {
    color: #fff;
    text-decoration: none;
    }    
.box .header .top_links {
    margin: 15px 5px 0 0;
    }         
.box .header .bottom_links {
    margin: 10px 5px;
    }  
.box .header .navigation {
	height: 59px;
	background: url("../img/main_bck_vavigace.jpg") repeat-x;
    }
.box .header .navigation ul {
	background: url("../img/main_bck_vavigace.jpg") repeat-x;
    }
.box .header .navigation ul li {
	display: inline;
    }                    
.box .header .navigation ul li img {
	float: left;
    }
.box .header .navigation ul li a {
	display: block;
	float: left;
	height: 59px;
    }
.box .header .navigation ul li span {
	position: relative;
    top: 20px;
    left: 20px;
    font-size: 80%;
    font-weight: bold;
    color: #fff;
    display: none;
    }

/*---- navigace ADxMenu---*/
.box .header .navigation ul li ul{
	background: none;
	font-size: 13px;
    }
.box .header .navigation ul li ul li{
	display: block;
    }                    
.box .header .navigation ul li ul li a {
	display: block;
	float: none;
	height: auto;
	width: 120px;
    }

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul li ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li ul li{
	color: blue;
	background: #B2CCF1;
}

.menu ul li ul{
	
}

.menu ul li a {
	text-decoration: none;
	color: blue;
	padding: .4em .5em;
	display: block;
	position: relative;
	width:120px;
	margin:0px;
	font-weight: bold;
	background-color: #B2CCF1;
	
}

.menu ul li a:hover, .menu ul li ul li:hover>a {
	color: navy;
}

.menu li li {	/* create borders around each item */
	border-top: 1px solid blue; border-bottom: 1px solid blue;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}


/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/



/*---- navigacni prepinace ---*/

.box .header .navigation ul li a.casopis_re {
	background: url("../img/menu/main_navigace_casopis_re.jpg") repeat-x;
	width: 111px;
    }
.box .header .navigation ul li a.casopis_re:hover {
	background: url("../img/menu/main_navigace_casopis_re_on.jpg") repeat-x;
	width: 111px;
    }
.box .header .navigation ul li a.char_lodi {
	background: url("../img/menu/main_navigace_poj_lodi.jpg") repeat-x;
	width: 126px;
    }
.box .header .navigation ul li a.char_lodi:hover {
	background: url("../img/menu/main_navigace_poj_lodi_on.jpg") repeat-x;
	width: 126px;
    }    
.box .header .navigation ul li a.servis {
	background: url("../img/menu/main_navigace_servis.jpg") repeat-x;
	width: 92px;
    }
.box .header .navigation ul li a.servis:hover {
	background: url("../img/menu/main_navigace_servis_on.jpg") repeat-x;
	width: 92px;
    }
.box .header .navigation ul li a.plavbyparnikem {
	background: url("../img/menu/main_navigace_plavbyparnikem.jpg") repeat-x;
	width: 140px;
    }
.box .header .navigation ul li a.plavbyparnikem:hover {
	background: url("../img/menu/main_navigace_plavbyparnikem_on.jpg") repeat-x;
	width: 140px;
    }
.box .header .navigation ul li a.bazar {
	background: url("../img/menu/main_navigace_prodej_baz.jpg") repeat-x;
	width: 140px;
    }
.box .header .navigation ul li a.bazar:hover{
	background: url("../img/menu/main_navigace_prodej_baz_on.jpg") repeat-x;
	width: 140px;
    }    
.box .header .navigation ul li a.forum {
	background: url("../img/menu/main_navigace_forum.jpg") repeat-x;
	width: 86px;
    }     
.box .header .navigation ul li a.forum:hover {
	background: url("../img/menu/main_navigace_forum_on.jpg") repeat-x;
	width: 86px;
    }     
.box .header .navigation ul li a.katalog {
	background: url("../img/menu/main_navigace_katalog.jpg") repeat-x;
	width: 153px;
    }               
.box .header .navigation ul li a.katalog:hover {
	background: url("../img/menu/main_navigace_katalog_on.jpg") repeat-x;
	width: 153px;
    }
.box .header .navigation ul li a.fir_akce {
	background: url("../img/menu/main_navigace_fir_akce.jpg") repeat-x;
	width: 125px;
    }
.box .header .navigation ul li a.fir_akce:hover {
	background: url("../img/menu/main_navigace_fir_akce_on.jpg") repeat-x;
	width: 125px;
    }    
.box .header .navigation ul li a.kontakt {
	background: url("../img/menu/main_navigace_kontakt.jpg") repeat-x;
	width: 92px;
    } 
.box .header .navigation ul li a.kontakt:hover {
	background: url("../img/menu/main_navigace_kontakt_on.jpg") repeat-x;
	width: 92px;
    }        
.clear { 
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 1px; 
    }	
/*--- obecne definice obrazku ---*/
img.ir {
    margin: 0 0 10px 10px;
    float: right;
    }
/*--- footer ---*/
.footer {
    border-top: 1px solid #DFDFDF;
    width: 900px;
	margin: auto;
	background: #F4F4F4 url("../img/main_bck_footer.jpg") 100% 0 no-repeat;
	text-align: left;
	min-height: 100px;
	_height: 100px;
	font-size: 60%;
	padding: 40px 30px 0 30px;
	color: #B2B2B2;
    }
    
.footer a {
    color: #2F2F2F;
    }
.linky span {
    padding: 0 3px;
    color: #DADADA;
    }     
.copy {
    float: right;
    width: 200px;
    text-align: right;
    line-height: 2em; 
    }    
.copy a {
    font-weight: bold; 
    }        
/*--- footerf ---*/
.footerf {
    border-top: 1px solid #DFDFDF;
    width: 900px;
	margin: auto;
	background: #F4F4F4 url("../img/main_bck_footer.jpg") 100% 0 no-repeat;
	text-align: left;
	min-height: 100px;
	_height: 100px;
	padding: 40px 30px 0 30px;
	color: #B2B2B2;
    }
    
.footerf a {
    color: #2F2F2F;
    }

.top_navigation h1 {display: none;}
