﻿/*	Tento dokument popisuje layout webu 
	
	Author:	Dobreweby.eu
	        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
	Created: 20.2.2008
	Modified: 20.2.2008
*/

html, body {
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	height:100%;
	background-color:#F7FBEE;
}

/* IMPORTANT !!! */
body>#main {
	height: auto;
}

h1 {
    font-size:1.6em;
}

h2 {
    font-size:1.3em;
    color:#666;
}

.cleaner { clear:both; }

#main {
	position:relative;
	margin:0px auto;
	min-height:100%;
	height:100%;	
}

#main-frame {
	position:relative;
	margin:0px auto;
	margin-top:0px;
	width:800px;
	text-align:center !important;
	background-color:#fff;
}

.header {
    position:relative;    
    width:800px;
    height:111px; 
    background-color:#fff;   
}

.header .logo {
    position:absolute;
    top:15px;
    left:30px;
}

.header .callUs {
    position:absolute;
    top:13px;
    right:30px;
}

.content {
    background:#fff;
    font-size:0.8em;
    text-align:left;    
}

.footer {
    position:relative;
    height:40px;
    background:url('/img/footer_bgr.png') repeat-x;
    color:#fff;
    font-size:0.8em;
    overflow:hidden;
}

.footer a,
.footer a:visited {
    color:#fff;
}

.footer .left {
    float:left;    
    margin:10px 30px;
}

.footer .right {
    float:right;
    margin:10px 30px;
}