﻿/*	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
 */
 
@import "MenuStyle.css";
  
html, body {
	margin:0px auto;
	padding:0px;
	text-align:center;
	background:url(../img/Layout/page_background.png) repeat-x;
	height: 100%;
}


a:hover {
    color:#ff6600;
}


/* 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:1000px;
	text-align:center !important;
}

#header {
    position:relative;
    width:1033px;
    height:336px;
}

#header-background {
    position:absolute;
    width:1033px;
    height:336px;
    left:-17px;
    background:url(../img/Layout/hlavicka.jpg) no-repeat;
}

#navigation1 {
    position:relative;
}


#navigation1 #links {
    position:relative;   
    height:40px;
    padding-top:25px;
}


#stripe {
    background-color:#F7F7F7;
    height:20px;
    overflow:hidden;
    line-height:20px;
}


#stripe .active {
    color:#333333;
    background-image:none;
}

.loginNaos {
    float:right;
    margin-right:20px;
    font-size:8pt;
}

.loginNaos a, .loginNaos a:visited {
    color:#999999;
}


.content {
    background-color:#fff;
    text-align:left;
    padding:20px;
}

.left {
    font-size:0.8em;
    width:690px;
    margin-right:10px;
    padding-right:15px;
    float:left;
    color:#333333;
}

.right {
    float:left; 
    width:245px;
    margin-top:15px;
    font-size:0.8em;
}

#footer {
    background:#fff url(../img/Layout/paticka.jpg) no-repeat;
    
    padding:20px;
    padding-bottom:30px;
        
    font-family:Verdana;
    font-weight:bold;
    font-size:0.6em;
    text-align:left;
}

.footerLeft {
    float:left;
}

.footerRight {
    float:right;
}

.search {
    position:absolute;
    top:278px;
    left:277px;
}

.search .inputField {
    border:1px solid #999999;
    height:19px;
    padding-top:4px;
    padding-left:4px;
}

.search .button {
    border:none;
    background:none;
    color:#fff;
    font-family:Verdana;
    cursor:hand;
    cursor:pointer;
    
    width:96px;
    /padding-bottom:4px;
}
