@charset "utf-8";

/* Globální */

* {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

html {
	background-image: url('../graphics/header-bg.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

body {
	padding: 0;	
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 730px;
	min-height: 100%;
}

img {
	border: none;
}
img.picture
{
	border: 1px solid #e0e0e0;
	padding: 5px;
	background: #eaeaea;
	}
hr {
    clear:both;
	color: gray;
}

.hidden {
	visibility: hidden;
	padding: 0;
	margin: 0;
}
.header
{    
	height: 100%;
}
.text {
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

.form {
	width: 100%;
}

.form .left {
	width: 30%;
	text-align: right;
}

.form .right {
	text-align: left;
	width: 60%;
}

/* Hlavička */

.logo {
	width: 181px;
	height: 65px;
	padding-top: 5px;
	padding-right: 15px;
	float: left;
}

.paper {
	float: left;
	background-image: url('../graphics/header-img.png');
	background-repeat: no-repeat;
	width: 370px;
	height: 76px;
	padding-right: 20px;
}

.phone {
	float: left;
	background-image: url('../graphics/phone.png');
	background-repeat: no-repeat;
	background-position: 0px 36px;
	width: 24px;
	height: 76px;
}

.contact {
	float: right;
	text-align: right;
	padding-top: 5px;
}

.contact a {
	color: black;
	font-size: 13px;
}

.contact a:hover {
	text-decoration: none;
}

.contact h1 {
	font-size: 20px;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	font-weight: normal;
}
	
/* Menu */
	
.menu {
	width: 100%;
	padding-top: 0px;
	font-weight: bold;
}

.menu td {
	text-align: center;
	height: 28px;
}
	
.menu a {
	color: white;
	text-decoration: none;
	display: block;
	text-shadow: gray 0px -1px 0px;
}
.phone-text
{
    width: 200px;
    font-size: 20px;
    padding-top: 15px;
}
.menu a:hover {
	color: white;
	text-decoration: underline;
}

.actived {
	background-image: url('../graphics/fix.png');
	background-repeat: repeat;
}
	
/* Inormační lišta s cestou časem a datem */
	
.road {
	width: 100%;
	color: gray;
	font-size: 9px;
	padding-top: 8px;
	padding-bottom: 10px;
}
.road a {
	color: gray;
}

.road img {
	vertical-align: middle;
}
	
h1 
{
    font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-size: 25px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	clear:both;
}

.page-add {
	padding-top: 28px;
	font-size: 14px;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
	
/* Obsah výpisu hledaných položek */

.item {
	width: 100%;
	height: 104px;	
	padding-top: 20px;
}
	
.item-image {
	float: left;
	width: 141px;
	height: 104px;
}
	
.item-main {
	float: left;
	height: 104px;
	padding-left: 20px;
}

.item-name {
	width: 569px;
}

.item-name span {
	font-size: 16px;
	color: #390;
}

.item-name a {
	font-size: 16px;
	color: #900;
}
	
.item-info {
	width: 569px;
	padding-top: 10px;
}

.item-info span {
	font-size: 10px;
	color: gray;
}

.item-text {
	width: 569px;
	font-size: 12px;
	padding-top: 10px;
}

/* Copyright */

.copyright {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.copyright a {
	color: black;
}

/* P5echody na další stránky */

.next {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


.next ul { 
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: disc;
	list-style-position: outside;
}

.next li {
	list-style-type: none;
	display: inline;
	text-align: center;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	margin-right: 10px;
	color: #807e7e;
	padding: 3px;

}

.next li:hover {
	background-color: gray;
	color: #FFF;
}

.next .disabled {
	border-color: #807e7e;
	padding-left: 8px;
	padding-right: 8px;
}


.next .selected {
	background-color: gray;
	color: #FFF;
}

.next .selected a {
	color: #FFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.next li a {
	text-decoration: none;
	color: #000;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.next li a:hover {
	text-decoration: none;
	color: #FFF;
}

/* Index */

.makleri {
	width: 100%;	
}

.makleri td {
	text-align: center;
}

.makleri td p {
	text-align: justify;	
}

.makleri td a {
	color: #900;
	font-size: 14px;
}

.makleri td span {
	color: #390;
}

.makleri .inn {
	background-color: #fffcdf;
}

.makleri td {
	padding: 10px;}
	
	
h1.detail
{
    font-size: 17px;
    line-height: 25px;
}

.img-big {float: left; width: 374px; height: 285px; margin-right: 20px; text-align: center;}
.img-big img {
	border: 1px solid #e0e0e0;
	padding: 5px;
	background: #eaeaea;margin-top:7px; width: 360px; height: 270px;}
.img-more {float: left; width: 361px;  
	border: 1px solid #e0e0e0;
	padding: 5px;
	background: #eaeaea; margin-right: 20px; margin-top: 10px;margin-bottom: 10px;}
.form-detail {
	
}
