﻿/*	Tento dokument popisuje layout webu 
	
	Author:	Dobreweby.com Tomáš Půža
		http://www.dobreweby.com
	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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}


.cleaner { clear:both; }

#main {
	position:relative;
	margin:0 auto;
	min-height:100%;
	height:100%;
	z-index:0;	
}

#main-frame {
	position:relative;
	margin:0px auto;
	margin-top:0px;
	text-align:left;
	border:1px solid #ccc;
	border-top:none;
	width:960px;
	text-align:center !important;
}

.header {
    position:relative;
    height:150px;
}

.header .mapka {
    position:absolute;
    top:39px;
    left:370px;
}

.logedUserInfo {
    position:absolute;
    top:5px;
    width:950px;
    text-align:right;
    padding-right:10px;
    
    font-size:0.7em;
    z-index:2;
}

.menuLevel1 {
    position:relative;
    height:31px;
    line-height:31px;
    background:url('../img/menu-level1-bgr.png') repeat-x;
    border-bottom:4px solid #C6C7C6;
}

.menuLevel1 .logo {
    position:absolute;
    bottom:0px;
    left:50px;
}

.content {    
    text-align:left;
    font-size:0.8em;
}

.leftContainer {
    position:relative;
    float:left;
    width:250px;
    padding:5px 20px 20px 20px;
    margin:15px 0px 15px 0px;
}

.rightContainer {
    position:relative;
    padding:1px 15px 15px 15px;
    margin:15px 20px 15px 300px;
    border-left:1px solid #ccc;
    
    min-height:250px;
	height:auto !important;
  	height:250px;
}


.footer {
    border-top:1px solid #ccc;
    padding:10px 0px 10px 0px;
    margin:0px 15px 0px 15px;
    font-size:0.7em;
    text-align:center;
}

