/*
  -------------------------------------------------------------------------------
  central css for jundc.com
  
  derkohler.com // interdisziplinaere gestaltung
  tel. +49 (7531) 80767-50, email hallo@derkohler.com
  tested with   MS Internet Explorer 6.0 (Win32)
                Mozilla Firefox 1.5 (Win32)
                ...

  -------------------------------------------------------------------------------
*/

/*
  -------------------------------------------------------------------------------
  central definitions
  -------------------------------------------------------------------------------
*/
p, h1, h2, h3, h4, h5, h6,
table, tr, td, div,
ul, ol, li
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;
	line-height: 16px;*/
	color: #636363;
	text-decoration: none;
}
body
{
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	/*background-image: url(../img/bg-page.gif);
	background-position: top center;
	background-repeat: no-repeat;*/
}
a,
a:link,
a:visited,
a:active,
a:hover
{
	/*color: #FFBB00;*/
	color: #e2007a;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}