﻿* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #666666;
    font: 76% Arial, Helvetica, sans-serif;
    margin: 0 0 0 0;
}
.heading
{
    font-size: 1.1em;
    margin: 2em 3px 2em 3px;
    color: #ffffff;
}
.img-header
{
	position: absolute;
	top: 0px;
}
.text
{
    font-size: 8pt;
    margin: 0.2em 0em 0.2em 2px;
    color: #666666;
}
.text2
{
    font-size: 7pt;
    line-height:1.37em;
    color: #666666;
}

.result-text1
{
	font-size: 8pt;
	color: #222;
	font-weight: bold;
}
.result-text2
{
	font-size: 8pt;
	color: white;
	font-weight: bold;
}
.result-text3
{
    font-size: 16pt;
    font-weight: bold;
    margin: 0.2em 0em 0.2em 2px;
    color: White;
}

.dist
{
    font-size: 5pt;
}
.dist2
{
    font-size: 11px;
}
.dist3
{
    font-size: 2px;
}
.dist4
{
    font-size: 3px;
}

.smallline {
	background-color: #d8d8d8;
	height: 1px;
}

.footer
{
    font-size: 10px;
    color: #666666;
}
a.footer
{
    font-size: 10px;
    color: white;
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    color: #AB0D33;
}
h1 {
    font-size: 1.6em;
    padding: 1.2em 0 1.6em 0;
}

legend{
	margin-left:5px;
	color:#666666;
}

fieldset {
    border: 1px solid #999999;
	padding: 2px;
	padding-right: 0px;
	font-size:10px;
	margin:0 3px 0 3px;
}
div.result {
	margin: 5px 3px 0 3px;
	padding: 2px;
	width: 187px;
	background-image:url(../img/bg_trans1.png);
}

label {
  float:left;
  margin-right:0.5em;
  width:45px;
  padding-top:0.2em;
  text-align:left;
  font-size:11px;
  font-weight:normal;
 }


img {
    display: block;
    border: none;
}
input, select
{
	font-size:10px;
}
.panel
{
	/*border: solid 1px Silver;*/
}
.button
{
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #BD2748;
	border: solid 2px #BD2748;
/* Style="font-size: 12px; font-weight: bold; color: #BD2748; border: 2px solid #BD2748;" */
}
.bottom-bar
{
	background-color: #666666;
	position: absolute;
	width: 250px;
	height: 17px;
	bottom: 0px;
	left: 0px;
}

.bottom-links-calc, .bottom-links-help, .bottom-links-imprint
{
	position: absolute;
	top: 3px;
}
.bottom-links-calc
{
	left: 2px;
}
.bottom-links-help
{
	right: 88px;
}
.bottom-links-imprint
{
	right: 2px;
}
