/** CSS by Gestaltungen plus, www.gestaltungenplus.ch **/
/** CSS fuer www.triinu.ch **/
/* Formatvorlagen fuer den allgemeinen Stil der Website */

/* 
Farbangaben:
FarbeC, hellgrau: (204,204,204) CCCCCC;
Farbe9, grau: (153,153,153) 999999;
Farbe6, mittelgrau: (102,102,102) 666666;
Farbe3, dunkelgrau: (51,51,51) 333333;
Farbe0, schwarz: rgb(0,0,0) 000000;
FarbeF, weiss: rgb(255,255,255) FFFFFF; 

Farbe1,	color: #FC6;

*/


/* Navigation */

ul
{
	margin: 0;
	padding: 0;
}

#menu1 li
{
	margin-top: 10px;
	height: 18px;
	float: left;
	list-style: none;
	
	display: block;
	text-decoration: none;
	padding: 0px 8px 0 0px;
	
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0em;
}

#menu1 a
{
	text-decoration: none;
	background-color: transparent;
	color: #666;
}

#menu1 a.farbe1
{
	text-decoration: none;
	background-color: transparent;
	color: #F30;
}

#menu1 a:hover
{
	text-decoration: none;
	background-color: transparent;
	color: #333;
}

#menu1 li.aktivfarbe1
{
	color: #F30;
	background-color: transparent;
}

#menu2 { margin: 0px 0px 0px 10px; }

#menu2 li
{
	height: 18px;
	float: left;
	list-style: none;
	display: block;
	text-decoration: none;
	padding: 0px 8px 0 0px;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

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

#menu2 a:hover
{
	text-decoration: none;
	background-color: transparent;
	color: #333;
}

#menu3 li
{
	height: 18px;
	float: left;
	list-style: none;
	display: block;
	text-decoration: none;
	padding: 0px 8px 0 0px;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	margin: 0px;
}

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

#menu3 a:hover
{
	text-decoration: none;
	background-color: transparent;
	color: #333;
}


/* Sprachen Navigation */

#dataright li
{
	width: 150px;
	height: 24px;
	list-style: none;
	line-height: 24px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
}

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

#dataright p
{
	line-height: 20px;
	font-size: 11px;
	text-align: left;
	color: #333;
	background-color: transparent;
}
