/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:arial; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page Style
*/
body { 
	background:#fff;
	padding:0;
	position:relative;
}

#container {
	width: 702px;
	height: 550px;
	padding: 0px;
	margin: 0px auto 0px auto;
	position:relative;
	background-color: #FFF;
}
#top {
	border-bottom: 1px solid #666;
	padding: 5px 0px 5px 0px;
	height: 58px;	
}
#bottom {
	width: 702px;
	position: absolute;
	height: 22px;
	top: 528px;
	right: 0px;	
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 23px;
	font-weight: bold;
	margin: 7px 0px 6px 12px;
	width: 500px;	
	float: left;
}
#footnote {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 10px;
	padding: 4px 0px 0px 15px;	
}
#navigation {
	/*background-color: #9CC;*/
	margin: 0px 10px 0px 17px;
	padding: 1px 0px 0px 0px;
	/*height: 40px;*/
	width: 400px;
	float: right;	
}
.instructions {
    float:left;
	display: block;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px 0px 0px 14px;
	margin-top: 0px;
	color: #333;
	line-height: 13px;	
}
.clear {
	clear: both;	
}


/*
	Pagination
*/


.pagination {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 200px;
	float: right;
	text-align: right;
}
.pagination ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
.pagination li {
	float:left;
	margin: -999px 1px 0px 1px;
	list-style:none;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 17px;
}
.pagination li a {
	display:block;
	padding:12px 10px 10px 10px;
	/*background-color: #F4F4F4;*/
	color: #00ACEC;
	font-weight: bold;
	float:left;
}
.pagination li a:hover {
	color: #333;
	/*background-color: #CCC;	*/
}
.pagination li.current a {
	color: #FFF;
	background-color: #FFF;
	font-weight: bold;	
	/*border: 2px solid #F00;*/
	/*background-position:0 -12px;*/
}
.pagination .homebutton a {
	position: absolute;
	top: -518px;
	right: 0px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	padding: 6px 5px 6px 5px;
}




/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:702px;
	height:460px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	position:relative;
	/*display:none;*/
	background-color: #abcadb;
	/*border: 3px solid #333;*/
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:0px;
	width:702px;
	height:460px;
	display:block;
	/*background-color: #F4F4F4;*/
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	bottom:-15px;
	right:30px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	right:1px;
}


/* test */
.slide {
	position: relative;	
}



/*
	Type and anchors
*/

a:link,a:visited {
	color:#0065bd;
	text-decoration:none;
}
a:hover,a:active {
	color:#0065bd;
	text-decoration:underline;
}
.footer a {
    font-size:12px;
}
h1 {
	font-size:2em;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
}
.p_space {
	margin-bottom: 0px;	
}
.slide h2 {
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 24px;
}
.bold {
	font-weight: bold;
		
}
.bolds {
	font-weight: bold;
}
h2 {
	
}
#who h2 {
	background-color: #006699;
	color: #FFF;
	height: 23px;
	padding: 7px 15px 10px 15px; 	
}
#what h2 {
	background-color: #14809d;
	color: #FFF;
	padding: 7px 15px 10px 15px; 	
	height: 23px;
}

#how h2 {
	background-color: #009AA6;
	color: #FFF;
	padding: 7px 15px 10px 15px; 
	height: 23px;	
}





/* TRAVEL SLIDES */

#seating {
	width: 234px;	
	padding: 0px 0px 0px 0px;
	height: 460px;
	background-color: #daeaee;
	float: left;
}
#who {
	width: 234px;	
	padding: 0px 0px 0px 0px;
	height: 460px;
	background-color: #abcadb;
	float: left;
}
#what {
	width: 234px;	
	padding: 0px 0px 0px 0px;
	height: 460px;
	background-color: #add3dd;
	float: left;
}
#how {
	width: 234px;	
	padding: 0px 0px 0px 0px;
	height: 460px;
	background-color: #ebf7f7;
	float: left;
}

.numbers {
	position: absolute;
	top: 10px;
	left: 15px;
	font-weight: bold;	
}
.whatarrows {
	position: absolute;
	width: 10px;
	height: 15px;
	top: 12px;
	left: 0px;
	background-image: url(../img/whatarrow.gif);	
}
.howarrows {
	position: absolute;
	width: 10px;
	height: 15px;
	top: 12px;
	left: 0px;
	background-image: url(../img/howarrow.gif);
}

