/* Navigation-CSS für www.fdpbuchholz.de */

/* Wichtige Farben

Hausfarbe: blau = #00519e
           gelb = #fbee31
Schmuckfarben:
gelb	20% = #fefbd5
		50% = #fdf689
		80% = #fbf15a
blau	50% = #80a8ce
		60% = #6696c4
*/

/*für Verweise zu noch nicht besuchten Seiten: */
a:link {
	font-weight:normal;
  text-decoration:none;
  color:#00519e;
}

/* für Verweise zu bereits besuchten Seiten: */
a:visited {
	font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#00519e;
}

/* für Verweise, die den Fokus erhalten,
z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0): */
a:focus {
	font-weight:normal;
  text-decoration:none;
  color:#00519e;
}

/* für Verweise, während der Anwender mit der Maus darüber fährt (CSS 2.0): */
a:hover {
	font-weight:normal;
  text-decoration:underline;
	font-style:normal;
	color:#00519e;
  background-color:#fdf689;
}

/* für gerade angeklickte Verweise: */
a:active {
	font-weight:normal;
  text-decoration:none;
  font-style:italic;
}

/* Links in vertikaler Anordnung */

#nav {
	position:relative;
  top:0px;
  left:0px;
	background-color:transparent;
	font-size:0.8em;
  padding:0px;
  text-decoration:none;
}

#nav ul {
	background-color:transparent;
  border:1px solid #C0C0C0;
  padding:3;
  margin:0;
}

#nav li {
	background-color:#fff;
  text-decoration:none;
  padding:0 0 0 0px;
  margin:0 0 3 0px;
  width:100%;
  border:1px solid #cecfce;
}

#nav a:link, #nav a:visited, #nav a:active {
  padding-left:18px;
	background-image:url(../images/elements/menupfeil_15x16.jpg);
  background-repeat:no-repeat;
  background-color:transparent;
  text-decoration:none;
  font-style:normal;
}

#nav a:hover, #nav a:focus {
	color:#fff;
  background-color:#00519e;
	background-image:url(../images/elements/menupfeil_15x16.jpg);
  background-repeat:no-repeat;
}

/* Links im Text */

.nav-txt {
  background-image:url(../images/elements/triangle_6x12.gif);
  background-repeat:no-repeat;
  background-position:0%;
  padding-left:7px;
  text-decoration:none;
	border:0px solid #2F8EDF;
}

.nav-neu {
  background-image:url(../images/elements/neues_fenster_12x12.gif);
  background-repeat:no-repeat;
  background-position:0%;
  background-color:transparent;
  padding-left:13px;
  text-decoration:none;
	border:0px solid #2F8EDF;
}

.nav-neudom {
  background-image:url(../images/elements/neue_domain_12x12.gif);
  background-repeat:no-repeat;
  background-position:0%;
  background-color:transparent;
  padding-left:13px;
  text-decoration:none;
	border:0px solid #2F8EDF;
}

/* Headline als Link */
#headline a {
	text-decoration:none;
  background:transparent;
  font-weight:bold;
  border-bottom:0px solid #00519e;
  margin:0px;
}

/* inaktiver Link */
.no-link {
	color:#CFCFCF;
}
