/* Standard HTML-Elemente */
body
{
	background-color: #333333;
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
}

p
{
	margin-left: 15px;
	margin-top: 15px;
}

img
{
	border-width: 0px;
	vertical-align: top;
}



/* SPAN tag */
.fett { font-weight: bold; }
.kursiv { font-style: italic; }
.thierry { font-size: 14px; font-weight: bold; }
.addr { font-size: 10px; }


/* ID tag */
#t1
{ vertical-align: top; }



/* Links */
a:link
{
	color: #CCCCCC;
	text-decoration: none;
	}

a:visited
{
	color: #CCCCCC;
	text-decoration:  none;
}

a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}

a:active
{
	color: #CCCCCC;
	text-decoration: none;
}