@charset "utf-8";
/* CSS Document */
body {
	background-image:url("../layout/solidbg.gif");
	background-repeat:repeat;
	margin:0;
	padding:0;
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color:#663300;
}
p {
    text-indent: 5ex;
}

h1 {
	font-size:22px;
	font-weight:bold;
	color:#663300;
}
h2 {
	font-size:19px;
	font-weight:bold;
	color:#663300;
}
h3 {
	color:#663300;
    font-size:17px;
    font-weight:bold;
}
h4 {
	font-size:16px;
	font-weight:normal;
}
#back-top {
	background-image:url("../layout/bg.gif");
	background-repeat:repeat-x;
	min-height:630px;
	_height:630px;
}
#page {
	margin:0 auto;
	width:1000px;
}
#header {
	background-image:url("../layout/header.jpg");
	height:212px;
	width:1000px;
}
#menubar {
	width:1000px;
}
#infobox {
	width:932px;
	text-align:left;
	margin:0 auto;
}
#infobox .top {
	width:932px;
	height:22px;
	background-image:url("../layout/boxtop.gif");
}
#infobox .main {
	width:872px;
	background-color:#ffff99;
	padding-left:30px;
	padding-right:30px;
	
}
#infobox .left {
	float:left;
	width:60%;
	padding-left:10px;
}
#infobox .right {
	float:left;
	width:35%;
	padding-left:15px;
}
#infobox .bottom {
	width:932px;
	height:23px;
	background-image:url("../layout/boxbottom.gif");
}
.reset {
	clear:both;
}
ul, li {
	margin: 0;
}
.cl {
	clear: both;
}
#menu
{
	height:45px;
}
ul.menu {
	height:45px;
	font-size: 18px;
	padding-left:100px;
}
ul.menu li {
	list-style-type: none;
}

ul.menu li.item {
	float: left;
	width: 137px;
	height: 45px;
	margin-right:5px;
}
ul.menu li.item a {
	display: block;
	width: 137px;
	height: 45px;
	line-height: 45px; /* svisle centrovani */
	text-align: center; /* vodorovne centrovani */
	background-image:url('../layout/button.gif');
	color:#ffffcc;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

ul.menu li.flag {
	float: left;
	width: 42px;
	height: 28px;
	margin-right:5px;
}
ul.menu li.flag a {
	display: block;
	margin-top:17px;
    width: 42px;
	height: 28px;
	line-height: 15px; /* svisle centrovani */
	text-align: center; /* vodorovne centrovani */
	color:#ffffcc;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}


ul.menu li.item a:hover {
	background-image:url('../layout/buttonactive.gif');
	color: #663300;
}

#content
{
    width:900px;
    padding-left:40px;
    padding-right:40px;
    color:#ffffcc;
}

#copyright, #copyright a, #copyright a:hover{
    text-decoration:none;
    color:#663300;
    text-align:center;
    font-size:85%;
}

#map_canvas
{
    width:400px;
    height:300px;
    overflow: hidden;
}

.space
{
    margin-left:40px;
}

#photoshow {margin-left:30px;}
.photobox
{
    width:400px;
    height:350px;
}
.photo
{
    width:400px;
    height:300px;
}
.photoname
{
    width:400px;
    height:50px;
    background-color: #663300;
    color:#ffff99;
    background-image:url('../layout/photoback.gif');
}

.photoname span
{
    margin:10px;
}

.hide
{
    display:none;
}

.small {font-size:90%;}
.big {font-size:105%;}
.notb {font-weight: normal;}

input[type=text], textarea, input[type=submit], select
{
    border:1px solid #ffcc33;
    color:#663300;
    background-color:#ffff99;
    padding:5px;
}

.vylet-modry
{
    width:400px;
    margin-left:30px;
    background-color:#50a5de;
    color:#fff;
}

.vylet-zeleny
{
    width:400px;
    margin-left:30px;
    background-color:#86ca37;
    color:#fff;
}

.vylet-oranzovy
{
    width:400px;
    margin-left:30px;
    background-color:#663300;
    color:#ffff99;
}

