@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	min-height:800px;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#213572;
	background-image:url(body.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color: #003366;
}
input, textarea, select, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
form {
	margin:0px;
	padding:0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:justify;
}
p a{
	font-weight:bold;
	color:#003366;
}
p a:hover {
	text-decoration:underline;
}
p.indent {
	padding: 0px;
	margin-top: 0px;
	margin-left:20px;
	margin-bottom: 10px;
}
#container {
	min-height:100%;
	width:840px;
	position:relative;
	left:50%;
	margin-left:-420px;
}
* html #container{
	height:100%;
}

#footer {
	width:100%;
	height:614px;
	margin-top:-614px;
	background-image:url(footer.jpg);
	background-position:center;
	background-repeat:repeat-x;
}
#header {
	width:840px;
	height:193px;
	background-position:center top;
}
#jezik {
	position:absolute;
	margin-left:610px;
	margin-top:-50px;
	width:200px;
	text-align:right;
}
#jezik a{
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}
#jezik  a:hover {
 	text-decoration:underline;
}
#spacer {
	position:relative;
	float:left;
	height:534px;
}
#content {
	margin-left:20px;
	padding-bottom:100px;
}
#txt {
	width:578px;
	margin-left:206px;
	margin-top:-50px;
	margin-bottom:80px;
}
#title{
	margin-top:20px;
	margin-bottom:16px;
}
#text_menu {
	position:relative;
	height:136px;
	margin-top:-136px;
	line-height:18px;
	text-align:center;
	width:100%;
}
#design_by {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:85px;
	margin-top:-85px;
	line-height:18px;
	text-align:right;
}
#design_by a {
	text-decoration:none;
	color: #003366;
}
#design_by a:hover {
	text-decoration:none;
	color: #FFFFFF;
}
#text_menu a
{
	text-decoration:none;
	color: #003366;
}
#text_menu a:hover
{
	text-decoration:underline;
}
h1 {
	font-size:14px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color:#95B1D6;
	padding-left: 5px;
}
h2 {
	font-size:12px;
	font-style:italic;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color:#a4bddc;
	padding-left: 5px;
}
h3 {
	font-size:12px;
	font-style:bold;
	text-align:center;
}
h3 a{
	font-weight:bold;
	color:#003366;
}
h3 a:hover {
	text-decoration:underline;
}

.separator {
	position:relative;
	border-top:1px solid #003366;
	border-bottom:1px solid #DCE1F2;
	margin-bottom:10px;
	width: 780px;
	left:50%;
	margin-left:-390px;
}
.hr {
	border-top:1px solid #003366;
	border-bottom:1px solid #DCE1F2;
	margin-bottom:10px;
	margin-top:20px;
	margin-right:2px;
}
#menu {
	width:191px;
	position:relative;
	float:left;
	margin-top:1px;
}
.menu_div { width: 191px; height: 30px; }

.formTextfield {
	width:360px;
	border:1px solid #000033;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:2px;
	margin-right:2px;
	padding:2px;
}
.formTextarea {
	width:360px;
	height:100px;
	border:1px solid #000033;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:2px;
	margin-right:2px;
	padding:2px;
}
.formSubmit {
	width:100px;
	border:1px solid #000033;
	background-color:#FFFFFF;	
	margin-top:0px;
	margin-bottom:4px;
	margin-left:2px;
	margin-right:2px;
	padding:2px;
}
.formTextfield2 {
	width:300px;
	border:1px solid #000033;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:2px;
	margin-right:2px;
	padding:2px;
}
.formSelect {
	width:300px;
	border:1px solid #000033;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:2px;
	margin-right:2px;
	padding:2px;
}

.aircraftGuideTable {
	padding-left:3px;
	background:#E3EBF7;
	border-right:1px solid #5E80AE;
	border-bottom:1px solid #5E80AE;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	line-height:18px;
}

.aircraftGuideTd {
	padding-left:3px;
	background:#E3EBF7;
	border-right:1px solid #5E80AE;
	border-bottom:1px solid #5E80AE;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	line-height:18px;
}
.aircraftGuideTr {
	height:26px;
	line-height:26px;
	vertical-align:middle;
}
.aircraftGuideTrQuote {
	height:78px;
	line-height:26px;
}
.aircraftGuideImage {
	border-right:1px solid #5E80AE;
	border-bottom:1px solid #5E80AE;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
.imageWithBorder {
	margin-left:20px;
	border:4px solid #95B1D6;
	float:right;
}
tr a{
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}
tr a:hover {
	text-decoration:underline;
}
.imageEmail {
	margin-bottom:-2px;
	border: 0px;
}
