/* css document
Autor: Thomas Köster
E-mail: webmaster@no-limit-nottuln.de
web: www.no-limit-nottuln.de
*/
	body, td {
     	font-family: Verdana, Arial, Helvetica, sans-serif;
   		font-size: 11px;
  		color: #000000;
		margin: 0px;
		padding: 0px;
		
		}
/* links */
	a, a:visited, a:active {
		color: #000000;
		/*font-weight: bold;*/
		background-color: transparent;
		text-decoration: none;
		}
	a:hover {
	 	color: #8A211D;
		/*font-weight: bold;*/
		background-color: transparent;
		text-decoration: none;
		}
	.whitelink:active, .whitelink:link, .whitelink:visited {
		color: #FFFFFF;
		/*font-weight: bold;*/
		background-color: transparent;
		text-decoration: none;
	}
	.whitelink:hover {
	 	color: #8A211D;
		/*font-weight: bold;*/
		background-color: transparent;
		text-decoration: none;
		}
	.navlink:active, .navlink:link, .navlink:visited {
		color: #FFFFFF;
		font-size:12px;
		font-weight: bold;
		background-color: transparent;
		text-decoration: none;
	}
	.navlink:hover {
	 	color: #8A211D;
		font-weight: bold;
		background-color: transparent;
		text-decoration: none;
		}
	/*a.sivi, a.sivi:active, a.sivi:visited {
		font-weight: bold;
		color: #666;
		background-color: transparent;
		text-decoration: none;
		}
	a.sivi:hover {
	 	color: #000;
		font-weight: bold;		
		background-color: transparent;
		text-decoration: none;
		}
	a.crni, a.crni:active, a.crni:visited {
		font-weight: bold;
		color: #333;
		background-color: transparent;
		text-decoration: none;
		}
	a.crni:hover {
	 	color: #ff0099;
		font-weight: bold;		
		background-color: transparent;
		text-decoration: none;
		}
	a.futer, a.futer:active, a.futer:visited {
		font-weight: bold;
		color: #ccc;
		background-color: transparent;
		text-decoration: none;
		}
	a.futer:hover {
	 	color: #333;
		font-weight: bold;		
		background-color: transparent;
		text-decoration: none;
		}		*/
