a, address, blockquote, 
caption, cite, dfn, dl, dt, 
fieldset, h1, h2, h3, h4, 
img, input, label, legend, 
li, ol, option, p, q, 
select, textarea, td, th, ul,div 	{
	font-family				:	Arial, Verdana, sans-serif;
}

body	{
	margin						:	0px 0px 0px 0px;
	margin-top				:	0px;
	margin-bottom			:	0px;
	padding						:	0;
	color							:	#666666;
	background-color	:	#FFFFFF;
	text-align				:	left;
	line-height:14px;
}

body, ul, li, td, form, input, submit, textarea, select, option {
	font-size					:	12px;
	color							:	#666666;
}

p,ul {
	margin-top 				: 0;
	margin-bottom 		: 0;
}

img	{
	border						:	0;
/* -- Damit NN4 trotzdem keine blauen Raender macht. 
	  Nicht vergessen, dass fuer richtige Browser wieder zurueckzusetzen -- */
	color							:	#fff;
	background				:	transparent;
}

strong	{
	background				:	transparent;
}

table	{
	border						:	0;
}	
	
p	{
	font-weight				:	normal;
}

/* -- Links -- */

a:link	{
	color							:	#666666;
	text-decaration		: underline;
}

a:visited	{
	color							:	#666666;
	text-decaration		: underline;
}

a:HOVER	{
	color							:	#666666;
	text-decaration		: none;
}

a:active	{
	color							:	#666666;
	text-decaration		: underline;
}	

a:link:hover	{
	color							:	#666666;
	text-decaration		: none;
}

a:visited:hover	{
	color							:	#666666;
	text-decaration		: none;
}

a:hover:active	{
	color							:	#666666;
	text-decaration		: none;
}

#colLeft a:hover{
	color: #666666;
}

#colNormal a:hover{
	color: #666666;
}

#colBorder a:hover{
	color: #666666;
}

a:link,
a:visited,
a:active,
a:hover
{
  color             : #666666;
  text-decoration   : underline;
  font-weight:normal;
  font-size : 12px;
}

a:hover {
  text-decoration   : none;
}