/**
 * Kevin Wölfer
 *
 * Last Change  : 22.09.2006
 * Change by    : kw
 *
 * Last Changes : (newest on top)
 * 22.09.2006 - First Setup - kw
 */


a:link  {
  color           : #404040;
  text-decoration : none;
  font-family     : Arial, Tahoma, Verdana;
  font-size       : 14px;
	line-height     : 22px;
}

a:visited  {
  color           : #404040;
  text-decoration : none;
  font-family     : Arial, Tahoma, Verdana;
  font-size       : 14px;
	line-height     : 22px;
}

a:active  {
  color           : #404040;
  text-decoration : none;
  font-family     : Arial, Tahoma, Verdana;
  font-size       : 14px;
	line-height     : 22px;
}

a:hover  {
  color           : #404040;
  text-decoration : underline;
  font-family     : Arial, Tahoma, Verdana;
  font-size       : 14px;
	line-height     : 22px;
}

p,ul,ol,li,th,address,blockquote,nobr,b,i,input,textarea,select  {
  font-family     : Arial, Tahoma, Verdana;
  text-decoration : none;
  color           : #66676a;
  font-size       : 14px;
	line-height     : 22px;
}

td {
  font-family     : Arial, Tahoma, Verdana;
  text-decoration : none;
  color           : #66676a;
  font-size       : 14px;
	line-height     : 22px;
}

td.headline {
  font-family     : Arial, Tahoma, Verdana;
  text-decoration : none;
  color           : #66676a;
  font-size       : 14px;
  font-weight     : bold;
	line-height     : 22px;
}