/* Included in all pages */

body {
	font: 11px/17px verdana, arial, sans-serif;
	text-align: justify;
	background: url(../images/background.gif) repeat-y;
}

* {
	margin: 0;
	padding: 0;
}

h1 {
	font: 16px/20px verdana, arial, sans-serif;
	color: rgb(46,6,144);
	margin: 10px 0 10px;
	background-color: transparent;
}

h2 {
	font: bold 13px/16px verdana, arial, sans-serif;
	color: rgb(46,6,144);
	margin: 0 0 10px;
	background-color: transparent;
}


p {
	margin: 0 0 17px 0;
}

.spacer {
	height: 10px;
	width: 100%;
}

.borderedImg img {
	padding: 2px;
	border: 1px rgb(85%,85%,85%) solid;
}
.hiddenText {
	margin: 0;
	padding: 0;
	visibility: hidden;
	font-size: 5px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 23px;
	width: 143px;
	height: 151px;
	background: url(../images/paralogo.jpg) no-repeat;
}

/* Quotes */
#quoteSoarFreely {
	width: 798px;
	height: 180px;
	background: url(../images/quotes/leave-earth-behind.gif) 230px 40px no-repeat;
}
#quoteSeeMatterhorn {
	width: 798px;
	height: 180px;
	background: url(../images/quotes/see-the-matterhorn.gif) 230px 40px no-repeat;
}
#quoteAmeliaErhart {
	width: 798px;
	height: 180px;
	background: url(../images/quotes/ameliaearhart.gif) 230px 40px no-repeat;
}
#quoteLeonardo {
	width: 798px;
	height: 180px;
	background: url(../images/quotes/leonardo.gif) 230px 40px no-repeat;
}
#quoteShakespeare {
	width: 798px;
	height: 180px;
	background: url(../images/quotes/shakespeare.gif) 230px 40px no-repeat;
}
#quoteSocrates {
	width: 798px;
	height: 180px;
	background: url(../images/quotes/socrates.gif) 230px 40px no-repeat;
}
#quoteWilburWright {
	width: 798px;
	height: 180px;
	background: url(../images/quotes/wilburwright.gif) 230px 40px no-repeat;
}


/* Main Column Boxes */
#colsBox {
	width: 798px;
}
#leftSpacerCol {
	width: 55px;
	float: left;
	display: inline;
	height: 200px;
}
#menuCol {
	width: 200px;
	float: left;
	display: inline;
	height: 200px;
}
#contentsCol {
	float: left;
	display: inline;
	width: 462px;
	padding: 10px; 
	border-left: 1px dashed rgb(90%,90%,90%);
}



/* Menu */
.menuItem {
	float: left;
	display: inline;
	height: 26px;
	width: 164px;
}
.menuItem a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
#home {
	background: url(../images/home.gif) 0px 0px no-repeat;
}
#homeSel {
	background: url(../images/home.gif) 0px -26px no-repeat;
}
#home a:hover {
	background: url(../images/home.gif) 0px -26px no-repeat;
}
#tandem {
	background: url(../images/tandem.gif) 0px 0px no-repeat;
}
#tandemSel {
	background: url(../images/tandem.gif) 0px -26px no-repeat;
}
#tandem a:hover {
	background: url(../images/tandem.gif) 0px -26px no-repeat;
}
#school {
	background: url(../images/school.gif) 0px 0px no-repeat;
}
#schoolSel {
	background: url(../images/school.gif) 0px -26px no-repeat;
}
#school a:hover {
	background: url(../images/school.gif) 0px -26px no-repeat;
}
#pilotInfos {
	background: url(../images/pilotinfos.gif) 0px 0px no-repeat;
}
#pilotInfosSel {
	background: url(../images/pilotinfos.gif) 0px -26px no-repeat;
}
#pilotInfos a:hover {
	background: url(../images/pilotinfos.gif) 0px -26px no-repeat;
}
#gallery {
	background: url(../images/gallery.gif) 0px 0px no-repeat;
}
#gallerySel {
	background: url(../images/gallery.gif) 0px -26px no-repeat;
}
#gallery a:hover {
	background: url(../images/gallery.gif) 0px -26px no-repeat;
}
#gift {
	background: url(../images/gift.gif) 0px 0px no-repeat;
}
#giftSel {
	background: url(../images/gift.gif) 0px -26px no-repeat;
}
#gift a:hover {
	background: url(../images/gift.gif) 0px -26px no-repeat;
}

