body
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-left: 0;
	margin-top: 0;
}

/* Links */
a, a:link, a:active, a:visited
{
	font-size: 11px;
	/*line-height: 16px;*/
	color: Black;
	text-decoration: none;
}

a#txtTripLink
{
	color:#113251;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

a:hover
{
	color:#113251;
}

a#Footer
{
	color:#113251;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

a#txtSmallLink
{
	font-size: 11px;
	color: black;
	line-height: 16px;
}

/* Text */
.txtHeadline
{
	color: #143250;
	font-weight: bold;
	font-size: 13px;
}

.txtBigHeadline
{
	color: #143250;
	font-weight: bold;
	font-size: 19px;
}

.txtSmallHeadline
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.txtError
{
	font-size: 11px;
	color: Red;
	font-weight: bold;
}

.txtMain
{
	font-size: 12px;
	line-height: 16px;
}

.txtTripDescriptionMarker
{
	color: red;
}

/* Hilfe */
.txtHelpListItem
{
	padding-bottom: 2px;
	padding-left:1px;
}

#HelpListItemLink
{
	font-size: 11px;
	line-height: 16px;
}

/* home gallery */
.HomeGalleryImage
{
	border-color:#14314F;
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-width:1px;
}

/* TripAgencyList */
.AgencyTable
{
	width:325px;
	height:55px;
	border-color:#999999;
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-width:1px;
}

/* TripCabinUsage */
.droCabin
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 145px;
	height: 18px;
}

.droCabinAllocation
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 200px;
	height: 18px;
}

.droCabinType
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 75px;
	height: 18px;
}

/* TripRouteDetail */
.TripImageBorder
{
	border-color:White;
	border-width:1px;
	border-style:solid;
}

/* TripPrintView */
.TripPrintViewSectionHeader
{
	background-color:#E0E5EB;
	width:490px;
	height:19px;
	padding-left:6px;
	font-size:12px;
	font-weight:bold;
	color:#113251;
	vertical-align:middle;
}

.TripPrintViewSectionContent
{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:6px;
	padding-left:6px;
}

/* TripPassengerInformation */
.TripPassengerBirthdayTextbox1
{
	width:19px;
	height:18px;
	font-size:11px;
	border-color:black;
	border-width:1px;
	border-style:solid;
}

.TripPassengerBirthdayTextbox2
{
	width:34px;
	height:18px;
	font-size:11px;
	border-color:black;
	border-width:1px;
	border-style:solid;
}

/* CatalogSearch */
.droCatalogs
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 132px;
	height: 18px;
}

.CatalogItem
{
	width:185px;
	height:140px;
	background-color:White;
	padding:5px;
	vertical-align:middle;
}

/* DetailSearch */
.droDetailSearch
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 132px;
	height: 18px;
}
.DetailSearchTextBox
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 132px;
	height: 18px;
}

/* Begin: Booking */
/* Booking: TripSummary */
.BookingTravelProfileSeparator
{
	padding-top:6px;
	padding-bottom:8px;
}
#BookingTravelProfileLeftTable
{
	border-style:solid;
	border-color:#999999;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	vertical-align:top;
}
/* Booking: TripBooking */
.BookingTripBookingSeparator
{
	padding-top:9px;
	padding-bottom:12px;
}
/* Booking: Formularelemente */
.droBooking
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 59px;
	height: 18px;
}

.droBookingBilling
{
	font-size: 11px;
	border: solid 1px #999999;
	height: 18px;
}

.BookingTextBox
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 105px;
	height: 18px;
}

.BookingTextBox2
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 220px;
	height: 18px;
}

.BookingMultilineTextBox
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 397px;
	height: 58px;
}
/* End: Booking */


/* ShopItem Control */
#ShopItemMainCell
{
	border-style:solid;
	border-color:#999999;
	border-right-width:1px;
	border-bottom-width:1px;
	vertical-align:middle;
	text-align:center;
}
#ShopItemMilesAndMoreCell
{
	border-style:solid;
	border-color:#999999;
	border-top-width:1px;
	border-bottom-width:0px;
	border-right-width:1px;
	border-left-width:0px;
}
#ShopItemOrderCell
{
	border-style:solid;
	border-color:#999999;
	border-top-width:1px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
}

