/* CSS Document */

/*-- Delphi Reisen / Website / erstellt Januar 2007 durch Tourdata AG, Zürich --*/

/*-- Formatierung der Layer --*/

#Container {
	background-image:url(../images/bg_fusszeile.gif);
	width:900px;   height:600px;   height:auto;
	text-align:left;
	clear:both;
}

#Banner {
	width:900px;   height:110px;
	text-align:left;
}

#Menu {
	width:160px;   height:460px;
	text-align:left;
	float:left;
	/*-- border:1px solid red; --*/
}

/*--- Auflistung Menu ---*/
#Menu ul {
	position:relative; left:-30px; top:15px; /* IE und Firefox gleiche Ausgabe (*)*/
	margin-top:20px;
	height:278px;   width:auto;
}

#Menu ul li {
	width:140px;
	padding-top:5px;   padding-bottom:8px;
	border-bottom:1px solid #f0a411;	
	list-style-type:none; /* Für Firefox */
}

#Menu ul li a {
	font-size:14px;   font-weight:bold;   color:#FFFFFF;
	text-decoration:none;
}

#Menu ul li a:hover {
	text-decoration:none;
}

#Adresse {
	position:relative; left:10px; top:13px; /* IE und Firefox gleiche Ausgabe (*)*/
	font-size:11px;   font-weight:normal;   color:#FFFFFF;
}

#Adresse img {
	padding-bottom:10px;
}

.Adresse a:link{
	font-size:11px;   font-weight:normal;   color:#FFFFFF;
}
.Adresse a:hover{
	font-size:11px;   font-weight:normal;   color:#FFFFFF;
}
.Adresse a:visited{
	font-size:11px;   font-weight:normal;   color:#FFFFFF;
}
.Adresse a:active{
	font-size:11px;   font-weight:normal;   color:#FFFFFF;
}

#Inhalt {
	background-color:#FFFFFF;
	width:700px;
	margin-top:20px;   margin-bottom:20px;   margin-right:20px;
	text-align:left;
	float:right;
	/*-- border:1px solid green; --*/
}

#Inhalt_iframe {
	width:700px;
	margin-top:20px;   margin-right:20px;
	text-align:left;
	float:right;
	/*-- border:1px solid green; --*/
}

#Inhalt_iframe_seiten {
	width:700px;
	padding-right:20px;
	padding-top:20px;   margin-bottom:15px;
	text-align:left;
	float:right;
	/*-- border:1px solid green; --*/
}

#Fusszeile {
	width:900px;   height:5px;
	clear:both;
}
