/* Allgemeine Element-Anweisungen */

/* Universalselektor */
* { padding: 0; margin: 0; }

body {
 	color: #000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12pt;
}

h1, h2 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { font-size: 20pt; }
h2 { font-size: 18pt; }


a { text-decoration: none; }


/* [URL] nach dem Linktext 
a[href]:after { content:" ["attr(href)"] "; } */
	
a:link, a:visited  { color: #f2a941; }

.anders { font-style: italic; }

/* Rand und Menü sollen nicht mit ausgedruckt werden */
#nav { display: none;}


#inhalt {
	padding-left: 2cm;
}

#inhalt h1 {
	/* font-size: 110%; */
	margin-top: 1.0em;
	margin-bottom: 0.7em;
}

#inhalt h2 {
	font-size: 90%;
	margin-top: 0.9em;
	margin-bottom: 0.7em;
}

#inhalt p { 
   color: #1F4F72;
	font-size: 80%;
	line-height: 140%;
	margin-bottom: 0.7em;
}

#inhalt li { 
   font-size: 80%;
	line-height: 180%;
}

#inhalt table {
	width: 80%;
	border-collapse: collapse;
}

#inhalt th {
	font-size: 80%;
	text-align: center;
	padding: 4px 0px;
}

#inhalt td {
	font-size: 80%;
	text-align: left;
	padding: 4px 10px 4px 0;
}

#inhalt .streifen td, th {
	background: #F4F4F4;
}

