html,body {
    height:100%;
    margin:0;
	padding:0;
}

body {
	font-family: Arial;
	font-size: 10pt;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #DDDDDD;
}

a {
	/* color: #E2192C; */
	color: #384A9C;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-bottom: 10px;
}

#world {
	width: 903px;
	height: 453px;
	/*background-image: url('karte/world.png');*/
	position: relative;
}

#world img {
	border: 0;
}

#world_lighter {
	width: 903px;
	height: 453px;
	position: absolute;
	background-color: #ffffff;
	top: 0;
	left: 0;
	display: none;
	z-index: 99;
}


#footer {
	height:50px;
	font-size: 10pt;
	color: #666666;
	border-top: 1px solid #DDDDDD;
	padding-top: 4px;
	margin-top: 10px;
}

#north_america_image {
	width: 274px;
	height: 180px;
	position: absolute;
	top: 60px;
	left: 10px;
	background: url('../img/card/north_america.png') no-repeat left top;
	overflow: hidden;
	cursor: pointer;
}

#north_america_text {
	position: absolute;
	top: 60px;
	left: 10px;
	height: 180px;
	/*width: 250px;*/
	display: none;
	overflow: hidden;
	padding-left: 274px;
}

#south_america_image {
	width: 173px;
	height: 217px;
	position: absolute;
	top: 226px;
	left: 155px;
	background: url('../img/card/south_america.png') no-repeat left top;
	overflow: hidden;
}

#south_america_text {
	position: absolute;
	top: 226px;
	left: 155px;
	height: 217px;
	/*width: 250px;*/
	display: none;
	overflow: hidden;
	padding-left: 173px;
}

#europe_image {
	width: 159px;
	height:132px;
	position: absolute;
	top: 64px;
	left: 422px;
	background: url('../img/card/europe.png') no-repeat left top;
	overflow: hidden;
	z-index: 2;
}

#europe_text {
	position: absolute;
	top: 64px;
	left: 422px;
	height: 132px;
	/*width: 250px;*/
	display: none;
	overflow: hidden;
	padding-left: 159px;
}			

#asia_image {
	width: 389px;
	height:277px;
	position: absolute;
	top: 38px;
	left: 505px;
	background: url('../img/card/asia.png') no-repeat right top;
	overflow: hidden;
}

#asia_text {
	position: absolute;
	top: 38px;
	left: 255px;
	height: 277px;
	/*width: 250px;*/
	display: none;
	overflow: hidden;
	padding-right: 389px;
}		

#africa_image {
	width: 172px;
	height:193px;
	position: absolute;
	top: 188px;
	left: 400px;
	background: url('../img/card/africa.png') no-repeat left top;
	overflow: hidden;
	z-index: 2;
}

#africa_text {
	position: absolute;
	top: 188px;
	left: 400px;
	height: 193px;
	/*width: 250px;*/
	display: none;
	overflow: hidden;
	padding-left: 172px;
}			

#australia_image {
	width: 165px;
	height:130px;
	position: absolute;
	top: 283px;
	left: 725px;
	background: url('../img/card/australia.png') no-repeat right top;
	overflow: hidden;
}

#australia_text {
	position: absolute;
	top: 283px;
	left: 475px;
	height: 130px;
	/*width: 250px;*/
	display: none;
	overflow: hidden;
	padding-right: 165px;
}			

#greenland_image {
	width: 189px;
	height:121px;
	position: absolute;
	top: 4px;
	left: 203px;
	background: url('../img/card/greenland.png') no-repeat left top;
	overflow: hidden;
}

.asia_color {
	background-image: url('../img/backgrounds/asia.png');
}

.europe_color {
	background-image: url('../img/backgrounds/europe.png');
}

.africa_color {
	background-image: url('../img/backgrounds/africa.png');
}

.north_america_color {
	background-image: url('../img/backgrounds/north_america.png');
}

.south_america_color {
	background-image: url('../img/backgrounds/south_america.png');
}

.australia_color {
	background-image: url('../img/backgrounds/australia.png');
}


.fullwidth {
	width: 100%;
}

.halfwidth {
	width: 50%;
}

.quarterwidth {
        width: 25%;
}

.threequarterwidth {
        width: 75%;
}


.transparent_class {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.transparent_class_disabled {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.front {
	position: absolute;
	z-index: 99;
}

.inactive {
	color: #999;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
	
}

.underline {
	text-decoration: underline;
}

.line15 {
	line-height: 1.5;
}

.withCursor {
	cursor: pointer;
}

.top {
    vertical-align: top;
}

.standardBorder {
    border: 1px solid black;
}

.italic {
    font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

.scrollDivHeight100 {
    overflow-y: scroll;
    height: 100px;
}

.valignBottom {
    vertical-align: bottom;
}

.orangeBack {
    background-color: #F5D0A9;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingTop10 {
    padding-top: 10px;
}

.fixedHeight50 {
    height: 50px;
}

.fontSize9pt {
    font-size: 9pt;
}

.fontSize11pt {
    font-size: 10pt;
}

.fontSize80Percent {
    font-size: 80%;
}

.doPrint {
    display: none;
}

.blueBack {
    background-color: #3366FF;
}

.white {
    color: white;
}

.padding5 {
    padding: 5px;
}

#header img, #sprachwahl img {
	border: 0;
}

#searchFair, #searchFair input, #searchFair select {
	font-size: 8pt;
}

#searchFair {
	border: 1px dotted #AAAAAA;
	width: 510px;
}

#searchFair input, #searchFair select, #searchFair form {
	display: inline;
}

/* Bookings */

#booking label, #booking input {
    font-size: 10pt;
}

#booking input[type=text], #booking textarea {
    padding: 0;
    border-width: 0;
}

#booking .error-message {
    display: inline;
}

#booking td {
    vertical-align: top;
}

/* Tables */

.standard table {
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.standard th {
	text-align: center;
}
.standard th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.standard th a:hover {
	color: #333;
	text-decoration: none;
}
.standard table tr td {
	padding: 4px;
	vertical-align: top;
}
.standard table tr.altrow td {
	background: #f4f4f4;
}
.standard td.actions {
	text-align: center;
	white-space: nowrap;
}
.standard td.actions a {
	margin: 0px 6px;
}


.index table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.index th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
.index th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.index th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
.index table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
.index table tr.altrow td {
	background: #f4f4f4;
}
.index td.actions {
	text-align: center;
	white-space: nowrap;
}
.index td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #999;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 130%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 110%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
input[type=file] {
    margin-bottom: 25px;
}

select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
input[type=button] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 110%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 110%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/*-----------------------------------------------------------------------------*/
/* -- OFFERS */

#combinedOffer {
    width: 800px;
}

#offer1, #offer2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/*-----------------------------------------------------------------------------*/
/* -- FLIGHTS */

#flights {
    width: 800px;
}

.flightTexts {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.flightIndividualOffer {
    text-align: center;
    font-weight: bold;
}

.offersHeadlines {
    background-color: #D9D9D9;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: bold;
}

.offersTexts {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.bigHeadline {
    margin: 20px 0;
    font-size: 16pt;
    font-weight: bold;
}

.size16pt {
   font-size: 16pt;
}

/* NAVLISTE */

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist .activeAjax {
color: #000;
background: #AAE;
border-color: #227;
}

#navlist .inactiveAjax {
    color: #448;
    background: #DDE;
    border-color: #778;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;

}

.spinnerBack {
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    background-color: #000000;
    z-index: 9998;
}

.spinnerInner {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: auto;
    margin-top: 100px;
    margin-right: auto;
    width: 150px;
    height: 100px;
    border: 1px solid black;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
}