/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	overflow:hidden;
	padding: 0px;
	color: #333;
	margin: 0px;
	background-color: #ffffff;
	text-align: center;	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C2C2C2;
}

a {
	font-size: 12px;
	color: #C2C2C2;
	text-decoration: none;
}

a:link {
	color: #FFCB00;
	text-decoration: none;
}

a:visited {
	color: #FFCB00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img{
	text-decoration: none;
}

/* Clear Class */
.Stil1 {
	font-size: 11px;
	color: #8c8c8c;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 2.8em;
	margin: 0;
	clear: both;
}
