/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.main_border
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 760px;
	padding: 4px;
}

.nav_head
{
	background-image: url(../images/nav-head-bg.gif);
	background-color: #000000;
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
}

.nav_item
{
	height: 16px;
	font-size: 12px;
}

.nav_border
{
	margin-top: 3px;
	margin-right: 5px;
	border-style: dashed;
	border-width: 1px;
	border-color: #AAAAAA;
}

.impressum
{
	width: 770px;
	font-size: 9px;
}

.product
{
	color: #000000;
	font-weight: bold;
}

.version
{
	color: #0033CC;
	font-weight: bold;	
}

.lickey
{
	color: #660066;
	font-size:16px;
	font-weight: bold;
}

a
{
  color: #003399;
  text-decoration: underline;
  font-weight: normal;
}

a.nav_link
{
  color: #003399;
  text-decoration: none;
  font-weight: bold;
}

a.nav_link:visited
{
  color: #003399;
  text-decoration: none;
  font-weight: bold;
}

a.nav_link:avtive 
{
  color: #003399;
  text-decoration: none;
  font-weight: bold;
}

a.nav_link:hover
{
  color: #003399;
  text-decoration: underline;
  font-weight: bold;
}
