/* CSS Document */

/*-- Neues Layout Glur Reisen, realisiert durch Tourdata AG (Februar 2007) --*/

/*-- Allgemeine Seitenformatierungen, Titel, Text usw. --*/

body {
	background-color:#FFFFFF;
	text-align:center;   font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}

td {
	border:0px;   border-collapse:collapse;
}

img {
	border:0px;
}

.Text_mini {
	font-size:9px;   font-weight:normal;   color:#040478;
}

.Lauftext_Fahrplan {
	font-size:11px;   font-weight:normal;   color:#040478;
}

.Lauftext {
	font-size:12px;   font-weight:normal;   color:#040478;
	padding-left:3px;   padding-right:5px;   text-align:left;   
}

.Lauftext_Bilder {
	float:left;
}

.Lauftext ul {
	margin-left:15px;   padding-left:0px;
	margin-top:0px;   padding-top:0px;
}

.Lauftext ul li {
	list-style-type:disc;
}

.Lauftext a:link {
	font-size:12px;   font-weight:normal;   color:#040478;
	text-decoration:underline;
}
.Lauftext a:hover {
	font-size:12px;   font-weight:normal;   color:#040478;
	text-decoration:underline;
}
.Lauftext a:visited {
	font-size:12px;   font-weight:normal;   color:#040478;
	text-decoration:underline;
}
.Lauftext a:active {
	font-size:12px;   font-weight:normal;   color:#040478;
	text-decoration:underline;
}

.Texttitel {
	font-size:12px;   font-weight:bold;   color:#040478;
}

.Reiseprogramm_Titel {
	font-size:12px;   font-weight:bold;   color:#FF0000;
}

/*-- Formatierung für Vor- und Nachprogramme Tabellen unten --*/
.Vor_Nachprogramm_Tab {
	border:1px solid #040478;
}

.BG_Titel {
	background-color:#e5edff;
	height:20px;
}

.Text_Hurtigruten {
	font-size:11px;   font-weight:normal;   color:#040478;
	line-height:15px;
	margin:0px;   padding-bottom:0px;
}

.Text_Fahrplan_re {
	font-size:11px;   font-weight:normal;   color:#040478;
	float:right;
}

.Untermenu a:link, a:hover, a:visited, a:active {
	font-size:12px;   font-weight:normal;   color:#040478;
	text-decoration:underline;
}

.Link_Deckplan {
	font-size:12px;   font-weight:normal;   color:#040478;
}

.Link_Deckplan a:link, a:hover, a:visited, a:activ {
	font-size:12px;   font-weight:bold;   color:#040478;
	text-decoration:underline;   text-align:right;
}

.Willkommen {
	font-size:12px;   font-weight:bold;   color:#FFFFFF;
	margin-right:10px;
	height:25px;
}

/*-- Titel Banner --*/
h1 {
	font-size:20px;   font-weight:bold;   color:#FFFF00;
	margin:0px;
}

/*-- Seitentitel --*/
h2 {
	font-size:18px;   font-weight:bold;   color:#040478;
	height:25px;
	border-bottom:1px solid #040478;
	margin-top:0px;
}

/*-- Titel Balken bei Schiffen --*/
h3 {
	font-size:16px;   font-weight:bold;   color:#040478;
	height:auto;
	border-bottom:1px solid #040478;
	margin-top:0px;
}

/*-- Texttitel gross --*/
h5 {
	font-size:14px;   font-weight:bold;   color:#040478;
	margin:0px;
}

.Adresse_home {
	font-size:11px;   font-weight:normal;   color:#FFFFFF;
	margin-top:5px;   padding-right:10px;
	float:right;
}

/*-- Balken rechts oben --*/
.Balken_re {
	background-color:#e5edff;   border:1px solid #040478;
	padding:5px;
	line-height:20px;
}

.Zeilenabstand_Destination {
	line-height:15px;
}


/* ... Formatdefinitionen zum Drucken ... */
@media print {
#Banner {
	display:none;
}

#Menu {
	display:none;
}

#Fusszeile {
	display:none;
}

#Inhalt {
	position:absolute; left:15px;
	position:absolute; top:20px;
	width:auto;   height:auto;
}

}

