body, table {
	font-family: 'Lucida Grande', Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 13px;
	line-height: 150%;
	margin: 0;
color: #666666;
}

h1, h2, h3 {
	color: #F45657;
	font-size: 24px;
	font-family: 'comic sans ms', Tahoma, sans-serif;
	margin-top: 0.2em;
  font-weight:normal;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

ul {
 list-style-image: url(../img/li.jpg);
}

hr {
border: 0px; /* Für Firefox und Opera */
border-top: dotted 1px #A2A1A1;
border-bottom: solid 1px #fff; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

a img { border: none }

a { text-decoration:underline;color: #FB405F;font-weight:bold; }
a:hover { text-decoration:none;color:#666666;font-weight:bold; }



