/*
 * Globale Definitionen
 */

body {
  font-size: 11pt;
  background-color: #fde4cb;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
}

a,
a:visited {
  color: #c00;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}

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

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

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

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

img {
  border: 0;
}

li {
  font-size: 0.9em;
}

p {
  margin: 0 0 7px 0;
}

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

/*
 * Layout
 */

#page_container {
  text-align: left;
  margin: 20px auto;
  width: 699px;
  background-color: #fefefe;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 2px groove #b7ada1;
  border-bottom: 2px groove #b7ada1;
}

#page_head {
  background-color: #d7e8f8;
  height: 116px;
  width: 699px;
  vertical-align: middle;
  position: absolute;
}

#page_head h1 {
  position: absolute;
  top: 30px;
  left: 350px;
  height: 56px;
  width: 312px;
  background: url("/images/clouds/lxhome.gif") no-repeat;
  z-index: 2;
}

#page_head h1 span {
  display: none;
}

#page_cols_container {
  background-color: #fefefe;
  background-image: url("/images/clouds/content_bg.png");
  background-repeat: repeat-x;
  text-align: left;
  margin-top: 116px;
  width: 699px;
}

#page_navi {
  min-height: 200px;
  width: 179px;
  padding: 20px;
  overflow: hidden;
}

#page_content {
  min-height: 300px;
  width: 440px;
  float: right;
  padding: 20px;
}

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

#page_foot {
  position: relative;
  background-image: url("/images/clouds/baeume.jpg");
  clear: both;
  height: 131px;
  width: 699px;
}


/*
 * Kopfbereich
 */

#scroll_container {
  position: absolute;
  left: 0px;
  height: 116px;
  width: 699px;
  overflow: hidden;
}

#scroller {
  position: absolute;
  height: 116px;
  width: 4000px;
  background-image: url("/images/clouds/wolken.jpg");
  top: 0px;
  left: 0px;
}

#page_head span {
  font-size: 5em;
  font-family: Times New Roman, serif;
  font-style: oblique;
  position: absolute;
}

#page_head span#title1 {
  top: 15px;
  right: 30px;
  color: #fff;
  z-index: 1;
}

#page_head span#title2 {
  top: 11px;
  right: 38px;
  color: #ccd;
  z-index: 2;
}

#page_head span#title3 {
  top: 10px;
  right: 40px;
  color: #444;
  z-index: 3;
}

.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.73em;
  color: #666;
  left: 3px;
  margin-top: 115px;
}

#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 #c00;
  padding: 0 20px 0 20px;
  display: block;
  background-color: #fff;
  overflow: auto;
}

/*
 * Content
 */

h1 {
  font-size: 1em;
}

h2 {
  font-size: 0.9em;
}

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

td {
  font-size: 1em;
}

ul {
  margin: 0 0 10px 0;
}

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

.content_object {
  margin-top: 10px;
  padding: 5px;
  font-size: 0.8em;
}

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

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


/*
 * Formulare
 */

fieldset {
  border: 1px dotted #000080;
}

.msie fieldset {
  border: 0;
}

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

label {
  font-weight: bold;
  font-size: 0.8em;
}

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

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

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

/*
 * Navigation
 */

#navigation {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#navigation li a,
#navigation li a:visited {
  width: 145px;
  display: block;
  font-size: 0.87em;
  color: #000;
  background-color: transparent;
  padding: 2px 7px 2px 21px;
  background-image: url("/images/clouds/folder_closed.png");
  background-repeat: no-repeat;
  background-position: 3px 3px;
  border-bottom: 1px dotted #000080;
  border-left: 1px dotted #000080;
  border-right: 1px dotted #000080;
  font-weight: normal;
}

/* \*/
* html #navigation li a,
* html #navigation li a:visited {
  border-bottom: 1px solid #000080;
  border-left: 1px solid #000080;
  border-right: 1px solid #000080;
}
/* */

#navigation li a.first {
  border-top: 1px dotted #000080;
}

/* \*/
* html #navigation li a.first {
  border-top: 1px solid #000080;
}
/* */

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

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

#navigation li a:hover,
#navigation li a:focus {
  background-color: #dbeaf8;
  background-image: url("/images/clouds/folder_opened.png");
}

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

#navigation li a.ger,
#navigation li a.ger:hover,
#navigation li a.ger:focus {
  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 {
  font-size: 0.9em;
  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/clouds/dog_ear.gif");
  height: 16px;
  width: 16px;
}

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

#styleswitcher span {
  display: none;
}

#buttons {
  position: relative;
  padding-left: 20px;
  top: 103px;
  text-align: left;
}

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