/* Impressum */
.txtImpressumText
{
	color: black;
	font-size: 11px;
	line-height: 16px;
	padding-bottom:20px;
}

a#txtImpressumLink
{
	font-size:11px;
	line-height: 16px;
}

/* Partner */
a#txtPartnerLink
{
	font-size: 11px;
	line-height: 16px;
}


/* Incentives Detail */
.txtIncentivesParagraph
{
	padding-top:20px;
	color: black;
	font-size: 11px;
	line-height: 16px;
}

ul.IncentivesList
{
	list-style-type: square;
	list-style-position: inside;
	padding-top:20px;
	margin:0px;
	color: black;
	font-size: 11px;
	line-height: 16px;
}

li.IncentivesListItem
{
	padding-bottom:2px;
}

/* Trennlinie */
.txtSeparator
{
	padding-top:15px;
	padding-bottom:25px;
}


.txtMainBlue
{
	color:#113251;
	font-size: 12px;
	line-height: 16px;
}

.txtMainBlueBold
{
	color:#113251;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.txtSmall
{
	color: black;
	font-size: 11px;
	line-height: 16px;
}

.txtSmallBlue
{
	color:#113251;
	font-size: 11px;
	line-height: 16px;
}

.txtSmallBlueBold
{
	color:#113251;
	font-size: 11px;
	font-weight:bold;
	line-height: 16px;
}

.txtSmall333333
{
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

.txtSmall333333Bold
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

.txtCopy
{
	font-size: 11px;
	line-height: 15px;
}

.texCopyBlue
{
	color: #143250;
	font-size: 11px;
	line-height: 15px;
}

.texDescription
{
	font-size: 11px;
}

/* Formularfelder */
.ediNewsletter
{
	font-size: 11px;
	border: solid 1px #143250;
	width: 90px;
	height: 14px;
}

.ediSearch
{
	font-size: 11px;
	border: solid 1px #143250;
	width: 125px;
	height: 14px;
}

.droSearch
{
	font-size: 11px;
	border: solid 1px #143250;
	width: 125px;
	height: 18px;
}

.ediLogin
{
	font-size: 11px;
	border: solid 1px #143250;
	width: 65px;
	height: 14px;
}

.droConfiguration
{
	font-size: 11px;
	border: solid 1px #143250;
	width: 134px;
	height: 14px;
}

/* Bestellformular */
.OrderFormSeparator
{
	padding-top:10px;
	padding-bottom:9px;
}
.droOrderForm
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 106px;
	height: 18px;
}
.OrderTextBox
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 145px;
	height: 18px;
}
.CouponTextBox
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 200px;
	height: 18px;
}


/* Kontaktformular */
.droAddress
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 79px;
	height: 18px;
}

.droAddressCountry
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 145px;
	height: 18px;
}

.txtRemarks
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 330px;
	height: 88px;
}

.ContactFormTextBox
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 106px;
	height: 18px;
}

.CustomerEditorTextBox
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 145px;
	height: 18px;
}

/* Tabellen */
.tblContinent
{
	border-style: solid;
	border-color: #A3A3A3;
	border-width: 1px;
	border-collapse: collapse;
}

/* Kontinent-Detail */
.tblContinentsDetail
{
	background-color: white;

	font-size: 11px;
	font-weight: normal;

	border-style: solid;
	border-color: #989898;
	border-width: 1px;
}

.tblContinentsDetailTop
{
	background-color: white;

	font-size: 11px;
	font-weight: normal;

	border-top-style: solid;
	border-top-color: white;
	border-top-width: 1px;
}

.tblYearView
{
	border-style: solid;
	border-color: #A3A3A3;
	border-width: 1px;
	border-collapse: collapse;

	font-size: 11px;
	font-weight: bold;
}

.tblWhite1
{
	background-color: #B8C2CE;

	border-top-color: White;
	border-top-width: 1px;	
	border-top-style: solid;

	border-bottom-color: White;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
}

.tblNews
{
	background-color: #DFE4EA;
	
	border-color: White;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-collapse: collapse;
}

.tblNewsDetail
{
	font-size: 8pt;
}


/* Jahresübersicht */
.tblYVSpacer
{
	background-color: white;
	width: 130px;
	height: 16px;
}

