@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;         /* required */
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background: #ea178b  url(../img/kachel_start.gif);
	}
img {
	border: 0;
}


#distance { 
	margin-bottom: -99px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 197px;         /* required - desired height */
	width: 239px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

a:focus {
			outline: none;
			-moz-outline: none; /*gestrichelte Linien um Links entfernt */
		}
		