body, p, strong, td {
	font-family: 'courier new', courier, 'andale mono', monospace;
	font-size: 14px;
	line-height:20px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:transparent;
}

strong {
	font-weight:bold;
}

h1, h2 {
	font-size: 14px;
	line-height:20px;
	color:#3e8cb4;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.standard {
}
.standardZentriert {
	text-align: center;
}
.standardRechts {
	text-align: right;
}
.standardItalic {
	cursor: text;
}
.standardFett {
	font-weight: bold;
}
.standardInvers {
	color: #FFFFFF;
	background-color: #0000CC;
}
.standardKlein {
	font-size:10px;
	line-height:12px;
}
.standardKleinZentriert {
	text-align: center;
}
.standardTitel {
	font-size: 14px;
	line-height:20px;
	color:#3e8cb4;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.standardTitelZentriert {
	text-align: center;
}
.standardTitelInvers {
	color: #FFFFFF;
	background-color: #0000CC;
}
.hochgestellt {
	font: normal 10px/5px;
	vertical-align: text-top;
}

.liste {
	color: #333333;
	text-align: left;
	cursor: text;
	font: normal 12px Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	font-weight:bold;
	font-decoration:underline;
	color:#d92626; 
}

a:hover {
	color:#000000;
}


