﻿@charset "utf-8";
/* CSS Document */
/** barvy **/
/*
#feebd0 - světle žlutá dole
#f8d448 - tmavě žlutá nahoře
*/
*{
	margin: 0;
	padding: 0;
}
hr.cleaner{
	clear: both;
	padding: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
}
img{
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
}
body{
	background-color: #fff;
	color: #000000;
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#page{
	background-color: #ffffff;
	color: #000000;
	width: 970px;
	height: 613px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_obalka{
	background-color: #ffffff;
	color: #000000;
	width: 970px;
	height: 162px;
}
#header{
	background-color: #ffffff;
	color: #000000;
	width: 970px;
	height: 142px;
	top:15px;
	margin-bottom:5px;
	background-image:url(../img/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#menu_obalka{
	float:left;
	background-color: #ffffff;
	color: #000000;
	width: 151px;
	height: 419px;
}
#menu{
	background-color: #ffffff;
	color: #000000;
	width: 136px;
	height: 387px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	margin-bottom:2px;
	padding-top:30px;
	padding-left:15px;
}

#menu a {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	background-image:url(../img/vrtule.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:35px;
	padding-top:2px;
	height:30px;
	display:block;
	margin-bottom:10px;
}
#menu a:link {
	color: #3333FF;
	text-decoration:none;
}
#menu a:visited {
	color: #3333FF;
	text-decoration:none;
}
#menu a:hover{
	color: #CC3300;
	text-decoration:none;
	background-image:url(../img/vrtule_rot.gif);
	background-repeat: no-repeat;
}

#menu a.sel {
	color: #CC3300;
	font-weight: bold;
	text-decoration:none;
	background-image:url(../img/vrtule_rot.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu a.sel:link {
	color: #CC3300;
}
#menu a.sel:visited {
	color: #CC3300;
}
#menu a.sel:hover {
	color: #CC3300;
}

#a1{
}
#a2{
}
#a3{
}
#a4{
}
#a5{
}
#a6{
}
#a7{
}
#a8{
}

#hip_obalka{
	float:left;
	background-color: #ffffff;
	color: #000000;
	width: 819px;
	height: 419px;
}
#hip{
	overflow: auto;
	background-color: #ffffff;
	color: #000000;
	width: 789px;
	height: 387px;
	padding:15px;
}
img.vpravo{
	float:right;
	margin-left:15px;
}

#footer_obalka{
	background-color: #ffffff;
	color: #000000;
	width: 970px;
	height: 25px;
	clear:both;
}
#footer{
	background-color: #ffffff;
	color: #3333FF;
	width: 970px;
	height: 25px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	padding-top:4px;
}

#footer p{
	margin-left:40px;
	font-weight:bold;
}

.roztazenej{
	text-align:justify;
}


div.uspech{
	clear:both;
	margin-bottom:25px;
}
div.uspech h4{
	padding-top:50px;
	margin-bottom:20px;
}
p.legenda{
	font-style:italic;
	margin-top:20px;
}
iv.letadlo{
	clear:both;
	margin-bottom:20px;
}
div.letadlo h4{
	font-size:16px;
	margin-bottom:10px;
}
table.t_popis{
	border-top:solid;
	border-top-width:2px;
	border-top-color:#000000;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#000000;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#000000;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}
table.t_popis th{
	text-align:left;
	font-weight:normal;
	width: 180px;
	padding: 3px;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#000000;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}
table.t_popis td{
	text-align:center;
	font-weight:normal;
	width: 180px;
	padding: 3px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}