/* CSS Document */

/* Website swisstrails.ch - realisiert durch Tourdata AG */

/*-- Formatierung der Layer --*/

#Container {
	text-align:left;
}

#Banner {
	background-image: url("../images/bg_banner.gif");
	border:0px;
	width:100%;   height:83px;
	text-align:left;
}

.Rahmen {
	border-bottom:2px solid #FFFFFF;   border-top:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	height:83px;
}

#Menu {
	text-align:right;
	font-size:13px;   font-weight:bold;   color:#FFFFFF;
	width:200px;
	margin-top:35px;   margin-right:25px;
	margin-left:0px;
	float:left;
	/*-- border:1px solid red; --*/
}

#Menu ul {
	height:auto;
	margin-left:0px;   padding-left:25px;   margin-bottom:15px;
}

#Menu ul li {
	width:175px;   height:15px;
	text-decoration:none;   list-style-type:none;
	padding-right:5px;   padding-top:5px;
}

#Menu a {
	font-size:13px;   font-weight:bold;   color:#FFFFFF;
	text-decoration:none;
}

#Menu a:hover {
	font-size:13px;   font-weight:bold;   color:#FFFFFF;
	text-decoration:none;
}

#Menu a.visited {
	font-size:13px;   font-weight:bold;   color:#FFFFFF;
	text-decoration:none;
}

#Menu a:active {
	font-size:13px;   font-weight:bold;   color:#FFFFFF;
	text-decoration:none;
}

#Adresse {
	margin-top:15px;
}

#Inhalt_home {
	margin-left:35px;   margin-top:45px;
	float:left;
}

#Inhalt {
	margin-left:5px;   margin-top:25px;
	float:left;
	/*-- border:1px solid red; --*/
}
/*-- Button "weiter" (Reise buchen) --*/
.ButtonReise {
	display:none;
}
/*-- Button "weiter" (Seite mit Saisontext) --*/
.ButtonSaison {
	display:show;
}
/*-- Button "weiter" (Reise buchen) --*/
.ButtonReiseT {
	display:show;
}
/*-- Button "weiter" (Seite mit Saisontext) --*/
.ButtonSaisonT {
	display:none;
}

#Laenderbanner {
	float:left;
}

#Laenderbanner div {
	margin-bottom:15px;
}

#Fusszeile {
	clear:both;
}
