/*def. Style-Sheets */ 
<style type="text/css">
/*  neue Netzwerker-Link-Liste */
p {
	font-family: 'Cataneo BT';
	font-size: 12px;
	color: #008000;
}
p.nk_motto {
	color: #CC3300;
	font: bold 14px Cataneo;
}
p.nk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
	border: thin groove #CC3300;
	cursor: e-resize;
	filter: Xray;
	background-image: url(images/logo_nk_linklist.gif);
	background-repeat: repeat;
	text-align: center;
	padding: 5px;
	width: 100%;
	visibility: visible;
}
.mark.nk {
	border: thin dashed #CC0000;
	z-index: 20;
}

p.m1a {
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
	text-align: center;
}
div.m1a {
	color: #FF0000;
	font-family: "Cataneo BT";
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

/* Design mitglieder-direkt-links */
div.nk {
	position: static;
	font-family: "Cataneo BT";
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;
	line-height: 20px;
	height: 350px;
	width: 200px;
	overflow: scroll;
	text-align: center;
	vertical-align: top;
	z-index: 10;
	letter-spacing: normal;
	word-spacing: normal;
	font-variant: normal;
	text-transform: none;
	clear: none;
	float: none;
	background-image: url(images/logo_nk_linklist.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	padding: 5px;
	visibility: visible;
	border-top: 5px outset #009966;
	border-right: 3px inset #CCCA97;
	border-bottom: 3px inset #CCCA97;
	border-left: 5px outset #009966;
	background-position: left left;
	text-indent: 5pt;
	cursor: wait;
}
h.nk ul{
	position: relalive;
	left: 0px;
	top: 5px;
	margin: 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #008000;
/*	  background-color: #F0FDEC;  */
	margin: auto;
	padding: 2px;
/*        border-style: inset;  */ 
	border-top: 4px inset #00CC00;
	border-right: 4px inset #00CC00;
	border-bottom: 4px inset #00CC00;
	border-left: 4px inset #00CC00;
	background-color: #F0FDEC;
	visibility: visible;
	left: 20px;
	top: 20px;
	right: 5px;
	bottom: 20px;
	background-color: #DADADA;
	display: block;
	color: #CC0033;
}
  h.nk ul li{
	position: static;
	font: bold normal 12px/normal Arial, Helvetica, sans-serif;
	text-decoration: none;    /* unterstrichen=Aus */
	text-transform: none;
	color: #009900;
	height: auto;
	width: auto;
	margin: auto;
	border-top: 2px outset #006600;
	border-right: 2px outset #006600;
	border-bottom: 2px outset #006600;
	border-left: 2px outset #006600;
}
h.nk ul li a{
	color: #008000;
/*	background: #DADADA;  */
	text-transform: none;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;    /* unterstrichen=Ein */
}
  h.nk ul li a:visited{
        color: #008000;
/*        background: #DADADA; */          /* Link-Text = dunkles-grün auf mittelgrau Tasteneffekt */	
	text-decoration: underline;    /* unterstrichen=Ein */
}
h.nk ul li a:hover, h.nk ul li .selected{
	color: ##00F000 !important;
	background: #BEBEBE;
/*	text-decoration: none; */   /* unterstrichen=Aus */
	font: bolder normal 13px Arial, Helvetica, sans-serif;
}
h1.nk {
	color: #FF00FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	background: #EEBB8F;
	text-decoration: underline;
	border: thin dotted #006600;
}
h2.nk {
	color: #FF00CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	background: #EEBB8F;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border: thin dotted #006600;
}
h3.nk {
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin dotted #006600;
}


/* Link-Design menue importent d.h wichtig */

a.m1a:link {
	font-family: 'Cataneo BT';
        color: #FF0066; background: #C4F8B1;  /* Link-Text = rot auf standard-hg */	
	text-decoration: none;                /* unterstrichen=Aus */
}
.a.m1a:active, .a.m1a:hover {
	font-family: 'Cataneo BT';
	color: #FF0066 !important; background: #DADADA;  /* Link-Text = spot-rot auf mittelgrau  Tasteneffekt */
	text-decoration: underline;           /* unterstrichen=Ein */
}
.a.m1a:visited {
	font-family: 'Cataneo BT';
        color: #FF0066; background: #C4F8B1;  /* Link-Text = rot auf standard-hg */	
	text-decoration: none;                /* unterstrichen=Aus */
}
</style>

