/* Stylesheetangaben fuer die Homepage MEWA */
/* Author: Simone Biegel */
/* Datum: 12.06.2002 */

/* Hintergrundfarben  */
body.head	{
	background-color: #B82121;
}

body.content	{
	background-color: #FFFFFF;
}

body.bottom	{
	background-color: #FFF;
}

/* Normaler Fliesstext */
td	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Headline */
.head	{
	color: #000F46;
	font-size: 17px;
	font-weight: bold;
}

/* Navigation Homepage */

a.nav	{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover	{
	color: #ffffff;
}

/* Systemnavigation */

a.sys	{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.sys:hover	{
	color: #B82121;
}

/* Tabellenkopf */
.tblh	{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #878FA8;
}

/* Tabellenhintergruende */
.tblbg1	{
	background-color: #DFE4EE;
}

.tblbg2	{
	background-color: #EEF3F8;
}