* {
  margin: 0; padding: 0;
}

html {
	height: 100%;
}

body {
	font: 11px Verdana, Arial, sans-serif;
	color: black;
  height: 100%;
  background-color: white; /*#DFB;*/
}

a, a:visited, a:link, a:active {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

img {
	border: none;
	display: inline;
}

object {
	display: block;
}
/*
ul {
	margin-left: 20px;
	vertical-align: top;
}
*/
h1, h2, h3, h4 {
	font: 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	vertical-align: top;
}

.bullet {
	background-image: url(../images/bullet_big.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
}


.hr {
	height:1px;
	color: black;
	background-color: black;
	border: none;
	margin: 2px 0px 2px 0px;
}

.hr hr {
	display: none;
}

.text {
	border: 1px solid black;
	width: 120px;
}


#outerBox {
	width: 800px;
	background-color: white;
}

#header {
	background: white url(../images/top2.jpg) no-repeat;
	height: 168px;
	width: 800px;
}

#header a, #header a:visited, #header a:link, #header a:active {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#quicklinks {
	list-style: none;
	position: relative;
	top: 122px;
	left: 24px;
}

#quicklinks li {
	font-size: 11px;
	display: inline;
	margin-right: 14px;
}

#lang {
	list-style: none;
	position: relative;
	top: 139px;
	left: 40px;
}

#lang li {
	font-size: 11px;
	display: inline;
	margin-right: 6px;
}

#main {
	min-height: 800px;
}

#leftBlock {
	width: 141px;
	float: left;
}

#navBar {
  background: #EED5C5 url(../images/left_grad_bg.gif) repeat-x;
	width: 140px;
	height: 572px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#navBar ul {
	list-style-type: none;
	margin-left: 20px;
	vertical-align: top;
}

#navBar ul li {
	margin-top: 10px;
	width: 100px;
	height: 67px;
	border: 1px solid black;
}

#navBar ul li img {
	display: block;
}

#infopostBlock {
	background-color: white;
	width: 140px;
	height: 198px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 20px;
}

#infopostBlock img {
	display: block;
}

#rightBlock {
  background-color: #EED5C5;
	width: 164px;
	height: 565px;
	margin-top: 33px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: right;
}

#callbackBlock {
  background-color: #D6A378;
	width: 140px;
	height: 196px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: right;
	position: relative;
	top: -34px;
	font-size: 11px;
	padding: 2px;
}

#citymapBlock {
  background-color: #D6A378;
	width: 144px;
	height: 172px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: right;
	margin-top: 20px;
	position: relative;
	top: -34px;
}

#citymapBlock img {
	display: block;
}

.imageBlock {
  background-color: #D6A378;
	width: 145px;
	height: 119px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	float: right;
	position: relative;
	top: -34px;
}

.imageBlock2 {
  background-color: #D6A378;
	width: 145px;
	height: 131px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	float: right;
	position: relative;
	top: -34px;
}

.imageBlock img, .imageBlock2 img {
	display: block;
}

.sizeInfoBlock {
  background-color: white;
	width: 141px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	float: right;
	position: relative;
	top: -34px;
	font-size: 11px;
	padding: 2px;
}

.factsBlock {
  background-color: #D6A378;
	width: 145px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	float: right;
	margin-top: 20px;
	position: relative;
	top: -34px;
	font-size: 11px;
}

.factsBlock strong {
	margin: 4px 4px 0 4px;
	display: block;
}

.factsBlock ul.toList {
	padding: 7px 0px 7px 2px;
}

#phoneBlock {
  background-color: #D6A378;
  font-size: 11px;
	width: 136px;
	height: 58px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	margin-top: 20px;
	padding: 4px;
	float: right;
	position: relative;
	top: -34px;
}

#newsletterBlock {
  background-color: #D6A378;
	width: 144px;
	height: 132px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: right;
	margin-top: 20px;
	position: relative;
	top: -34px;
}

#newsletterBlock img {
	display: block;
}

#contentBlock {
	float: left;
	width: 462px;
	height: 1000px;
	margin: 6px 16px;
	text-align: left;
	padding-bottom: 32px;
}

.yellowLink:visited, .yellowLink:link, .yellowLink:active, .yellowLink {
	border-top: 1px solid black;
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 11px;
	background-color: #FCCC06;
	text-align: center;
	text-decoration: none;
	clear: both;
}

.yellowLinkActive:visited, .yellowLinkActive:link, .yellowLinkActive:active, .yellowLinkActive {
	border-top: 1px solid black;
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 11px;
	background-color: white;
	text-align: center;
	text-decoration: none;
}

.yellowLink:hover {
	background-color: white;
	text-decoration: none;
}

.invis {
	display: none;
}

.tableBlock {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #EED5C5;
	margin: 2px 0px 2px 0px;
	padding: 8px;
}

.navBtn {
  background-color: #D6A378;
	width: 100px;
	height: 6px;
	border: 1px solid black;
	margin-top: 20px;
}

.navBtn img {
	display: block;
}

.genericTbl {
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 2px 0;
}

.genericTbl td, .genericTbl th {
	padding: 2px 4px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

.altTblRows {
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 2px 0;
}

.altTblRows td, .altTblRows th {
	padding: 4px 2px;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}

.altTblRows2 {
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 2px 0px 2px 0px;
}

.altTblRows2 td, .altTblRows2 th {
	height: 30px;
	padding: 0px 2px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}

td.firstCol, th.firstCol {
	text-align: left;
}

.altTblRows th {
	font-weight: bold;
}

.altRow1 {
	background-color: #EED5C5;
}

.altRow2 {
	background-color: white;
}

.squareBulletList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.squareBulletList li {
	background-image: url(../images/bullet_big.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 14px;
	margin-top: 10px;
}

.hpList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.hpList li {
	background-image: url(../images/bullet_small.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 10px;
}

.toList {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

.toList li {
	background-image: url(../images/bullet_small.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 7px;
}

#imagePlaceholder {
	display: none;
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
}

#teaserBlock {
  background-color: #EED5C5;
	width: 164px;
	margin-top: 63px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: right;
}

.teaser {
	font-size: 10px;
	margin: 2px 2px 6px 2px;
	clear: both;
	display: block;
}

.teaser img {
	margin-right: 4px;
	margin-bottom: 8px;
}

#lageplan {
	margin-top: 4px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#nearestAirportBlock {
  background-color: #D6A378;
	width: 144px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: right;
	position: relative;
	top: -34px;
	font-size: 11px;
}

#nearestAirportBlock img {
	display: block;
}

#routenBlock {
  background-color: #D6A378;
	width: 144px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: right;
	margin-top: 20px;
	position: relative;
	top: -34px;
	font-size: 11px;
}

#routenBlock img {
	display: block;
}

hr {
	margin: 0px;
}

.checklistTbl {
	width: 461px;
	margin: 2px 0;
 	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.checklistTbl td, .checklistTbl th {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	height: 30px;
	padding-left: 4px;
}

.checklistTbl th {
  height: 6px;
	padding: 12px 0px 12px 4px;
	border-top: 1px solid white;
}


.clInputText1 {
  width: 90px;
}

.clInputText2 {
  width: 210px;
}

.clInputText3 {
  width: 310px;
}

.jsLink {
  text-decoration: underline;
	cursor: pointer;
}

.clTDInput {
  text-align: right !important;
	padding-right: 4px;
}

#colGroup td {
  height: 0px;
}

.clSelect1 {
  width: 94px;
}

.clSelect2 {
  width: 214px;
}
