/* BASICS */
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana,Verdana, Arial,  sans-serif;
	font-size:9px;
	color:#666666;
	/* text-transform: uppercase; */
}
h1 {
	margin: 0 0 15px 0;
	padding: 0px;
	font-size: 21px;
	font-weight: normal;
}
td {
	letter-spacing: 1px;
	line-height: 15px;}
p {
	letter-spacing: 1px;
	padding: 0px;
	margin: 0 0 15px 0;
	line-height: 15px;
}

/* LINKS */
a:link, a:visited {
	color: #666666;
	text-decoration: none;
	/* font-weight: bold; */
}
a:hover, a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

/* EIGENE KLASSEN */
.red {
	color: #666666;
}

/* EIGENE INDIS */
#startbild {
	position:absolute; left:0; top:0;
}
#fotograf {
	position:absolute; left:10px; top:2050px;
}
