﻿/*	Tento dokument popisuje layout webu 
	
	Author:	Dobreweby.com Tomáš Půža
		http://www.dobre-weby.cz
	Copyright:	
		Tento dokument je chranen podle Autorskeho zakona 121/2000 Sb.
		This document is protected by Author law 121/2000 Sb. Czech Republic
 */
  
  
html, body {
	margin:0px auto;
	padding:0px;
	text-align:center;
}

fieldset {
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:15px;
}

a:hover {
    color:#ff6600;
}


.cleaner { 
    clear:both; 
    float:none !important;
    width:0px !important;
    height:0px !important;
}


#main {
	position:relative;    
	margin:0 auto;
}

#main-frame {
	position:relative;
	margin:0px auto;
	margin-top:0px;
	text-align:left;
	border:none;
	width:990px;
	text-align:center !important;
}

#header {
    display:none;
    position:relative;
    width:990px;
    height:181px;
}

#navigation1 {
}

#navigation1 #links {
    position:relative;  
}

.SiteMapPath {
    position:absolute;
    
    top:40px;
    left:0px;
    padding-right:30px;    
    width:605px;
    
    text-align:right;
    font-size:0.9em;
    font-style:italic;
}

.content {
    position:relative;
    
    text-align:left;
           
    font-size:0.9em;    
    margin-top:3px;     
}

.spacer {  }

.content-header {
    position:absolute;
    
    top:0px;
    left:0px;
    z-index:0;
}

.left {
    position:relative;
    background:url('/app_themes/web/img/layout/left-panel.png') repeat-y;
    float:left;    
    width:173px;
    padding-bottom:30px;
    min-height:600px;
}

.left a, .left a:visited { color:#fff; }

.center {
    position:relative;
    float:left;    
    width:595px;
    
    padding-left:7px;
    padding-right:15px;
    padding-top:3px;    
    
    z-index:1;
}

.right {
    color:#fff;
    position:relative;
    float:left; 
    width:180px;
    padding:20px 8px;    
    background:#6487D8;   
    min-height:590px;
}

.right a, .right a:visited { color:#fff; }

.header-left {
    position:relative;
    background:url('/app_themes/web/img/layout/logo.jpg') no-repeat;
    width:173px;
    height:180px;
    margin:15px 0px;    
}

.header-right {    
    margin-top:-5px;    
    padding-left:12px;
}

.search {
    text-align:center;
    margin-top:15px;
}


#footer {
    font-size:0.9em;
    margin:0px auto;
    margin-top:15px;
    padding-top:15px;
    width:990px;
    border-top:2px solid #6487D8;
    position:relative;    
}

.footer-inside {
	position:relative;
	margin:0px auto;
    text-align:center;
	
    font-weight:bold;
    font-size:0.85em;
}

.footer-inside a, .footer-inside a:vistited {
}


.loginInput {
    width:140px;
}

