/* Standard Stylesheet
www.kosmische-kraftpunkte.de
Start: 03.09.2006
Letzte Aenderung: 03.09.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 70%;
	line-height: 1.4em;
}

a:link {
	color: #ce131a;
}

a:visited {
	color: #909090;
	text-decoration: none;
}

a:hover, a:active, a:focus {
 	color: #1cb727;
	text-decoration: none;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}
