/* CSS Document   Atemtherapie, Zuerich */
/* 
___________________________________________________________________________________

		          client:                      www.atemtherapie-zh.ch
		
		          concept creation:            (c) 08/2003 by Alice Kaelin
		          conversion, code:            (c) 08/2003 by phi

___________________________________________________________________________________
 */


/* body */
body   {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}



/* listen */
 ul {
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        margin-left: 0em;
	padding-left: 1.2em;
	list-style: square;

}

/* umbruch kleiner */
br   {
	font-size: 5px;
	line-height: 5px;
}

/* haupttitel */
.titel   {
	color: #395A78;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* undertitel, textfett */
.textfett   {
	color: #395A78;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bolder;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}

/* undertitel, textfett, gruen dunkel */
.textfett_gruen   {
	color: #A5BC2B;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bolder;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
/* fliesstext */
.fliesstext   {
	color: #395A78;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 17px;
}

a:link {
	color: #A5BC2B;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #A5BC2B;
	text-decoration: none;
}
a:hover {
	color: #395A78;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.rot {
	color: #CC0000;
}
.navigation {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bolder;
	letter-spacing: normal;
}
.weiss {
	color: #FFFFFF;
}
.grau {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


.grossbuchstaben {
	text-transform: uppercase;
}
.hellgruen {
	color: #DBE4AB;
}
.dunkelgruen {
	color: #A5BC2B;
}


.textmicro {
	font-size: 1px;
	color: #DBE4AB;
}
