/************************************************************
 * TITLE: Webdesign Psychotherapie Stylesheet               *
 * AUTHOR: Markus Delbrouck (webmaster@markusdelbrouck.ch)  *
 * MODIF: 15-07-2004 12:58 +0200                            *
 ************************************************************/

/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  text-decoration: none;
  }


a.tooltip span {
  display: none;
  text-decoration: none;
}


/* Standard Hyperlinks */
a:link, a:visited, a:hover, a:active{
 color:#000000;
 text-decoration:none;

}

/* Navigation */

#navigation {
  display: none;
  text-decoration: none;
}

#navigation A img
{
border : none;
}

/* Brotkruemmel */

.breadcrumb {
	display: none;
  	text-decoration: none;
}


/* Formatierung Überschriften Box */

	dl {
		color:#d9d9d9;
		font-style:bold;
		font-size:x-large;
		text-transform:uppercase;
		text-decoration:underline;
		}

	dt {
		color:#d9d9d9;
		font-style:bold;
		font-size:x-large;
		text-transform:uppercase;
		text-decoration:underline;
		}

	dd {
		color:#d9d9d9;
		font-style:bold;
		font-size:x-large;
		text-transform:uppercase;
		text-decoration:underline;
		}

/* versteckter Hinweis für Besucher ohne CSS */

.hinweis {
display:none;
}

/* wiederkehrende Fuss-Elemente der Seiten */

#footer {
	   display: none;
  	text-decoration: none;
}

hr	{
	background-color:#cccccc; /* Mozilla 1.4 */
	color:#cccccc; /* IE 6 */
	border: #cccccc; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	width: 100%;
}

.headline {
   text-align: center;
   font: 15px/130% Verdana, Arial, Helvetica, sans-serif;
   
}