/* ****************** first slide ***************** */

/* section 1 */

.section_one {
	height: 84px;
	width: 702px;
	position: absolute;	
	top: 40px;
	left: 234px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 1px solid #FFF;
}
.section_one a {
	color: inherit;
	text-decoration: none;
}
.section_one:hover .who_one { 
	color: #006699; 
	background-color: #cddfea; 
}
.section_one:hover .what_one { 
	color: #14809d; 
	background-color: #cee5eb; 
}


.who_one {
	height: 64px;
	width: 194px;
	float: left;
	padding: 10px 10px 10px 30px;
	color: #83b1ca;
	position: relative;				
}
.what_one {
	height: 64px;
	width: 209px;
	float: left;
	padding: 10px 10px 10px 15px;
	color: #86becd;	
	position: relative;	
}
.who_one a {
	width: 209px;
	height: 64px;
	float: left;
}
.what_one a {
	width: 209px;
	height: 64px;
	float: left;
}

/* section 2 */

.section_two {
	height: 84px;
	width: 702px;
	position: absolute;	
	top: 124px;
	left: 234px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 1px solid #FFF;
}
.section_two a {
	color: inherit;
	text-decoration: none;
}
.section_two:hover .who_two { 
	color: #006699; 
	background-color: #cddfea; 
}
.section_two:hover .what_two { 
	color: #14809d; 
	background-color: #cee5eb; 
}

.who_two {
	height: 64px;
	width: 194px;
	float: left;
	padding: 10px 10px 10px 30px;
	color: #83b1ca;
	position: relative;				
}
.what_two {
	height: 64px;
	width: 209px;
	float: left;
	padding: 10px 10px 10px 15px;
	color: #86becd;
	position: relative;		
}
.who_two a {
	width: 209px;
	height: 64px;
	float: left;
}
.what_two a {
	width: 209px;
	height: 64px;
	float: left;
}

/* section 3 */

.section_three {
	height: 84px;
	width: 702px;
	position: absolute;	
	top: 208px;
	left: 234px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 1px solid #FFF;
}
.section_three a {
	color: inherit;
	text-decoration: none;
}
.section_three:hover .who_three { 
	color: #006699; 
	background-color: #cddfea; 
}
.section_three:hover .what_three { 
	color: #14809d; 
	background-color: #cee5eb;
}

.who_three {
	height: 64px;
	width: 194px;
	float: left;
	padding: 10px 10px 10px 30px;
	color: #83b1ca;	
	position: relative;			
}
.what_three {
	height: 64px;
	width: 209px;
	float: left;
	padding: 10px 10px 10px 15px;
	color: #86becd;	
	position: relative;	
}
.who_three a {
	width: 209px;
	height: 64px;
	float: left;
}
.what_three a {
	width: 209px;
	height: 64px;
	float: left;
}


/* section 4 */

.section_four {
	height: 84px;
	width: 702px;
	position: absolute;	
	top: 292px;
	left: 234px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 1px solid #FFF;
}
.section_four a {
	color: inherit;
	text-decoration: none;
}
.section_four:hover .who_four { 
	color: #006699; 
	background-color: #cddfea; 
}
.section_four:hover .what_four { 
	color: #14809d; 
	background-color: #cee5eb; 
}

.who_four {
	height: 64px;
	width: 194px;
	float: left;
	padding: 10px 10px 10px 30px;
	color: #83b1ca;	
	position: relative;			
}
.what_four {
	height: 64px;
	width: 209px;
	float: left;
	padding: 10px 10px 10px 15px;
	color: #86becd;	
	position: relative;	
}
.who_four a {
	width: 209px;
	height: 64px;
	float: left;
}
.what_four a {
	width: 209px;
	height: 64px;
	float: left;
}


/* section 5 */

.section_five {
	height: 84px;
	width: 702px;
	position: absolute;	
	top: 376px;
	left: 234px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 1px solid #FFF;
}
.section_five a {
	color: inherit;
	text-decoration: none;
}
.section_five:hover .who_five { 
	color: #006699; 
	background-color: #cddfea; 
}
.section_five:hover .what_five { 
	color: #14809d; 
	background-color: #cee5eb; 
}

