body {
	text-align: center;
  WIDTH: 100%; 
	background-image: url(../img/fire5.gif);
}

#alldoc {
	border: solid 2px navy;
	text-align:left;
	background-color: white;
  margin-left: auto;
  margin-right: auto;
	width: 970px;
}

#main {
	padding: 20px;
	background-color: white;
	margin-bottom:20px;
}

.leftimg {
	float: left;
	margin-right: 20px;
}

.rightimg {
	float: right;
	margin-left: 20px;
}

h1 {
	text-align: center;
}

a {
}

a:link {

}

a:visited {
}

a:hover {
}

A:active { /*  je kliknuto, nebo je tabulator*/
	
}

tr {
}

td {
	vertical-align: top;
}

td A {
}

td a:hover {
}

th {
}

textarea {
	margin: 5px;
}

.restable {
	border-style: hidden;
}
.restable img {
	border: 0px;
}
.restable th {
	background-color: #EEDDDD;
	padding-left: 5px;
	padding-right: 5px;
}

.restable td {
	background-color: #DDDDEE;
	padding-left: 5px;
	padding-right: 5px;
}

.restable th a {
	text-decoration: none;
	color: navy;
}

.restable th a:hover {
	text-decoration: none;
	color: red;
}

.restable td a {
	color: blue;
}

.restable td a:hover {
	color: red;
}

.error {
  color: red;
}

/* menu na hlavni strance */
#menu {
	background-color: #DDDDDD;
/*	text-align: center;*/
	padding-top: 5px;
	padding-bottom: 5px;
	height: 48px; 
	border-bottom: solid navy 3px;
}

#menu a {
	color: navy;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #DDDDDD;
	font-size : 1em;
	font-weight: bold;	
}

#menu a:hover{
	color: blue;
	background-color: #CCCCCC;
}

#menu img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.right {
  float: right;
 background-color: blue;
}

.left {
  float: left;
}



.firstpage {
	text-align: center;
}

.firstpage	h1 {
	font-weight: bolder;
	font-size: 4em;
	margin-top: 0px;
}

#lmenu {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 120px;
	background-color: #DEDFDE;
	float: left;
/*	border: 2px solid;*/
	border-right: solid navy 3px;
	border-bottom: solid navy 3px;
}

#lmenu a {
	width: 80px;
	DISPLAY: block; 
	color: navy;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 3px;
}

#lmenu a:hover{
	color: blue;
	background-color: #CCCCCC;
}

#rmain {
	padding: 20px;
	margin-left: 130px;
	background-color: white;
	margin-bottom:20px;
}

#vylety th {
	font-size: 200%;
}

#vylety img {
	border-width: 0;
}

#vylety tr {
	padding-bottom: 320px; 
}

.print {
	display: none;
}

.peekaboo {
	position: relative;
}

#create {
	float: right;
}

#create a {
	text-decoration: none;
	color: black;
	font-style : italic;
	font-weight : bold;
} 

@media print {

	#selbehy, #restrict, .noprint, #legend, #menu {
		display: none;		
	}
	
	.print {
	display: block;
}
	
#alldoc {
	border: none;
	width: 130%;
}

#main {
	padding: 0px;
	margin: 0px;
	width: 100%;
	line-height : 1.2;	
}
	
h1 {
	text-align: left;
	font-size : 130%;
	margin: 0px;
}

	a {
		color: black;
		text-decoration: none;
	}
}
