/* 
** Stylesheet für die Bildschirmdarstellung der Tacheles Seiten.
**
** Der generelle Aufbau einer Seite ist unter http://www.tacheles-sozialhilfe.de/styles/default.aspx beschrieben.
**
** Hinweis: Eine style class sind in Kamelschreibweise definiert. Dies ist veraltet. 
** Grundsätzlich sollten bei Tacheles nur css Klassen in kleiner Schreibweise verwendet werden!
*/

/*
** Style für die komplette Seite.
** 
** Derzeit noch keine besonderen Merkmale.
*/
#page {
	
}

/* 
** Page header
*/
#head  {
	display:none;
}

#PageHead  {
	display:none;
}

/*
** Main section: 
** No link decoration when printig.
** No colors for header.
*/
#main a {
	text-decoration:none;
	color:black;
}

#main h1 { 
	font-size: 133%; 
	text-align: center;
	margin:0;
	padding: 3pt;
}

#main h2 {
	font-size: 133%; 
	font-weight: bold;
}

#main h3 {
	font-size: 115%; 
	font-weight: bold;
	color:black;
}

#main h4 {
	font-size: 115%; 
	font-weight: bold;
}

#main h5 {
	font-size: 100%; 
	font-weight: bold;
}

#main h6 {
	font-size: 100%; 
	font-weight: bold;
}

#main h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	color: black;
}

/* 
** Links section
*/
#links  {
	display:none;
}

/* 
** Page footer
*/
#foot  {
	display:none;
}

/*
** Footnote
*/
#PageMain p.fn {
	font-size: 90%;
}

#PageMain .fnref {
	font-size:66%;
	vertical-align:super;
}



