html{
	height:100%;
}

body{
background-image: url("/bilder/design/login_bg.png");
background-repeat: repeat-x;
background-color:#2b68be;
margin:0;
padding:10% 0 0 0;
text-align:center;
height:100%;}

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

.center {text-align: center;}

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: #1a4482;
background: #eee;
padding-left: 5px;
border: 1px solid #1a4482;
}

.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: #1a4482; TEXT-DECORATION: none; font-weight : bold;}
a:hover {COLOR: #000057; TEXT-DECORATION: underline; font-weight : bold;}
