/**
 * Style sheet basic
 */
body
{
	margin:0px 0px 24px 0px;
	padding:0px;
	font-size:12px;
	color:#000;
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family:Arial, sans-serif;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:15px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

a
{
	text-decoration:none;
	color:#C7096B;
}

a:hover
{
	text-decoration:underline;

}

img
{
	vertical-align:middle;
	border:0px;
}

p
{
	
}

form {
	margin:0;
	padding:0;
}

/* inhalt */
.wichtiger-text1
{
	color:#C9096D;
}

.wichtiger-text2
{
	color:#422482;
}

.kleiner-text
{
	font-size:9px;
}

