/* CSS für / TakeIt Travel Root */
/* Realisierung und Aufschaltung neue Homepage Winter 2005, Tourdata AG / Zürich */

/* Formatierungen der Layer */

/* Grundrahmen, beinhaltet Banner, Menu und Inhalt */
#Container {
	background-image:url(../images/bg_container.jpg);   background-repeat:repeat-y;
	width:950px;
	height:700px;
	height:auto;
	margin-top:5px;
	margin-left:50px;
	clear:both;
}

/*--- Banner ---*/
#Banner {
	vertical-align:top;
	width:950px;
	height:174px;
	/*--border:1px solid blue;--*/
}

/*--- Menu ---*/
#Menu {
	background-color:#B5B5D0;
	font-size:12px;
	color:#00245D;	
	text-align:left;
	width:198px;
	float:left;
	/*--border:1px solid green;--*/
}

/*--- Auflistung Menu ---*/
#Menu ul {
	width:auto;   height:auto;
	position:relative; left:-30px;
}

#Menu ul li {
	padding-bottom:3px;
	list-style-type:none; /* Für Firefox */
	color:#00245D;
}
#Menu ul li a {
	color:#00245D;
}

/*--- Auflistung Untermenu ---*/
#Menu ul ul {
	height:auto;
	margin-top:3px;
	position:relative; left:-35px;
}

#Menu ul ul li {
	margin-top:-2px;
	color:#00245D;
}

#Menu ul ul li a {
	font-weight:normal;
	font-size:11px;
	color:#00245D;
}

#Menu ul li span {
	font-size:12px;
	font-weight:bold;
}
.MenuTitel {
	font-weight:bold;   	font-size:14px;   	color:#00245D;
}

/*--- Inhalt ---*/
#Inhalt {
	background-color:#FFFFFF;
	width:704px;
	height:auto;
	padding-top:15px;
	padding-left:16px;
	float:left;
	text-align:left;
	/*--border:1px solid red;--*/
}

/*--- Inhalt mit iframe ---*/
#Inhalt_frame {
	width:720px;
	margin-top:20px;
	float:left;
	text-align:left;
	/*--border:1px solid red;--*/
}

/*--- Inhalt Einstiegsseite ---*/
#Inhalt_spez {
	background-color:#00245D;
	width:720px;
	text-align:center;
	margin-top:20px;
	margin-right:1px;
	float:right;
}

#News {
	width:690px;   height:250px;
	text-align:center;
	margin-bottom:25px;
	/*-- border:1px solid #FFF; --*/
}

#Angebote {
	width:690px;   height:250px;
	text-align:center;
	margin-bottom:25px;
	/*-- border:1px solid #FFF; --*/
}

/*--- Fusszeile ---*/
#Fusszeile {
	background-image:url(../images/bg_fusszeile.jpg);   background-repeat:repeat-y;
	width:950px;   height:64px;
	color:#FFFFFF;
	text-align:right;
	clear:both;
}

#Fusszeile a {
	font-weight:bold;   font-size:10px;   color:#B5B5D0;
	text-decoration:none;
}

/*--- Katalog im Menu ---*/
#Adresse {
	font-size:12px;
	font-weight:normal;
	color:#00245D;
	margin-left:10px;
	position:relative; bottom:0px;
}

#Rabatt {
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	margin-top:5px;
}

#Adresse img {
	margin-top:5px;   border:0px;
}


