html, body
{
	height: 100%;
	overflow: hidden;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-image: url(../Images/DSCF5469_1280x960_Bright.JPG);
	background-attachment: fixed;
}

/* In ASP.NET 4.0 images have borders by default */
img
{
    border: 0px;
}

#mainDiv
{
	margin: auto;
	width: 795px;
	overflow:hidden;
	border: solid 1px black;
}

#headerDiv
{
	height: 100px;
	background-image: url(HeaderImage.ashx);
	text-align:right;
	position:relative;
}

#titleDiv
{
	position:absolute;
	right:10px;
	bottom:0px;
	font-size: 20px;
	color: White;
	font-weight:bold;
}

#swissFlightTitleDiv
{
	position:absolute;
	left:10px;
	font-size: 20px;
	color: White;
	font-weight:bold;
}

#leftDiv
{
	width:188px;
	float:left;
	border-right: solid 1px black;
	background-color: #66967F;
}

#languageDiv
{
	text-align:right;
	padding:10px;
}

#aboveMenuDiv
{
	height: 20px;
}

#menuDiv
{
	
}

.menuItem
{
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:uppercase;
	text-align: right;
	background-color:#557F6B;
	border-top: solid 1px white;
	border-bottom: solid 1px #054916;
}

.menuItem a
{
	color: White;
	font-weight: bold;
	text-decoration:none;
}
.menuItem a:hover
{
	color: #054916;
	font-weight: bold;
}

#footerDiv
{
	width: 100%;
	height: 20px;
	float: left;
	text-align: center;
}

#flagsDiv
{
	height: 170px;
	overflow: hidden;
}

#flagsImg
{
	width:100%;
	border:0px;
}

.contentDiv		/* Do not use #contentDiv because e.g. "#contentDiv p" cannot be overriden later for subelements */
{
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	position:relative;	/* Needed so that other elements can be alignes */
}

.contentDiv h1
{
	margin-top:20px;
	margin-bottom:7px;
	font-size: 14px;
	font-weight: bold;
}

.contentDiv p
{
	margin-bottom:8px;
	margin-top:1px;
}

.contentDiv a
{
	color: #054916;
	text-decoration: none;
}

.contentDiv a:hover
{
	color: #054916;
	text-decoration: underline;
}

.contentDiv table
{
	border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.contentDiv td
{
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFC;
}

.contentDiv th
{
	border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFC;
	font-weight:bold;
}

.AircraftHeader
{
	width:92px;
	text-align: center;
}

.AircraftColumn
{
	width:92px;
	height:50px;
	text-align: center;
}

.TypeColumn
{
	width:100px;
	text-align: center;
}

.HomeAirportColumn
{
	width:70px;
	text-align: center;
}

.PassengersColumn
{
	width:30px;
	text-align: center;
}

.CruiseSpeedColumn
{
	width:105px;
	text-align: center;
}

.PriceColumn
{
	width:60px;
	text-align: center;
}

.LandingPriceColumn
{
	width:60px;
	text-align: center;
}

.AppointmentsTable
{
	font-size:9px;
}

.DateAndTimeColumn
{
	width:62px;
	text-align: center;
}

.RouteColumn
{
	width:81px;
	text-align: center;
}

.FreePlacesColumn
{
	width:35px;
	text-align: center;
}

.EstimatedFlightTimeColumn
{
	width:57px;
	text-align: center;
}

.EstimatedPriceColumn
{
	width:57px;
	text-align: center;
}

.SignUpColumn
{
	width:50px;
	text-align: center;
}

.superscript
{
	font-size:0.8em;	/* 80% the original font size */
	vertical-align: super;
}

#contactDiv
{
}

#contactDiv table
{
	border:none;
}

#contactDiv td
{
    border:none;
    margin: 0px;
    padding: 0px;
    background-color:Transparent;
}

.contactLabel
{
	width:100px;
}

.contactMultilineLabel
{
	vertical-align: top;
}

.contactMultilineLabelDiv
{
	margin-top:4px;
}

.contactTextField
{
	width:460px;
}

.fieldError
{
	background-color:Red;
}

.contactTitleField
{
	width:460px;
	height:50px;
}

.contactMessageField
{
	width:460px;
	height:100px;
}

.opinionField
{
	width:460px;
	height:200px;
}

#contactButtons
{
	width:567px;
	text-align:right;
}

#contactResultButtons
{
	width:100%;
	margin-top: 50px;
	text-align:center;
}

/* Currently no way to make a general CSS for all input type=button; IE does not work */
.button
{
	width:90px;
}

.mandatoryMark
{
	color: Red;
	vertical-align:top;
}

.mandatoryField
{
	background-color: Red;
}

#remarkDiv
{
	padding:5px;
	position:fixed;
	max-width:300px;
	visibility:hidden;
	background-color:#C8C8C8;
	border:solid 1px #707070;
}

#remarkBuffer
{
	height: 30px;
}

img.floatLeftClear
{ 
    float: left; 
    clear: left;	/* Clear tells the images to be one under the other, not one next to the other */
    margin: 4px; 
}

img.floatRightClear
{ 
    float: right; 
    clear: right;	/* Clear tells the images to be one under the other, not one next to the other */
    margin: 4px; 
}

.endImage
{
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}

.imageTitle
{
	font-size:0.8em;	/* 80% the original font size */
}

.faq
{
	display: block;
	cursor: pointer;
	padding: 6px;
	background: transparent url(../Images/QuestionBackground.jpg) repeat-x scroll 0%;
	color: black;
	font-weight: bold;
}

.faqAnswer
{
	display: none;
	padding: 6px;
	overflow: hidden;
}

.mapOverDiv
{
	text-align:center;
	height:460px;
}

.mapDiv
{
	position:relative;
	width:550px;
	height:460px;
	background: url("../Images/MapCH.jpg") 0px 0px no-repeat;
}

.flightsDiv
{
	position:relative;
	width:550px;
	height:460px;
	top:-460px;
	background: url("../Images/Flights.gif") 0px 0px no-repeat;
}

.photosStarDiv
{
	padding:3px;
	position:fixed;
	visibility:hidden;
	background-color:#C8C8C8;
	border:solid 1px #707070;
}

.photosStarDiv h1
{
	margin-bottom:3px;
	margin-top:1px;
	font-size: 0.9em;
}

.photosStarDiv h2
{
	margin-bottom:2px;
	margin-top:5px;
	font-size: 0.9em;
	font-weight:normal;
	font-style:italic;
}

.photosStarDiv p
{
	margin-bottom:1px;
	margin-top:1px;
	font-size: 0.8em;
}

.photosStarDiv a
{
	color: #054916;
	text-decoration: none;
}

.photosStarDiv a:hover
{
	color: #054916;
	text-decoration: underline;
}

#videoDiv
{
	text-align:center;
	width:100%;
}

.signatureParagraph
{
	padding-top: 20px;
}

.opinionDivVerticalPicture
{
	min-height: 130px;
}

.opinionDivHorizontalPicture
{
	min-height: 100px;
}

.opinionDiv
{
	margin-top: 25px;
}

.opinionDiv .opinionNameParagraph	/* Using just opinionNameParagraph does not override .contentDiv p */
{
	padding-left:150px;
	font-style:italic;
	margin-bottom:1px;
}

.opinionFlightParagraph
{
	padding-left:150px;
	font-style:italic;
	font-size:0.9em;	/* 90% the original font size */
}