/*****************************************************************************

  http://www.jtic.de/

  screen.css

*****************************************************************************/

body {
  font-family: "Bitstream Vera Sans",Verdana,Helvetica,Arial,sans-serif;
  background-color: #9192b4;
  color: #281364;
  background-image: url("/img/bg.png");
  background-repeat: repeat-y;
  background-position: right;
  margin: 0;
  padding: 0;
}

pre,tt {
  font-family: Courier,monospace;
}

a img {
  border: none;
}

a.ext {
  background-image: url("/img/extlink.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 12px;
}


/****************************************************************************/

a:link {
  color: #000000;
}

a:visited {
  color: #281364;
}

a:hover {
  background-color: #ffffff;
}

a.nohover:hover {
  background-color: transparent;
}


/****************************************************************************/

div#title {
  padding: 10px;
  text-align: right;
}

div#all {
  background-color: #f6f6f6;
  border-top: 1px solid #9192b4;
  border-bottom: 1px solid #9192b4;
  margin: 0;
  padding: 0;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

div#main {
  position: relative;
  left: 20%;
  width: 70%;
  padding: 1em;
  padding-left: 2em;
  line-height: 140%;
  border-left: 30px solid #9192b4;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}


/****************************************************************************/

div#bottom {
}

div#copyright {
  text-align: right;
  font-size: 80%;
  padding-right: 20px;
  padding-top: 10px;
}

div#lastchange {
  text-align: right;
  font-size: 80%;
  padding-right: 20px;
}

div#iconlist {
  position: relative;
  top: 10px;
  left: 20%;
  margin-left: 30px;
  height: 0;
  width: 300px;
}


/****************************************************************************/

div#menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20%;
  margin-top: 150px;
  font-family: "Bitstream Vera Sans",Verdana,Helvetica,Arial,sans-serif;
  font-size: 120%;
}

div#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#menu ul li {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 2em;
  border: none;
  text-align: right;
}

div#menu ul li a {
  padding: 5px 5px 5px 0.5em;
  width: 100%;
  color: #9192b4;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

div#menu ul li a.current {
  color: #281364;
}

div#menu ul li a:hover {
  color: #281364;
  background-image: url("/img/wgrad.png");
  background-repeat: repeat-y;
  background-position: right;
  background-color: #f6f6f6;
}

div#menu form {
  padding-top: 20px;
  text-align: right;
  padding-right: 2em;
  font-size: 75%;
}

input[type=text] {
  background-color: #ffffff;
  border: 1px solid #9192b4;
  padding: 1px;
  width: 10em;
}

input[type=submit] {
  background-color: #9192b4;
  color: #ffffff;
  border: 1px outset #9192b4;
}


/****************************************************************************/

div#langchoice {
  text-align: right;
  margin-right: 1.5em;
  margin-bottom: 20px;
  padding: 0;
}

img.langon {
  border: 1px solid black;
  padding: 2px;
}

img.langoff {
  border: 1px none;
  padding: 2px;
}


/** THE END *****************************************************************/

