﻿body 
{
  background-color:white; 
  font-family:Arial; 
  font-size:9pt;
}

h1
{
    font-size:9pt;
    font-weight:bold;
    line-height:normal;
    margin:0px;
    margin-bottom:15px;
}

h3
{
    font-size:9pt;
    font-weight:bold;
    line-height:normal;
    margin:0px;
    color:#243E90;
    display:inline-block;
    margin-bottom:4px;
}

a:link { color:#666666; text-decoration:none; font-weight:bold; font-style:italic; }
a:visited { color:#666666; text-decoration:none; font-weight:bold; font-style:italic; }
a:hover { color:#294393; text-decoration:none; font-weight:bold; font-style:italic; }

div#divPage
{
    width:1024px; 
    background-color:Transparent; 
    position:absolute; 
    left:10px; 
    top:10px;
    padding-bottom:20px;
}

div#divNavigationHead 
{
  float:left;
  background-color:#243E90; 
  width:1024px; 
	text-align:right;
	vertical-align:middle;
	clear:both;
}

div#divNavigationHead .item
{
	float:right;
	padding-right:15px;
	text-align:right;
	color:White;
	font-size:11px;
}

div#divNavigationBody
{
  float:left;  
  width:208px;  
}

div#divMain
{
    float:left;
}

div#divMainContent
{
    border: solid 1px Gray; 
    width: 500px; 
    padding:20px 20px 20px 20px;
    margin-right:15px;
}

div#divInfoContent
{
    float:left;
}

div#divInfoBoxContent
{
    margin-top:20px;
    margin-bottom:20px;
}

div#divCopyrightContent
{
    text-align:center;
    margin-top:10px;
    font-weight:bold;
    color:Gray;
}

div#divUeberschrift
{
    color:#797979; 
    font-weight:bold; 
    font-size:14pt;
}

div#divTrennlinie
{
    height:1px;
    background-color:#243E90;
    margin-top:20px;
    margin-bottom:20px;
}

.LoginText
{
	font-size: 12px;
	font-style:italic;
	color:White;
	width:100px;
	text-align:right;
	padding-right:25px;
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.LoginInput
{
	float:left;
	width:160px;
	height:20px;
	background-color:White;
	margin-top: 5px;
	margin-bottom: 5px;
}

.KontaktButton
{
  background-color:#243E90;
  color:White;
  font-weight:bold; 
  Height:25px;
  width:150px;
  font-family:Arial;
  Font-Size:10pt; 
  cursor:pointer;
  border: solid 1px silver;
}

.HostingButton
{
  background-color:#98BF2C;
  color:White;
  font-weight:bold; 
  Height:25px;
  width:110px;
  font-family:Arial;
  Font-Size:10pt; 
  cursor:pointer;
  border: solid 1px silver;
}

.Spaltenueberschrift
{
  color:Black;
  font-weight:bold;
}

