body{
 background-color:white;
 font:#2B0504;
 font-family: Arial;
}

.Banner{
 heigth:170px;
 position:relative;
 top:20px;
 left:15px;
 width:500px;
}

.navi{
 position:relative;
 top:-100px;
 left:40px;
 width:300px;

 }
 .naviIntern{
 position:relative;
 top:-240px;
 left:800px;
 width:300px;

 }

.navRef{
 text-align:center;
 vertical-align:middle;
}

img{
 border:none;
 vertical-align:middle;
}

.login{
  position:relative;
  top: -260px;
  left:788px;
  width:300px;
  heigth:170px;
  text-align:left;
  padding: 2px;
}

label{
 display: block;
 float: left;
 color:#2B0504;
 font-weight:bold;
 width: 5em;
 }

.loginForm{
 border: 1px solid;
 border-color:#98CB00;

}
input{
 border:solid 2px;
 background:white;
 border-color: #98CB00;
 width: 10em;

 }

form{
  border: solid 0px;
}
loginLabel{
    width: 10em;
    display: block;
    float: left;
    padding: 5px;

}

.content{
 background-color:white;
 position: relative;
 left: 15px;
 top: -230px;
 width: 1000px;
 heigth: 100%;
 border: solid 0px;
 spacing:0px;
 padding:50px;
 background-image: url(/img/contentBg.jpg);
 background-repeat: repeat-y;
 border-bottom: solid 3px LavenderBlush;
 max-width:900px;
}

 .logo{
   width:420px;
   position: relative;
   top:20px;
   left:20px;
   style:inline;

 }

 .logoBg{
  position:relative;
  top:20px;
  left:20px;
  style:inline;
 }

 .shortLinks{
  position:relative;
  top:120px;
  left:20px;
  z-index:1;
  width:500px;
 }

 NavItem{
  border:solid 1px;
 }

div.Obsttext h2{
	margin-bottom:0px;
}