﻿page
{
}

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #808080;
	line-height: 19px;
}

A:link
{
	color: #EB3C38;
	font-weight: bold;
	text-decoration: none;
}	
		
A:visited
{
	color: #EB3C38;
	font-weight: bold;
	text-decoration: none;
}	
		
A:active
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}	
		
A:hover
{
	color: #EB3C38;
	font-weight: bold;
	text-decoration: none;
	background-color: #D0D0D0; 
	cursor: hand;
}

.rechts
{
	text-align: right;
}

.zentriert
{
	text-align: center;
}  

.ÜberschriftGroß
{
	font-size: large;
	font-weight: bold; 
}

.ÜberschriftMittel
{
	font-size: medium;
	font-weight: bold;
} 

.Tabelle
{
	table-layout: fixed;
	border-collapse: collapse;
	padding: 3px 3px 3px 3px;
	margin: 0px;
}

.hervorgehoben
{
	color: #0000FF;
}

.unterlegt
{
	vertical-align: middle;
	text-align: center;
	background-color: #0000FF;
	color: #CCCCCC;
	font-weight: bold;
	height: 26px;
}

.fehler
{
	color: Red;
}

.ok
{
	color: Green;
}

.promotorrot
{
	color: #FF334C;
}

.Testmodus
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FF9900;
	background-color: #FFFF00;
}

.Kasten
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #EB3C38;
}

