/************************************************/
/**   Charset                                  **/
/************************************************/


/************************************************/
/**                                            **/
/**   Alltours Reisecenter StyleSheet          **/
/**   by LüneCom Kommunikationslösungen GmbH   **/
/**   Copyright 2007                           **/
/**                                            **/
/************************************************/

/************************************************/
/**   Grundeinstellungen:                      **/
/************************************************/

* {
	/* Reset der standard Browser "margin", "padding" and "font sizes" */
	margin: 0;
	padding: 0;
}
img{
	border:0px;
}
html, body{
	background-color:#ffffff;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:100%;
	margin:0px;
	
}

	div.pageRahmen{
        
		border:1px solid #d4d4d4;
		background-color:#f6faff;
		background-image:url('images/verlauf_bg_hell.jpg');
		background-position:bottom;
		background-repeat:repeat-x;
		width:996px;
        text-align:left;
		
	}
a{
	color:#296d9c;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#00519c;
	text-decoration:none;
}
/************************************************/
/**   Header (Seiten Kopf):                    **/
/************************************************/

div.pageHeader{
	background-image:url('images/header.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	min-height:95px;
}
/************************************************/
/**   Menü (Haupt- und Untermenü)              **/
/************************************************/

div.menueRahmen{
	padding-left:5px;
	margin-top:10px;
	width:986px;
}
div.menueRahmen a{
	color:#ffffff;
}
div.menueRahmen a:hover{
	color:#ffffff;
	text-decoration:underline;
}
	/* Hauptmenüpunkt (Oben) */
	div.hauptmenue{
		float:left;
		min-height:21px;
		padding-top:5px;
		padding-right:10px;
		padding-left:4px;	
		background-image:url('images/hauptmenue-bg-rechts.gif');
		background-position:right;
		background-repeat:no-repeat;
		font-size:75%;
		font-weight:bold;
		color:#ffffff;
	}
	div.hauptmenueEnde{
		float:left;
		min-height:21px;
		padding-top:5px;
		padding-right:8px;
		padding-left:4px;	
		background-image:url('images/hauptmenue-bg-rechts.gif');
		background-position:right;
		background-repeat:no-repeat;
		font-size:75%;
		font-weight:bold;
		color:#ffffff;
		width:157px;
	}
		div.hauptmenueEnde a{color:#ffffff; text-decoration:none;}
		div.hauptmenueEnde a:hover{text-decoration:underline;}
		div.hauptmenue a{color:#ffffff; text-decoration:none;}
		div.hauptmenue a:hover{text-decoration:underline;}
		
	div.hauptmenueLinks{
		float:left;
		background-image:url('images/hauptmenue-bg-links.gif');
		background-position:left;
		background-repeat:no-repeat;
		min-height:26px;
	}
		div.hLaktiv{
			background-image:url('images/hauptmenue-bg-linksaktiv.gif');
		}
		div.hRaktiv{
			background-image:url('images/hauptmenue-bg-rechtsaktiv.gif');
			color:#000000;
		}
			div.hRaktiv a{color:#000000;}
			div.hRaktiv a:hover{
				color:#000000;
			}

	/* Untermenü (Oben) */
	div.submenue{
		padding:7px;
		margin-bottom:10px;
		margin-left:5px;
		margin-right:5px;
		background-image:url('images/submenue-bg.gif');
		background-position:bottom;
		background-repeat:no-repeat;
		
		border-bottom:#003060;
		background-color:#c6dfff;
		
		font-size:75%;
		color:#000000;
		font-weight:normal;
	}
		div.submenue a{color:#000000; text-decoration:none; font-weight:normal;}
		div.submenue a:hover{color:#000000; text-decoration:underline; font-weight:normal;}
/************************************************/
/**  Überschriften                             **/
/************************************************/
h1{ /* Blau mit grauem Hintergrund*/
	color:#296d9c;
	font-size:90%;
	display:block;

	width:585px;
	min-height:25px;
	padding-left:10px;
	padding-top:6px;
	background-image:url('images/h1.gif');
	background-repeat:no-repeat;
	margin-bottom:10px;
	
}
h2{ /* Blau */
	color:#296d9c;
	font-size:120%;
	margin-bottom:10px;
}
h2.rot{ /* Blau */
	color:#c60000;
	font-size:120%;
	margin-bottom:10px;	
}
h3{ /* Rot */
	color:#c60000;
	font-size:90%;
	margin-bottom:10px;
	margin-top:10px;
}
h4{ /* Blau z.B. Merkzettel */
	color:#296d9c;
	font-size:120%;
	margin-bottom:10px;
	font-weight:bold;
}
/************************************************/
/**  Inhalt-Bereich:                           **/
/************************************************/
div.inhalt
{
	font-size:100%;
	padding:5px;
}
div.inhalth650
{	min-height:650px;
	padding:5px;
}

div.abstand{
	padding:1px;
}
div.inhaltDetail{
	font-size:100%;
	padding:5px;
}
div.inhaltDetail ul{
	margin-top:5px;
	margin-bottom:10px;
	margin-left:20px;
}
/************************************************/
/**  Boxen         :                           **/
/************************************************/

/* Weisse Teaser Box (Für Text) */
div.teaserTextBox{
	padding:4px;
	margin:5px;
	color:#000000;
	font-size:75%;
	position: absolute;
	bottom: 4px;
	left:5px;
	width:90%;
	margin-left:auto;
	margin-right:auto;	
	background-image:url('/images/trans80.png');
}

div.boxInhalt{
	padding:8px;
}
div.boxInhalt ul{
	margin-left:20px;
}

/* Weisse Box inkl. runde Ecken*/
div.weisseBox{
	background: url('images/ecke_weiss_obenLinks.gif') top left no-repeat;
	background-color:#ffffff;
	font-size:75%;
}
	div.weisseBox div.weisseBoxUR{background: url('images/ecke_weiss_untenRechts.gif') bottom right no-repeat;}
	div.weisseBox div.weisseBoxUL{background: url('images/ecke_weiss_untenLinks.gif') bottom left no-repeat;}
	div.weisseBox div.weisseBoxOR{background: url('images/ecke_weiss_obenRechts.gif') top right no-repeat;}
	
div.babyBlauBox{
	background: url('images/ecke_babyBlau_obenLinks.gif') top left no-repeat;
	background-color:#e2efff;	
	font-size:75%;
}
	div.babyBlauBox div.babyBlauBoxUR{background: url('images/ecke_babyBlau_untenRechts.gif') bottom right no-repeat;}
	div.babyBlauBox div.babyBlauBoxUL{background: url('images/ecke_babyBlau_untenLinks.gif') bottom left no-repeat;}
	div.babyBlauBox div.babyBlauBoxOR{background: url('images/ecke_babyBlau_obenRechts.gif') top right no-repeat;}

/* Hell-Blaue Box inkl. runde Ecken*/
div.hellBlaueBox{
	float:left;
	background: url('images/ecke_hellBlau_obenLinks.gif') top left no-repeat;
	background-color:#c6dfff;
	font-size:75%;
}
	div.hellBlaueBox div.hellBlaueBoxUR{background: url('images/ecke_hellBlau_untenRechts.gif') bottom right no-repeat;}
	div.hellBlaueBox div.hellBlaueBoxUL{background: url('images/ecke_hellBlau_untenLinks.gif') bottom left no-repeat;}
	div.hellBlaueBox div.hellBlaueBoxOR{background: url('images/ecke_hellBlau_obenRechts.gif') top right no-repeat;	}
	
	
	/* Merkzettel */
	div.mTextBox{
		padding:3px;
		border:1px solid #848284;
		background-color:#ffffff;
		margin-top:10px;
		margin-bottom:10px;
		
	}
	div.mTextBox a 
	{   
	    text-decoration: none;
	    }
	
/************************************************/
/** Farben / Textstile:                        **/
/************************************************/

span.normal 
{
    text-decoration:none;
    color:#000000;
    font-weight:normal;
    font-size:75%;
    }
/* Roter fetter Text */
span.red{
	color:#c60000;
	font-weight:bold;
}
span.red a{
	color:#c60000;
}
/* Blauer fetter unterstrichener Text */
span.blau{
	color:#296d9c;
	font-weight:bold;
	text-decoration:underline;
}
span.blau  a{
	color:#296d9c;
	text-decoration:underline;
}
span.blauKlein{
	font-size:75%;
	color:#296d9c;
	font-weight:bold;
	text-decoration:underline;
}
span.blauKlein a{
	color:#296d9c;
	text-decoration:underline;
}
/* Grüner fetter Text */
span.gruenKlein{
	font-size:75%;
	color:#52cb10;
	font-weight:bold;
}
span.gruenKlein{
	color:#52cb10;
}
/* Preis-Farbe */
.preis{
	font-weight:bold;
	color:#c60000;
	text-decoration:underline;
	font-size:120%;
}
.preis a{
	color:#c60000;
	text-decoration:underline;
}
.preisNU{
	font-weight:bold;
	color:#c60000;
	text-decoration:none;
	font-size:120%;
}
.preisNU a{
	color:#c60000;
	text-decoration:none;
}
.preisKlein{
	font-weight:bold;
	color:#c60000;
	text-decoration:underline;
	font-size:120%;
}
.preisKlein a{
	color:#c60000;
}
/* BlackBold (z.B. Orte für Angebote) */
.blackBold{
	color:#000000;
	font-weight:bold;
}
.blackBold a{
	color:#000000;
}
.blueBold{
	color:#296d9c;
	font-weight:bold;
}
.blueBig{
	font-size:180%;
	color:#296d9c;
	font-weight:bold;
}
div.blueBig{
	font-size:180%;
	color:#296d9c;
	font-weight:bold;
	padding-top:5px;
}
.blueMedium{
	font-size:120%;
	color:#296d9c;
	font-weight:bold;
	padding-top:5px;
}
.blueSmall{
	font-size:90%;
	color:#296d9c;
}

/* Fehlermeldung z.B. im Formular */
.error{
	background-color:#FFFFFF;
	color:#FF0000;
	border:1px solid #FF0000;
	padding:5px;
	font-size:100%;
}

/************************************************/
/** Verläufe, Divs und Buchungsschritte:       **/
/************************************************/

/* Verauf Lila -> Weiss */
.verlaufLila{
	background-image:url('images/verlauf_1.jpg');
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	border-top:1px solid #cecfce;
	padding:4px;
	font-size:100%;
}
.verlaufLilaBold{
	background-image:url('images/verlauf_1.jpg');
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	border-top:1px solid #cecfce;
	padding:4px;
	color:#296d9c;
	font-weight:bold;
	font-size:100%;
}
.seitenzaehler{
	background-image:url('images/verlauf_1.jpg');
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	border-top:1px solid #cecfce;
	padding:4px;
	color:#000000;
	font-weight:bold;
	font-size:75%;
}
.seitenzaehler a{
	color:#000000;
}
div.verlaufLila a{color:#000000; text-decoration:underline;}
div.verlaufLila a:hover{text-decoration:none;}
div.verlaufLila a .on{text-decoration:none;}

/* Buchungsschritte NEU */
div.buchungsschritte{
	background-image:url('images/buchungsstrecke.jpg');
	background-repeat:no-repeat;
	min-height:25px;
	padding-left:13px;
	padding-top:4px;
	font-size:75%;
}
div.buchungsschritteFlug{
	background-image:url('images/buchungsstrecke-nurflug.jpg');
	background-repeat:no-repeat;
	min-height:25px;
	padding-left:13px;
	padding-top:4px;
	font-size:75%;
}
div.bSchritt{
	float:left;
	min-height:25px;
}

.on{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
/* h1 als DIV */
div.h1Div{
	color:#296d9c;
	font-size:75%;
	font-weight:bold;
	display:block;
	width:585px;
	min-height:25px;
	padding-left:10px;
	padding-top:6px;
	background-image:url('images/h1.gif');
	background-repeat:no-repeat;
}
div.h1Div2{
	color:#296d9c;
	font-size:75%;
	font-weight:bold;
	display:block;
	width:585px;
	min-height:42px;
	padding-left:10px;
	padding-top:6px;
	background-image:url('images/h1-2.gif');
	background-repeat:no-repeat;
}
/************************************************/
/**  Tabellen:                                 **/
/************************************************/
table.regionen{
 	width:585px;
	background-color:#ffffff;
	line-height:150%;
	color:#000000;
	font-size:75%;
}
table.regionen a{
	color:#000000;
	text-decoration:underline;
}
table.regionen a:hover{
	text-decoration:none;
}
 table.parseTable {width:100%;}
/************************************************/
/**  Formulare:                                **/
/************************************************/


/************************************************/
/**  Fußzeile (Footer):                        **/
/************************************************/
div.fusszeile{
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:center;
	font-size:75%;
	width:913px;
	font-weight:normal;
}
div.fusszeile a{color:#000000; text-decoration:none; font-weight:normal;}
div.fusszeile a:hover{color:#00519c; text-decoration:underline; font-weight:normal;}

/************************************************/
/**  Site-Layout System                        **/
/************************************************/
div.siteLayoutInhalt{
	font-size:100%;
}
div.siteLayoutInhalt table{
	font-size:100%;
}
#zurueck {
		float:left;
		margin-left: 20px;
		
		
		color: #000000;
		width: 250px;
		text-align: right;
	}
	#templatenew {
		float:left;
		margin-left: 20px;
		font-size:75%;
		color: #000000;
		overflow: auto;
		height: 700px;
		width: 200px;
		background-color: #FFFFFF;
		border: 1px solid #013B7B;
		margin-bottom: 10px;
	}
	
	#templatenew h1 {
		margin-top: 1px;
		margin-left: 1px;
		margin-bottom: 0px;
		border-bottom: 1px solid #000000;
		padding: 2px;
		background-color: #013B7B;
		color: #000000;
		}
	#templateform {
		float:left;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:75%;
		color: #000000;
		overflow: auto;
		width: 200px;
		margin-left: 20px;
		background-color: #FFFFFF;
		border: 1px solid #013B7B;
	}
	#templateform h1 {
		width: auto;
		margin-top: 1px;
		margin-left: 1px;
		margin-bottom: 0px;
		border-bottom: 1px solid #000000;
		padding: 2px;
		background-color: #013B7B;
		color: #000000;
		}
	#templateform a{
		color: #000000;
		text-decoration: none;
	}
	#templateform label{
		width: 80px;
		margin-left:5px;
	}
	#templatenew a{
		color: #000000;
		text-decoration: none;
	}
	#zurueck a{
		color: #000000;
		font-size:75%;
	}
	
	a.bild {
		border-left: 10px solid #FFFFFF;
		border-right: 10px solid #FFFFFF;
	}
	a.bild:hover {
		border-left: 10px solid #5e5eff;
		border-right: 10px solid #5e5eff;
	}
	a.bildon {
		border-left: 10px solid #5e5eff;
		border-right: 10px solid #5e5eff;
	}
	
	big {font-weight: bold; font-size: 120%;}
	
/************************************************/
/**  Basisklassen                              **/
/************************************************/

.fl {float:left;}
.fr {float:right;}

table.printangbote 
{
    border: 1px solid black;
    font-size: 75%;
    }
table.printangbote td 
{
     padding: 2px;
     border-top: 1px solid black;
     border-right: 1px solid black;
    }
table.printangbote td.tablehead 
{
    border-top: none;
    font-weight: bold;
    }
table.printangbote td.tdend 
{
border-right: none;
}
h3.mz-head 
{
    font-size:100%;
    }
.mh380
{
min-height:390px;
}
#rcneu 
{
position:absolute;
margin-top:-36px;
margin-left:675px;
}

/************************************************/
/**  Laufschrift                               **/
/************************************************/

div.laufschrift_aussen
	{
		overflow:hidden;
		width:996px;
		position:relative;
		vertical-align:middle;
		height:42px;
	}

	div.laufschrift_innen1
	{
		position:absolute;
		display:inline;
		left:0px;
		top:10px;
		white-space:nowrap;
	}
	div.laufschrift_innen2
	{
		position:absolute;
		display:inline;
		left:0px;
		top:10px;
		white-space:nowrap;
	}
	#pscroller1
    {
        width: 200px;
        height: 200px;
        padding: 5px;
    }