.who_five {
	height: 64px;
	width: 194px;
	float: left;
	padding: 10px 10px 10px 30px;
	color: #83b1ca;
	position: relative;				
}
.what_five {
	height: 64px;
	width: 209px;
	float: left;
	padding: 10px 10px 10px 15px;
	color: #86becd;	
	position: relative;	
}
.who_five a {
	width: 209px;
	height: 64px;
	float: left;
}
.what_five a {
	width: 209px;
	height: 64px;
	float: left;
}



/* ****************** other slides ***************** */


.aktiv1 {
	background-color: #e9f3f5;
	color: #006699;
}
.aktiv2 {
	background-color: #e9f3f5;
	color: #14809d;
}

/* fsection 1 */

.fsection_one {
	height: 84px;
	width: 468px;
	position: absolute;	
	top: 40px;
	left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 1px solid #ebf7f7;
}
.fsection_one a {
	color: inherit;
	/*background-color: inherit;*/	
	text-decoration: none;
}
.fsection_one:hover .who_one { 
	color: #006699; 
	background-color: #cddfea; 
}
.fsection_one:hover .what_one { 
	color: #14809d; 
	background-color: #cee5eb; 
}
.how_one {
	height: 64px;
	width: 209px;
	float: left;
	padding: 10px 10px 10px 15px;
	margin: -84px 0px 0px 468px;
	color: #03838e;	
	position: relative;
}


/* fsection 2 */

.fsection_two {
	height: 84px;
	width: 468px;
	position: absolute;	
	top: 124px;
	left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 1px solid #ebf7f7;
}
.fsection_two a {
	color: inherit;
	text-decoration: none;
}
.fsection_two:hover .who_two { 
	color: #006699;
	background-color: #cddfea; 
}
.fsection_two:hover .what_two { 
	color: #14809d; 
	background-color: #cee5eb; 
}
.how_two{
	height: 64px;
	width: 209px;
	float: left;
	padding: 10px 10px 10px 15px;
	margin: -168px 0px 0px 468px;
	color: #03838e;	
	position: relative;
}


/* fsection 3 */

.fsection_three {
	height: 84px;
	width: 468px;
	position: absolute;	
	top: 208px;
	left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 1px solid #ebf7f7;
}
.fsection_three a {
	color: inherit;
	text-decoration: none;
}
.fsection_three:hover .who_three { 
	color: #006699;
	background-color: #cddfea; 
}
.fsection_three:hover .what_three { 
	color: #14809d; 
	background-color: #cee5eb; 
}
.how_three{
	height: 64px;
	width: 209px;
	float: left;
	padding: 10px 10px 10px 15px;
	margin: -252px 0px 0px 468px;
	color: #03838e;	
	position: relative;
}


/* fsection 4 */

.fsection_four {
	height: 84px;
	width: 468px;
	position: absolute;	
	top: 292px;
	left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 1px solid #ebf7f7;
}
.fsection_four a {
	color: inherit;
	text-decoration: none;
}
.fsection_four:hover .who_four { 
	color: #006699;
	background-color: #cddfea; 
}
.fsection_four:hover .what_four { 
	color: #14809d; 
	background-color: #cee5eb; 
}
.how_four{
	height: 64px;
	width: 209px;
	float: left;
	padding: 10px 10px 10px 15px;
	margin: -336px 0px 0px 468px;
	color: #03838e;
	position: relative;
}


/* fsection 5 */

.fsection_five {
	height: 84px;
	width: 468px;
	position: absolute;	
	top: 376px;
	left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	border-bottom: 1px solid #ebf7f7;
}
.fsection_five a {
	color: inherit;
	text-decoration: none;
}
.fsection_five:hover .who_five { 
	color: #006699;
	background-color: #cddfea; 
}
.fsection_five:hover .what_five { 
	color: #14809d; 
	background-color: #cee5eb; 
}
.how_five{
	height: 64px;
	width: 209px;
	float: left;
	padding: 10px 10px 10px 15px;
	color: #03838e;
	margin: -420px 0px 0px 468px;
	position: relative;
}






