/* CSS Document */

/*-- Neugestaltung Website durch Tourdata AG, Zürich / Januar 2007 --*/

/*-- Formatierung der Layer --*/

#Container {
	background-color:#FFFFFF;
	width:896px;   height:650px;   height:auto;
	text-align:left;
	border:1px solid #FFA70E;
	clear:both;
}

#Banner {
	width:896px;   height:140px;
	/*-- border:1px solid green; --*/
}

#Menu {
	width:170px;   height:500px;
	margin-top:0px;   margin-bottom:30px;
	float:left;
	clear:both;
	/*-- border:1px solid red; --*/
}

/*-- Formatierung Menublock 1-4 --*/
#Menu div {
	margin-bottom:4px;   padding-bottom:5px;
}

#Menu div img {
	border-right:1px solid #FFA70E;
}

#Menu div span img {
	border:0px;
}

#Menu div ul {
	border-right:1px solid #FFA70E;   border-bottom:1px solid #FFA70E;
	margin:0px;   padding-top:2px;   padding-left:7px;
	font-size:12px;   font-weight:normal;   color:#0069AD;
	text-decoration:none;   list-style-type:none;
}

#Menu div ul li {
	padding-bottom:3px;
}

#Menu div ul li a {
	font-size:12px;   font-weight:normal;   color:#0069AD;
	text-decoration:none;   list-style-type:none;
}

#Inhalt {
	background-color:#FFFFFF;
	width:710px;   height:auto;
	margin:0px;   margin-top:0px;   padding-top:0px;
	border-left:2px solid #FFA70E;
	float:right;
}

#Inhalt iframe {
	background-color:#FFFFFF;
	margin-left:5px;   margin-top:5px;
}

/*-- Formatierung der aktuellen Angebote --*/
#Inhalt_Aktuell {
	width:710px;   height:530px;
	margin:0px;
	float:right;
	/*-- border:1px solid blue; --*/
}

#Inhalt_Aktuell div {
	width:700px;   height:210px;
	margin-bottom:12px;   margin-right:5px;   margin-left:5px;
	float:right;
}

#Inhalt_Aktuell div div {
	text-align:center;
	width:190px;   height:210px;
	margin-bottom:15px;   margin-right:25px;
	float:left;
	border:1px solid #FFA70E;
}

/*-- Formatierung der aktuellen 10 Angebote --*/
#Inhalt_NeuAktuell {
	width:710px;   height:600px;
	margin:0px;
	float:right;
	/*-- border:1px solid blue; --*/
}

#Inhalt_NeuAktuell div {
	width:700px;   height:210px;
	margin-bottom:12px;   margin-right:5px;   margin-left:5px;
	float:right;
}

#Inhalt_NeuAktuell div div {
	text-align:center;
	width:130px;   height:145px;
	margin-bottom:15px;   margin-right:25px;
	float:left;
	border:1px solid #FFA70E;
}

#Inhalt_NeuAktuell div div img {
	border:0px;
	margin-top:2px;   margin-bottom:3px;
}

.Inhalt_NeuTitel {
	width:130px;   height:18px;
	text-align:center;
	font-size:10px;   font-weight:bold;   color:#0069AD;
	border-bottom:1px solid #FFA70E;
}

.Inhalt_NeuTitelBreit {
	width:290px;   height:18px;
	text-align:center;
	font-size:12px;   font-weight:bold;   color:#0069AD;
	border-bottom:1px solid #FFA70E;
}

/*-- .Inhalt_NeuTitel a:link {
	font-size:12px;   font-weight:bold;   color:#0069AD;
	text-decoration:none;
}
.Inhalt_NeuTitel a:hover {
	font-size:12px;   font-weight:bold;   color:#0069AD;
	text-decoration:none;
}
.Inhalt_NeuTitel a:active {
	font-size:12px;   font-weight:bold;   color:#0069AD;
	text-decoration:none;
}
.Inhalt_NeuTitel a:visited {
	font-size:12px;   font-weight:bold;   color:#0069AD;
	text-decoration:none;
} --*/


/*-- .Inhalt_Titel {
	width:190px;   height:18px;
	text-align:center;
	font-size:14px;   font-weight:bold;   color:#0069AD;
	border-bottom:1px solid #FFA70E;
}

.Inhalt_Titel a:link, a:hover, a:visited, a:active{
	font-size:14px;   font-weight:bold;   color:#0069AD;
	text-decoration:none;
} --*/

#Fusszeile {
	background-image:url(../images/bg_blank_fusszeile.gif);   background-repeat:repeat-y;
	font-size:11px;   font-weight:normal;   color:#0069AD;
	text-align:center;
	width:888px;   height:18px;
	margin:0px;  	padding-left:8px;
	border-top:1px solid #FFA70E;
	clear:both;
	/*-- border:1px solid blue; --*/
}

/*-- Formatierung für Link bei E-Mail Adresse in der Fusszeile (formatieren im ID geht nicht) --*/
.Fusszeile a:link {
	font-size:11px;   font-weight:normal;   color:#0069AD;
	text-decoration:none;
}
.Fusszeile a:hover {
	font-size:11px;   font-weight:normal;   color:#0069AD;
	text-decoration:none;
}
.Fusszeile a:visited {
	font-size:11px;   font-weight:normal;   color:#0069AD;
	text-decoration:none;
}
.Fusszeile a:active {
	font-size:11px;   font-weight:normal;   color:#0069AD;
	text-decoration:none;
}






