﻿/***LAYOUT***/
html, body {
    /*height: 100%;
    min-height: 100%;*/
}

body {
    padding: 0 10px;
}

#hlavicka {
	width: 100%;
	height: 66px;
	background-color: #ffffff;
	position: relative;
	z-index: 3;
	background-image: url('../images/hback.png');
	min-width: 990px;
}

#filtr_hlavicka {
	width: 100%;
	height: 33px;
	background-color: #ffffff;
	position: relative;
	z-index: 3;
	background-image: url('../images/logobg.png');
    border-bottom: 2px solid #99C114;
    background-position:114px center;
}

#wrap {
	width: 100%;
}
#left {
	position: absolute;
	width: 200px;
	margin-right: 400px;
	margin-top: -66px;
	min-height: 100%;
	left: 0px;
	top: 66px;
	text-align: left;
	background-color: #f0f0f0;
	z-index: 2;
}
#left_text {
	margin-top: 66px;
	padding-bottom: 18px;
}
#content {
	border-left: solid 200px #f0f0f0;
	max-width: 100%;
	min-width: 790px;
	padding: 5px;
	padding-bottom: 18px;
}
/***HLAVICKA***/
#logo {
	float: left;
	display: block;
	line-height: 0px;
	width: 400px;
	height: 40px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 0px 0px;
}

#filtr_logo {
	float: left;
	display: block;
	line-height: 0px;
	width: 58px;
	height: 20px;
	background-image: url("../images/filtr-logo.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 0px 0px;
}

#logo a {
		display: block;
		width: 400px;
		height: 55px;
		line-height: 0px;
		margin: 0px 0px 0px 0px;
		padding: 7px 10px 0px 0px;
	}

#logo span {
		display: none;
		line-height: 0px;
	}
	
#login {
	float: right;
	width: 118px;
	height: 56px;
	background-image: url("../images/login.png");
	background-repeat: no-repeat;
	margin: 5px 0px 5px 10px;
	padding: 10px 10px 10px 10px;
	font-size: 0.8em;
	position: relative;
	z-index: 2;
	color: #000;
}

/*** Třídy ke skrývání menu ***/

.hidden {
	visibility: hidden;
}
.unhidden {
	visibility: visible;
}

#app-aux.displaynon
{
    display: none;
}


.app-page-r #app-data.bordernon 
{
    border-left-width: 0px;
    padding-left: 0em;
    
}

#hideMenu {
	position: absolute;
	cursor: pointer;
	z-index: 100;
	display:block;
	width: 10px;
	height: 7px;
}

.page-full .hideMenuExp.wide-menu {
	left: 200px;
}

.page-full .hideMenuExp.hidden-menu, .hideMenuExp.hidden-menu {
	left: 0px;
    background-image: url(../images/arrow_right_double.gif);
}

.hideMenuExp 
{
    left: 225px;
    top: 220px;
	background-image: url("../images/arrow_left_double.gif");
	background-repeat:no-repeat;
	
}

.page-full .hideMenuExp
{
    left: 125px;
    top: 210px;
	background-image: url("../images/arrow_left_double.gif");
	background-repeat:no-repeat;
	
}

.hideMenuCol 
{
    left: 5px;
    top: 220px;
	background-image: url("../images/arrow_right_double.gif");
	background-repeat:no-repeat;
}

.page-full .hideMenuCol {
	left: -15px;
    top: 210px;
	background-image: url("../images/arrow_right_double.gif");
	background-repeat:no-repeat;
}

