﻿body {
}


.einsatzueschrift
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #ba2a41;
	height: 20px;
	color: #FFFFFF;
}

.Einsatz
{
	font-family: verdana;
	font-size: 12px;
	background-color: #C0C0C0;
	height: 20px;
	color: #000000;
	vertical-align: top;
	padding-top: 4px;

}

.Helferueschrift
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #4575a6;
	height: 20px;
	color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #FFFFFF;
}
	
.Helfer
{
	font-family: verdana;
	font-size: 12px;
	background-color: #C0C0C0;
	height: 20px;
	color: #000000;
	vertical-align: top;
	padding-top: 4px;
	border-bottom-width: 2px;
	border-bottom-color: #e3e3e3;
	border-bottom-style: solid;
}

.contentbackcolor
{
	background-color: #C0C0C0;
	}
