/**
* Stylesheet für Login
* @package Tools
* @author K.Sann, SF-Bau Xanten
* @see page.php
*/

body{
  background-color:  white;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  background-repeat:no-repeat;
  background-position: top left;
 /* background-color: orange;*/
}
#alles{
  width: 900px;
  height: 600px;
  background-image: url(../images/bg_sw.jpg);
  background-repeat:no-repeat;
}
#allesLogin{
  width: 900px;
  height: 600px;
  background-image: url(images/logo-gross.jpg);
  background-repeat:no-repeat;
  background-position: top left;
}

h1{
 color: #004887;
 font-size: 18px;
 font-weight: bold;
}
h2{
 color: #004887;
 font-size: 14px;
 font-weight: bold;
}

#startbox{
  width: 500px;
  height: 540px;
  position: absolute;
  top: 15px;
  left: 200px;
  text-align: left;
  color: white;
}
#startboxL{
  width: 500px;
  height: 540px;
  position: absolute;
  top: 15px;
  left: 413px;
  text-align: left;
  color: white;
  /*background-color: orange;*/
}

#head1L{
  border-style:solid;
  border-color: #5f5f5f;
  border-width: 1px;
  position: absolute;
  top: 182px;
  left: 76px;
  width: 340px;
  height: 18px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #5f5f5f;
  font-weight: bold;
}
#head2L{
  border-style:solid;
  border-color: #5f5f5f;
  border-width: 1px;
  
  position: absolute;
  top: 182px;
  left: 260px;
  width: 154px;
  height: 18px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #5f5f5f;
}
#head1{
  position: absolute;
  top: 20px;
  left: 76px;
  width: 154px;
  height: 18px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #5f5f5f;
}
#head2{
  position: absolute;
  top: 20px;
  left: 260px;
  width: 154px;
  height: 18px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #5f5f5f;
}
#fehler{
  position: absolute;
  top: 260px;
  left: 76px;
  width: 340px;
  height: 16px;
  padding-top: 2px;
  padding-left: 2px;
  color: #66CC66;
  font-weight: bold;
  /*background-color: orange;*/
}
#bilder{
  position: absolute;
  top: 360px;
  left: 240px;
  width: 700px;
  padding-top: 2px;
  padding-left: 2px;
  /*background-color: orange;*/
}
#nameL{
  position: absolute;
  top: 230px;
  left: 76px;
  width: 154px;
  height: 18px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #2f2f2f;
}
#nameI{
  position: absolute;
  top: 230px;
  left: 260px;
  width: 154px;
  height: 16px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #66cc66;
  color: black;
  font-weight: bold;
}
#pwL{
  position: absolute;
  top: 260px;
  left: 76px;
  width: 154px;
  height: 18px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #2f2f2f;
  color: white
}
#pwI{
  position: absolute;
  top: 260px;
  left: 260px;
  width: 154px;
  height: 16px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #66cc66;
  color: black;
  font-weight: bold;
}
#submit{
  border-style:solid;
  border-color: black;
  border-width: 1px;
  
  position: absolute;
  top: 300px;
  left: 260px;
  width: 158px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #5f5f5f;
  color: white;
}
#pwlink{
  position: absolute;
  top: 400px;
  left: 76px;
  width: 154px;
  padding-top: 2px;
  padding-left: 2px;
}
#pwlink a{
  color: black;
}

#fehler2{
  position: absolute;
  top: 360px;
  left: 76px;
  width: 340px;
  height: 60px;
  padding-top: 2px;
  padding-left: 2px;
  color: red;
  font-weight: bold;
 /* background-color: #2f2f2f;*/
}
#fehler2 a{
  color: black;
  text-decoration: none;
  font-weight: normal;
}


/* Login mit Bauvorhabenauswahl background-color: red;*/
#bvLeftBox{
  height: 400px;
  width: 170px;
  position: absolute;
  top: 20px;
  left: 260px;
  text-align: left;
  color: white;
  text-align: center;
}

#head2Bv{
  position: relative;
  width: 160px;
  height: 18px;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #5f5f5f;
  border-style:solid;
  border-color: black;
  border-width: 1px;

}

#labelZelle{
  width: 158px;
  height: 16px;
  margin-top: 30px;
  padding-top: 1px;
  padding-left: 2px;
  background-color: #66cc66;
  color: black;
}
#wahlZelle{
  position: relative;
  width: 160px;
  height: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #2f2f2f;
}

#bvSubmit{
  position: relative;
  width: 164px;
  margin-top: 20px;
  padding-top: 2px;
  padding-left: 2px;
  background-color: #5f5f5f;
  color: white;
  border-style:solid;
  border-color: black;
  border-width: 1px;
}

