html, body {
  text-align: center;
  font-family: Calibri, Arial;
  background: #19262d;
  color: #ffffff;
  font-size: 12px;
}

a {
  color: #339900;
  font-weight: bold;
  text-decoration: undeline;
}

a:HOVER {
  text-decoration: none;
}

b, strong {
  color: #339900;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
  
}

h3 {
  font-size: 16px;
  color: #339900;
}

h4 {
  font-size: 14px;
}

ul {
  line-height: 20px;
}

table {
  font-size: 12px;
}

hr {
  border: none;
  height: 1px;
  border-top: 1px dashed #333333;
}

fieldset {
  border: none;
  border: 1px solid #333333;
}

label {
  display: block;
  width: 150px;
}

.cleaner {
  clear: both;
}

.tableborder {
  border-collapse: collapse;
  
}

.input200 {
  width: 200px;
  border: 1px solid #333333;
}

.textarea200 {
  width: 200px;
  height: 100px;
}

div.width30 {
  float: left;
  width: 30px;
}

img.odsazeni {
  margin: 10px;
}

.redBox {
  border: 1px solid #FF0000;
  background: #FFCCCC;
  color: #FF0000;
  padding: 10px;
  font-weight: bold;
}

.greenBox {
  border: 1px solid #006600;
  background-color: rgb(204,255,204);
  color: #006600;
  padding: 10px;
  font-weight: bold;
}

.hidden {
  display: none;
  visibility: hidden;
}

#headingTypeA h1 {
  text-transform: uppercase;
  color: #19262d;
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-top: -25px;
  margin-bottom: 10px;
}

#contentHolder {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 0;
  width: 979px;
}

#bgFrame {
  color: #FFFFFF;
}

#logo {
  width: 238px;
  height: 101px;
  margin-left: 20px;
  background: transparent url(../images/logo.png) no-repeat;
}

#logo a {       
  width: 238px;
  height: 101px;
  display: block;
}

#logo h1 {
  visibility: hidden;
}

#flags {
  position: absolute;
  top: 5px;
  margin-left: 780px;
}

#car {
  position: absolute;
  top: 35px;
  margin-left: 565px;
  width: 430px;
  height: 195px;
  background: transparent url(../images/car.png) no-repeat;
}

#bgTop {
  width: 979px;
  height: 16px;
  margin-top: 20px;
  background: transparent url(../images/bgTop.png) no-repeat;
}

#bgBottom {
  width: 979px;
  height: 16px;
  background: transparent url(../images/bgBottom.png) no-repeat;
}

#contentTextHolder {
  background: #131313;
  padding: 20px;
}

#author {
  margin-top: 10px;
  margin-right: 20px;
  text-align: right;
}

#leftColumn {
  float: left;
  width: 190px;
}

#rightColumn {
  float: right;
  width: 225px;
  margin-top: 70px;
}

#middleColumn {
  margin-left: 200px;
  width: 484px;
}

#bubbleRight {
  width: 189px;
  height: 105px;
  font-size: 12px;
  background: transparent url(../images/bubble_right.png) no-repeat;
  padding: 10px;
  padding-top: 35px;
}

#menu ul {
  position: absolute;
  top: 170px;
  margin-left: -60px;
  /margin-left: -20px;
  line-height: 35px;
  height: 35px;
  list-style: none;
}

#menu ul li {
  width: 170px;
  padding-left: 10px;
  border-bottom: 1px dashed #333333;
}

.arrow {
  display: block;
  height: 35px;
  background: url(../images/arrow.gif) no-repeat left;
  padding-left: 25px;
}

#menu ul li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

#menu ul li a:HOVER {
  color: #339900;
}

#menu ul li a.active {
  color: #339900;
}

#airportInfo {
  margin-top: 300px;
}

#airportInfo ul li {
  margin-left: -20px;
}

#bubbleMiddleLeft {
  float: left;
  width: 200px;
  /width: 240px;
  height: 250px;
  /height: 280px;
  padding: 20px;
  padding-top: 10px;
  background: transparent url(../images/bubble_middle.png) no-repeat bottom left;
  text-align: justify;
  font-size: 11px;
}

#bubbleMiddleLeftLink {
  width: 240px;
  margin-bottom: 20px;
}

#bubbleMiddleLeftLink a {
  background: transparent url(../images/arrow.gif) no-repeat left;
  padding-left: 20px; 
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

#bubbleMiddleLeftLink a:HOVER {
  color: #339900;
}

#bubbleMiddleRight {
  float: right;
  width: 200px;
  /width: 240px;
  height: 250px;
  /height: 280px;
  /margin-right: -40px;
  /margin-top: -280px;
  padding: 20px;
  padding-top: 10px;
  background: transparent url(../images/bubble_middle.png) no-repeat bottom left;
  text-align: justify;
  font-size: 11px;
}

#bubbleMiddleRightLink {
  width: 240px;
  margin-bottom: 20px;
}

#bubbleMiddleRightLink a {
  background: transparent url(../images/arrow.gif) no-repeat left;
  padding-left: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

#bubbleMiddleRightLink a:HOVER {
  color: #339900;
}

a.facebook {
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 40px;
  background: transparent url(../images/facebook.png) no-repeat left;
}

a.bigLink {
  font-size: 16px;  
}