/*@charset "utf-8";*/
/**
 * @version		$Id:
 * @package		Prozeny.cz
 * @subpackage	CSS
 * @copyright	Copyright (C) 2008 ARTIO s.r.o.. All rights reserved.
 * @author 		ARTIO s.r.o., http://www.artio.net
 */
 
body,p,ul,ol,div,a,img,h1,h2,h3,h4,h5,h6,hr,form,table,tr,td {
	margin: 0;
	padding: 0;
	border: none;
}

body,p,ul,ol,div,form,table,tr,td { line-height: 1.5em; }

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2em;
	margin-bottom: 0.2em;
	color: #E94800;
}

body {
	background: #eacf98;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-size: 75%;
	color: #333333;
}

p {	margin-bottom: 1.5em; }

a {
	color: #E94800;
	text-decoration: underline;
	outline: none;
	outline-style: none;
}
a:hover { text-decoration: none; }

.float-left {
	float: left;
}
 
/* hlavicka */
 
.header {
	width: 958px;
	height: 156px;
	background: url('../images/header_bg.gif') no-repeat #fff;
	background-position: bottom;
	position: absolute;
	top: 0px;
	left: 0px;
}

.header-logo {
	position: absolute;
	top: 20px;
	left: 18px;
	z-index: 100;
}

.menu-top {
	position: absolute;
	top: 93px;
	left: -1px;
	height: 28px;
}

.menu-top ul {
	list-style: none;
}

.menu-top li {
	float: left;
	padding-right: 3px;
}

.header-info {
	position: absolute;
	top: 132px;
}

.header-info div {
	line-height: 1.2em;
}

.header-info p {
	margin-left: 1.0em;
}

.header-info ul {
	list-style: none;
	float: left;
	line-height: 1.2em;
}

.header-info li {
	float: left;
	padding: 0 8px;
	border-right: 1px solid #F84F0E;
	color: #F84F0E;
}

.header-info li.item616,/*.header-info li.item461,*/.header-info li.item381,.header-info li.item463,.header-info li.item149,.header-info li.item142 {
	border-right: none;
}
 
/*.header-info li.item616 {
	background: transparent url(../images/srdce.png) no-repeat;
	padding-left: 22px;
}*/

.header-info li.item161 a {
	padding-left: 12px;
}

.header-info li.active a {
	color: #F84F0E;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../images/top_menu_active.gif) no-repeat
		scroll left 5px;
	padding-left: 12px;
}

.header-info li.no-border {
	border-right: none;
}

.header-info a {
	color: #30353A;
	white-space: nowrap;
}

.header-login {
	float: right;
	font-size: 1em;
	position: absolute;
	right: 30px;
	top: 18px;
}

.header-login a {
	color: #E74700;
	border-left: 1px solid #D8D8D8;
	padding-left: 7px;
	margin-left: 3px;
	font-weight: bold;
}

.header-login a.logout {
	border-left: 1px solid #D8D8D8;
	margin-left: 4px;
	padding-right: 2px;
}

.header-login a.login {
	border-left: medium none;
	border-right: 1px solid #D8D8D8;
	margin-right: 3px;
	padding-right: 7px;
}

.header-login a.masterweb {
	border-left: 1px solid #D8D8D8;
	padding-right: 2px;
}

.header-login a.register {
	border-left: medium none;
	margin-left: 0px;
	padding-right: 2px;
}

.header-login a.profil {
	border-left: none;
	padding-right: 5px;
}

.header-login a.rightborder {
	border-right: 1px solid #D8D8D8;
	padding-right: 7px;
	margin-right: 3px;
}

.header-search {
	float: right;
	position: absolute;
	right: 30px;
	top: 54px;
	padding-top: 3px;
}

.header-search label {
	padding-right: 5px;
}

.header-search .input-text {
	float: left;
	margin-left: 10px;
	border: 1px solid #D3CFC4;
	width: 180px;
	height: 15px;
}

.header-search .btn-search {
	float: left;
	margin-left: 10px;
	margin-top: -3px;
	border: none;
	background: none;
}

/* globalni form styly */
 
input, textarea, select {
	border: 1px solid #d9be77; 
	padding: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url('../images/input_bg.png') no-repeat scroll top left;
}

.input-text,.input-button,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* top menu */
div.menu-top ul.menu li {
	width: 100px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	margin-right: 2px;
	text-align: center;
	background: url(../images/menu-bg-pas.gif);
}
div.menu-top ul.menu li.active {
	background: url(../images/menu-bg-act.gif);
	border-bottom: 1px solid #f7f1d5;
}
div.menu-top ul.menu li a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	display: block;
	margin-top: 4px;
}
div.menu-top ul.menu li.active a { color: black; }

/* paticka */
.footer {
	border-top: 1px solid #EDDDAA;
	color: #838383;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	background: #fff;
	clear: both;
}

.footer-menu {
	border-bottom: 1px solid #fff;
	padding: 7px 0;
	font-size: 0.9em;
	text-align: left;
}
 
.shadow-line {
	height: 9px;
	width: 100%;
	z-index: 10;
	background: url('../images/paticka-gradient.png') repeat-x top left;
}

.footer-menu ul {
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

.footer-menu li {
	border-left: 1px solid #FAC175;
	display: inline;
	padding: 0 15px;
}

li.item1,li.item143 {
	border-left: none;
}

.footer-menu li.active {
	font-weight: bold;
}

.footer-menu li.no-border {
	border-left: none;
}

.copyright {
	font-size: 0.9em;
	padding-top: 15px;
	padding-bottom: 35px;
	margin-bottom: 1em;
}

div.copyright a,div.copyright a:hover {
	font-size: 1em;
}

.copyright a.nodec {
	cursor: default;
	text-decoration: none;
}

.footer a {
	color: #838383;
	text-decoration: underline;
	white-space: nowrap;
}

.footer a:hover {
	text-decoration: none;
}

/* skryvani dat pro telesne postizene */
.hidden,.artio,.blind,.skryty-nadpis
	{
	height: 1px;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 1px;
}