.section_one .who_one {
	color: #006699;	
}
.section_two .who_two {
	color: #006699;	
}
.section_three .who_three {
	color: #006699;	
}
.section_four .who_four {
	color: #006699;	
}
.section_five .who_five {
	color: #006699;	
}

.section_one .what_one {
	color: #14809d;	
}
.section_two .what_two {
	color: #14809d;	
}
.section_three .what_three {
	color: #14809d;	
}
.section_four .what_four {
	color: #14809d;	
}
.section_five .what_five {
	color: #14809d;	
}


.fn {
	font-size: 14px;
	padding: 0px 0px 0px 2px;	
}




#seating {
	position: relative;	
	background-image: url(../img/seating.jpg);
}
/*
.seat_one {
	position: absolute;
	width: 24px;
	height: 22px;
	top: 80px;
	left: 104px;
	
}
.link_one {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatone.jpg);	
	background-position: 0px 0px;
}
.link_one:hover {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatone.jpg);	
	background-position: 0px 22px;
}
.seat_two {
	position: absolute;
	width: 24px;
	height: 22px;
	top:151px;
	left: 75px;	
}
.link_two {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seattwo.jpg);	
	background-position: 0px 0px;
}
.link_two:hover {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seattwo.jpg);	
	background-position: 0px 22px;
}
.seat_three {
	position: absolute;
	width: 24px;
	height: 22px;
	top: 239px;
	left: 104px;	
}
.link_three {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatthree.jpg);	
	background-position: 0px 0px;
}
.link_three:hover {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatthree.jpg);	
	background-position: 0px 22px;
}
.seat_four {
	position: absolute;
	width: 24px;
	height: 22px;
	top: 275px;
	left: 45px;	
}
.link_four {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatfour.jpg);	
	background-position: 0px 0px;
}
.link_four:hover {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatfour.jpg);	
	background-position: 0px 22px;
}
.seat_five {
	position: absolute;
	width: 24px;
	height: 22px;
	top: 345px;
	left: 75px;	
}
.link_five {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatfive.jpg);	
	background-position: 0px 0px;
}
.link_five:hover {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatfive.jpg);	
	background-position: 0px 22px;
}


*/





.section_one .link_test1 { 
	position: absolute;
	top: 40px;
	left: -130px;
	background-position: 0px 0px;
}
.section_one:hover .link_test1 { 
	background-position: 0px 22px;
}
.link_test1 {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatone.jpg);	
	background-position: 0px 0px;
}
.link_test1:hover {
	background-position: 0px 22px;
}


.section_two .link_test2 { 
	position: absolute;
	top: 28px;
	left: -160px;
	background-position: 0px 0px;
}
.section_two:hover .link_test2 { 
	background-position: 0px 22px;
}
.link_test2 {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seattwo.jpg);	
	background-position: 0px 0px;
}
.link_test2:hover {
	background-position: 0px 22px;
}


.section_three .link_test3 { 
	position: absolute;
	top: 31px;
	left: -130px;
	background-position: 0px 0px;
}
.section_three:hover .link_test3 { 
	background-position: 0px 22px;
}
.link_test3 {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatthree.jpg);	
	background-position: 0px 0px;
}
.link_test3:hover {
	background-position: 0px 22px;
}


.section_four .link_test4 { 
	position: absolute;
	top: 18px;
	left: -188px;
	background-position: 0px 0px;
}
.section_four:hover .link_test4 { 
	background-position: 0px 22px;
}
.link_test4 {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatfour.jpg);	
	background-position: 0px 0px;
}
.link_test4:hover {
	background-position: 0px 22px;
}


.section_five .link_test5 { 
	position: absolute;
	top: 5px;
	left: -159px;
	background-position: 0px 0px;
}
.section_five:hover .link_test5 { 
	background-position: 0px 22px;
}
.link_test5 {
	display:block;
	width: 24px;
	height: 22px;
	background-image: url(../img/seatfive.jpg);	
	background-position: 0px 0px;
}
.link_test5:hover {
	background-position: 0px 22px;
}








/* Not Used */


/*#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}*/


/*.slide {
	position: relative;	
}

/*.slide .hlight {
	background-color: #F00;
	position: absolute;
	top: -20px;
	padding: 20px;
	left: 0px;	
	z-index:102;
}*/