/*
 * Globale Definitionen
 */

* {
  margin: 0;
  border-color: #000 !important;
  border-width: 0;
  padding: 0;
  outline: none;
}

body {
  font-size: 11pt;
  background-color: #d6d6d4;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: serif;
  line-height: 1.5em;
}

a,
a:visited {
  color: #F5CA87;
  background: transparent;
  /*text-decoration: none;*/
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: #F7D9A5;
}

a:focus,
a:active {
  background-color: #212F43 !important;
}

a.extern {
  background-image: url("/images/trees/external.gif");
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 13px;
}

a#toplink {
  background: url("/images/trees/top.gif") no-repeat;
  padding-left: 15px;
}

p {
  margin: 0 0 7px 0;
  text-align: justify;
}

p:first-letter {
  padding-left: 10px;
}

acronym {
  border-bottom: 1px dotted #E8EEF4 !important;
}

/*
 * Layout
 */

#page_container {
  background: #2e425e url(/images/trees/trees.gif) top right no-repeat;
  color: #E8EEF4;
  text-align: left;
  margin: 20px auto;
  width: 790px;
}

table {
  color: #E8EEF4;
}

#scroll_container {
  display: none;
}

#page_head {
  position: relative;
}

#page_head h1 {
  background: url(/images/trees/lxhome.gif) top right no-repeat;
  width: 60px;
  height: 305px;
  position: absolute;
  right: 10px;
  top: 10px;
}

#page_cols_container {
  width: 699px;
}

#page_content {
  min-height: 300px;
  width: 470px;
  margin-top: 200px;
  float: right;
  padding: 20px;
}

/* \*/
* html #page_content {
  width: 530px;
}
/* */

#page_foot {
  position: relative;
  clear: both;
}


/*
 * Kopfbereich
 */

#page_head span {
  position: absolute;
  top: -3000px;
}

.jumpnav {
  position: absolute;
  top: 20px;
  top: -3000px;
  font-size: 0.9em;
}

.jumpnav:focus,
.jumpnav:active {
  left: 20px;
  z-index: 10;
}

#copy {
  position: absolute;
  font-size: 0.73em;
  color: #666;
  left: 3px;
  padding-bottom: 10px;
}

#source {
  text-align: left;
  margin: 20px;
  background: #2e425e;
  color: #E8EEF4;
}

code {
  font-size: 0.87em;
  white-space: pre;
  font-family: Lucida Console, Courier New, monospace;
  border: 1px solid #000;
  padding: 5px 10px 5px 10px;
  display: block;
  color: #ecf4fd;
  overflow: auto;
  background-color: #3C5578;
  line-height: 1.3em;
  width: 100%;
}

#source code {
  background-color: #fff;
}

/*
 * Content
 */

span#ph1,
span#ph2,
span#ph3,
span#ph4 {
  display: block;
  float: right;
  clear: right;
  height: 20px;
}

span#ph1 {
  height: 33px;
  width: 210px;
}

span#ph2 {
  width: 70px;
}

span#ph3 {
  width: 50px;
}

span#ph4 {
  width: 20px;
  height: 40px;
}

h1 {
  font-size: 1.4em;
  padding: 5px;
}

h2 {
  font-size: 0.9em;
  text-transform: uppercase;
}

h2 br {
  float: left;
}

h2:before {
  content: "» ";
}

h3 {
  font-size: 0.9em;
  margin: 5px 0 0 0;
}

td {
  font-size: 1em;
}

ul {
  margin: 0 0 10px 0;
}

.float_right {
  vertical-align: bottom;
  float: right;
  margin-left: 30px;
}

#page_content ul {
  padding-left: 20px;
}

.content_object {
  margin-top: 10px;
  padding: 5px;
}

.content_object .image {
  text-align: center;
}

.content_object .image img {
  border: 1px solid #000080;
  margin-bottom: 10px;
}

#demo_element {
  color: #000;
}

/*
 * Formulare
 */

fieldset {
  border: 1px dotted #000080;
  padding: 5px;
}

.msie fieldset {
  border: 0;
}

legend {
  font-weight: bold;
  margin: 0 10px 0 10px;
}

label {
  font-weight: bold;
}

input, select, textarea {
  border: 1px solid #000080;
  margin-top: 1px;
  font-family: sans-serif;
  color: #555;
  background-color: #fff;
  padding: 2px;
  font-size: 0.8em;
}

.checkbox,
.radio {
  border: 0;
  background: none;
  margin-right: 5px;
}

#submit, #reset {
  margin-top: 10px;
  background-color: #f5f5ff;
  width: 100px;
}

/*
 * Navigation
 */

#page_navi {
  padding-bottom: 226px;
}

#navigation {
  position: relative;
  top: 226px;
  left: 20px;
  width: 145px;
  list-style: none;
}

#navigation li a,
#navigation li a:visited {
  width: 145px;
  display: block;
  font-size: 0.9em;
  line-height: 1.3em;
  color: #E8EEF4;
  background: transparent url("/images/trees/folder_closed.gif") no-repeat left center;
  padding: 2px 7px 2px 21px;
  text-decoration: none;
}

#navigation li a.path_active {
  background-image: url("/images/trees/folder_opened.gif");
}

#navigation li a.active {
  background-image: url("/images/trees/folder_opened.gif");
  font-weight: bold;
}

#navigation li a:hover,
#navigation li a:focus {
  text-decoration: underline;
}

#navigation li a.eng,
#navigation li a.eng:hover,
#navigation li a.eng:focus {
  margin-top: 15px;
  background-image: url("/images/clouds/lang_eng.gif");
}

#navigation li a.ger,
#navigation li a.ger:hover,
#navigation li a.ger:focus {
  margin-top: 15px;
  background-image: url("/images/clouds/lang_ger.gif");
}

#navigation li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navigation li li a,
#navigation li li a:visited {
  width: 131px;
  padding-left: 35px;
  background-position: 17px 3px;
}

/* \*/
* html #navigation li li a,
* html #navigation li li a:visited {
  width: 145px;
}
/* */


#styleswitcher {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("/images/trees/dog_ear.gif");
  height: 16px;
  width: 16px;
}

/* \*/
* html #styleswitcher {
  right: -1px;
  bottom: -1px;
}
/* */

#styleswitcher span {
  position: absolute;
  left: -3000px;
}

#buttons {
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px;
  text-align: left;
}

#footer {
  clear: both;
  text-align: right;
  padding-right: 30px;
  font-size: 0.8em;
}


#weltzeituhr input {
  color: #fff;
}

/* Bilder */

#erfinder {
  background: url(/images/trees/karten_copyright.gif) no-repeat;
}

#erfinder img {
  visibility: hidden;
}

#konterfei {
  background: url(/images/trees/lx.gif) no-repeat;
}

#konterfei img {
  visibility: hidden;
}