.tblYVGroup
{
	background-color: #B6C2CF;
	width: 130px;
	height: 14px;
	
	font-size: 11px;
	font-weight: bold;
}

.tblYVItem
{
	background-color: #E0E5EB;
	width: 130px;
	height: 14px;

	font-size: 11px;
	font-weight: normal;

	border-top-style: solid;
	border-top-color: white;
	border-top-width: 1px;
}

/* Monatsüberischt neu */
.tblMVCellNormal
{
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	font-weight: normal;
}

.tblMVCellRight
{
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
}

.tblMVCellBottom
{
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
}

.tblMVCellBottomRight
{
	border: 1px solid #a3a3a3;
}
/* ENDE Monatsüberischt neu*/

/* Monatsüberischt */
/*.tblMVCaptionSpacer
{
	background-color: white;
	width: 116px;
	height: 14px;
}

.tblMVCaptionGroup
{
	background-color: #B8C2CE;
	width: 116px;
	height: 14px;
	
	font-size: 11px;
	font-weight: bold;
}

.tblMVCaptionItem
{
	background-color: #E0E5EB;
	width: 116px;
	height: 14px;

	font-size: 11px;
	font-weight: normal;

	border-top-style: solid;
	border-top-color: white;
	border-top-width: 1px;
}*/

.tblMVCell
{
}

.tblGrayLine
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}

.imgHandpoint
{
	cursor: pointer;
}

.TripListLeftCell
{
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
	padding-top: 4px;
}

.TripListRightCell
{
	padding-top: 4px;
	padding-left: 3px;
}

.droTopicOfferPageList
{
	font-size: 11px;
	border: solid 1px #999999;
	width: 215px;
	height: 18px;
}

/* Einfache Preisliste */
.SimplePriceListCell
{
	background-color: #E0E5EB;
	font-size: 11px;
	height: 25px;
	text-align: right;
	padding: 3px 10px 3px 10px;
}

.SimplePriceListCellCabinName
{
	background-color: #E0E5EB;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding: 3px 10px 3px 10px;
}

.SimplePriceListCellMM /* Miles & More */
{
	background-color: #FFE1A1;
	font-size: 11px;
	height: 25px;
	text-align: right;
	padding: 3px 10px 3px 10px;
}

.SimplePriceListHeaderName
{
	background-color: #B6C2CF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 115px;
	padding: 3px 10px 3px 10px;
}

.SimplePriceListHeaderPrice
{
	background-color: #C7D4E2;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.SimplePriceListHeaderNameMM /* Miles & More */
{
	background-color: #F5AC11;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 51px;
	width: 121px;
	padding: 3px 10px 3px 10px;
}

.SimplePriceListGroup
{
	background-color: #B6C2CF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 3px 10px 3px 10px;
}

.HPBoxLeft , .HPBoxRight
{
	padding:5px;
	cursor:pointer;
	/*Background-Color:#C5BD96;*/
}

.HPBoxLeft
{
	width:330px;
	height:420px;
	float:left;
}

.HPBoxRight
{
	width:330px;
	height:420px;
	float:right;
}

.MapBox
{
	position:relative;
}

.RBIcon
{
	position:absolute;
	background-image:url(../files/aot_logo_klein.gif);
	width:25px;
	height:25px;
	display:block;
	/*Position individuell*/
}

.RBIconSmall
{
	position:absolute;
	background-image:url(../files/aot_point_small.png);
	width:10px;
	height:10px;
	display:block;
	font-size:1px;
	line-height:0px;
	/*Position individuell*/
}

.ToolTipStyle
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:0.8em;
	padding:5px;
	width:250px;
	overflow:visible;
}

#NewLogo
{
	position:absolute;
	z-index:10;
	top:18px;
	left:35px;
}

.Offer
{
	
}

.Headline
{
	font-family:Century Gothic;
	font-size:1.2em;
}

.SubHeadline
{
	font-weight:bold;
}

.Travelinfo
{
	font-size:0.8em;
}

.Route
{
	font-size:0.8em;
}

.ButtonAngebot
{
	position:absolute;
	width:121px;
	height:46px;
	display:block;
	/*Position individuell*/
}

