/* --------------------------------
	Reset
-------------------------------- */
* {
	margin: 0;
	padding: 0;
}
img{
	border:none;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
body, h1, h2, h3, h4, h5, h6, p, li, th, td {
	font-weight: normal;
	font-family:"Lucida Grande",sans-serif;
	font-size:12px;
	line-height:1.6;
	color: #333;
	
}



.Stil1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: normal;
	}
.Stil2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	line-height: normal;
	}

#clippings {
	margin: 0 0 0 70px;
	}


/* --------------------------------
	common
-------------------------------- */

a:link, a:visited {
	text-decoration: none;
	color:#333;
}
a:active, a:hover {
	text-decoration: none;
	color:#6cafb8;
}


