/* Stylesheet by netzflow, www.netzflow.de, Arne Tutschapsky */


/* Allgemeine Angaben */

body {
     background-color: #EEEEEE;
}

body, td, table, p, img, div, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica;
	font-size: 12px;
}
/* Inhaltsbereich, Text */

#text {
	color: #000000;
	font-weight: normal;
	text-align: center;
}

#text a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#text A:hover {
	color: #666666;
	font-style: bold;
	text-decoration: underline;
}