/*******************************************************
Schriftformatierungen
*******************************************************/


body {
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; /* entspricht einer Höhe von 10 Pixeln */
	width: 80%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#FE0000;
}
h1 {
	font-size: 160%;
	text-transform: uppercase;
}
h2 {
	font-size: 160%;
	text-transform: uppercase;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 110%;
}                     
h5 {
	font-size: 110%;
}                     
h6 {
	font-size: 110%;
	font-style:italic;
}
p {
	font-size: 100%;
	line-height: 1.5;
}

/***************************************
 Container ausblenden
***************************************/

#skip-menu,
#main-menu,
#content-menu,
#header-bild,
#calendar,
#sideContent .news-list-container,
#sideContent .events-list-container {
	display: none;
}










a {padding-left: .3cm;}

a[href]:after {
 content:" <URL: "attr(href)">";
 color:#444;
 background-color:inherit;
 font-style:italic;
} 

span.important {
	color: #FE0000;
}