<?
session_name("cruise");
session_start();
?>
/* www.georgbitzl.de style-sheet andi berndt, (c) 2006-2007 */

body, td, p, a { font-size:<?

$schriftgr = $_SESSION[fontsize]+10;
echo $schriftgr;

?>pt; font-family: arial,helvetica; }
h2 { font-size:<?

$schriftgr = $_SESSION[fontsize]+20;
echo $schriftgr;

?>; }

a { color: #0000ff; }
a:link { Text-Decoration: None; }
a:visited { Text-Decoration: None; }
a:active { Text-Decoration: None; }
a:hover { Text-Decoration: None; }

a.ml { color: #ffff00; font-weight: bold; text-decoration: none; }
a.ml:link { Color: #ffff00; }
a.ml:visited { Color: #ffff00;}
a.ml:active { Color: #ffff00; }
a.ml:hover { Color: #ff0000; }

.dl { color: #ffff00; font-weight: bold; } 

.gbnav { background-color: #e2e2e2; }
.gbnav a:hover { background-color: #cccccc; width: 100%; }
.gblink { width: 100%; }

.btd { color: #b2b2b2; font-size: 7pt; }
.ctd { background-color: #d2d2d2; text-align: center; }
.ltd { background-color: #d2d2d2; text-align: left; }
.ltr { background-color: #d4b2b2; text-align: left; }
.ltg { background-color: #b2d4b2; text-align: left; }
.utd { text-align: right; }

.invisible { display: none; }
.navi { color: #20ff80; font-weight: bold; font-size: 13pt; }