<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** CSS by Gestaltungen plus, www.gestaltungenplus.ch **/ /** CSS fuer www.zwirbelnaescht.ch **/ /* Formatvorlagen fuer die Navigation der Website */

/* Farbangaben: 
Farbe1, schwarz: 000000 
Farbe2, gruen: 66cc66 
Farbe3, hellgrau: dbdbdb
Farbe4, pink: cc0099
Farbe0, schwarz: rgb(0,0,0) 000000; 
Farbe00, weiss: rgb(255,255,255) FFFFFF;

*/


a
{
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

#nav a, #subnav a, #nav2 a, #subnavinfo a
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 10px;


}

#nav a:hover, #subnav a:hover, #nav2 a:hover, #subnavinfo a:hover
{
	color: #66cc66;
}


a.none { color: #000000; text-decoration: none; background-color: transparent; }

a:hover
{
	color: #66cc66;
	background-color: transparent;
}


#columnsnav ul, #columnnav ul
{
	margin: 0em 5px 0em 0px;
	padding: 0;
}

#nav li, #subnav li, #nav2 li, #top li, #subnavinfo li
{
	display: block;
	font-size: 69%;
	line-height: 120%;
	margin: 0px 6px 0px 0px;
	font-weight: normal;
	float: left;
	border: 0px #000 solid;
	height: 18px;
}


#top li
{
	margin: 0px 5px 0px 5px;
}

#subnavinfo li
{
	display: block;
	font-size: 69%;
	line-height: 120%;
	margin: 0px 6px 0px 0px;
	font-weight: normal;
	float: left;
	border: 0px #000 solid;
	height: 16px;
}

#subnav li
{
	display: block;
	font-size: 69%;
	line-height: 120%;
	margin: 0px 6px 0px 0px;
	font-weight: normal;
	float: left;
	border: 0px #000 solid;
	height: 16px;
}


.current
{
	color: #cc0099;
	padding: 0px 0px 0px 10px;
}


.currentactive
{
	color: #cc0099;
	padding: 0px 0px 0px 0px;
}

#nav2, #subnav2
{
	float: left;
}

#subnavinfo { margin: 0px 0 0 150px; }

#subnav { margin: 0px 0 0 264px; }


</pre></body></html>