﻿/*	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;
	height: 100%;
	/*background:#275081;*/
}

body {    
	background:#fff url('/App_Themes/web/img/layout/color_bgr.jpg') no-repeat top
}

a:hover {
    color:#ff6600;
}


.cleaner { 
    clear: both; 
    float:none !important;
    width:0px !important;
    height:0px !important;
}

.alternating {
    background-color:#F1F4F7;
}

/* IMPORTANT !!! */
body>#main {
	height: auto;
}

#main {
	position:relative;
	margin:0 auto;
	
	min-height:100%;
	/*height:100%;	*/
	
	padding-bottom:15px;
}

#main-frame {
	position:relative;
	margin:0px auto;
	margin-top:15px;
	text-align:left;
	border:1px solid #666;
	width:890px;
	text-align:center !important;
	
	background:#fff;	
	border:3px solid #183252;
}

#header {
    position:relative;
    width:890px;
    height:135px;
    margin-top:30px;
    background:url(/App_Themes/web/img/layout/header.png) no-repeat bottom;
}

#header .logo {
    display:block;
    position:absolute;
    top:0px;
    left:32px;
    /left:33px;
        
    width:440px;
    height:101px;
    
    background:url(/App_Themes/web/img/layout/logo.png) no-repeat;
}

#header .themeText { position:absolute; top:170px; left:545px; }

.content {
    position:relative;
    text-align:left;
    
    margin-left:32px;
    /margin-left:0px;
    
    width:823px;
}


.left {
    font-size:0.8em;
    width:491px;   
    
    margin-right:15px;
    
    float:left;
    color:#333333;
}

.right {
    margin-top:50px;
    float:left; 
    width:317px;
}

.right .panel_content {
    padding-left:20px;
    font-size:0.8em;
    margin-bottom:25px;
}

#footer 
{
    height:45px;
    width:825px;
    background:url('/App_Themes/web/img/layout/footer.png') no-repeat;
    padding:15px 0px 0px 10px;
    margin-bottom:15px;
    margin-top:15px;
    margin-left:32px;
    /margin-left:7px;
    
    font-family:Tahoma;
    color:#fff;
    font-weight:normal;
    font-size:0.8em;
    text-align:left;
    
}

#footer a,
#footer a:visited 
{
    color:#fff;
}

.footerLeft {
    float:left;
}

.footerRight {
    float:right;
    margin-right:25px;
}

#footer .languages { display: none; }



.rightPanel {

}

.sideProfil {
    font-size:0.8em;
    border:3px solid #B12121;
    padding:10px 10px 10px 15px;
    margin-bottom:15px;
}