#sponsors {
	background: url(../images/sponsors.gif) 0px 0px no-repeat;
}
#sponsorsSel {
	background: url(../images/sponsors.gif) 0px -26px no-repeat;
}
#sponsors a:hover {
	background: url(../images/sponsors.gif) 0px -26px no-repeat;
}

#contact {
	background: url(../images/contact.gif) 0px 0px no-repeat;
}
#contactSel {
	background: url(../images/contact.gif) 0px -26px no-repeat;
}
#contact a:hover {
	background: url(../images/contact.gif) 0px -26px no-repeat;
}









/* Menu */
.menuItemD {
	float: left;
	display: inline;
	height: 26px;
	width: 175px;
}
.menuItemD a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
#homeD {
	background: url(../images/dhome.gif) 0px 0px no-repeat;
}
#homeDSel {
	background: url(../images/dhome.gif) 0px -26px no-repeat;
}
#homeD a:hover {
	background: url(../images/dhome.gif) 0px -26px no-repeat;
}
#tandemD {
	background: url(../images/dtandem.gif) 0px 0px no-repeat;
}
#tandemDSel {
	background: url(../images/dtandem.gif) 0px -26px no-repeat;
}
#tandemD a:hover {
	background: url(../images/dtandem.gif) 0px -26px no-repeat;
}
#schoolD {
	background: url(../images/dschool.gif) 0px 0px no-repeat;
}
#schoolDSel {
	background: url(../images/dschool.gif) 0px -26px no-repeat;
}
#schoolD a:hover {
	background: url(../images/dschool.gif) 0px -26px no-repeat;
}
#pilotInfosD {
	background: url(../images/dpilotinfos.gif) 0px 0px no-repeat;
}
#pilotInfosDSel {
	background: url(../images/dpilotinfos.gif) 0px -26px no-repeat;
}
#pilotInfosD a:hover {
	background: url(../images/dpilotinfos.gif) 0px -26px no-repeat;
}
#galleryD {
	background: url(../images/dgallery.gif) 0px 0px no-repeat;
}
#galleryDSel {
	background: url(../images/dgallery.gif) 0px -26px no-repeat;
}
#galleryD a:hover {
	background: url(../images/dgallery.gif) 0px -26px no-repeat;
}
#giftD {
	background: url(../images/dgift.gif) 0px 0px no-repeat;
}
#giftDSel {
	background: url(../images/dgift.gif) 0px -26px no-repeat;
}
#giftD a:hover {
	background: url(../images/dgift.gif) 0px -26px no-repeat;
}

#sponsorsD {
	background: url(../images/dsponsors.gif) 0px 0px no-repeat;
}
#sponsorsDSel {
	background: url(../images/dsponsors.gif) 0px -26px no-repeat;
}
#sponsorsD a:hover {
	background: url(../images/dsponsors.gif) 0px -26px no-repeat;
}

#contactD {
	background: url(../images/dcontact.gif) 0px 0px no-repeat;
}
#contactDSel {
	background: url(../images/dcontact.gif) 0px -26px no-repeat;
}
#contactD a:hover {
	background: url(../images/dcontact.gif) 0px -26px no-repeat;
}






/* SubMenu */
.submenu {
	float: left;
	display: inline;
	height: 1.7em;
	width: 180px;
	text-indent: 5px;
	font: italic 10px/16px verdana, arial, sans-serif;
	color: rgb(30%,30%,30%);
	border: 1px white solid;
	border-left: 10px white solid;
	cursor: default;
	background: rgb(90%,90%,90%) url(../images/submenuback.gif) top right repeat-y;

}
.submenu em {
	display: block;
	height: 100%;
	width: 100%;
	border-left: 5px yellow solid;
}
.submenu a {
	display: block;
	height: 100%;
	width: 100%;
	color: black;
	text-decoration: none;
	font-style: normal;
	border-left: 5px rgb(46,56,144) solid;
	background: rgb(90%,90%,90%) url(../images/submenuback.gif) top right repeat-y;
}
.submenu a:hover {
	display: block;
	height: 100%;
	width: 100%;
	color: rgb(46,56,144);
	text-decoration: underline;
	background: rgb(95%,95%,95%) url(../images/submenubackhover.gif) top right repeat-y;
}
.submenu a:visited {
	display: block;
	height: 100%;
	width: 100%;
	color: rgb(46,6,144);
}

