/* Standard-CSS für www.lapiuma.ch */

/* Wichtige Farben
dunkelblau = #003399
grau =	     #999999
*/


html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, tr, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	vertical-align: top;
}

a:link {
	text-decoration:none;
	color: #000000;
}

a:visited {
	text-decoration:none;
	color: #000000;
}
a:active {
	text-decoration:none;
	color: #FF9900;
}
a:hover {
	text-decoration:none;
	color:#FF9900
}

h1 {
   font-size: 1em;
   color:#003399;

}

.navi_level_orange {
	font-weight:normal;
	text-align:left;
	color: #FF9900;
}

.navi_level_grey {
	font-weight:normal;
	text-align:left;
	color: #666666;
}

.navi_level_two {
	font-weight:normal;
	text-align:left;
	color: #FF9900;
}

.fusszeile {
	text-align:left;
	color:#999999;

}
.table_mit_Hintergrund {
	background-repeat: no-repeat;
	text-align: left;
	background-position: center;
}
.adresse {
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

