/* CSS Document */
/* PT Atelier 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/background.jpg') #4A4A4A;
}

/* 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;
}

.navigateHome {
    width:273px;
    height:179px;
    position:absolute;
    left:30px;
    top:0px;
    font-size:0px;
}

#content-frame {
	margin:0px auto;
	position:relative;
	text-align:left;	
	
	background:url('/App_Themes/web/img/layout/page-bgr.png') no-repeat #000;
	width:990px;
	border-bottom:1px solid #000;
}

#header {
	position:relative;
    height:180px;
    
    padding:0px 30px 0px 30px;
    margin-top:30px;
    
    background:url('/App_Themes/web/img/layout/hlavicka.jpg') no-repeat 30px ;
}


#menu {
    background:url('/App_Themes/web/img/layout/menu.png') no-repeat;
	line-height:55px;
	height:55px;
	margin-top:0px;
	padding-top:0px;
	width:990px;
}

#menu a {  
	padding-left:16px;
	padding-right:15px;
	
	display:block;
	float:left;
}


.bounds {	
	/height:604px;
    height:auto !important;
    min-height:604px;
}

#left-panel {
	float:left;
	margin-right:21px;	
	margin-top:10px;
	width:210px;
	
	display:none;
}

#obsah {	
    position:relative;
    width:930px;
    /*float:left;*/
	margin-right:21px;
	padding:15px 30px 30px 30px;
}

#right-panel
{
	float:left;		
	width:210px;
	margin-top:10px;
	display:none;
}

.mutace {
    position:absolute;
    left:30px; top:140px;
    color:#fff;
    font-size:9pt;
    display:none;
}

.mutace a:link, .mutace a:visited { color:#fff; }

.search 
{
    position:absolute;
    left:330px; top:145px;    
    text-align:right;
}

.search input {
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.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 {
    position:relative;
    width:930px;
    height:55px;
    line-height:55px;
        
    margin-left:30px;
    margin-bottom:30px !important;
        
    font-size:8pt;
	color:#000;
	    
    background:url('/App_Themes/web/img/layout/paticka-bgr.png');
}


#footer a:link { color:#999999; text-decoration:underline }
#footer a:visited { color:#999999; text-decoration:underline }
#footer a:hover { color:#006699; text-decoration:underline }
#footer .active { color:#006699; }

#footer .footerinside {    
    margin-left:15px;
    width:920px;    
    color:#999999;
}

#footer .footerinside .left {
    width:50%;
    float:left;
    text-align:left;
}

#footer .footerinside .right {
    width:48%;
    float:left;
    text-align:right;
}

#footer .loginDetails { position:absolute; left:0px; top:40px; }

.framed {
    background:#fff;
    padding:5px;
    border:1px solid #ccc;
}

.siteMapPath {
    position:absolute;
    left:0px;
    top:15px;
    width:955px;
    text-align:right;
    font-style:italic;
    font-size:0.85em;
    text-transform:uppercase;
}