/* CSS Document */
/* Hotel Karel IV website CSS style sheet */
/* Copyright 2009 Dobre weby www.dobre-weby.cz */

body, html {
	margin:0px auto;
	padding:0px;
	text-align:center;
	background:url('/App_Themes/web/img/layout/page-background.jpg') repeat-x #FEFFD7;
}

/* IMPORTANT !!! */
body>#main {
	height: auto;
}


#footee p {
	margin-top:5px;
	margin-bottom:10px;
}

#main-frame {
	margin:0px auto;
	position:relative;
	text-align:center;
	text-align:center !important;
	width:100%;
	
}

.headerbackground {
    background:url('/app_themes/web/img/layout/header.jpg') no-repeat center;
    height:120px;
    width:100%;
    
    position:absolute;
    top:48px;
    left:0px;
}

.headerbackground .navigateHome {
    width:120px;
    height:100px;
    position:absolute;
    left:60px;
    top:15px;
    font-size:0px;
}

#content-frame {
	margin:0px auto;
	position:relative;
	width:1034px;
	text-align:left;
}

#header {
	position:relative;
    height:166px;
    
    background:url('/App_Themes/web/img/layout/page-top.png') no-repeat;
}

#header .xhomeLink {
    position:absolute;
    display:block;
    left:0px;
    top:30px;
    width:400px;
    height:100px;
    
}

#header .headerTitle 
{
	position:absolute;
	left:50px;
	top:120px;
	font-size:2.5em;
}


#menu {
  background:url('/App_Themes/web/img/layout/menu.png') no-repeat #035601;
	line-height:35px;
	height:35px;
	margin-top:15px;
	padding-left:10px;
	overflow:hidden;
	width:930px;
}

#menu a {  
	padding-left:16px;
	padding-right:15px;
	
	display:block;
	float:left;
}


/*
#menu .AspNet-Menu-ChildSelected {
	text-decoration:none;
	color:#FFCC00 !important; 
	font-weight:bold;


#menu .AspNet-Menu-Selected {
	display:block;
	float:left;
}
}*/
/*
.AltLinks 
{
    position:absolute;
    width:129px;
    height:30px;
    top:13px;
    display:block;
    
}
*/

.bounds {
	width:1034px;
    position:relative;
    background:#fff;
    padding:0px 47px 0px 47px;
    overflow:hidden;
    
    /height:604px;
    /height:auto !important;
    min-height:604px;
    
    background:url('/App_Themes/web/img/layout/page-middle.png') repeat-y;
    
}

#left-panel {
	float:left;
	margin-right:21px;	
	margin-top:10px;
	width:210px;
}

#obsah {	
    width:478px;
    float:left;
	margin-right:21px;
	padding-top:5px;
	
    /*/height:604px;
    height:auto !important;
    min-height:604px;*/
}

#right-panel
{
	float:left;		
	width:210px;
	margin-top:10px;
}

.mutace {
    position:absolute;
    left:30px; top:140px;
    color:#fff;
    font-size:9pt;
}

.mutace a:link, .mutace a:visited { color:#fff; }

.search 
{
    position:absolute;
    left:738px; top:105px;    
    text-align:right;
}

.search .minnav {
    font-size:8pt;
    text-align:left;
    margin-bottom:5px;
}


a.btnCheck {
    width:17px;
    height:14px;
    display:block;
    background:url('/app_themes/web/img/layout/check.png') 0 0;
    
    margin-left:10px;
}

a.btnCheck:hover { background:url('/app_themes/web/img/layout/check.png') -17px 0px; }

#footer {    
    font-size:8pt;
	color:#000;
	    
    background:url('/App_Themes/web/img/layout/page-middle.png') repeat-y;
}


#footer a:link { color:#666666; text-decoration:underline }
#footer a:visited { color:#666666; text-decoration:underline }
#footer a:hover { color:#006699; text-decoration:underline }
#footer .active { color:#006699; }

#footer .footerinside {    
    margin:0px 0px 0px 48px;
    padding:15px 0px 0px 15px;
    width:920px;
    border-top:1px solid #046402 !important;
    
}

#footer .footerinside .left {
    width:50%;
    float:left;
    text-align:left;
}

#footer .footerinside .right {
    width:48%;
    float:left;
    text-align:right;
}

