/* 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: 180%;
	vertical-align: top;
}

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

a:visited {
	text-decoration:none;
	color: #333333;
}
a:active {
	text-decoration:none;
	color: #333333;
}
a:hover {
text-decoration:none;
color:#999999}

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

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

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

}
.table_mit_Hintergrund {
	background-image: url(../bilder/rahmen.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;

}
.copyright {
	font-size: 8.5pt;
	color:#003399;
	line-height: 16px;
}
.copyright:link { font-weight:light; color:#003399; text-decoration:none; }
.copyright:visited { font-weight:lght; color:#003399; text-decoration:none; }
.copyright:focus { font-weight:light; color:#003399; text-decoration:underline; }
.copyrighta:hover { font-weight:light; color:silver; text-decoration:none; }