/* all.css */

#validator { display: none; }

/* basic html tags */

html, body {
  padding:0;
  margin:0;      
  background:#FFFFFF;
}

html {
  width:100%;
  height:100%;
}

body {
  width:100%;
  font-family: Helvetica, sans-serif;
  line-height: 14pt;
  font-size: 12pt;
  color: black;
  text-align: center;
}

form, h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
}

hr {
  margin-top: 20px;
  border: 1px solid silver;
  clear: both;
}

br {
}

p {
  margin: 0.2em 0em 0.2em 0em; */
}

p + p {
  margin: 0.2em 0em 0.4em 0em;
}

/* page layout */

#wrapper {
  width:100%;
  height:100%;
  /*margin:0;*/
  margin: 0px auto;
  max-width: 1150px;
  min-width: 640px;
  text-align: left;
}

#header {
  padding: 5px 10px 0px 10px;
}

#page {
  height: 100%;
  min-height: 500px;
  margin: 0px 5px;
  padding: 20px 35px 35px 35px;
  border: 1px solid silver;
  color: #000;
  line-height: 15pt;
  font-size: 12pt;
  background-color: white;
  background-image:url(../images/background1.png);
  background-repeat:no-repeat;
  background-position: right bottom;
}

#footer, #validator {
  clear: both;
  background-color: white;
  margin: 0px;
  text-align: right;
  font-size: 9pt;
  color: silver;
}

#footer {
  padding: 5px 10px 0px 10px;
}

#footer a, #validator a {
  font-size: 9pt;
  color: silver;
}

/* header format */

#header {
  font-size: small;
  color: black;
}

#header > .title {
  font-size: 16pt;
  font-weight: bolder;
  margin: 0.5em 0.5em;
  display: block;
  unicode-bidi: embed;
}

#header > .mainmenu {
}

#header .mainmenu > a, #header .mainmenu > a:hover {
  font-size: small;
  color: black;
}

/* topics */

#page > h1 {
  font-size: 20pt;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  padding-bottom: 5px;
  border-bottom: 1px solid silver;
}

#page > h1#pagetitle {
  font-size: 20pt;
  margin-top: 0.5em;
  margin-left: -0.25em;
  margin-bottom: 0.5em;
  padding-bottom: 5px;
  border-bottom: 1px solid silver;
}

#page > h2 {
  font-size: 16pt;
  margin-top: 1.5em;
  margin-bottom: 0.35em;
}

#page > h3 {
  font-size: 14pt;
  margin-top: 1.0em;
  margin-bottom: 0.35em;
}

#page > h4 {
  font-size: 12pt;
  margin-top: 0.75em;
  margin-bottom: 0.10em;
}

#page > h5 {
  font-size: 10pt;
  margin-top: 0.5em;
  margin-bottom: 0.00em;
}

/* links */

a {
  color: #333399;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #993333;
}

a:active {
  text-decoration: none;
}

a.ext {
  color: #333399;
}

a.ext:hover {
  color: #993333;
}

#page a {
  text-decoration: none;
}

#page a:hover {
  color: #993333;
  text-decoration: underline;
}

/* lists */

ul, ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

dl {
  margin: 3px 0px 3px 0px;
  padding: 0;
}

dt {
  font-weight: bold;
  margin-top: 6px;
margin-bottom: 1px;
}

dd {
}

/* index */

div.index > h4 {
  margin-top: 6px;
}

/* images */

img {
  border: 0px;
  /* margin-left: 3px; */
}

img.center {
  display: block; 
  text-align: center; 
  margin: 5px auto;
}

img.left {
  border: 10px solid white;
  border-left: 3px solid white;
  float: left;
}

img.right {
  border: 10px solid white;
  border-right: 3px solid white;
  background: white;
  float: right;
}

/* text formatierung */

.text {
  text-align:justify;
}

acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}

abbr {
  border-bottom: 1px dotted #333;
  cursor: help;
}

blockquote {
  font-size: 90%;
}

/* table style */

table.prettytable {
  margin: 0px 20px 0px 0px;
  border: 1px solid silver;
  border-collapse: collapse;
  border-spacing: 0;
}

table.prettytable th {
  padding: 5px;
  vertical-align: middle;
  background: #DDDDDD;
  border: 1px solid silver;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: bold;
  font-size: 100%;
}

table.prettytable td {
  padding: 3px;
  vertical-align: top;
  border: 1px solid silver;
  border-collapse: collapse;
  border-spacing: 0;
  background: #FFFFFF;
  font-size: 100%;
}

/* code */

pre.code {
  color: black;
  background: #ffffee;
  border: 1px solid #CCC;
  font-size: 11px;
  font-family: "Lucida Console", Monaco, monospace;
  height: 300px;
  width: 95%;
  margin: 10px auto;
  padding: 6px 3px 13px 3px;  /* padding-bottom solves hor. scrollbar hiding single line of code in IE6 but causes vert. scrollbar... */
  text-align: left;      /* override justify on body */
  overflow: auto;
  white-space: wrap;
  line-height: 1.2em;
}

pre.command {
  color: black;
  background: #ffffee;
  border: 1px solid #CCC;
  font-size: 11px;
  font-family: "Lucida Console", Monaco, monospace;
  width: 95%;
  margin: 10px auto;
  padding: 6px 6px 6px 6px;  /* padding-bottom solves hor. scrollbar hiding single line of code in IE6 but causes vert. scrollbar... */
  text-align: left;      /* override justify on body */
  overflow: auto;
  white-space: wrap;
  line-height: 1.2em;
}

span.command {
  font-size: 1.0em;
  font-weight: bolder;
  white-space: nowrap;
}

/* others */

#page > #lock {
  float: right;
}
