/**************************************************************
	
	Class/ID: CONTENT
	Media: ALL
	
	2007 das.zeichen (Bernhard Sturm) www.daszeichen.ch
****************************************************************/
#address p {
	font-size:0.71em;
	margin:0em 0em 0.8em 0em;
	line-height:140%;
}


#content h1, #content h2, #content h3 {
	font-size:0.71em;
	text-transform: uppercase;
	margin:0;
}
#content h2, #content h3  {
	text-transform: none;
	margin:1em 0em 0em 0em;
	font-weight:bold;
}


#content p {
	font-size:0.71em;
	line-height:140%;
	margin:0.2em 0em 0.8em 0em;
}

 /* globale link definition */
a:link, a:visited {
	text-decoration: none;
	color: #FF8C00;
	background-color: #FFF;
 }
a:hover, a:active {
	text-decoration: none; 
	color: #FFCC33;
	background-color: #FFF;
 }
 
 a#active {
 	text-transform: uppercase;
	font-weight: bold;
 }
