/* biblion.css */

html, body
{
  margin          : 0px;
  padding         : 0px;
  width           : 100%;
  height          : 100%;
  background-color: #d8e4f8;
  color           : #000099;
  font-family     : Verdana, Arial, Helvetica, sans-serif;  
  font-size       : 12px;
  overflow        : hidden;
}

div#HEADER
{
  margin             : 0px;
  padding            : 0px;
  position           : absolute;
  top                : 0px;
  width              : 100%;
  height             : 80px;
  border             : 0px;
  background-image   : url('../gfx/biblion.png');
  background-repeat  : no-repeat;
  background-position: top right;
}

div#MAINMENU
{
  margin  : 0px;
  padding : 0px;
  position: absolute;
  height  : 20px; 
  top     : 60px;
  width   : 100%;
  background-color: #000099;
}

div#CONTENT
{
  margin    : 0px;
  padding   : 0px;
  position  : absolute;
  top       : 80px;
  left      : 0px;
  right     : 0px;
  bottom    : 0px;
  border    : 0px;
}

div#SEARCH
{
  margin      : 0px;
  padding     : 4px;
  position    : absolute;
  top         : 0px;
  left        : 0px;
  width       : 400px;
  bottom      : 0px;
  border-right: 1px solid #000099;
}

div#BUCH
{
  margin      : 0px;
  padding     : 4px;
  position    : absolute;
  top         : 0px;
  left        : 0px;
  width       : 400px;
  bottom      : 0px;
  border-right: 1px solid #000099;
}

div#RESULTS
{
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 410px;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
}

div#BUCHMESSAGE
{
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 410px;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
}

h1
{
  font-size: 16px;
  font-weight: bold;
  margin: 4px;
  padding: 0px;
}

ul.verticalmenu
{
  margin         : 2px;
  padding        : 0px;
  list-style-type: none;
  font-size      : 11px;
  font-weight    : bold;
  border         : 0px;
}

li.verticalmenu
{
  float           : left;
  margin          : 0px;
  padding         : 0px 2px 0px 2px;
  height          : 20px;
  width           : 120px;
  color           : #ffffff;
  text-align      : center;
  border-right    : 1px solid #d8f8e8;
}

div#lagerLISTE
{
  
  margin: 58px 0px 0px 0px;
  padding: 4px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}

div#lagerMELDUNG
{
  margin: 0px 0px 10px 0px;
  padding: 4px;
  height: 50px;
  position: fixed;
  left: 0px;
  right: 0px;
  background-color: #d8e4f8;
  border-bottom: 1px solid #000099;
}

table, tr, td, th
{
  border: 1px solid #000099;
  border-collapse: collapse;
  margin: 0px;
  padding: 2px;
}

.formtable
{
  border: 0px;
  margin: 0px;
  padding: 0px;
}

td.formtable
{
  height: 35px;
}

a.verticalmenu, a:hover.verticalmenu
{
  text-decoration: none;
}

a.verticalmenu
{
  color: #ffffff;
}

a:hover.verticalmenu
{
  color: #ff0000;
}

a.buttonlink, a:hover.buttonlink
{
  text-decoration: none;
  width: 120px;
  height: 18px;
  background-color: #000099;
  display: block;
  font-weight: bold;
  text-align: center;
}

a.buttonlink
{
  color: #ffffff;
}

a:hover.buttonlink
{
  color: #ff0000;
}

fieldset
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

label
{
  font-size: 12px;
  width: 100px;
  display: block;
  float: left;
  font-weight: bold;
}

input, select
{
  border: 1px solid #000099;
  background-color: #ffffff;
  font-size: 12px;
  height: 18px;
  padding: 1px;
}

textarea
{
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  font-size: 12px;
  height: 60px;
}

input.long, select.long, textarea.long
{
  width: 250px;
}

a.titlelink, a:hover.titlelink
{
  font-weight: bold;
  text-decoration: none;
}

a.titlelink
{
  color: #000099;
}

a:hover.titlelink
{
  color: #ff0000;
}

div#RESULTHEADER
{
  margin: 0px 0px 10px 0px;
  padding: 4px;
  height: 70px;
  position: fixed;
  left: 409px;
  right: 0px;
  background-color: #d8e4f8;
  border-bottom: 1px solid #000099;
}

div#RESULTLIST
{
  margin: 78px 0px 0px 0px;
  padding: 4px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}

span.ausgesondert
{
  color: #ff0000;
}

span.verliehen
{
  color: #ff9900;
}