﻿body
{
	font-family:Arial;
	font-size:x-small;
	font-weight:normal;
    background-image:url(../Images/Hintergrundbild.jpg);
    background-repeat:no-repeat; 
    background-position:top center;    
}

div
{
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
}

div.center 
{
	width:600px;
	height:225px;	
	position:relative;
	top:28px;

	background-color:#000080;
	opacity: .8;
    filter: alpha(opacity=80);

	border:tomato 2px solid; 
	z-index: 10;
}

div.inner
{
	width:580px;
	height:225px;
	position:relative;

	z-index: 20;
}


/* Kunnr 25px, Info: 40px; */
div.center0 
{
	height:180px;	
}

div.center1 
{
	height:205px;	
}

div.center2 
{
	height:220px;	
}

div.center3 
{
	height:245px;	
}

div.inner0
{
	top:-147px;  /* div.center: 225px Höhe - 28px Top - 5px Abstand */
}

div.inner1
{
	top:-172px;  /* div.center: 225px Höhe - 28px Top - 5px Abstand */
}

div.inner2
{
	top:-187px;  /* div.center: 225px Höhe - 28px Top - 5px Abstand */
}

div.inner3
{
	top:-212px;  /* div.center: 225px Höhe - 28px Top - 5px Abstand */
}

table 
{ 
	margin-left:auto; 
	margin-right:auto; 
	text-align:left; 

	font-weight: normal;
	font-size: small;
	font-family: Arial;

    border-style:none;
}

td
{
	width:auto;
}

span
{
	font-size: 12px; 
	color: Red; 
	font-family: Arial;
	text-align: left;
}

span.feld
{
	font-weight: bold; 
}

INPUT.clsLogin /* Eingabe Felder für die Login-Maske */
{
   width:180px;
   
   font-family:Arial;
   font-size:14px;
   font-weight:200;
   color:Navy;
   border-style:ridge;
   border-width:2px;	
   border-color:#FFC080;
   background-color:#FFC080;
}

INPUT.clsButton /* normaler Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:LightSeaGreen;
   border-style:groove;
   border-width:1;
   width:100%;
}

.clsLoginMeldung
{
	text-align:left;
    background-color:#FBD889;
    font-size: x-large;

	width:600px;
	
	padding:10px;

	opacity: .8;
    filter: alpha(opacity=80);

	border:tomato 2px solid; 
	z-index: 10;    
}

.clsLoginMeldung span
{
    font-size: x-large;
}

.clsLoginMeldung div
{
    font-size: x-large;
}
