/* --------------------------------------------------------------------------------
Website Neugestaltung www.buehrer-reisen.ch / April 2008 / erstellt von Tourdata AG
-------------------------------------------------------------------------------- */

/*-- Allgemeine Formatierung der Seiten --*/
body {
	background-image:url(../images/layout/bg_boddy.jpg);
	font-family:Arial, Helvetica, sans-serif;   font-size:12px;   font-weight:normal;
	text-align:center;
}

img {
	border:0px;
	margin:0px;   padding:0px;
}

.Lauftext_klein {
	font-size:10px;   font-weight:normal;   color:#004490;
}

.Lauftext {
	font-size:12px;   font-weight:normal;   color:#000000;
}

/*-- Seitentitel --*/
h1 {
	font-size:20px;   font-weight:bold;   color:#004490;
	margin:0px;   padding:0px;
}

/*-- Überschriften --*/
h4 {
	font-size:14px;   font-weight:bold;   color:#004490;
	margin:0px;   padding:0px;
}

/*-- Titel Angebote --*/
h5 {
	font-size:12px;   font-weight:bold;   color:#004490;
	margin-top:5px;   margin-bottom:0px;   padding:0px;
}

.Lauftext a:link {
	font-weight:normal;   color:#000000;
	text-decoration:underline;
}

.Lauftext a:hover {
	font-weight:normal;   color:#000000;
	text-decoration:underline;
}

.Lauftext a:visited {
	font-weight:normal;   color:#000000;
	text-decoration:underline;
}

.Lauftext a:active {
	font-weight:normal;   color:#000000;
	text-decoration:underline;
}

a:link {
	font-weight:bold;   color:#BF1600;
	text-decoration:none;
}

a:hover {
	font-weight:bold;   color:#BF1600;
	text-decoration:underline;
}

a:visited {
	font-weight:bold;   color:#BF1600;
	text-decoration:none;
}

a:active {
	font-weight:bold;   color:#BF1600;
	text-decoration:none;
}


