body {
	/*background: url(/images/background.gif) repeat;*/
	font-family: Helvetica,Arial,sans-serif;
	color: black;
	font-size: 0.8em;
	/* wird nur von ie interpretiert, fuer ns in html */
	margin: 0;
	}


a:link {
	color: #0033FF;
	font-size: 0.9em; 
	font-weight: bold;
	text-decoration: none; 
	}

a:visited { 
	color: #3366CC;
	font-size: 0.9em; 
	font-weight: bold;
	text-decoration: none; 
	}

a:active, a:hover {
	color: #0033FF;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline; 
	}

table {
	border-style: none;
	border-width: 0; 
	line-height: 1em;
	}

img {
	border-style: none;
	}

.menu { 
	font-weight: bold;
	/*color: black;*/
	}
.menu a:link {
	color: silver;
	font-size: 0.9em; 

	text-decoration: none; 
	}
	
.menu a:visited { 
	color: silver;
	font-size: 0.9em; 

	text-decoration: none; 
	}

.menu a:active {
	color: silver;
	font-size: 0.9em;
	/*background: black;*/
	text-decoration: underline; 
	}

.menu a:hover {
	color: silver;
	font-size: 0.9em;
	/*background: white;*/
	text-decoration: underline; 
	}

.titel { 
	font-weight: bold;
	}

.klein { 
	font-size: 0.7em;
	}

