
body{
background-color:#00009e;
margin:0;
padding:10% 0 0 0;
text-align:center;
height:80%;}

#loginbox{
color:black;
background-image: url("/bilder/design/loginfenster.jpg");
width:530px;
height:446px;
text-align:left;
margin:auto;
padding : 0px;
overflow:auto;}

label
{
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
width: 150px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.form
{
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
width: 200px;
color: #00009e;
background: #eee;
padding-left: 5px;
border: 1px solid #00009e;
}

.text
{
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	text-align: left;
}

a:link, a:visited, a:active {COLOR: #00009e; TEXT-DECORATION: none; font-weight : bold;}
a:hover {COLOR: #000057; TEXT-DECORATION: underline; font-weight : bold;}
