﻿/*	Tento dokument popisuje layout webu 
	
	Author:	Dobreweby.com Tomáš Půža
		http://www.dobreweby.eu
	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;
	background:url(../images/page_bgr.png) repeat-y center;
	height: 100%;
}


/* IMPORTANT !!! */
body>#main {
	height: auto;
}

#main {
	position:relative;
	margin:0 auto;
	min-height:100%;
	height:100%;	
}

#main-frame {
	position:relative;
	margin:0px auto;
	margin-top:0px;
	text-align:left;
	border:none;
	width:900px;
	text-align:center !important;
}

#header {
    position:relative;
    width:900px;
    height:209px;
    background:#c1c264 url(../images/hlavicka.jpg) no-repeat;
}

#navigation1 {
    background-color:#fff;
}

#navigation1 #links {
    position:relative;   
    height:27px;
}

.content {
    background-color:#fff;
    text-align:left;
    padding:20px;
    
    font-family:Verdana;    
}

.left {
    font-size:0.8em;
    width:629px;
    float:left;
    color:#333333;
    text-align:justify;
    
    margin-right:20px;
}

.right {
    float:left; 
    width:211px;
    margin:0px;
}

.sidePanel {
    margin-bottom:15px;
}

.sidePanel ul {
    margin-top:5px; /*Moz*/
    padding-left:10px; /*Moz*/
    margin-left:10px; /*IE*/
    
    color:#fff;
    font-size:9pt;
}

.sidePanel li { list-style-type:square; }

.sidePanel a,
.sidePanel a:visited { color: #fff; }
.sidePanel a:hover { color: #000; }

.sidePanelHeader {
    position:relative;
    background:url('../images/panel_header_bgr.png') repeat-x;
    height:35px;
    line-height:35px;
    overflow:hidden;
    margin-bottom:10px;
    
    border-top:1px solid #BA9E81;
    border-left:1px solid #BA9E81;
    border-bottom:1px solid #84694C;
    border-right:1px solid #84694C;
}

.sidePanelHeader h2 {
    font-size:0.8em;
    margin-top:5px;
    color:#fff;
}

.sidePanelHeader img { position:absolute; top:5px; left:0px; }

.insidePanel {
    background:#BB9F84 url('../images/panel_bottom.png') no-repeat bottom;
    
    padding:10px;
    
    height:65px;
    height:auto !important;
    min-height:65px;
    
    border-top:1px solid #BA9E81;
    border-left:1px solid #BA9E81;
    border-bottom:1px solid #84694C;
    border-right:1px solid #84694C;
}

#footer {
    height:31px;
    margin-top:0px;
    
    background:#C1C264;
            
    font-family:Verdana;
    font-size:0.7em;
    text-align:left;
    
    color:#fff;
}

#footer .footerLeft {
    float:left;
    background:url('../images/footer_left.png') no-repeat top left;   
    height:31px;   
    line-height:31px;
    padding:2px 0px 0px 10px;
}

#footer .footerRight {
    float:right;
    background:url('../images/footer_right.png') no-repeat top right;    
    height:31px;
    line-height:31px;
    padding:2px 10px 0px 0px;
}

#footer a, #footer a:visited { color:#fff; }
#footer a:hover { color:#000; }
