
body
{
  background-color: white;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

div, input
{
  font-family: Arial, Verdana;
  font-size: 12px;
  color: black;
}

input
{
  border: 1px solid white;
  background-color: #0066CC;
  color: white;
}

#frame
{
  position: absolute;
  left: 50%;
  width: 94%;
  height: 100%;
  margin-left: -47%;
}

/* Header */

#header
{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 143px;
  background-image: url('http://www.internationaleraumfahrt.de/image/design/bgtop_Spezials.jpg');
}

#header #left
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 275px;
  height: 143px;
}

#header #right
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 408px;
  height: 143px;
}

#header #search
{
  position: absolute;
  top: 50px;
  right: 105px;
  width: 300px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

#header #navigation
{
  position: absolute;
  bottom: -22px;
  height: 18px;
  right: 0px;
}

#header #navigation a
{
  color: black;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: underline;
}

#header #navigation a:hover
{
  text-decoration: none;
}

/* Block-Menü */

#menu
{
  position: absolute;
  left: 0px;
  width: 100%;
  top: 200px;
}

#menu #blockleft
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18%;
}

#menu #blockright
{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 18%;
}

.block
{
  width: 100%;
  padding: 0px;
  margin-bottom: 20px;
  background-color: #B9B9FF;
  border: 1px solid #0066CC;
}

.block .title
{
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  font-size: 13px;
  padding: 2px;
  color: white;
  border-bottom: 1px solid #0066CC;
}

.block .content
{
  padding: 3px;
  text-align: justify;
}

.block .content a
{
  text-decoration: underline;
  color: black;
}

.block .content a:hover
{
  text-decoration: none;
}

.block .content img
{
  margin: 2px;
  border: 1px solid #0066CC;
}

.block .content .invisible
{
  color: #B9B9FF;
}

/* Inhalt */

.readable
{
  letter-spacing: -1.5px;
}

#content .invisible
{
  display: none;
}

#content
{
  position: absolute;
  top: 200px;
  width: 60%;
  left: 20%;
  padding: 5px;
  text-align: justify;
  background-color: #B9B9FF;
  border: 1px solid #0066CC;
}

#content img
{
  margin: 5px;
  border: 1px solid #0066CC;
}

#content img.raw
{
  margin: 0px;
  border: none;
}

#content .code
{
  border: 1px solid #FF9600;
  background-color: #FFD99F;
  color: black;
  padding: 15px;
  word-spacing: normal;
  text-align: left;
  font-family: monospace;
}

#content h1
{
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  color: #0066CC;
}

#content h2
{
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

#content .author
{
  font-size: 11px;
}

#content table.bordered
{
  border-top: 1px solid #0066CC;
  border-left: 1px solid #0066CC;
}

#content table.bordered td
{
  border-bottom: 1px solid #0066CC;
  border-right: 1px solid #0066CC;
}

#content table td.titled
{
  background-color: #0066CC;
  color: white;
}

#content small
{
  font-size: 10px;
}

#content hr
{
  color: #0066CC;
  font-size: 1px;
  height: 1px;
  size: 1px;
}

#content a
{
  color: #0066CC;
  text-decoration: underline;
}

#content a:hover
{
  text-decoration: none;
}

#content div.center
{
  text-align: center;
}

#content div.left
{
  text-align: left;
}

#content div.right
{
  text-align: right;
}

#content div.justify
{
  text-align: justify;
}

#content img.left
{
  float: left;
}

#content img.right
{
  float: right;
}

/* Suchergebnisse */

#content #searchresult div a
{
  font-weight: bold;
  font-size: 15px;
}

#content #searchresult div
{
  border: 1px solid #FF9600;
  background-color: #FFD99F;
  color: black;
  padding: 5px;
  word-spacing: normal;
  text-align: left;
  margin-bottom: 5px;
}

/* Footer */

#footer
{
  position: absolute;
  bottom: -80px;
  left: 0px;
  height: 60px;
  width: 100%;
  text-align: center;
}

#content #footer, #content #footer a
{
  color: black;
  font-size: 10px;
}

#content #footer a
{
  text-decoration: underline;
}

#content #footer a:hover
{
  text-decoration: none;
}

#global_footer
{
  position: absolute;
  bottom: -110px;
  left: 0px;
  height: 30px;
  width: 100%;
  text-align: center;
}

#global_footer a img
{
  margin: 0px;
}

