* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

div.contentText {
	font-size:0.8em;
}

div.contentText h1  {
	font-size:1.2em;
	padding-bottom:4px;
}

div.contentText h2  {
	font-size:1.2em;
	padding-bottom:4px;
}

div.contentText h3  {
	font-size:1.2em;
	padding-bottom:4px;
}

textarea.contentText {
	font-size:0.8em;
}

div.subcontentText {
	font-size:0.8em;
}

div.contentText a {
	color:#A21F22;
	font-weight:bold;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:14px;
}

h1 {
	padding-bottom:4px;
	
	font-size:1em;
	
	font-weight:100;
	
	color:#A21F22;
}

h2 {
	padding-bottom:4px;
	
	font-size:1em;
	
	font-weight:100;
	
	color:#909090;
}

h3 {
	padding-bottom:4px;
	
	font-size:0.8em;

	font-weight:bold;
	
	color:#909090;
}

ul {
	list-style-position:outside;
	list-style-type:square;
}

ul li {
	color:#000;
}

ul.subnaviLeft {
	list-style-position:outside;
	list-style-type:square;
	
	margin-left:16px;
}

ul.subnaviLeft li {
	color:#909090;
}

ul.subnaviLeft li a {
	color:#909090;
	font-weight:100;
}

table.tabellenListe {

	width:100%;

}

table.tabellenListe tr td {
	padding-left:2px;
	
	font-size:0.8em;
}

tr.tabellenListe1 td {
	background-color:#f5f5f5;
	height:20px;
}

tr.tabellenListe2 td {
	background-color:#e5e5e5;
	height:20px;
}

tr.tabellenListeZusammenfassung {
	height:20px;
	background-color:#f5f5f5;
}