/* --------------------------------------------------------------------------------
Website Neugestaltung www.buehrer-reisen.ch / April 2008 / erstellt von Tourdata AG
-------------------------------------------------------------------------------- */

/*-- Formatierung der einzelnen Layer --*/
#Container {
	background-image:url(../images/layout/bg_container.png);
	width:910px;   height:auto;
	margin-left:auto;   margin-right:auto;
	clear:both;
}

#Kopfzeile {
	background-image:url(../images/layout/bg_banner.jpg);   background-repeat:no-repeat;
	width:910px;   height:140px;
}

/*-- Kopfzeile mit individuellem Banner-Bild (Bild im Html eingefügt) --*/
#Spez_Kopfzeile {
	width:910px;   height:140px;
}

#Newsticker {
	color:#004490;
	margin-left:15px;   margin-top:115px;
	float:left;
	/*-- border:1px solid black; --*/
}

#Menu {
	width:185px;   height:auto;
	margin-top:25px;
	text-align:left;
	float:left;
}

.Menu_Balken {
	background-image:url(../images/layout/bg_menupunkt.jpg);   background-repeat:no-repeat;
	width:170px;   height:30px;
	margin-left:10px;
	padding-top:5px;   margin-bottom:-3px;
}

.Menu_Titel {
	font-size:12px;   font-weight:bold;   color:#FDF6D3;
	margin-left:10px;
}

.Menu_Titel a:link {
	font-size:12px;   font-weight:bold;   color:#FDF6D3;
	text-decoration:none;
}
.Menu_Titel a:hover {
	font-size:12px;   font-weight:bold;   color:#FDF6D3;
	text-decoration:none;
}
.Menu_Titel a:active {
	font-size:12px;   font-weight:bold;   color:#FDF6D3;
	text-decoration:none;
}
.Menu_Titel a:visited {
	font-size:12px;   font-weight:bold;   color:#FDF6D3;
	text-decoration:none;
}

.Untermenu {
	font-size:12px;   font-weight:bold;   color:#BF1600;
	margin-left:20px;   margin-top:-3px;
}

.Untermenu a:link {
	font-size:12px;   font-weight:bold;   color:#004490;
	text-decoration:none;
}
.Untermenu a:hover {
	font-size:12px;   font-weight:bold;   color:#004490;
	text-decoration:none;
}
.Untermenu a:active {
	font-size:12px;   font-weight:bold;   color:#004490;
	text-decoration:none;
}
.Untermenu a:visited {
	font-size:12px;   font-weight:bold;   color:#004490;
	text-decoration:none;
}

#Adresse {
	width:170px;
	margin-top:75px;   margin-left:15px;   margin-bottom:5px;
	font-size:11px;   color:#004490;
	clear:both;
}

#Content {
	width:690px;   height:auto;
	margin-top:25px;   padding-left:10px;
	text-align:left;
	float:left;
	/*-- border:1px solid green; --*/
}

#Einstiegstext {
	height:165px;
}

#Angebote {
	margin-top:35px;
}

.Angebote_Rahmen {
	background-image:url(../images/layout/bg_angebot.jpg);   background-repeat:no-repeat;
}

#Fusszeile {
	background-image:url(../images/layout/bg_fusszeile.jpg);   background-repeat:no-repeat;
	width:910px;   height:35px;
	clear:both;
}