.submenuEnd {
	margin: 0;
	padding: 0;
	height: 5px;
	width: 100px;
}



/* Lang Menu */
#langBox {
	float: left;
	display: inline;
	font: 10px/16px verdana, arial, sans-serif;
	color: rgb(60%,60%,60%);
	height: 3em;
}
#langBox a {
	text-decoration: none;
	color: rgb(46,56,144);
}
#langBox a:hover {
	color: black;
	text-decoration: underline;
}
#langBox a:visited {
	color: rgb(46,6,144);
}



/* Sponsors */
#sponsorsBox {
	float: left;
	display: inline;
	font: 10px/16px verdana, arial, sans-serif;
	color: rgb(60%,60%,60%);
	text-align: center;
	width: 100%;
}
#sponsorsBox #hdr {
	width: 80%;
	height: 1.7em;
	border-bottom: 1px rgb(90%,90%,90%) solid;
	text-align: left;
}
#sponsorsBox .sponsor {
	margin: 10px 0 20px 10px;
	text-align: left;
}
#sponsorsBox img {
	border: 0;
}





/* Image Box */
.imgBox {
	width: 464px;
	height: 180px;
	overflow: hidden;
}

.imgBox .top {
	height: 36px;
	background: url(../images/imgtopbar.gif) top center no-repeat;
}
.imgBox .topLeft {
	float: left;
	display: inline;
	width: 40px;
	height: 36px;
	background: url(../images/imgtopleft.gif) top left no-repeat;
}
.imgBox .topRight {
	float: right;
	display: inline;
	width: 40px;
	height: 36px;
	background: url(../images/imgtopright.gif) top left no-repeat;
}


.imgBox img {
	position: relative;
	top: -22px;
	left: 16px;
	border: 1px rgb(50%,50%,50%) solid;
	padding: 2px;
}



.imgBox .bottom {
	height: 36px;
	position: relative;
	top: -48px;
}

.imgBox .bottomLeft {
	float: left;
	display: inline;
	width: 40px;
	height: 36px;
	background: url(../images/imgbottomleft.gif) top left no-repeat;
}
.imgBox .bottomRight {
	float: right;
	display: inline;
	width: 40px;
	height: 36px;
	background: url(../images/imgbottomright.gif) top left no-repeat;
}

.bottom p {
	margin: 2px 0 0 0;
	font: 9px/56px verdana, arial, sans-serif;
	color: rgb(50%,50%,50%);
	text-align: center;
}

.floatLeftBox {
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	width: 230px;
	text-align: left;
}


/* Main Contents Column */
.BtnBase {
	margin: 0 auto 17px auto;
	height: 37px;
	width: 154px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.BtnBase a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.BtnBase a:hover {
	background-position: 0px -37px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.BtnBookIt {
	margin: 0 auto 10px auto;
	height: 82px;
	width: 163px;
	clear: both;
	background: url(../images/btnbooknow.gif) top left no-repeat;
}
.BtnBookIt a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.BtnBookIt a:hover {
	text-decoration: none;
	background: url(../images/btnbooknow.gif) 0px -81px no-repeat;
}




.standardPict {
	padding: 2px;
	border: 1px rgb(85%,85%,85%) solid;
	position: relative;
	top: 0px;
	left: 0px;
}



.imgMap {
	position: absolute;
	top: 0px;
	left: 0px;
	margin:0;
	padding:0;
}
.imgMap img {
	border: none;
}
.imgMap a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#summerRothorn {
	width: 80px;
	height: 13px;
	top: 140px;
	left: 40px;
}
#summerBlauherd {
	width: 100px;
	height: 13px;
	top: 158px;
	left: 62px;
}
#summerSunnegga {
	width: 90px;
	height: 13px;
	top: 174px;
	left: 85px;
}
#summerRiffelberg {
	width: 90px;
	height: 16px;
	top: 136px;
	left: 210px;
}
#summerZermatt {
	width: 125px;
	height: 24px;
	top: 207px;
	left: 70px;
}


