﻿body
{
	padding-left: 0px;
	font-size: x-small;
	vertical-align: top;
	color: navy;
	padding-top: 0px;
	font-family: tahoma;
	background-color: white;
	text-align: left;
}
.TextBox
{
	font-weight: normal;
	font-size: x-small;
	vertical-align: middle;
	color: navy;
	font-style: normal;
	font-family: tahoma;
	background-color: white;
	text-align: left;
	font-variant: normal;
}
.Label
{
	font-weight: normal;
	font-size: x-small;
	vertical-align: text-bottom;
	color: #708090 ;
	font-style: normal;
	font-family: tahoma;
	background-color: transparent;
	text-align: right;
	font-variant: normal;
	text-decoration: none;
}
.Text
{
	font-weight: normal;
	font-size: x-small;
	vertical-align: middle;
	color: slategray;
	font-style: normal;
	font-family: tahoma;
	background-color: transparent;
	text-align: center;
	font-variant: normal;
	text-decoration: none;
}
.StdButton
{
	font-size: x-small;
	vertical-align: middle;
	color: black;
	font-family: tahoma;
	text-align: center;
	cursor: hand;
}
.OptButton
{
	font-size: x-small;
	vertical-align: middle;
	color: black;
	font-family: tahoma;
	text-align: center;
	cursor: hand;
	background-color: gainsboro;
}
.PressedButton
{
	font-size: x-small;
	vertical-align: middle;
	color: black;
	font-family: tahoma;
	text-align: center;
	cursor: hand;
	background-color: darkgray;
}
.Link
{
	font-size: x-small;
	vertical-align: middle;
	cursor: hand;
	color: slategray;
	font-family: tahoma;
	text-align: left;
	text-decoration: underline;
}
.LinkRed
{
	font-size: medium;
	vertical-align: middle;
	cursor: hand;
	color: red;
	font-family: tahoma;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.LinkBig
{
	font-size: small;
	vertical-align: middle;
	cursor: hand;
	color: slategray;
	font-family: tahoma;
	text-align: left;
	text-decoration: underline;
}
.Header
{
	background-image: url(Grafik/Button.gif);
}
.Mnu
{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	vertical-align: middle;
	cursor: hand;
	color: white;
	background-color: #000033;
	text-align: center;
}
.SubMnu
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	vertical-align: middle;
	cursor: hand;
	color: white;
	background-color: #000033;
	text-align: left;
}
.HeaderText
{
	color: #000033;
	font-family: Arial;
	font-weight: normal;
	font-size: 26px;
}

.BodyText
{
	font-weight: normal;
	font-size: 12px;
	color: dimgray;
	font-family: Arial;
}