/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;
	background-color: #FFFFFF;
}

.ueberschrift {
	font-size: 14pt;
	font-style: italic;
	text-align: center;
	margin-bottom: 15px;
}
.kopf {
	color: #FFFFFF;
	background-color: #FF0000;
	width: 640px;
	text-align: left;
	border: 1px;
	border-color: #FF0000;
	margin: auto;
	border-style: solid;
}
.inhalt {
	text-align: left;
	width: 640px;
	border: 1px;
	border-color: #FF0000;
	margin: auto;
	margin-bottom: 15px;
	border-style: solid;
}
.content {
	text-align: left;
	width: 640px;
	margin: 0 auto;
	
}
.bild_links {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	float: left;
	padding: 5px;
}
.bild_rechts {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	padding: 5px;
	float: right;
}
.bild_mitte {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
}

.einsatz {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 20px;
}

.hle {
	color: blue;
	text-decoration: none;
}

.be {
	color: red;
	text-decoration: none;
}

.cell_red {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: right;
}

.cell_head {
	color: #FFFF00;
	background-color: #FF0000;
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
}
.cell_grey {
	background-color: #CCCCCC;
	text-align: left;
}
.cell_blue {
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: right;
}
.cell_head_blue {

	color: #FFFF00;
	background-color: #0000FF;
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
}

