/* Positionierung Hauptnavigation waagerecht */
#navigation1	{
	position: absolute;
	top: 103px;
	left: 188px;
	width: 650px;
	z-index: 2;
	/*background-color: #cccccc;*/
}


/* Textgestaltung Hauptnavigation waagerecht */
#navigation1 p	{
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 100.01%;
  font-weight: bold;
  color: #000066;
  background-color: transparent;
  margin: 0;
}


/* Positionierung Unternavigation senkrecht */
#navigation2	{
	position: absolute;
	top: 147px;
	left: 21px;
	width: 120px;
	padding-top: 20px;
	/*background-color: #c0c0c0;*/
}


/* Gestaltung der Ueberschriften Unternavigation senkrecht */
#navigation2 h1	{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 110%;
	font-weight: bold;
	color: #333;
	background-color: transparent;
}


/* Textgestaltung Unternavigation senkrecht */
#navigation2 p	{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 90%;
	font-weight: normal;
	line-height: 225%;
	color: #999; /*text-decoration: none;*/
	background-color: transparent;
}

/* Text auf der Startseite */
#navigation2 .text	{
	font-size: 110%;
	font-weight: normal;
	line-height: 140%;
	color: #000; /*text-decoration: none;*/
	background-color: transparent;
}	


/* Links der Navigationsleiste */
a:link {
	color:#000066;
	/*font-size:11px;*/
	text-decoration: underline;
}
a:visited {
	color:#000066;
	/*font-size:11px;*/
	text-decoration: underline;
}
a:hover {
	color:#000066;
	/*font-size:11px;*/
	text-decoration: none;
}
a:active {
	color:#000066;
	/*font-size: 11px;*/
	text-decoration: none;
}