/*
 * Globale Definitionen
 */

body {
  font-size: 100.1%;
  background: #DFE4E9 url("/images/web20/background.gif") repeat-x;
  color: #000;
  margin: 20px 0 20px 0;
  text-align: center;
  font-family: sans-serif;
}

a,
a:visited {
  color: #4ea3f2;
  background: transparent;
  text-decoration: none;
}

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

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

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

a#toplink {
  background: url("/images/web20/top.gif") no-repeat left center;
  padding-left: 13px;
  font-size: 0.87em;
}

img {
  border: 0;
}

p {
  margin: 0 0 7px 0;
}

td {
  font-size: 1em;
}

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

/*
 * Layout
 */

#page_container {
  margin: 40px auto 0 auto;
  width: 790px;
  text-align: left;
}

#page_head {
  position: absolute;
}

#page_head h1 {
  position: absolute;
  left: 660px;
  top: 40px;
  height: 389px;
  width: 113px;
  background: url("/images/web20/lxhome.png") no-repeat;
}

#page_head h1 span {
  display: none;
}

#page_cols_container {
  background: url("/images/web20/border_top.gif") no-repeat;
  text-align: left;
  padding-top: 40px;
  line-height: 1.3em;
}

/* \*/
* html #page_cols_container {
  height: 1%;
}
/* */

#page_content {
  background-color: #fefefe;
  border-right: 1px solid #bcbcbc;
  min-height: 400px;
  padding: 20px 200px 80px 80px;
  font-size: 0.73em;
}

/* \ */
* html #page_content {
  height: 450px;
}
/* */

#page_foot {
  position: relative;
  background: url("/images/web20/border_bottom.gif") no-repeat;
  height: 20px;
}


/*
 * Kopfbereich
 */

#scroll_container {
  display: none;
}

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

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

#copy {
  position: absolute;
  font-size: 0.6em;
  color: #999;
  left: 3px;
  margin-top: 2em;
}

#source {
  text-align: left;
  margin: 0 20px 0 20px;
}

code {
  font-size: 0.87em;
  white-space: pre;
  font-family: Courier New, monospace;
  border: 1px solid #4ea3f2;
  padding: 0 20px 0 20px;
  display: block;
  background-color: #fff;
  overflow: auto;
}

/*
 * Content
 */

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

h2 {
  font-size: 1em;
}

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

ul {
  margin: 0 0 10px 0;
}

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

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

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

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


/*
 * Formulare
 */

fieldset {
  border: 1px dotted #4ea3f2;
  font-size: 1em;
}

.msie fieldset {
  border: 0;
}

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

label {
  font-weight: bold;
}

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

.checkbox,
.radio {
  border: 0;
  background: none;
}

#submit, #reset {
  border: 0;
  margin-top: 10px;
  padding: 0 0 0 3px;
  cursor: pointer;
  color: #4ea3f2;
}

/* \*/
* html #submit,
* html #reset {
  padding: 0 10px 0 25px;
  font-size: 0.8em;
}
/* */

#contact #submit {
  background: #fff url("/images/web20/icon_send.gif") no-repeat left center;
}

#contact #reset {
  background: #fff url("/images/web20/icon_reset.gif") no-repeat left center;
}

/*
 * Navigation
 */

#navigation {
  position: absolute;
  top: 40px;
  display: inline;
  padding: 0px;
  margin: 0 0 0 20px;
  list-style: none;
  font-size: 8pt;
  line-height: 1.5em;
}

#navigation li {
  display: inline;
}

#navigation li a,
#navigation li a:visited {
  float: left;
  border-left: 1px solid #fff;
  border-right: 1px solid #eee;
}

#navigation li a span,
#navigation li a:visited span {
  display: block;
  display: inline-block;
  color: #000;
  height: 20px;
  font-weight: normal;
  text-decoration: none;
  padding: 7px 9px;
}

#navigation li a.path_active,
#navigation li a.active {
  background: #DFE4E9 url("/images/web20/background.gif") repeat-x 0 -40px;
  border-left: 1px solid #ddd;
}

#navigation li a.path_active span,
#navigation li a.active span {
  background: url("/images/web20/risskante.gif") repeat-x bottom;
}

#navigation li a:hover,
#navigation li a:focus {
  text-decoration: none;
  background: url("/images/web20/nav_hover.gif") repeat-x;
}

#navigation li a.active:hover,
#navigation li a.active:focus {
  background: #DFE4E9 url("/images/web20/background.gif") repeat-x fixed;
}

#navigation li ul {
  display: none;
}


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

#styleswitcher span {
  display: none;
}

#buttons {
  position: absolute;
  padding-left: 670px;
  top: -40px;
  text-align: left;
}

#footer {
  position: absolute;
  margin-top: -1.4em;
  padding-left: 80px;
  font-size: 0.8em;
  z-index: 2;
}