/* rollover common code */
.rollover { display: block; } 										/* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } 			/* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } 				/* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } 						/* 'rolls over' the image */


/* main nav rollovers */
#nav1 {
	background-image: url(../images/menu/menubutton01-over.gif);    /* rollover state */
	width: 70px;                    								/* image width */
	height:38px;                   									/* image height */
}
#nav2 {
	background-image: url(../images/menu/menubutton02-over.gif);    /* rollover state */
	width: 88px;                    								/* image width */
	height: 38px;                   								/* image height */
}
#nav3 {
	background-image: url(../images/menu/menubutton03-over.gif);    /* rollover state */
	width: 170px;                    								/* image width */
	height: 38px;                   								/* image height */
}
#nav4 {
	background-image: url(../images/menu/menubutton04-over.gif);    /* rollover state */
	width: 100px;                    								/* image width */
	height: 38px;                   								/* image height */
}
#nav5 {
	background-image: url(../images/menu/menubutton05-over.gif);    /* rollover state */
	width: 70px;                    								/* image width */
	height:38px;                   									/* image height */
}

#nav {
	width: 498px;
	height: 38px;
}
#nav li {
	float:left;
	list-style-type: none;
}

/* Auf der reise.php verwendete Linkliste der verschiedenen Reisen */
#reiseliste {
	width: 395px;
	height: 200px;
	line-height:24px;
}
#reiseliste li {
	list-style-type: none;
}
a.reiseliste:link, a.reiseliste:visited {
	color:000066;
	text-decoration: none;
	text-decoration:underline;
	}
a.reiseliste:hover {
	color:red;
	}
/* Ende: Auf der reise.php verwendete Linkliste der verschiedenen Reisen */

/* Auf der Flughafen Paris Charles de sonstwas verwndete Liste*/
#charles {
	list-style-type: decimal;
	padding-left: 20px;
	line-height:18px;
}
#charles li {
	margin-bottom: 12px;
	padding: 12px;
	text-align: justify;
	background-color: transparent;
}
/* Ende: Auf der Flughafen Paris Charles de sonstwas verwndete Liste*/

/*standard links */
a:link, a:visited {
	color:#000066;
	text-decoration:underline;
	}
a:hover {
	color:red;
	}
/* ----------------------------------------------------------------------------
Links zum vor- und zurückblättern auf den seiten
*/
#ff_bw_range {
	margin:0px 0px 0px 240px;
	font-size: 8pt;
}
#ff_bw_range li {
	float:left;
	background-color: yellow;
	padding: 2px;
	list-style-type:none;
	margin-right: 3px;
	margin-bottom: 2px;
	width: 50px;
	text-align: center;
	}

#ff_bw_range a:link, #ff_bw_range a:visited {
	color:#333300;
	text-decoration:none;
	}

#ff_bw_range a:hover {
	text-decoration:underline;
	color:red;
	}

/*
Links zum vor- und zurückblättern auf den seiten
Von den Film-Seiten
*/
#film_range {
	margin:0px 0px 0px 5px;
	font-size: 8pt;
	text-align:left;
}
#film_range li {
	background-color: yellow;
	padding: 2px;
	list-style-type:none;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 2px;
	width: 45px;
	}

#film_range a:link, #film_range a:visited {
	color:#333300;
	text-decoration:none;
	}

#film_range a:hover {
	text-decoration:underline;
	color:red;
	}

/*
Ende: Links zum vor- und zurückblättern auf den seiten
----------------------------------------------------------------------------- */

#utility_nav {
	background-color: transparent;
	position:absolute;
	top:36px;
	left:0px;
	margin:0px 0px 0px 0px;
	font-size: 8pt;
	text-align:right;
	width:485px;
}
#utility_nav li {
	list-style-type:none;
	float:right;
	padding-left:20px;
	}

#utility_nav a:link, #utility_nav a:visited {
	color:#333300;
	text-decoration:none;
	}

#utility_nav a:hover {
	text-decoration:underline;
	color:red;
	}

