/* BEGINN CSS fuer Inhaltsbereich */

.fir { display: none; }


body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
ul, li {
	font-size: 0.9em;
	}

h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.3em;
	font-size: 1.2em;
	}
	
h3 {
	font-size: 1em;
	margin: 1em 0 0 0;
	}
h3.erster, h4.erster, h5.erster   { 
	font-size: 0.9em;
	margin-top: 0;
	 }

h4 {
	font-size: 0.9em;
	margin: 2em 0 0em 0;
	}
	
h5 {
	font-size: 0.8em;
	margin: 2.5em 0 0.5em 0;
	}

h6 {
	font-size: 0.7em;
	margin: 1em 0 0.5em 0;
	}
	
.subline { 
	display: block;
	padding: 0.3em 0;
	font-weight: normal;
	font-size: 1em;
	}

p {
	margin: 0;
	padding: 0;
	margin: 0.8em 0; /* Eleganter wäre das in p + p, aber Win/IE mag nicht */
	font-size: 0.8em;
	line-height: 1.4em;
	}
	
p.erster { /* Eleganter wäre h2 + p, aber Win/IE mag nicht */
	margin-top: 1.2em;
	margin-bottom: 0.6em;
	}
	
p.teaser { font-style: italic; }


/* Headlines als Link */
h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
	color: #000;
	}
h2 a, h3 a, h4 a, h5 a:hover {
	text-decoration: underline;
	color: #fee;
	Xbackground-color: #ffe;
	}

/* Link am Seitenende */
#seitenende a {
	text-decoration: underline;
	color: #000;
	}
#seitenende a:hover {
	text-decoration: underline;
	Xcolor: #fff;
	}

/* Link in Absatz */

p a {
	text-decoration: none;
	color: #444;
	}
p a:hover {
	text-decoration: underline;
	color: #fee;
	Xbackground-color: #ffe;
	}

	
#sidebox-right a {
	text-decoration: none;
	color: #000;
	}
#sidebox-right a.active {
	font-weight: bold;
	}
	
#sidebox-right a:hover {
	text-decoration: underline;
	color: #ffe;
	}
	
#programmBox ul, #langBox ul {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 0.7em;
	font-weight: bold;
	}
	
#programmBox li, #langBox li {
	font-weight: normal;
	}
	
	

	
/* ENDE CSS Inhaltsbereich */