#iframebox {
	width: 485px;
	height: 300px;
}
#iframe {
	width: 99%;
	height: 99%;
}




.raggedText {
	width: 100%; 
	position: relative;
}
.raggedText img {
	position: absolute;
	z-index: 1;
	left: 320px;
	overflow: visible;
}
.raggedText p, .raggedText h1 {
	margin: 0;
	padding: 0;
	text-align: justify;
	z-index: 10;
	position: relative;
}
.raggedText .vspace {
	height: 10px;
}
.raggedText em {
	display: block; 
	float: right; 
	height: 15px; 
	overflow: hidden; 
	clear: right;
}
.r50 {width: 50px;}
.r60 {width: 60px;}
.r70 {width: 70px;}
.r80 {width: 80px;}
.r90 {width: 90px;}
.r100 {width: 100px;}
.r110 {width: 110px;}
.r120 {width: 120px;}
.r130 {width: 130px;}
.r140 {width: 140px;}
.r150 {width: 150px;}
.r160 {width: 160px;}
.r170 {width: 170px;}
.r180 {width: 180px;}
.r190 {width: 190px;}
.r200 {width: 200px;}
.r210 {width: 210px;}
.r220 {width: 220px;}
.r230 {width: 230px;}
.r240 {width: 240px;}





.detailsBoxTop {
	width: 461px;
	height: 40px;
	background: url(../images/detailsboxtop.gif) no-repeat;
}
.detailsBoxTop h1 {
	margin: 0;
	text-indent: 20px;
	font: bold 18px/21px verdana, arial, sans-serif;
	color: white;
}
.detailsBox h2 {
	margin: 10px 0 10px 0;
	font: 14px/18px verdana, arial, sans-serif;
	color: black;
}

.detailsBox {
	width: 461px;
	height: 240px;
	background: url(../images/detailsboxback.gif) repeat-y;
}
.detailsBox #leftSpacer {
	width: 22px;
	height: 100px;
	float: left;
	display: inline;
}
.detailsBox #contents {
	width: 411px;
	float: left;
	display: inline;
}

.detailsBox ul {
	margin-left: 20px;
}

.detailsBox table {
	width: 350px;
	border: 0;
}
.detailsBox td.col1 {
	width: 140px;
}

.center {
	margin: 0 auto 0 auto;
	text-align: center;
}



.detailsBox .thumbBox {
	float: left;
	display: inline;
}
.thumbBox img {
	border: 0;
	width: 52px;
	height: 52px;
}
.thumbBox p {
	text-align: center;
	font: 9px/10px verdana, arial, sans-serif;
}
.detailsBox .thumbSpacer {
	float: left;
	display: inline;
	width: 25px;
	height: 52px;
}

.detailsBoxBottom {
	width: 461px;
	height: 26px;
	background: url(../images/detailsboxbottom.gif) no-repeat;
}






/* Footer */
.footerSpacer {
	width: 798px;
	height: 25px;
	clear: both;
}
#footerHBar {
	margin: 0 auto 0 auto;
	width: 200px;
	height: 13px;
	border-bottom: 1px #ddd solid;
}
#footerbox {
	background-color: transparent;
	font: 10px/16px verdana, arial, sans-serif;
	color: rgb(50%,50%,50%);
	width: 798px;
	text-align: center;
	letter-spacing: 0.02em;
}
#footerbox a {
	background-color: transparent;
	color: black;
	text-decoration: none;
}
#footerbox a:hover {
	background-color: yellow;
	color: black;
	text-decoration: underline;
}
#footerbox .selected {
	background-color: yellow;
}
#copyright {
	margin: 2px 0 0 0;
	background-color: transparent;
	width: 798px;
	font: 10px/1.5em verdana, arial, sans-serif;
	color: rgb(50%,50%,50%);
	text-align: center;
}
#copyright a {
	background-color: transparent;
	color: purple;
	text-decoration: none;
}
#copyright a:hover {
	background-color: yellow;
	color: black;
	text-decoration: underline;
}

#zermattlogo {
	text-align: center;
	width: 798px;
}
#zermattlogo img {
	border: 0;
}


