@charset "ISO-8859-1";
html {
  border-style: none;
  padding: 0px;
  /*background-repeat: repeat;
  background-position: left top;
  background-image: url(../image/bg.jpg);*/
}
body {
  border-style: none;
  padding: 0px;
  overflow: scroll;
  background: #00589c none repeat scroll 0% 100%;
  /*background-image: url(../image/bg_center.jpg);
  background-attachment: fixed;
  background-position: center top;   */
  min-height: 800px;
  background-repeat: no-repeat;
  font-family: "trebuchet ms",verdana,sans-serif;
  font-size: 14px;
  line-height: 25px;
}
#body {
  border: 12px solid white;
  margin: 0px auto;
  padding: 0px;
  background-repeat: repeat;
  background-image: url(../image/white70.png);
  width: 760px;
  background-position: left top;
  min-height: 400px;
}
#head {
  width: 100%;
  margin-bottom: 10px;
}
#title {
  margin: 10px;
}
#menu {
  border-left: 7px solid white;
  margin: 0px;
  float: right;
}
#menu ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#menu ul li {
  border-style: solid none;
  border-color: white;
  border-width: 5px 0px;
  margin: 0;
  padding: 0 10pt;
  float: left;
  display: block;
  text-align: center;
  min-width: 60px;
  background-image: url(../image/white70.png);
}
#menu ul li.active a:hover, #menu ul li.active a:active, #menu ul li.active a:link, #menu ul li.active a:visited {
  padding-top: 4px;
}
.clearer {
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 1px;
}
p{
  margin: 10px;
}
h1 {
  margin: 5px;
  padding: 0px;
  font-weight: bold;
  font-size: 2em;
}
h2 {
  margin: 5px;
  padding: 0px;
  font-weight: bold;
  font-size: 1.5em;
  background-color: transparent;
  color: #333333;
}
h3 {
  margin: 5px;
  padding: 0px;
  font-size: 1.4em;
  background-color: transparent;
  font-weight: bold;
  color: #444444;
}
h4 {
  margin: 0px 0px 5px;
  padding: 0px;
  color: #333333;
  background-color: transparent;
  font-size: 1.3em;
  font-weight: bold;
}
h5 {
  margin: 0px 0px 5px;
  padding: 0px;
  color: #9ad5f3;
  background-color: transparent;
  font-size: 1.2em;
  font-weight: bold;
}
h6 {
  margin: 0px 0px 5px;
  padding: 0px;
  color: #d96b11;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 150%;
}
.code, code {
  border: 1px dashed ;
  margin: 5px 10px;
  padding: 5px;
  background: #f0ebe7 none repeat scroll 0% 50%;
  display: block;
  color: #00c543;
  font-family: Courier,'Courier New','Andale Mono',Monaco,monospace;
  width: auto;
}
pre {
  white-space: normal;
}
a {
  color: #000066;
  text-decoration: none;
  padding-bottom: 0px;
}
a:hover {
  color: #000099;
  font-weight: inherit;
  text-transform: uppercase;
}
hr {
  border-style: none none dashed;
  border-color: -moz-use-text-color -moz-use-text-color #f0ebe7;
  border-width: 0px 0px 1px;
  height: 1px;
}
#left hr, #all hr {
  margin: 10px 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
form .item {
  border-top: 1px solid #eeeeee;
  margin: 3px;
  clear: left;
}
form .label {
  float: left;
  clear: left;
  width: 150px;
}
input, textarea, select {
  border: 2px solid ;
  margin: 3px;
  padding: 2px;
  background: #f0ebe7 none repeat scroll 0% 50%;
  color: #112233;
}
del {
  color: #880000;
  text-decoration: line-through;
}
dt {
  font-weight: bold;
  font-size: 1.05em;
  color: #ad4c21;
}
dd {
  margin-left: 15px;
}
blockquote[cite]:after {
  border-top: 1px solid #999999;
  margin: 1em 0 0;
  padding: 0.5em 0 0;
  content: "Quote from: " attr(cite);
  display: block;
  color: #999999;
  font-size: 0.8em;
  font-weight: bold;
}
.code .key1 {
  font-weight: 700;
  color: #000099;
}
.code .key2 {
  color: #000099;
}
.code .key3 {
  color: #990099;
}
.code .key4 {
  color: #00b0b0;
}
.code .key5 {
  color: #ff00ff;
}
.code .key6 {
  color: #d0d000;
}
.code .key7 {
  color: #d0d000;
}
.code .key8 {
  color: #d0d000;
}
.code .string {
  color: #228822;
}
.code .number {
  color: #000000;
  font-weight: 700;
}
.code .comment {
  color: #aaaaaa;
}
.code th {
  border-right: 1px solid;
  vertical-align: top;
  text-align: left;
  padding-right: 1em;
}
#head h1 {
  font-size: 2.2em;
  color: white;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 15px;
}
#content {
  background-image: url(../image/white70.png);
  padding: 10px;
}
/* Thumbnails der Lightbox */
.thumbnails {clear:both;}
  .thumbnail {float:left;}
  .thumbnail img {margin:5px; padding:5px; background-color:#333333; border:1px solid #000;}
