/* Body Deklaration */
body {
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin: 5px;
	background-color: #000000;
}

/* Header fuer Contentseiten*/
h1 {
	color: black;
	font-size: 11px;
	margin: 5px;
}

/* Fliesstext Normal*/
p {
	color: black;
	font-size: 11px;
	margin: 5px;
}

/* bold */
b {
	color: white;
	font-size: 11px;
	margin: 5px;
}


/* Link Deklarationen*/

/* allg Links*/
a {
	color: lightgrey;
	text-decoration: none;
}

a:hover {
	color: lightgrey;
	text-decoration: underline overline;
}

/* table cell */
td {
	color: white;
	font-size: 11px;
	margin: 5px;
	font-weight: bold;
}