/* Dokument*/
.body  {
	background-color : #E1DEDE;
	margin:0cm;
}

/* Ueberschrift*/

.ueberschrift  {
	font-family : trebuchet ms, sans-serif;
	font-size : 36px;
	font-weight : bold;
}

.ueberschriftfarbig  {
	color : #990000;
}

/* Inhalte*/

.inhalt  {
	font-family : trebuchet ms, sans-serif;
	font-size : 24px;
	line-height : 30px;
}

.fett  {
	font-weight : bold;
}

.kursiv  {
	font-style : italic;
}

.auflistung  {
	font-weight : bold;
	font-size : 24px;
	line-height : 30px;
	
}

.hyperlink, A.hyperlink:visited, A.hyperlink:active  {
	color : #000000;
	text-decoration : none;
	font-weight: bold;
}



/* Kennzeichnungsfarben fÄr das jeweilige Farbschema*/
/*gelb*/
.kennzeichnung1  {
	color : #CC9832;
	font-weight : bold;
}
/*dunkelgrau*/
.kennzeichnung2  {
	color : #635f5f;
	font-weight : bold;
}
/*blau*/
.kennzeichnung3  {
	color : #005b65;
	font-weight : bold;
}
/*gruen*/
.kennzeichnung4  {
	color : #538337;
	font-weight : bold;
}

/* Hervorhebungsfarbe fÄr das jeweilige Farbschema*/
.hervorhebung  {
	color : #990000;
	font-weight : bold;
}

.aktionsbutton  {
	font-family : trebuchet ms, sans-serif;
	color : #990000;
	font-size : 20px;
}

.programmcode  {
	font-family : courier new, sans-serif;
	color : #000000;
	font-size : 18px;
	line-height: 22px;
	font-weight : bold;
}

.unicode  {
	font-family : Trebuchet Unicode MS;
	color : #000000;
	font-size : 18px;
	font-weight : bold;
}

.bildnachweis  {
	color : #000000;
	font-style : normal;
	font-size : 10px;
	font-weight : normal;
}

.textrahmenaussen  {
	background-color : #990000;
}

.textrahmeninnen  {
	background-color : #E1DEDE;
}

/* Glossar*/

.ueberschriftglossar  {
	font-family : trebuchet ms, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

.ueberschriftfarbigglossar  {
	color : #990000;
}

.inhaltglossar  {
	font-family : trebuchet ms, sans-serif;
	font-size : 12px;
}