﻿A:link {
	color: red;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}
A:visited {
	color : green;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}
A:hover {
	color : orange;
	text-decoration: underline;
	font-weight: bold;
}
A:active {
	color : orange;
	text-decoration: none;
}
body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px none;
		/* background-image: url("images/allgemein/hintergrund.jpg");
	background-repeat: no-repeat;
	 >> weitere Optionen <<
	background-position: center; 	 
	background-attachment:fixed;
	*/
}
table {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px none;
	text-transform: none;
}




